2023-11-28T00:50:20.470 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-28T00:50:20.470 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385 --owner scheduled_yuriw@teuthology --verbose --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/orig.config.yaml 2023-11-28T00:50:20.500 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-28T00:50:20.591 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385 branch: wip-yuri10-testing-2023-11-22-1112 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: '7468385' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri10-testing-2023-11-22-1112 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: 369173db14b6995b2bd07c60ec5f63d01cf21631 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-11-22-1112 sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 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: 1759 sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-yuri10-testing-2023-11-22-1112 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi133.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-27_17:19:32 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-28T00:50:20.591 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa; will attempt to use it 2023-11-28T00:50:20.592 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks 2023-11-28T00:50:20.592 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-28T00:50:20.594 INFO:teuthology.task.internal:Checking packages... 2023-11-28T00:50:20.621 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '369173db14b6995b2bd07c60ec5f63d01cf21631' 2023-11-28T00:50:20.621 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-28T00:50:20.621 INFO:teuthology.packaging:ref: None 2023-11-28T00:50:20.621 INFO:teuthology.packaging:tag: None 2023-11-28T00:50:20.621 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-11-22-1112 2023-11-28T00:50:20.621 INFO:teuthology.packaging:sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T00:50:20.622 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2023-11-22-1112 2023-11-28T00:50:20.904 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7498.g369173db 2023-11-28T00:50:20.904 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-28T00:50:20.912 INFO:teuthology.task.internal:no buildpackages task found 2023-11-28T00:50:20.912 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-28T00:50:20.950 INFO:teuthology.task.internal:Saving configuration 2023-11-28T00:50:20.962 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-28T00:50:20.969 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T00:50:20.994 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385', '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-28 00:45:04.395749', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-28T00:50:21.017 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385', '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-28 00:45:04.392544', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-28T00:50:21.038 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385', '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-28 00:45:04.394203', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-28T00:50:21.039 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-28T00:50:21.046 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-28T00:50:21.046 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-28T00:50:21.046 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-11-28T00:50:21.046 INFO:teuthology.run_tasks:Running task console_log... 2023-11-28T00:50:21.159 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7efe09d0bb80>, signals=[15]) 2023-11-28T00:50:21.160 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-28T00:50:21.172 INFO:teuthology.task.internal:Opening connections... 2023-11-28T00:50:21.172 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2023-11-28T00:50:21.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:50:21.242 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2023-11-28T00:50:21.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:50:21.310 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2023-11-28T00:50:21.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:50:21.377 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-28T00:50:21.387 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2023-11-28T00:50:21.409 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2023-11-28T00:50:21.410 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2023-11-28T00:50:21.470 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Red Hat Enterprise Linux" 2023-11-28T00:50:21.470 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8.6 (Ootpa)" 2023-11-28T00:50:21.470 INFO:teuthology.orchestra.run.smithi005.stdout:ID="rhel" 2023-11-28T00:50:21.470 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="fedora" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8.6" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.redhat.com/" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-28T00:50:21.471 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T00:50:21.472 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-28T00:50:21.472 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-28T00:50:21.472 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-28T00:50:21.472 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-28T00:50:21.473 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2023-11-28T00:50:21.500 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2023-11-28T00:50:21.520 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2023-11-28T00:50:21.520 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2023-11-28T00:50:21.579 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Red Hat Enterprise Linux" 2023-11-28T00:50:21.579 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="8.6 (Ootpa)" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:ID="rhel" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="fedora" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="8.6" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el8" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.redhat.com/" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T00:50:21.580 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-28T00:50:21.581 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-28T00:50:21.581 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-28T00:50:21.581 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-28T00:50:21.581 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2023-11-28T00:50:21.600 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2023-11-28T00:50:21.620 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2023-11-28T00:50:21.620 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2023-11-28T00:50:21.679 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Red Hat Enterprise Linux" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="8.6 (Ootpa)" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:ID="rhel" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="fedora" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="8.6" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el8" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.redhat.com/" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-28T00:50:21.680 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-28T00:50:21.681 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T00:50:21.681 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-28T00:50:21.681 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-28T00:50:21.681 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-28T00:50:21.681 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-28T00:50:21.681 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2023-11-28T00:50:21.708 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-28T00:50:21.717 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-28T00:50:21.733 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-28T00:50:21.734 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2023-11-28T00:50:21.736 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2023-11-28T00:50:21.738 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2023-11-28T00:50:21.756 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-28T00:50:21.763 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-28T00:50:21.763 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2023-11-28T00:50:21.796 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2023-11-28T00:50:21.798 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2023-11-28T00:50:21.841 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-28T00:50:21.917 INFO:teuthology.run_tasks:Running task kernel... 2023-11-28T00:50:21.934 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-28T00:50:21.934 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-28T00:50:21.935 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-28T00:50:21.935 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-28T00:50:21.936 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-28T00:50:21.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:50:21.955 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2023-11-28T00:50:21.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:50:21.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:50:21.957 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-11-28T00:50:21.957 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-11-28T00:50:22.014 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:22.015 INFO:teuthology.task.kernel:Running kernel on smithi133: 4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:22.015 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2023-11-28T00:50:22.016 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:22.016 INFO:teuthology.task.kernel:Running kernel on smithi116: 4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:22.017 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2023-11-28T00:50:22.017 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:22.018 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:22.018 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2023-11-28T00:50:23.137 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:23.137 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2023-11-28T00:50:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2023-11-28T00:50:23.266 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:23.266 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-11-28T00:50:24.713 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 9.4 kB/s | 3.5 kB 00:00 2023-11-28T00:50:24.805 INFO:teuthology.orchestra.run.smithi116.stdout:Copr repo for python3-asyncssh owned by ceph 9.7 kB/s | 3.5 kB 00:00 2023-11-28T00:50:24.963 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 8.6 kB/s | 3.5 kB 00:00 2023-11-28T00:50:26.772 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 16 MB 00:01 2023-11-28T00:50:27.197 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 6.7 MB/s | 16 MB 00:02 2023-11-28T00:50:27.672 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 5.4 MB/s | 16 MB 00:02 2023-11-28T00:50:30.455 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 390 kB/s | 24 kB 00:00 2023-11-28T00:50:30.781 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 131 kB/s | 24 kB 00:00 2023-11-28T00:50:31.197 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 265 kB/s | 24 kB 00:00 2023-11-28T00:50:31.208 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-28T00:50:31.264 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T00:50:31.265 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T00:50:31.265 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T00:50:31.392 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2023-11-28T00:50:31.484 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-28T00:50:31.544 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T00:50:31.545 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T00:50:31.545 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T00:50:31.685 DEBUG:teuthology.orchestra.run.smithi116:> echo no | sudo yum reinstall kernel || true 2023-11-28T00:50:31.781 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:31.781 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-11-28T00:50:31.924 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-28T00:50:31.975 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T00:50:31.976 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T00:50:31.976 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T00:50:32.017 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:32.017 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2023-11-28T00:50:32.055 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Tue 28 Nov 2023 12:50:30 AM UTC. 2023-11-28T00:50:32.087 DEBUG:teuthology.orchestra.run.smithi133:> echo no | sudo yum reinstall kernel || true 2023-11-28T00:50:32.100 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-28T00:50:32.138 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2023-11-28T00:50:32.185 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2023-11-28T00:50:32.278 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:02 ago on Tue 28 Nov 2023 12:50:30 AM UTC. 2023-11-28T00:50:32.321 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-28T00:50:32.369 INFO:teuthology.orchestra.run.smithi116.stderr:Error: No packages marked for reinstall. 2023-11-28T00:50:32.415 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum reinstall -y kernel || true 2023-11-28T00:50:32.419 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:32.419 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2023-11-28T00:50:32.535 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:32.535 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-11-28T00:50:32.679 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:01 ago on Tue 28 Nov 2023 12:50:31 AM UTC. 2023-11-28T00:50:32.723 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-28T00:50:32.742 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:32.743 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2023-11-28T00:50:32.767 INFO:teuthology.orchestra.run.smithi133.stderr:Error: No packages marked for reinstall. 2023-11-28T00:50:32.803 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Tue 28 Nov 2023 12:50:30 AM UTC. 2023-11-28T00:50:32.814 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum reinstall -y kernel || true 2023-11-28T00:50:32.845 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-28T00:50:32.871 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2023-11-28T00:50:32.923 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T00:50:32.996 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:02 ago on Tue 28 Nov 2023 12:50:30 AM UTC. 2023-11-28T00:50:33.005 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:33.006 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:33.007 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-28T00:50:33.007 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-28T00:50:33.007 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-28T00:50:33.039 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-28T00:50:33.062 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2023-11-28T00:50:33.068 INFO:teuthology.orchestra.run.smithi116.stderr:Error: No packages marked for reinstall. 2023-11-28T00:50:33.080 DEBUG:teuthology.parallel:result is None 2023-11-28T00:50:33.120 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T00:50:33.140 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T00:50:33.140 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2023-11-28T00:50:33.199 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:33.199 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:33.200 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-28T00:50:33.200 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-28T00:50:33.200 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-28T00:50:33.226 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2023-11-28T00:50:33.246 DEBUG:teuthology.parallel:result is None 2023-11-28T00:50:33.393 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:02 ago on Tue 28 Nov 2023 12:50:31 AM UTC. 2023-11-28T00:50:33.433 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-28T00:50:33.467 INFO:teuthology.orchestra.run.smithi133.stderr:Error: No packages marked for reinstall. 2023-11-28T00:50:33.515 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T00:50:33.596 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:33.596 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-28T00:50:33.596 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-28T00:50:33.596 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-28T00:50:33.597 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-28T00:50:33.623 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2023-11-28T00:50:33.640 DEBUG:teuthology.parallel:result is None 2023-11-28T00:50:33.640 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-28T00:50:33.649 INFO:teuthology.task.internal:Creating test directory... 2023-11-28T00:50:33.650 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-28T00:50:33.652 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-28T00:50:33.654 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-28T00:50:33.697 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-28T00:50:33.706 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-28T00:50:33.728 INFO:teuthology.task.internal:Creating archive directory... 2023-11-28T00:50:33.728 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-28T00:50:33.732 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-28T00:50:33.734 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-28T00:50:33.769 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-28T00:50:33.781 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-28T00:50:33.782 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T00:50:33.792 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T00:50:33.798 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T00:50:33.822 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:50:33.832 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:50:33.846 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:50:33.850 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:50:33.856 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:50:33.861 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:50:33.863 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-28T00:50:33.872 INFO:teuthology.task.internal:Configuring sudo... 2023-11-28T00:50:33.872 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-28T00:50:33.874 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-28T00:50:33.876 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-28T00:50:33.923 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-28T00:50:33.934 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-28T00:50:33.934 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-28T00:50:33.943 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-28T00:50:33.946 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-28T00:50:33.981 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:50:34.045 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:50:34.104 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:50:34.148 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:50:34.192 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T00:50:34.192 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-28T00:50:34.260 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:50:34.303 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:50:34.355 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:50:34.440 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:50:34.483 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T00:50:34.483 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-28T00:50:34.550 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:50:34.593 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:50:34.646 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:50:34.731 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:50:34.772 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T00:50:34.772 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-28T00:50:34.877 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2023-11-28T00:50:34.880 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2023-11-28T00:50:34.882 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2023-11-28T00:50:34.932 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T00:50:34.938 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T00:50:34.940 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T00:50:35.365 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-28T00:50:35.375 INFO:teuthology.task.internal:Starting timer... 2023-11-28T00:50:35.375 INFO:teuthology.run_tasks:Running task pcp... 2023-11-28T00:50:35.424 INFO:teuthology.run_tasks:Running task selinux... 2023-11-28T00:50:35.451 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-28T00:50:35.451 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2023-11-28T00:50:35.512 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2023-11-28T00:50:35.515 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2023-11-28T00:50:35.580 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2023-11-28T00:50:35.581 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2023-11-28T00:50:35.634 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2023-11-28T00:50:35.635 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-28T00:50:35.635 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2023-11-28T00:50:35.662 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2023-11-28T00:50:35.662 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2023-11-28T00:50:35.681 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2023-11-28T00:50:35.681 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2023-11-28T00:50:35.700 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2023-11-28T00:50:35.700 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi116.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2023-11-28T00:50:35.700 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T00:50:35.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:50:35.731 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T00:50:35.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:50:35.760 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T00:50:35.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:50:35.789 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-28T00:50:35.789 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2023-11-28T00:50:35.817 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2023-11-28T00:50:35.845 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2023-11-28T00:50:35.872 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-28T00:50:35.882 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-28T00:50:35.882 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-28T00:50:35.900 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-28T00:50:35.901 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi116.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-28T01:00:30.155 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2023-11-28T01:00:30.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-28T01:00:30.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:00:30.229 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-11-28T01:00:30.297 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-28T01:00:30.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-28T01:00:30.298 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:00:30.367 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-11-28T01:00:30.392 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-28T01:00:30.392 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-28T01:00:30.393 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T01:00:30.461 DEBUG:teuthology.orchestra.run.smithi133:> true 2023-11-28T01:00:30.528 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-28T01:00:30.528 INFO:teuthology.run_tasks:Running task clock... 2023-11-28T01:00:30.539 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-28T01:00:30.539 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-28T01:00:30.539 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:00:30.542 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-28T01:00:30.542 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:00:30.545 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-28T01:00:30.545 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:00:30.574 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-28T01:00:30.577 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-28T01:00:30.589 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-28T01:00:30.594 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-28T01:00:30.601 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-28T01:00:30.616 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-28T01:00:30.670 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2023-11-28T01:00:30.671 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2023-11-28T01:00:30.683 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2023-11-28T01:00:30.683 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2023-11-28T01:00:30.686 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2023-11-28T01:00:30.697 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-28T01:00:30.698 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2023-11-28T01:00:30.699 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-28T01:00:30.711 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-28T01:00:30.713 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-28T01:00:30.714 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-28T01:00:30.727 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-28T01:00:30.789 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2023-11-28T01:00:30.792 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:00:30.792 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2023-11-28T01:00:30.792 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.792 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.792 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.792 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.805 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2023-11-28T01:00:30.806 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-11-28T01:00:30.808 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:00:30.808 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2023-11-28T01:00:30.808 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.808 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.808 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.808 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.810 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:00:30.810 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-11-28T01:00:30.810 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.810 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.810 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.810 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:00:30.811 INFO:teuthology.run_tasks:Running task pexec... 2023-11-28T01:00:30.822 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-28T01:00:30.823 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2023-11-28T01:00:30.823 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-28T01:00:30.824 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2023-11-28T01:00:30.824 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-28T01:00:30.824 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2023-11-28T01:00:30.824 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-28T01:00:31.204 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:00:31.220 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:00:31.245 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:00:32.805 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:49 ago on Tue 28 Nov 2023 12:58:43 AM UTC. 2023-11-28T01:00:32.893 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:02 ago on Tue 28 Nov 2023 12:58:30 AM UTC. 2023-11-28T01:00:32.963 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:00 ago on Tue 28 Nov 2023 12:58:32 AM UTC. 2023-11-28T01:00:34.626 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout:Resetting modules: 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:00:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:00:34.788 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:00:34.789 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:00:34.789 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-11-28T01:00:34.790 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:00:34.790 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2023-11-28T01:00:34.790 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2023-11-28T01:00:34.790 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:00:34.790 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:00:34.790 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:00:34.790 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:00:34.841 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:00:34.842 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:00:34.842 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2023-11-28T01:00:34.842 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:00:34.843 INFO:teuthology.orchestra.run.smithi133.stdout:Resetting modules: 2023-11-28T01:00:34.843 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools 2023-11-28T01:00:34.843 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:00:34.843 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:00:34.843 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:00:34.843 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:00:35.600 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:05 ago on Tue 28 Nov 2023 12:58:30 AM UTC. 2023-11-28T01:00:35.793 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:03 ago on Tue 28 Nov 2023 12:58:32 AM UTC. 2023-11-28T01:00:35.796 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:52 ago on Tue 28 Nov 2023 12:58:43 AM UTC. 2023-11-28T01:00:47.476 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:00:47.785 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:00:48.057 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:00:48.119 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:00:48.282 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:00:48.775 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:00:49.917 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:19 ago on Tue 28 Nov 2023 12:58:30 AM UTC. 2023-11-28T01:00:49.942 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:06 ago on Tue 28 Nov 2023 12:58:43 AM UTC. 2023-11-28T01:00:50.103 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:17 ago on Tue 28 Nov 2023 12:58:32 AM UTC. 2023-11-28T01:00:51.603 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:00:51.696 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================================================== 2023-11-28T01:00:51.696 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:00:51.696 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================================================== 2023-11-28T01:00:51.696 INFO:teuthology.orchestra.run.smithi116.stdout:Installing group/module packages: 2023-11-28T01:00:51.696 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.697 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-28T01:00:51.697 INFO:teuthology.orchestra.run.smithi116.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-28T01:00:51.697 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.697 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.697 INFO:teuthology.orchestra.run.smithi116.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-28T01:00:51.697 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:00:51.698 INFO:teuthology.orchestra.run.smithi116.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-28T01:00:51.698 INFO:teuthology.orchestra.run.smithi116.stdout:Downgrading: 2023-11-28T01:00:51.698 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.698 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.698 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.698 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.699 INFO:teuthology.orchestra.run.smithi116.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-28T01:00:51.699 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.699 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.699 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.699 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.699 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.699 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.700 INFO:teuthology.orchestra.run.smithi116.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-28T01:00:51.700 INFO:teuthology.orchestra.run.smithi116.stdout:Installing module profiles: 2023-11-28T01:00:51.700 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools/common 2023-11-28T01:00:51.700 INFO:teuthology.orchestra.run.smithi116.stdout:Enabling module streams: 2023-11-28T01:00:51.700 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools 3.0 2023-11-28T01:00:51.700 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:00:51.700 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:00:51.701 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================================================== 2023-11-28T01:00:51.701 INFO:teuthology.orchestra.run.smithi116.stdout:Install 7 Packages 2023-11-28T01:00:51.701 INFO:teuthology.orchestra.run.smithi116.stdout:Downgrade 12 Packages 2023-11-28T01:00:51.701 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:00:51.702 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 51 M 2023-11-28T01:00:51.702 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:00:51.874 INFO:teuthology.orchestra.run.smithi116.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 295 kB/s | 51 kB 00:00 2023-11-28T01:00:51.896 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:00:51.899 INFO:teuthology.orchestra.run.smithi116.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 265 kB/s | 53 kB 00:00 2023-11-28T01:00:51.916 INFO:teuthology.orchestra.run.smithi116.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 421 kB/s | 91 kB 00:00 2023-11-28T01:00:51.950 INFO:teuthology.orchestra.run.smithi116.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-11-28T01:00:51.952 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:00:51.983 INFO:teuthology.orchestra.run.smithi116.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-11-28T01:00:51.998 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2023-11-28T01:00:51.998 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:00:51.998 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2023-11-28T01:00:51.998 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2023-11-28T01:00:51.999 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:51.999 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-28T01:00:51.999 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-28T01:00:51.999 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:51.999 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:51.999 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-28T01:00:51.999 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:00:52.000 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-28T01:00:52.000 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrading: 2023-11-28T01:00:52.000 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.000 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.000 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.000 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.000 INFO:teuthology.orchestra.run.smithi005.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-28T01:00:52.001 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.001 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.001 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.001 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.001 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.001 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.002 INFO:teuthology.orchestra.run.smithi005.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-28T01:00:52.002 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2023-11-28T01:00:52.002 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2023-11-28T01:00:52.003 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2023-11-28T01:00:52.003 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 3.0 2023-11-28T01:00:52.003 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:00:52.003 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:00:52.003 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2023-11-28T01:00:52.003 INFO:teuthology.orchestra.run.smithi005.stdout:Install 7 Packages 2023-11-28T01:00:52.004 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrade 12 Packages 2023-11-28T01:00:52.004 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:00:52.005 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 51 M 2023-11-28T01:00:52.005 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================================================== 2023-11-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================================================== 2023-11-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.stdout:Installing group/module packages: 2023-11-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.045 INFO:teuthology.orchestra.run.smithi133.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.stdout:Downgrading: 2023-11-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.046 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.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-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout:Installing module profiles: 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools/common 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling module streams: 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools 3.0 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================================================== 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout:Install 7 Packages 2023-11-28T01:00:52.047 INFO:teuthology.orchestra.run.smithi133.stdout:Downgrade 12 Packages 2023-11-28T01:00:52.048 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:00:52.048 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 51 M 2023-11-28T01:00:52.048 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:00:52.092 INFO:teuthology.orchestra.run.smithi116.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-11-28T01:00:52.117 INFO:teuthology.orchestra.run.smithi116.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 430 kB/s | 72 kB 00:00 2023-11-28T01:00:52.190 INFO:teuthology.orchestra.run.smithi005.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 282 kB/s | 53 kB 00:00 2023-11-28T01:00:52.212 INFO:teuthology.orchestra.run.smithi133.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 324 kB/s | 53 kB 00:00 2023-11-28T01:00:52.263 INFO:teuthology.orchestra.run.smithi005.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 241 kB/s | 51 kB 00:00 2023-11-28T01:00:52.263 INFO:teuthology.orchestra.run.smithi005.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 382 kB/s | 91 kB 00:00 2023-11-28T01:00:52.263 INFO:teuthology.orchestra.run.smithi133.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 482 kB/s | 91 kB 00:00 2023-11-28T01:00:52.264 INFO:teuthology.orchestra.run.smithi133.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 240 kB/s | 51 kB 00:00 2023-11-28T01:00:52.324 INFO:teuthology.orchestra.run.smithi005.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.7 MB/s | 511 kB 00:00 2023-11-28T01:00:52.326 INFO:teuthology.orchestra.run.smithi116.stdout:(8/19): podman-3.0.1-9.module+el8.6.0+14874+644 32 MB/s | 11 MB 00:00 2023-11-28T01:00:52.351 INFO:teuthology.orchestra.run.smithi116.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 216 kB/s | 56 kB 00:00 2023-11-28T01:00:52.357 INFO:teuthology.orchestra.run.smithi133.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.5 MB/s | 511 kB 00:00 2023-11-28T01:00:52.376 INFO:teuthology.orchestra.run.smithi116.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 197 kB/s | 51 kB 00:00 2023-11-28T01:00:52.382 INFO:teuthology.orchestra.run.smithi133.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 479 kB/s | 69 kB 00:00 2023-11-28T01:00:52.399 INFO:teuthology.orchestra.run.smithi005.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 376 kB/s | 69 kB 00:00 2023-11-28T01:00:52.491 INFO:teuthology.orchestra.run.smithi133.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-11-28T01:00:52.491 INFO:teuthology.orchestra.run.smithi005.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 12 MB/s | 2.9 MB 00:00 2023-11-28T01:00:52.507 INFO:teuthology.orchestra.run.smithi133.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 479 kB/s | 72 kB 00:00 2023-11-28T01:00:52.509 INFO:teuthology.orchestra.run.smithi116.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 307 kB/s | 41 kB 00:00 2023-11-28T01:00:52.517 INFO:teuthology.orchestra.run.smithi005.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 375 kB/s | 72 kB 00:00 2023-11-28T01:00:52.544 INFO:teuthology.orchestra.run.smithi116.stdout:(12/19): podman-catatonit-3.0.1-9.module+el8.6. 1.9 MB/s | 322 kB 00:00 2023-11-28T01:00:52.616 INFO:teuthology.orchestra.run.smithi133.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 446 kB/s | 56 kB 00:00 2023-11-28T01:00:52.717 INFO:teuthology.orchestra.run.smithi005.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 248 kB/s | 56 kB 00:00 2023-11-28T01:00:52.774 INFO:teuthology.orchestra.run.smithi133.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 28 MB/s | 11 MB 00:00 2023-11-28T01:00:52.817 INFO:teuthology.orchestra.run.smithi133.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 165 kB/s | 51 kB 00:00 2023-11-28T01:00:52.869 INFO:teuthology.orchestra.run.smithi116.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 35 MB/s | 19 MB 00:00 2023-11-28T01:00:52.917 INFO:teuthology.orchestra.run.smithi133.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.2 MB/s | 322 kB 00:00 2023-11-28T01:00:52.925 INFO:teuthology.orchestra.run.smithi005.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 21 MB/s | 11 MB 00:00 2023-11-28T01:00:52.929 INFO:teuthology.orchestra.run.smithi116.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.3 MB/s | 2.2 MB 00:00 2023-11-28T01:00:52.934 INFO:teuthology.orchestra.run.smithi133.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 349 kB/s | 41 kB 00:00 2023-11-28T01:00:52.950 INFO:teuthology.orchestra.run.smithi005.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 117 kB/s | 51 kB 00:00 2023-11-28T01:00:53.011 INFO:teuthology.orchestra.run.smithi116.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-11-28T01:00:53.042 INFO:teuthology.orchestra.run.smithi005.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.7 MB/s | 322 kB 00:00 2023-11-28T01:00:53.153 INFO:teuthology.orchestra.run.smithi116.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-11-28T01:00:53.167 INFO:teuthology.orchestra.run.smithi133.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 34 MB/s | 19 MB 00:00 2023-11-28T01:00:53.169 INFO:teuthology.orchestra.run.smithi116.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.1 MB/s | 185 kB 00:00 2023-11-28T01:00:53.201 INFO:teuthology.orchestra.run.smithi005.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 14 MB/s | 2.2 MB 00:00 2023-11-28T01:00:53.223 INFO:teuthology.orchestra.run.smithi116.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 3.6 MB/s | 1.1 MB 00:00 2023-11-28T01:00:53.234 INFO:teuthology.orchestra.run.smithi133.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 6.9 MB/s | 2.2 MB 00:00 2023-11-28T01:00:53.268 INFO:teuthology.orchestra.run.smithi005.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 128 kB/s | 41 kB 00:00 2023-11-28T01:00:53.287 INFO:teuthology.orchestra.run.smithi116.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 379 kB/s | 51 kB 00:00 2023-11-28T01:00:53.287 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:00:53.287 INFO:teuthology.orchestra.run.smithi116.stdout:Total 32 MB/s | 51 MB 00:01 2023-11-28T01:00:53.376 INFO:teuthology.orchestra.run.smithi133.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-11-28T01:00:53.426 INFO:teuthology.orchestra.run.smithi133.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-11-28T01:00:53.510 INFO:teuthology.orchestra.run.smithi005.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 24 MB/s | 19 MB 00:00 2023-11-28T01:00:53.543 INFO:teuthology.orchestra.run.smithi133.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 18 MB/s | 6.8 MB 00:00 2023-11-28T01:00:53.568 INFO:teuthology.orchestra.run.smithi133.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 356 kB/s | 51 kB 00:00 2023-11-28T01:00:53.585 INFO:teuthology.orchestra.run.smithi133.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 887 kB/s | 185 kB 00:00 2023-11-28T01:00:53.586 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:00:53.586 INFO:teuthology.orchestra.run.smithi133.stdout:Total 33 MB/s | 51 MB 00:01 2023-11-28T01:00:53.660 INFO:teuthology.orchestra.run.smithi005.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-11-28T01:00:53.727 INFO:teuthology.orchestra.run.smithi005.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.9 MB/s | 1.1 MB 00:00 2023-11-28T01:00:53.760 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:00:53.802 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:00:53.803 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:00:53.819 INFO:teuthology.orchestra.run.smithi005.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-11-28T01:00:53.844 INFO:teuthology.orchestra.run.smithi005.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.0 MB/s | 185 kB 00:00 2023-11-28T01:00:53.878 INFO:teuthology.orchestra.run.smithi005.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 335 kB/s | 51 kB 00:00 2023-11-28T01:00:53.878 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:00:53.879 INFO:teuthology.orchestra.run.smithi005.stdout:Total 27 MB/s | 51 MB 00:01 2023-11-28T01:00:54.064 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:00:54.107 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:00:54.107 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:00:54.234 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:00:54.238 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:00:54.369 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:00:54.415 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:00:54.415 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:00:54.541 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:00:54.544 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:00:54.873 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:00:54.877 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:00:55.379 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:00:55.430 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-28T01:00:55.602 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-28T01:00:55.609 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-28T01:00:55.632 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:00:55.716 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:00:55.765 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-28T01:00:55.808 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:00:55.928 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-28T01:00:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-28T01:00:55.959 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:00:56.087 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:00:56.119 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:00:56.139 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-28T01:00:56.281 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-28T01:00:56.291 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-28T01:00:56.310 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:00:56.456 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:01:12.840 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:01:13.024 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:01:14.514 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-28T01:01:14.590 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-28T01:01:14.801 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-28T01:01:14.804 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-28T01:01:14.999 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-28T01:01:15.007 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-28T01:01:15.162 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-28T01:01:15.189 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-28T01:01:15.372 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-28T01:01:15.372 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-28T01:01:15.373 INFO:teuthology.orchestra.run.smithi116.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-28T01:01:15.373 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:01:15.373 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-28T01:01:15.567 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-28T01:01:15.567 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-28T01:01:15.567 INFO:teuthology.orchestra.run.smithi133.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-28T01:01:15.567 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:01:16.158 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-28T01:01:16.313 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-28T01:01:16.394 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-28T01:01:16.397 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-28T01:01:16.533 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-28T01:01:16.600 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-28T01:01:16.825 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-28T01:01:17.002 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-28T01:01:17.231 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-28T01:01:17.232 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-28T01:01:17.232 INFO:teuthology.orchestra.run.smithi005.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-28T01:01:17.232 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:01:17.838 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-28T01:01:17.998 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-28T01:01:18.020 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-28T01:01:18.099 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-28T01:01:18.230 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-28T01:01:18.276 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-28T01:01:18.464 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-28T01:01:18.632 INFO:teuthology.orchestra.run.smithi133.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-28T01:01:18.721 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-28T01:01:18.881 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-28T01:01:19.447 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-28T01:01:19.599 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-28T01:01:19.811 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-28T01:01:20.113 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-28T01:01:20.181 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-28T01:01:20.325 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-28T01:01:20.421 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-28T01:01:20.484 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-28T01:01:20.582 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-28T01:01:20.604 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-28T01:01:20.723 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-28T01:01:20.772 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-28T01:01:20.797 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-28T01:01:20.894 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-28T01:01:20.894 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-28T01:01:20.982 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-28T01:01:21.105 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-28T01:01:21.105 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-28T01:01:21.195 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-28T01:01:21.394 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-28T01:01:21.394 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-28T01:01:21.409 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-28T01:01:21.526 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-28T01:01:21.548 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-28T01:01:21.562 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-28T01:01:21.562 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-28T01:01:21.664 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-28T01:01:21.741 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-28T01:01:21.839 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-28T01:01:21.882 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-28T01:01:21.989 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-28T01:01:22.016 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-28T01:01:22.144 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-28T01:01:22.166 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-28T01:01:22.256 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-28T01:01:22.329 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-28T01:01:22.332 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-28T01:01:22.405 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-28T01:01:22.458 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-28T01:01:22.552 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-28T01:01:22.552 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:22.574 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-28T01:01:22.586 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-28T01:01:22.705 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:22.748 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-28T01:01:22.748 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:22.783 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-28T01:01:22.890 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:23.011 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-28T01:01:23.129 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-28T01:01:23.129 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-28T01:01:23.226 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-28T01:01:23.427 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-28T01:01:23.491 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-28T01:01:23.608 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:23.608 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-28T01:01:23.608 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-28T01:01:23.608 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-28T01:01:23.609 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-28T01:01:23.610 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-28T01:01:23.611 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-28T01:01:23.611 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-28T01:01:23.611 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-28T01:01:23.656 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-28T01:01:23.656 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-28T01:01:23.825 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:23.825 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-28T01:01:23.825 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-28T01:01:23.825 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-28T01:01:23.825 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-28T01:01:23.826 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-28T01:01:23.827 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-28T01:01:23.828 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-28T01:01:23.828 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-28T01:01:23.871 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-28T01:01:23.987 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-28T01:01:24.171 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-28T01:01:24.312 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-28T01:01:24.498 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-28T01:01:24.654 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-28T01:01:24.795 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-28T01:01:24.936 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-28T01:01:24.936 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:54 ago on Tue 28 Nov 2023 12:58:30 AM UTC. 2023-11-28T01:01:24.971 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-28T01:01:24.971 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:25.111 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:25.301 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-28T01:01:25.301 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:52 ago on Tue 28 Nov 2023 12:58:32 AM UTC. 2023-11-28T01:01:25.650 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-28T01:01:26.071 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-28T01:01:26.072 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-28T01:01:26.073 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-28T01:01:26.073 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-28T01:01:26.073 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-28T01:01:26.073 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-28T01:01:26.073 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-28T01:01:26.073 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-28T01:01:26.073 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-28T01:01:27.521 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-28T01:01:27.521 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:44 ago on Tue 28 Nov 2023 12:58:43 AM UTC. 2023-11-28T01:01:34.431 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:01:34.625 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:01:34.625 INFO:teuthology.orchestra.run.smithi116.stdout:Downgraded: 2023-11-28T01:01:34.625 INFO:teuthology.orchestra.run.smithi116.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.625 INFO:teuthology.orchestra.run.smithi116.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:34.625 INFO:teuthology.orchestra.run.smithi116.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:01:34.626 INFO:teuthology.orchestra.run.smithi116.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:01:34.627 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:01:34.810 DEBUG:teuthology.parallel:result is None 2023-11-28T01:01:35.389 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:01:35.582 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:01:35.582 INFO:teuthology.orchestra.run.smithi133.stdout:Downgraded: 2023-11-28T01:01:35.582 INFO:teuthology.orchestra.run.smithi133.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.582 INFO:teuthology.orchestra.run.smithi133.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:35.582 INFO:teuthology.orchestra.run.smithi133.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.582 INFO:teuthology.orchestra.run.smithi133.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.582 INFO:teuthology.orchestra.run.smithi133.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.583 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:35.584 INFO:teuthology.orchestra.run.smithi133.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:35.584 INFO:teuthology.orchestra.run.smithi133.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-28T01:01:35.584 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:01:35.584 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:01:35.771 DEBUG:teuthology.parallel:result is None 2023-11-28T01:01:38.335 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:01:38.555 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:01:38.555 INFO:teuthology.orchestra.run.smithi005.stdout:Downgraded: 2023-11-28T01:01:38.555 INFO:teuthology.orchestra.run.smithi005.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.555 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:38.555 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.555 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:38.556 INFO:teuthology.orchestra.run.smithi005.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.557 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.557 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-28T01:01:38.557 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-28T01:01:38.557 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-28T01:01:38.557 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:01:38.557 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:01:38.767 DEBUG:teuthology.parallel:result is None 2023-11-28T01:01:38.767 INFO:teuthology.run_tasks:Running task install... 2023-11-28T01:01:38.782 DEBUG:teuthology.task.install:project ceph 2023-11-28T01:01:38.782 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '369173db14b6995b2bd07c60ec5f63d01cf21631'}} 2023-11-28T01:01:38.782 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '369173db14b6995b2bd07c60ec5f63d01cf21631'} 2023-11-28T01:01:38.782 INFO:teuthology.task.install:Using flavor: default 2023-11-28T01:01:38.789 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-28T01:01:38.789 INFO:teuthology.task.install:extra packages: [] 2023-11-28T01:01:38.789 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': '369173db14b6995b2bd07c60ec5f63d01cf21631', 'tag': None, 'wait_for_package': False} 2023-11-28T01:01:38.790 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:01:38.792 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': '369173db14b6995b2bd07c60ec5f63d01cf21631', 'tag': None, 'wait_for_package': False} 2023-11-28T01:01:38.793 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:01:38.794 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': '369173db14b6995b2bd07c60ec5f63d01cf21631', 'tag': None, 'wait_for_package': False} 2023-11-28T01:01:38.794 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:01:38.936 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/ 2023-11-28T01:01:38.936 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7498.g369173db 2023-11-28T01:01:38.944 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/ 2023-11-28T01:01:38.945 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7498.g369173db 2023-11-28T01:01:39.011 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/ 2023-11-28T01:01:39.011 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7498.g369173db 2023-11-28T01:01:39.125 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-28T01:01:39.125 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:01:39.125 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-28T01:01:39.135 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-28T01:01:39.135 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:01:39.135 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-28T01:01:39.157 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-28T01:01:39.158 DEBUG:teuthology.orchestra.run.smithi116:> 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/369173db14b6995b2bd07c60ec5f63d01cf21631/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-28T01:01:39.168 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-28T01:01:39.168 DEBUG:teuthology.orchestra.run.smithi133:> 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/369173db14b6995b2bd07c60ec5f63d01cf21631/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-28T01:01:39.179 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-28T01:01:39.179 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:01:39.179 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-28T01:01:39.210 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-28T01:01:39.210 DEBUG:teuthology.orchestra.run.smithi005:> 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/369173db14b6995b2bd07c60ec5f63d01cf21631/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-28T01:01:39.229 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:01:39.243 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:01:39.280 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:01:39.309 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:01:39.325 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:01:39.360 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:01:39.377 INFO:teuthology.orchestra.run.smithi116.stdout:check_obsoletes = 1 2023-11-28T01:01:39.378 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum clean all 2023-11-28T01:01:39.393 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2023-11-28T01:01:39.395 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2023-11-28T01:01:39.428 INFO:teuthology.orchestra.run.smithi005.stdout:check_obsoletes = 1 2023-11-28T01:01:39.429 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum clean all 2023-11-28T01:01:39.749 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:01:39.769 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:01:39.821 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:01:40.867 INFO:teuthology.orchestra.run.smithi133.stdout:44 files removed 2023-11-28T01:01:40.901 INFO:teuthology.orchestra.run.smithi116.stdout:44 files removed 2023-11-28T01:01:40.901 INFO:teuthology.orchestra.run.smithi005.stdout:44 files removed 2023-11-28T01:01:40.923 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2023-11-28T01:01:40.954 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-radosgw 2023-11-28T01:01:40.955 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-radosgw 2023-11-28T01:01:41.256 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:01:41.287 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:01:41.307 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:01:42.698 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 194 kB/s | 81 kB 00:00 2023-11-28T01:01:42.778 INFO:teuthology.orchestra.run.smithi116.stdout:ceph packages for x86_64 249 kB/s | 81 kB 00:00 2023-11-28T01:01:42.868 INFO:teuthology.orchestra.run.smithi005.stdout:ceph packages for x86_64 232 kB/s | 81 kB 00:00 2023-11-28T01:01:43.090 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-11-28T01:01:43.104 INFO:teuthology.orchestra.run.smithi116.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-11-28T01:01:43.228 INFO:teuthology.orchestra.run.smithi005.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-11-28T01:01:43.474 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 4.1 kB/s | 1.5 kB 00:00 2023-11-28T01:01:43.479 INFO:teuthology.orchestra.run.smithi116.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-11-28T01:01:43.620 INFO:teuthology.orchestra.run.smithi005.stdout:ceph source packages 4.1 kB/s | 1.5 kB 00:00 2023-11-28T01:01:43.747 INFO:teuthology.orchestra.run.smithi116.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-11-28T01:01:43.758 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-11-28T01:01:43.862 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-11-28T01:01:45.307 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-28T01:01:45.692 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 16 MB 00:01 2023-11-28T01:01:49.047 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 393 kB/s | 24 kB 00:00 2023-11-28T01:01:49.548 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 80 kB/s | 24 kB 00:00 2023-11-28T01:01:50.516 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 MB/s | 47 MB 00:01 2023-11-28T01:01:50.575 INFO:teuthology.orchestra.run.smithi116.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 50 MB/s | 47 MB 00:00 2023-11-28T01:01:51.861 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 2.0 MB/s | 16 MB 00:08 2023-11-28T01:01:55.383 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 372 kB/s | 24 kB 00:00 2023-11-28T01:01:56.510 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 47 MB 00:01 2023-11-28T01:01:58.934 INFO:teuthology.orchestra.run.smithi116.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 53 MB 00:01 2023-11-28T01:01:59.400 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-11-28T01:02:04.786 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-11-28T01:02:10.399 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:02:10.401 INFO:teuthology.orchestra.run.smithi116.stdout:==================================================================================================== 2023-11-28T01:02:10.401 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:02:10.401 INFO:teuthology.orchestra.run.smithi116.stdout:==================================================================================================== 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw x86_64 2:18.0.0-7498.g369173db.el8 ceph 14 M 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrading: 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout: librados2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.8 M 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1 x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.7 M 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base x86_64 2:18.0.0-7498.g369173db.el8 ceph 5.4 M 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common x86_64 2:18.0.0-7498.g369173db.el8 ceph 23 M 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux x86_64 2:18.0.0-7498.g369173db.el8 ceph 24 k 2023-11-28T01:02:10.402 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 839 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1 x86_64 2:18.0.0-7498.g369173db.el8 ceph 517 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 6.9 M 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse x86_64 2:18.0.0-7498.g369173db.el8 ceph 45 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common x86_64 2:18.0.0-7498.g369173db.el8 ceph 128 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs x86_64 2:18.0.0-7498.g369173db.el8 ceph 197 k 2023-11-28T01:02:10.403 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados x86_64 2:18.0.0-7498.g369173db.el8 ceph 371 k 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd x86_64 2:18.0.0-7498.g369173db.el8 ceph 364 k 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw x86_64 2:18.0.0-7498.g369173db.el8 ceph 107 k 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout:==================================================================================================== 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout:Install 21 Packages 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrade 2 Packages 2023-11-28T01:02:10.404 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:02:10.405 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 62 M 2023-11-28T01:02:10.405 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:02:10.918 INFO:teuthology.orchestra.run.smithi116.stdout:(1/23): ceph-base-18.0.0-7498.g369173db.el8.x86 11 MB/s | 5.4 MB 00:00 2023-11-28T01:02:10.968 INFO:teuthology.orchestra.run.smithi116.stdout:(2/23): ceph-selinux-18.0.0-7498.g369173db.el8. 488 kB/s | 24 kB 00:00 2023-11-28T01:02:11.052 INFO:teuthology.orchestra.run.smithi116.stdout:(3/23): libcephfs2-18.0.0-7498.g369173db.el8.x8 9.8 MB/s | 839 kB 00:00 2023-11-28T01:02:11.110 INFO:teuthology.orchestra.run.smithi116.stdout:(4/23): libradosstriper1-18.0.0-7498.g369173db. 8.7 MB/s | 517 kB 00:00 2023-11-28T01:02:11.487 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout:==================================================================================================== 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout:==================================================================================================== 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw x86_64 2:18.0.0-7498.g369173db.el8 ceph 14 M 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrading: 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout: librados2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.8 M 2023-11-28T01:02:11.490 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1 x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.7 M 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base x86_64 2:18.0.0-7498.g369173db.el8 ceph 5.4 M 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common x86_64 2:18.0.0-7498.g369173db.el8 ceph 23 M 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux x86_64 2:18.0.0-7498.g369173db.el8 ceph 24 k 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 839 k 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1 x86_64 2:18.0.0-7498.g369173db.el8 ceph 517 k 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-28T01:02:11.491 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 6.9 M 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse x86_64 2:18.0.0-7498.g369173db.el8 ceph 45 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common x86_64 2:18.0.0-7498.g369173db.el8 ceph 128 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs x86_64 2:18.0.0-7498.g369173db.el8 ceph 197 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados x86_64 2:18.0.0-7498.g369173db.el8 ceph 371 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd x86_64 2:18.0.0-7498.g369173db.el8 ceph 364 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw x86_64 2:18.0.0-7498.g369173db.el8 ceph 107 k 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:02:11.492 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:02:11.493 INFO:teuthology.orchestra.run.smithi005.stdout:==================================================================================================== 2023-11-28T01:02:11.493 INFO:teuthology.orchestra.run.smithi005.stdout:Install 21 Packages 2023-11-28T01:02:11.493 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrade 2 Packages 2023-11-28T01:02:11.493 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:02:11.493 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 62 M 2023-11-28T01:02:11.493 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:02:11.527 INFO:teuthology.orchestra.run.smithi116.stdout:(5/23): librgw2-18.0.0-7498.g369173db.el8.x86_6 17 MB/s | 6.9 MB 00:00 2023-11-28T01:02:11.577 INFO:teuthology.orchestra.run.smithi116.stdout:(6/23): python3-ceph-argparse-18.0.0-7498.g3691 903 kB/s | 45 kB 00:00 2023-11-28T01:02:11.636 INFO:teuthology.orchestra.run.smithi116.stdout:(7/23): python3-ceph-common-18.0.0-7498.g369173 2.1 MB/s | 128 kB 00:00 2023-11-28T01:02:11.694 INFO:teuthology.orchestra.run.smithi116.stdout:(8/23): python3-cephfs-18.0.0-7498.g369173db.el 3.3 MB/s | 197 kB 00:00 2023-11-28T01:02:11.761 INFO:teuthology.orchestra.run.smithi116.stdout:(9/23): python3-rados-18.0.0-7498.g369173db.el8 5.4 MB/s | 371 kB 00:00 2023-11-28T01:02:11.828 INFO:teuthology.orchestra.run.smithi116.stdout:(10/23): python3-rbd-18.0.0-7498.g369173db.el8. 5.3 MB/s | 364 kB 00:00 2023-11-28T01:02:11.903 INFO:teuthology.orchestra.run.smithi116.stdout:(11/23): python3-rgw-18.0.0-7498.g369173db.el8. 1.4 MB/s | 107 kB 00:00 2023-11-28T01:02:12.145 INFO:teuthology.orchestra.run.smithi116.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-11-28T01:02:12.196 INFO:teuthology.orchestra.run.smithi116.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.1 MB/s | 59 kB 00:00 2023-11-28T01:02:12.255 INFO:teuthology.orchestra.run.smithi116.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-11-28T01:02:12.413 INFO:teuthology.orchestra.run.smithi116.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 11 MB/s | 1.7 MB 00:00 2023-11-28T01:02:12.589 INFO:teuthology.orchestra.run.smithi116.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.4 MB/s | 259 kB 00:00 2023-11-28T01:02:12.730 INFO:teuthology.orchestra.run.smithi116.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 310 kB/s | 44 kB 00:00 2023-11-28T01:02:12.880 INFO:teuthology.orchestra.run.smithi116.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.3 MB/s | 354 kB 00:00 2023-11-28T01:02:13.048 INFO:teuthology.orchestra.run.smithi116.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 281 kB/s | 47 kB 00:00 2023-11-28T01:02:13.340 INFO:teuthology.orchestra.run.smithi116.stdout:(20/23): ceph-radosgw-18.0.0-7498.g369173db.el8 4.8 MB/s | 14 MB 00:02 2023-11-28T01:02:13.706 INFO:teuthology.orchestra.run.smithi116.stdout:(21/23): librados2-18.0.0-7498.g369173db.el8.x8 5.7 MB/s | 3.8 MB 00:00 2023-11-28T01:02:13.708 INFO:teuthology.orchestra.run.smithi005.stdout:(1/23): ceph-common-18.0.0-7498.g369173db.el8.x 11 MB/s | 23 MB 00:02 2023-11-28T01:02:13.750 INFO:teuthology.orchestra.run.smithi005.stdout:(2/23): ceph-selinux-18.0.0-7498.g369173db.el8. 588 kB/s | 24 kB 00:00 2023-11-28T01:02:13.834 INFO:teuthology.orchestra.run.smithi005.stdout:(3/23): libcephfs2-18.0.0-7498.g369173db.el8.x8 9.9 MB/s | 839 kB 00:00 2023-11-28T01:02:13.892 INFO:teuthology.orchestra.run.smithi005.stdout:(4/23): libradosstriper1-18.0.0-7498.g369173db. 8.7 MB/s | 517 kB 00:00 2023-11-28T01:02:13.957 INFO:teuthology.orchestra.run.smithi116.stdout:(22/23): ceph-common-18.0.0-7498.g369173db.el8. 6.4 MB/s | 23 MB 00:03 2023-11-28T01:02:14.132 INFO:teuthology.orchestra.run.smithi116.stdout:(23/23): librbd1-18.0.0-7498.g369173db.el8.x86_ 4.7 MB/s | 3.7 MB 00:00 2023-11-28T01:02:14.134 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:02:14.134 INFO:teuthology.orchestra.run.smithi116.stdout:Total 17 MB/s | 62 MB 00:03 2023-11-28T01:02:14.177 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:02:14.221 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:02:14.222 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:02:14.293 INFO:teuthology.orchestra.run.smithi005.stdout:(5/23): librgw2-18.0.0-7498.g369173db.el8.x86_6 17 MB/s | 6.9 MB 00:00 2023-11-28T01:02:14.355 INFO:teuthology.orchestra.run.smithi005.stdout:(6/23): python3-ceph-argparse-18.0.0-7498.g3691 722 kB/s | 45 kB 00:00 2023-11-28T01:02:14.410 INFO:teuthology.orchestra.run.smithi005.stdout:(7/23): python3-ceph-common-18.0.0-7498.g369173 2.3 MB/s | 128 kB 00:00 2023-11-28T01:02:14.460 INFO:teuthology.orchestra.run.smithi005.stdout:(8/23): python3-cephfs-18.0.0-7498.g369173db.el 3.8 MB/s | 197 kB 00:00 2023-11-28T01:02:14.511 INFO:teuthology.orchestra.run.smithi005.stdout:(9/23): python3-rados-18.0.0-7498.g369173db.el8 7.3 MB/s | 371 kB 00:00 2023-11-28T01:02:14.557 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:02:14.560 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:02:14.561 INFO:teuthology.orchestra.run.smithi005.stdout:(10/23): python3-rbd-18.0.0-7498.g369173db.el8. 7.1 MB/s | 364 kB 00:00 2023-11-28T01:02:14.611 INFO:teuthology.orchestra.run.smithi005.stdout:(11/23): python3-rgw-18.0.0-7498.g369173db.el8. 2.1 MB/s | 107 kB 00:00 2023-11-28T01:02:14.786 INFO:teuthology.orchestra.run.smithi005.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.7 MB/s | 306 kB 00:00 2023-11-28T01:02:14.828 INFO:teuthology.orchestra.run.smithi005.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.4 MB/s | 59 kB 00:00 2023-11-28T01:02:14.870 INFO:teuthology.orchestra.run.smithi005.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.8 MB/s | 75 kB 00:00 2023-11-28T01:02:14.987 INFO:teuthology.orchestra.run.smithi005.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 15 MB/s | 1.7 MB 00:00 2023-11-28T01:02:15.121 INFO:teuthology.orchestra.run.smithi005.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.9 MB/s | 259 kB 00:00 2023-11-28T01:02:15.263 INFO:teuthology.orchestra.run.smithi005.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 311 kB/s | 44 kB 00:00 2023-11-28T01:02:15.455 INFO:teuthology.orchestra.run.smithi005.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-11-28T01:02:15.630 INFO:teuthology.orchestra.run.smithi005.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 268 kB/s | 47 kB 00:00 2023-11-28T01:02:15.741 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:02:15.905 INFO:teuthology.orchestra.run.smithi005.stdout:(20/23): librados2-18.0.0-7498.g369173db.el8.x8 14 MB/s | 3.8 MB 00:00 2023-11-28T01:02:15.938 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-28T01:02:16.004 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout:==================================================================================================== 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout:==================================================================================================== 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:18.0.0-7498.g369173db.el8 ceph 14 M 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.8 M 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.7 M 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:02:16.007 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:18.0.0-7498.g369173db.el8 ceph 5.4 M 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:18.0.0-7498.g369173db.el8 ceph 23 M 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:18.0.0-7498.g369173db.el8 ceph 24 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 839 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:18.0.0-7498.g369173db.el8 ceph 517 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:18.0.0-7498.g369173db.el8 ceph 6.9 M 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:18.0.0-7498.g369173db.el8 ceph 45 k 2023-11-28T01:02:16.008 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:18.0.0-7498.g369173db.el8 ceph 128 k 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:18.0.0-7498.g369173db.el8 ceph 197 k 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:18.0.0-7498.g369173db.el8 ceph 371 k 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:18.0.0-7498.g369173db.el8 ceph 364 k 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:18.0.0-7498.g369173db.el8 ceph 107 k 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout:==================================================================================================== 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout:Install 21 Packages 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2023-11-28T01:02:16.009 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:02:16.010 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 62 M 2023-11-28T01:02:16.010 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:02:16.113 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-28T01:02:16.122 INFO:teuthology.orchestra.run.smithi005.stdout:(21/23): librbd1-18.0.0-7498.g369173db.el8.x86_ 17 MB/s | 3.7 MB 00:00 2023-11-28T01:02:16.467 INFO:teuthology.orchestra.run.smithi005.stdout:(22/23): ceph-base-18.0.0-7498.g369173db.el8.x8 1.1 MB/s | 5.4 MB 00:04 2023-11-28T01:02:16.523 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-28T01:02:16.672 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librados2-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:16.755 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:16.943 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 4/25 2023-11-28T01:02:17.027 INFO:teuthology.orchestra.run.smithi133.stdout:(1/23): ceph-radosgw-18.0.0-7498.g369173db.el8. 15 MB/s | 14 MB 00:00 2023-11-28T01:02:17.068 INFO:teuthology.orchestra.run.smithi133.stdout:(2/23): ceph-selinux-18.0.0-7498.g369173db.el8. 589 kB/s | 24 kB 00:00 2023-11-28T01:02:17.135 INFO:teuthology.orchestra.run.smithi133.stdout:(3/23): libcephfs2-18.0.0-7498.g369173db.el8.x8 12 MB/s | 839 kB 00:00 2023-11-28T01:02:17.166 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-28T01:02:17.194 INFO:teuthology.orchestra.run.smithi133.stdout:(4/23): libradosstriper1-18.0.0-7498.g369173db. 8.6 MB/s | 517 kB 00:00 2023-11-28T01:02:17.380 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 6/25 2023-11-28T01:02:17.586 INFO:teuthology.orchestra.run.smithi133.stdout:(5/23): librgw2-18.0.0-7498.g369173db.el8.x86_6 18 MB/s | 6.9 MB 00:00 2023-11-28T01:02:17.628 INFO:teuthology.orchestra.run.smithi133.stdout:(6/23): python3-ceph-argparse-18.0.0-7498.g3691 1.1 MB/s | 45 kB 00:00 2023-11-28T01:02:17.687 INFO:teuthology.orchestra.run.smithi133.stdout:(7/23): python3-ceph-common-18.0.0-7498.g369173 2.2 MB/s | 128 kB 00:00 2023-11-28T01:02:17.745 INFO:teuthology.orchestra.run.smithi133.stdout:(8/23): python3-cephfs-18.0.0-7498.g369173db.el 3.3 MB/s | 197 kB 00:00 2023-11-28T01:02:17.786 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 6/25 2023-11-28T01:02:17.804 INFO:teuthology.orchestra.run.smithi133.stdout:(9/23): python3-rados-18.0.0-7498.g369173db.el8 6.2 MB/s | 371 kB 00:00 2023-11-28T01:02:17.871 INFO:teuthology.orchestra.run.smithi133.stdout:(10/23): python3-rbd-18.0.0-7498.g369173db.el8. 5.3 MB/s | 364 kB 00:00 2023-11-28T01:02:17.913 INFO:teuthology.orchestra.run.smithi133.stdout:(11/23): python3-rgw-18.0.0-7498.g369173db.el8. 2.5 MB/s | 107 kB 00:00 2023-11-28T01:02:17.996 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librbd1-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:18.063 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:18.235 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-28T01:02:18.388 INFO:teuthology.orchestra.run.smithi133.stdout:(12/23): ceph-base-18.0.0-7498.g369173db.el8.x8 2.3 MB/s | 5.4 MB 00:02 2023-11-28T01:02:18.389 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-28T01:02:18.455 INFO:teuthology.orchestra.run.smithi133.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 565 kB/s | 306 kB 00:00 2023-11-28T01:02:18.457 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-28T01:02:18.563 INFO:teuthology.orchestra.run.smithi133.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 694 kB/s | 75 kB 00:00 2023-11-28T01:02:18.590 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-argparse-2:18.0.0-7498.g369173db.el8. 10/25 2023-11-28T01:02:18.739 INFO:teuthology.orchestra.run.smithi133.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 168 kB/s | 59 kB 00:00 2023-11-28T01:02:18.756 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 11/25 2023-11-28T01:02:18.906 INFO:teuthology.orchestra.run.smithi133.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 5.1 MB/s | 1.7 MB 00:00 2023-11-28T01:02:18.931 INFO:teuthology.orchestra.run.smithi133.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-11-28T01:02:18.958 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 12/25 2023-11-28T01:02:19.098 INFO:teuthology.orchestra.run.smithi133.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 229 kB/s | 44 kB 00:00 2023-11-28T01:02:19.131 INFO:teuthology.orchestra.run.smithi133.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-11-28T01:02:19.145 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 13/25 2023-11-28T01:02:19.215 INFO:teuthology.orchestra.run.smithi133.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 401 kB/s | 47 kB 00:00 2023-11-28T01:02:19.219 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 13/25 2023-11-28T01:02:19.330 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-28T01:02:19.513 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-28T01:02:19.724 INFO:teuthology.orchestra.run.smithi133.stdout:(21/23): ceph-common-18.0.0-7498.g369173db.el8. 6.2 MB/s | 23 MB 00:03 2023-11-28T01:02:20.065 INFO:teuthology.orchestra.run.smithi133.stdout:(22/23): librbd1-18.0.0-7498.g369173db.el8.x86_ 4.4 MB/s | 3.7 MB 00:00 2023-11-28T01:02:20.313 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-28T01:02:20.454 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librgw2-2:18.0.0-7498.g369173db.el8.x86_64 17/25 2023-11-28T01:02:20.518 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librgw2-2:18.0.0-7498.g369173db.el8.x86_64 17/25 2023-11-28T01:02:20.581 INFO:teuthology.orchestra.run.smithi005.stdout:(23/23): ceph-radosgw-18.0.0-7498.g369173db.el8 1.5 MB/s | 14 MB 00:09 2023-11-28T01:02:20.583 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:02:20.583 INFO:teuthology.orchestra.run.smithi005.stdout:Total 6.8 MB/s | 62 MB 00:09 2023-11-28T01:02:20.631 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:02:20.680 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:02:20.681 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:02:20.738 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 18/25 2023-11-28T01:02:20.913 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-common-2:18.0.0-7498.g369173db.el8.x8 19/25 2023-11-28T01:02:21.043 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:02:21.047 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:02:22.572 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:02:22.775 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-28T01:02:22.791 INFO:teuthology.orchestra.run.smithi133.stdout:(23/23): librados2-18.0.0-7498.g369173db.el8.x8 1.0 MB/s | 3.8 MB 00:03 2023-11-28T01:02:22.792 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:02:22.793 INFO:teuthology.orchestra.run.smithi133.stdout:Total 9.1 MB/s | 62 MB 00:06 2023-11-28T01:02:22.839 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:02:22.884 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:02:22.885 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:02:22.985 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-28T01:02:23.218 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:02:23.221 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:02:23.416 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-28T01:02:23.552 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librados2-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:23.682 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:23.841 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 4/25 2023-11-28T01:02:24.092 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-28T01:02:24.269 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 6/25 2023-11-28T01:02:24.360 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:02:24.539 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-28T01:02:24.563 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:24.683 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 6/25 2023-11-28T01:02:24.754 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-28T01:02:24.762 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:24.918 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librbd1-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:24.970 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:25.144 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-28T01:02:25.166 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-28T01:02:25.318 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-28T01:02:25.362 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:25.374 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-28T01:02:25.446 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:25.531 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-argparse-2:18.0.0-7498.g369173db.el8. 10/25 2023-11-28T01:02:25.531 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:25.650 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 21/25 2023-11-28T01:02:25.718 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 4/25 2023-11-28T01:02:25.719 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 21/25 2023-11-28T01:02:25.723 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 11/25 2023-11-28T01:02:25.861 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:25.909 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 12/25 2023-11-28T01:02:25.941 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-28T01:02:26.093 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 13/25 2023-11-28T01:02:26.121 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 6/25 2023-11-28T01:02:26.162 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 13/25 2023-11-28T01:02:26.279 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-28T01:02:26.445 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-28T01:02:26.514 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 6/25 2023-11-28T01:02:26.703 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:26.754 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:26.927 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-28T01:02:27.079 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-28T01:02:27.149 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-28T01:02:27.298 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:18.0.0-7498.g369173db.el8. 10/25 2023-11-28T01:02:27.338 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-28T01:02:27.480 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 11/25 2023-11-28T01:02:27.501 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librgw2-2:18.0.0-7498.g369173db.el8.x86_64 17/25 2023-11-28T01:02:27.559 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librgw2-2:18.0.0-7498.g369173db.el8.x86_64 17/25 2023-11-28T01:02:27.666 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 12/25 2023-11-28T01:02:27.790 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 18/25 2023-11-28T01:02:27.820 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 13/25 2023-11-28T01:02:27.878 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 13/25 2023-11-28T01:02:27.952 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-common-2:18.0.0-7498.g369173db.el8.x8 19/25 2023-11-28T01:02:27.979 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-28T01:02:28.144 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-28T01:02:28.980 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-28T01:02:29.137 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:18.0.0-7498.g369173db.el8.x86_64 17/25 2023-11-28T01:02:29.200 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:18.0.0-7498.g369173db.el8.x86_64 17/25 2023-11-28T01:02:29.413 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 18/25 2023-11-28T01:02:29.587 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:18.0.0-7498.g369173db.el8.x8 19/25 2023-11-28T01:02:31.945 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:32.193 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:32.833 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:33.087 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 21/25 2023-11-28T01:02:33.170 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 21/25 2023-11-28T01:02:33.308 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:33.421 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:33.645 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:34.235 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 20/25 2023-11-28T01:02:34.482 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 21/25 2023-11-28T01:02:34.563 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 21/25 2023-11-28T01:02:34.693 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:44.270 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:44.270 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /sys 2023-11-28T01:02:44.270 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /proc 2023-11-28T01:02:44.270 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /dev 2023-11-28T01:02:44.270 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /run 2023-11-28T01:02:44.270 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /mnt 2023-11-28T01:02:44.271 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /var/tmp 2023-11-28T01:02:44.271 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /home 2023-11-28T01:02:44.271 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /tmp 2023-11-28T01:02:44.271 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /dev 2023-11-28T01:02:44.271 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:02:45.681 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 23/25 2023-11-28T01:02:45.702 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 23/25 2023-11-28T01:02:45.702 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-28T01:02:45.911 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-28T01:02:45.911 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 1/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 4/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 5/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 6/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librgw2-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:46.520 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7498.g369173db.el8. 8/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-common-2:18.0.0-7498.g369173db.el8.x8 9/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 10/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 11/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 12/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 13/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-28T01:02:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-28T01:02:46.522 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-28T01:02:46.522 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-28T01:02:46.522 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-28T01:02:46.522 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-28T01:02:46.522 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:46.522 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-28T01:02:46.522 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-2:18.0.0-7498.g369173db.el8.x86_64 24/25 2023-11-28T01:02:47.881 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:47.881 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:49 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:02:52.915 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /run 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2023-11-28T01:02:52.916 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:02:53.788 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:53.788 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /sys 2023-11-28T01:02:53.788 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /proc 2023-11-28T01:02:53.788 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /dev 2023-11-28T01:02:53.789 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /run 2023-11-28T01:02:53.789 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /mnt 2023-11-28T01:02:53.789 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /var/tmp 2023-11-28T01:02:53.789 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /home 2023-11-28T01:02:53.789 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /tmp 2023-11-28T01:02:53.789 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /dev 2023-11-28T01:02:53.789 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:02:54.312 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 23/25 2023-11-28T01:02:54.315 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:02:54.334 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 23/25 2023-11-28T01:02:54.334 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-28T01:02:54.503 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:02:54.503 INFO:teuthology.orchestra.run.smithi116.stdout:Upgraded: 2023-11-28T01:02:54.503 INFO:teuthology.orchestra.run.smithi116.stdout: librados2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.503 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.503 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:02:54.503 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-28T01:02:54.504 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:02:54.505 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:02:54.517 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-28T01:02:54.518 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:54.671 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-test 2023-11-28T01:02:55.017 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:02:55.122 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:55.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 1/25 2023-11-28T01:02:55.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2/25 2023-11-28T01:02:55.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:55.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 4/25 2023-11-28T01:02:55.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 5/25 2023-11-28T01:02:55.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 6/25 2023-11-28T01:02:55.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:55.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7498.g369173db.el8. 8/25 2023-11-28T01:02:55.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:18.0.0-7498.g369173db.el8.x8 9/25 2023-11-28T01:02:55.125 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 10/25 2023-11-28T01:02:55.125 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 11/25 2023-11-28T01:02:55.125 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 12/25 2023-11-28T01:02:55.125 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 13/25 2023-11-28T01:02:55.125 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-28T01:02:55.126 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-28T01:02:55.126 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-28T01:02:55.126 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-28T01:02:55.126 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-28T01:02:55.126 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-28T01:02:55.127 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-28T01:02:55.127 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-28T01:02:55.127 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:55.127 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-28T01:02:55.127 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:18.0.0-7498.g369173db.el8.x86_64 24/25 2023-11-28T01:02:55.267 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 23/25 2023-11-28T01:02:55.288 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 23/25 2023-11-28T01:02:55.288 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-28T01:02:55.633 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-28T01:02:55.633 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:56.298 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:56.298 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 1/25 2023-11-28T01:02:56.298 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2/25 2023-11-28T01:02:56.298 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 3/25 2023-11-28T01:02:56.299 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 4/25 2023-11-28T01:02:56.299 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 5/25 2023-11-28T01:02:56.299 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_6 6/25 2023-11-28T01:02:56.299 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librgw2-2:18.0.0-7498.g369173db.el8.x86_64 7/25 2023-11-28T01:02:56.299 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7498.g369173db.el8. 8/25 2023-11-28T01:02:56.299 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-common-2:18.0.0-7498.g369173db.el8.x8 9/25 2023-11-28T01:02:56.300 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 10/25 2023-11-28T01:02:56.300 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 11/25 2023-11-28T01:02:56.300 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 12/25 2023-11-28T01:02:56.300 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 13/25 2023-11-28T01:02:56.300 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-28T01:02:56.300 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-28T01:02:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-28T01:02:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-28T01:02:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-28T01:02:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-28T01:02:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-28T01:02:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-28T01:02:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:18.0.0-7498.g369173db.el8.x86_64 22/25 2023-11-28T01:02:56.302 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-28T01:02:56.302 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:18.0.0-7498.g369173db.el8.x86_64 24/25 2023-11-28T01:02:56.458 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:56.458 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:52 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:02:56.761 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:58 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:02:57.744 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-28T01:02:57.744 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:58 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:02:58.192 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:02:58.193 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================================ 2023-11-28T01:02:58.193 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:02:58.193 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================================ 2023-11-28T01:02:58.193 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:02:58.193 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test x86_64 2:18.0.0-7498.g369173db.el8 ceph 49 M 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite x86_64 2:18.0.0-7498.g369173db.el8 ceph 183 k 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================================ 2023-11-28T01:02:58.194 INFO:teuthology.orchestra.run.smithi116.stdout:Install 6 Packages 2023-11-28T01:02:58.195 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:02:58.195 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 50 M 2023-11-28T01:02:58.195 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 223 M 2023-11-28T01:02:58.195 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:02:58.234 INFO:teuthology.orchestra.run.smithi116.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-11-28T01:02:58.393 INFO:teuthology.orchestra.run.smithi116.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.1 MB/s | 323 kB 00:00 2023-11-28T01:02:58.418 INFO:teuthology.orchestra.run.smithi116.stdout:(3/6): libcephsqlite-18.0.0-7498.g369173db.el8. 821 kB/s | 183 kB 00:00 2023-11-28T01:02:58.502 INFO:teuthology.orchestra.run.smithi116.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-11-28T01:02:58.560 INFO:teuthology.orchestra.run.smithi116.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.4 MB/s | 202 kB 00:00 2023-11-28T01:03:03.293 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:03:10.769 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:10.769 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2023-11-28T01:03:10.770 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.770 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.770 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:03:10.770 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.770 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.770 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.771 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.771 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-28T01:03:10.771 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.771 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-28T01:03:10.771 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-28T01:03:10.772 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.772 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-28T01:03:10.772 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.772 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-28T01:03:10.772 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-28T01:03:10.773 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.773 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.773 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.773 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-28T01:03:10.773 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.774 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.774 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.774 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-28T01:03:10.774 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:10.774 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:03:10.775 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:03:10.807 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:10.808 INFO:teuthology.orchestra.run.smithi005.stdout:Upgraded: 2023-11-28T01:03:10.808 INFO:teuthology.orchestra.run.smithi005.stdout: librados2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.809 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.809 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:03:10.810 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.810 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.811 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.812 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.812 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-28T01:03:10.812 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.812 INFO:teuthology.orchestra.run.smithi005.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-28T01:03:10.813 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-28T01:03:10.813 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.813 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-28T01:03:10.813 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.813 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-28T01:03:10.814 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-28T01:03:10.814 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.814 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.814 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-28T01:03:10.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:10.842 INFO:teuthology.orchestra.run.smithi005.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-28T01:03:10.842 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:10.842 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:03:10.843 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2023-11-28T01:03:10.844 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-test 2023-11-28T01:03:11.209 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:03:11.228 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:03:12.732 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:08 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:03:13.069 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:14 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:03:14.085 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:03:14.085 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:18.0.0-7498.g369173db.el8 ceph 49 M 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:18.0.0-7498.g369173db.el8 ceph 183 k 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-28T01:03:14.086 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:14.087 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:03:14.087 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2023-11-28T01:03:14.087 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2023-11-28T01:03:14.087 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:14.087 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 50 M 2023-11-28T01:03:14.087 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 223 M 2023-11-28T01:03:14.087 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:03:14.122 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.0 MB/s | 70 kB 00:00 2023-11-28T01:03:14.272 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): libcephsqlite-18.0.0-7498.g369173db.el8. 992 kB/s | 183 kB 00:00 2023-11-28T01:03:14.314 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.7 MB/s | 323 kB 00:00 2023-11-28T01:03:14.481 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-11-28T01:03:14.540 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 702 kB/s | 187 kB 00:00 2023-11-28T01:03:14.581 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:03:14.582 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test x86_64 2:18.0.0-7498.g369173db.el8 ceph 49 M 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite x86_64 2:18.0.0-7498.g369173db.el8 ceph 183 k 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-28T01:03:14.583 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:14.584 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:03:14.584 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2023-11-28T01:03:14.584 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2023-11-28T01:03:14.584 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:14.584 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 50 M 2023-11-28T01:03:14.584 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 223 M 2023-11-28T01:03:14.585 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:03:14.624 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-11-28T01:03:14.808 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2023-11-28T01:03:14.916 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): libcephsqlite-18.0.0-7498.g369173db.el8. 552 kB/s | 183 kB 00:00 2023-11-28T01:03:14.983 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2023-11-28T01:03:15.117 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-11-28T01:03:17.459 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): ceph-test-18.0.0-7498.g369173db.el8.x86_ 17 MB/s | 49 MB 00:02 2023-11-28T01:03:17.461 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:03:17.461 INFO:teuthology.orchestra.run.smithi005.stdout:Total 17 MB/s | 50 MB 00:02 2023-11-28T01:03:17.499 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:03:17.516 INFO:teuthology.orchestra.run.smithi116.stdout:(6/6): ceph-test-18.0.0-7498.g369173db.el8.x86_ 2.6 MB/s | 49 MB 00:19 2023-11-28T01:03:17.518 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:03:17.518 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.6 MB/s | 50 MB 00:19 2023-11-28T01:03:17.522 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:03:17.522 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:03:17.556 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:03:17.578 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:03:17.578 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:03:17.806 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:03:17.810 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:03:17.842 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:03:17.846 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:03:18.286 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:03:18.297 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:03:18.403 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-28T01:03:18.444 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-28T01:03:18.491 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-28T01:03:18.528 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-28T01:03:18.701 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-28T01:03:18.704 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-28T01:03:18.861 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-28T01:03:19.010 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-28T01:03:19.202 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 5/6 2023-11-28T01:03:19.380 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-28T01:03:19.545 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-28T01:03:19.695 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 5/6 2023-11-28T01:03:24.245 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 5/6 2023-11-28T01:03:24.314 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): ceph-test-18.0.0-7498.g369173db.el8.x86_ 4.8 MB/s | 49 MB 00:10 2023-11-28T01:03:24.315 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:03:24.316 INFO:teuthology.orchestra.run.smithi133.stdout:Total 4.9 MB/s | 50 MB 00:10 2023-11-28T01:03:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:03:24.375 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:03:24.375 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:03:24.417 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 5/6 2023-11-28T01:03:24.523 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 6/6 2023-11-28T01:03:24.641 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:03:24.641 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 6/6 2023-11-28T01:03:24.644 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:03:24.746 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 6/6 2023-11-28T01:03:24.746 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 1/6 2023-11-28T01:03:24.747 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 2/6 2023-11-28T01:03:24.747 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-28T01:03:24.747 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-28T01:03:24.747 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-28T01:03:24.872 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 6/6 2023-11-28T01:03:24.873 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 1/6 2023-11-28T01:03:24.873 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 2/6 2023-11-28T01:03:24.873 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-28T01:03:24.873 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-28T01:03:24.873 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-28T01:03:25.083 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:03:25.218 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-28T01:03:25.299 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-28T01:03:25.497 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-28T01:03:25.635 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-28T01:03:25.800 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-28T01:03:25.884 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-28T01:03:25.884 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:26 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:03:25.956 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-28T01:03:26.159 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:27 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:03:26.160 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 5/6 2023-11-28T01:03:30.851 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 5/6 2023-11-28T01:03:31.072 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 6/6 2023-11-28T01:03:31.307 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 6/6 2023-11-28T01:03:31.308 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 1/6 2023-11-28T01:03:31.308 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 2/6 2023-11-28T01:03:31.308 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-28T01:03:31.308 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-28T01:03:31.308 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-28T01:03:32.361 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-28T01:03:32.361 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:28 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:03:36.105 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:03:36.294 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:03:36.294 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:03:36.295 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:36.295 INFO:teuthology.orchestra.run.smithi116.stdout: jq-1.6-3.el8.x86_64 2023-11-28T01:03:36.295 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:36.295 INFO:teuthology.orchestra.run.smithi116.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-28T01:03:36.296 INFO:teuthology.orchestra.run.smithi116.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-28T01:03:36.296 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-28T01:03:36.296 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:03:36.296 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:03:36.438 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph 2023-11-28T01:03:36.564 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: jq-1.6-3.el8.x86_64 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:36.763 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:03:36.774 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:03:36.915 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph 2023-11-28T01:03:37.190 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:03:37.272 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:03:37.371 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:37.371 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:03:37.371 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:37.372 INFO:teuthology.orchestra.run.smithi133.stdout: jq-1.6-3.el8.x86_64 2023-11-28T01:03:37.372 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:03:37.372 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-28T01:03:37.372 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-28T01:03:37.372 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-28T01:03:37.372 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:37.372 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:03:37.509 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2023-11-28T01:03:37.847 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:03:38.377 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:40 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:03:38.897 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:39 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:03:39.622 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:35 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:03:39.751 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:03:39.754 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================= 2023-11-28T01:03:39.754 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:03:39.754 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================= 2023-11-28T01:03:39.754 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: ceph x86_64 2:18.0.0-7498.g369173db.el8 ceph 6.4 k 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds x86_64 2:18.0.0-7498.g369173db.el8 ceph 2.3 M 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr x86_64 2:18.0.0-7498.g369173db.el8 ceph 1.6 M 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 242 k 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon x86_64 2:18.0.0-7498.g369173db.el8 ceph 4.6 M 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd x86_64 2:18.0.0-7498.g369173db.el8 ceph 18 M 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-28T01:03:39.755 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-28T01:03:39.756 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-28T01:03:39.757 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:03:39.758 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:03:39.758 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================= 2023-11-28T01:03:39.758 INFO:teuthology.orchestra.run.smithi116.stdout:Install 32 Packages 2023-11-28T01:03:39.758 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:03:39.758 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 30 M 2023-11-28T01:03:39.758 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 121 M 2023-11-28T01:03:39.759 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:03:39.958 INFO:teuthology.orchestra.run.smithi116.stdout:(1/32): ceph-18.0.0-7498.g369173db.el8.x86_64.r 46 kB/s | 6.4 kB 00:00 2023-11-28T01:03:40.142 INFO:teuthology.orchestra.run.smithi116.stdout:(2/32): ceph-mgr-18.0.0-7498.g369173db.el8.x86_ 5.1 MB/s | 1.6 MB 00:00 2023-11-28T01:03:40.200 INFO:teuthology.orchestra.run.smithi116.stdout:(3/32): ceph-mds-18.0.0-7498.g369173db.el8.x86_ 6.1 MB/s | 2.3 MB 00:00 2023-11-28T01:03:40.275 INFO:teuthology.orchestra.run.smithi116.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7498.g3691 3.2 MB/s | 242 kB 00:00 2023-11-28T01:03:40.428 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:03:40.431 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================= 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================= 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout: ceph x86_64 2:18.0.0-7498.g369173db.el8 ceph 6.4 k 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds x86_64 2:18.0.0-7498.g369173db.el8 ceph 2.3 M 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr x86_64 2:18.0.0-7498.g369173db.el8 ceph 1.6 M 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 242 k 2023-11-28T01:03:40.432 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon x86_64 2:18.0.0-7498.g369173db.el8 ceph 4.6 M 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd x86_64 2:18.0.0-7498.g369173db.el8 ceph 18 M 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-28T01:03:40.433 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-28T01:03:40.434 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================= 2023-11-28T01:03:40.435 INFO:teuthology.orchestra.run.smithi005.stdout:Install 32 Packages 2023-11-28T01:03:40.436 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:03:40.436 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 30 M 2023-11-28T01:03:40.436 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 121 M 2023-11-28T01:03:40.436 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:03:40.468 INFO:teuthology.orchestra.run.smithi116.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 227 kB/s | 44 kB 00:00 2023-11-28T01:03:40.718 INFO:teuthology.orchestra.run.smithi116.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 741 kB/s | 185 kB 00:00 2023-11-28T01:03:40.801 INFO:teuthology.orchestra.run.smithi116.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.0 MB/s | 173 kB 00:00 2023-11-28T01:03:40.850 INFO:teuthology.orchestra.run.smithi005.stdout:(1/32): ceph-18.0.0-7498.g369173db.el8.x86_64.r 24 kB/s | 6.4 kB 00:00 2023-11-28T01:03:40.996 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================= 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================= 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:18.0.0-7498.g369173db.el8 ceph 6.4 k 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:18.0.0-7498.g369173db.el8 ceph 2.3 M 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:18.0.0-7498.g369173db.el8 ceph 1.6 M 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 242 k 2023-11-28T01:03:41.000 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:18.0.0-7498.g369173db.el8 ceph 4.6 M 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:18.0.0-7498.g369173db.el8 ceph 18 M 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-28T01:03:41.001 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-28T01:03:41.002 INFO:teuthology.orchestra.run.smithi133.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================= 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout:Install 32 Packages 2023-11-28T01:03:41.003 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:03:41.004 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 30 M 2023-11-28T01:03:41.004 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 121 M 2023-11-28T01:03:41.004 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:03:41.093 INFO:teuthology.orchestra.run.smithi116.stdout:(8/32): ceph-osd-18.0.0-7498.g369173db.el8.x86_ 19 MB/s | 18 MB 00:00 2023-11-28T01:03:41.119 INFO:teuthology.orchestra.run.smithi116.stdout:(9/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 1.2 MB/s | 384 kB 00:00 2023-11-28T01:03:41.244 INFO:teuthology.orchestra.run.smithi116.stdout:(10/32): ceph-mon-18.0.0-7498.g369173db.el8.x86 3.6 MB/s | 4.6 MB 00:01 2023-11-28T01:03:41.261 INFO:teuthology.orchestra.run.smithi116.stdout:(11/32): python3-jaraco-6.2-6.el8.noarch.rpm 66 kB/s | 11 kB 00:00 2023-11-28T01:03:41.286 INFO:teuthology.orchestra.run.smithi116.stdout:(12/32): python3-jaraco-functools-2.0-4.el8.noa 105 kB/s | 18 kB 00:00 2023-11-28T01:03:41.325 INFO:teuthology.orchestra.run.smithi005.stdout:(2/32): ceph-mon-18.0.0-7498.g369173db.el8.x86_ 9.8 MB/s | 4.6 MB 00:00 2023-11-28T01:03:41.376 INFO:teuthology.orchestra.run.smithi005.stdout:(3/32): ceph-mgr-18.0.0-7498.g369173db.el8.x86_ 2.1 MB/s | 1.6 MB 00:00 2023-11-28T01:03:41.387 INFO:teuthology.orchestra.run.smithi116.stdout:(13/32): python3-logutils-0.3.5-11.el8.noarch.r 342 kB/s | 49 kB 00:00 2023-11-28T01:03:41.412 INFO:teuthology.orchestra.run.smithi116.stdout:(14/32): python3-more-itertools-7.2.0-3.el8.noa 389 kB/s | 59 kB 00:00 2023-11-28T01:03:41.426 INFO:teuthology.orchestra.run.smithi005.stdout:(4/32): ceph-mds-18.0.0-7498.g369173db.el8.x86_ 2.8 MB/s | 2.3 MB 00:00 2023-11-28T01:03:41.468 INFO:teuthology.orchestra.run.smithi005.stdout:(5/32): ceph-mgr-modules-core-18.0.0-7498.g3691 2.6 MB/s | 242 kB 00:00 2023-11-28T01:03:41.479 INFO:teuthology.orchestra.run.smithi133.stdout:(1/32): ceph-18.0.0-7498.g369173db.el8.x86_64.r 26 kB/s | 6.4 kB 00:00 2023-11-28T01:03:41.537 INFO:teuthology.orchestra.run.smithi116.stdout:(15/32): python3-simplegeneric-0.8.1-17.el8.noa 150 kB/s | 19 kB 00:00 2023-11-28T01:03:41.562 INFO:teuthology.orchestra.run.smithi116.stdout:(16/32): python3-portend-2.6-1.el8.noarch.rpm 89 kB/s | 16 kB 00:00 2023-11-28T01:03:41.589 INFO:teuthology.orchestra.run.smithi005.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 268 kB/s | 44 kB 00:00 2023-11-28T01:03:41.596 INFO:teuthology.orchestra.run.smithi116.stdout:(17/32): python3-pecan-1.3.2-9.el8.noarch.rpm 914 kB/s | 283 kB 00:00 2023-11-28T01:03:41.621 INFO:teuthology.orchestra.run.smithi116.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 285 kB/s | 24 kB 00:00 2023-11-28T01:03:41.643 INFO:teuthology.orchestra.run.smithi005.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.0 MB/s | 185 kB 00:00 2023-11-28T01:03:41.655 INFO:teuthology.orchestra.run.smithi116.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 317 kB/s | 29 kB 00:00 2023-11-28T01:03:41.680 INFO:teuthology.orchestra.run.smithi116.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 328 kB/s | 27 kB 00:00 2023-11-28T01:03:41.685 INFO:teuthology.orchestra.run.smithi005.stdout:(8/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.8 MB/s | 173 kB 00:00 2023-11-28T01:03:41.736 INFO:teuthology.orchestra.run.smithi005.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 223 kB/s | 11 kB 00:00 2023-11-28T01:03:41.739 INFO:teuthology.orchestra.run.smithi116.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.1 MB/s | 255 kB 00:00 2023-11-28T01:03:41.761 INFO:teuthology.orchestra.run.smithi005.stdout:(10/32): python3-cherrypy-18.4.0-1.el8.noarch.r 3.2 MB/s | 384 kB 00:00 2023-11-28T01:03:41.786 INFO:teuthology.orchestra.run.smithi005.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 350 kB/s | 18 kB 00:00 2023-11-28T01:03:41.789 INFO:teuthology.orchestra.run.smithi116.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 787 kB/s | 85 kB 00:00 2023-11-28T01:03:41.813 INFO:teuthology.orchestra.run.smithi005.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 967 kB/s | 49 kB 00:00 2023-11-28T01:03:41.823 INFO:teuthology.orchestra.run.smithi116.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 274 kB/s | 23 kB 00:00 2023-11-28T01:03:41.845 INFO:teuthology.orchestra.run.smithi005.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 1.0 MB/s | 59 kB 00:00 2023-11-28T01:03:41.856 INFO:teuthology.orchestra.run.smithi116.stdout:(24/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.2 MB/s | 251 kB 00:00 2023-11-28T01:03:41.879 INFO:teuthology.orchestra.run.smithi005.stdout:(14/32): python3-pecan-1.3.2-9.el8.noarch.rpm 4.1 MB/s | 283 kB 00:00 2023-11-28T01:03:41.906 INFO:teuthology.orchestra.run.smithi005.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 266 kB/s | 16 kB 00:00 2023-11-28T01:03:41.929 INFO:teuthology.orchestra.run.smithi005.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 373 kB/s | 19 kB 00:00 2023-11-28T01:03:41.954 INFO:teuthology.orchestra.run.smithi005.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 477 kB/s | 24 kB 00:00 2023-11-28T01:03:41.956 INFO:teuthology.orchestra.run.smithi116.stdout:(25/32): python3-pytz-2017.2-9.el8.noarch.rpm 324 kB/s | 54 kB 00:00 2023-11-28T01:03:41.999 INFO:teuthology.orchestra.run.smithi116.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 228 kB/s | 39 kB 00:00 2023-11-28T01:03:42.001 INFO:teuthology.orchestra.run.smithi005.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 412 kB/s | 29 kB 00:00 2023-11-28T01:03:42.030 INFO:teuthology.orchestra.run.smithi005.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 366 kB/s | 27 kB 00:00 2023-11-28T01:03:42.040 INFO:teuthology.orchestra.run.smithi116.stdout:(27/32): python3-mako-1.0.6-13.el8.noarch.rpm 880 kB/s | 157 kB 00:00 2023-11-28T01:03:42.064 INFO:teuthology.orchestra.run.smithi005.stdout:(20/32): python3-waitress-1.4.3-1.el8.noarch.rp 4.0 MB/s | 255 kB 00:00 2023-11-28T01:03:42.149 INFO:teuthology.orchestra.run.smithi116.stdout:(28/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.3 MB/s | 457 kB 00:00 2023-11-28T01:03:42.183 INFO:teuthology.orchestra.run.smithi116.stdout:(29/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 563 kB/s | 103 kB 00:00 2023-11-28T01:03:42.266 INFO:teuthology.orchestra.run.smithi116.stdout:(30/32): python3-pycparser-2.14-14.el8.noarch.r 484 kB/s | 109 kB 00:00 2023-11-28T01:03:42.306 INFO:teuthology.orchestra.run.smithi005.stdout:(21/32): ceph-osd-18.0.0-7498.g369173db.el8.x86 18 MB/s | 18 MB 00:00 2023-11-28T01:03:42.331 INFO:teuthology.orchestra.run.smithi005.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 836 kB/s | 251 kB 00:00 2023-11-28T01:03:42.356 INFO:teuthology.orchestra.run.smithi005.stdout:(23/32): python3-webtest-2.0.33-1.el8.noarch.rp 292 kB/s | 85 kB 00:00 2023-11-28T01:03:42.358 INFO:teuthology.orchestra.run.smithi116.stdout:(31/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.3 MB/s | 238 kB 00:00 2023-11-28T01:03:42.432 INFO:teuthology.orchestra.run.smithi005.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 183 kB/s | 23 kB 00:00 2023-11-28T01:03:42.433 INFO:teuthology.orchestra.run.smithi116.stdout:(32/32): python3-cryptography-3.2.1-5.el8.x86_6 1.9 MB/s | 559 kB 00:00 2023-11-28T01:03:42.435 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:03:42.435 INFO:teuthology.orchestra.run.smithi116.stdout:Total 11 MB/s | 30 MB 00:02 2023-11-28T01:03:42.455 INFO:teuthology.orchestra.run.smithi133.stdout:(2/32): ceph-mgr-18.0.0-7498.g369173db.el8.x86_ 1.3 MB/s | 1.6 MB 00:01 2023-11-28T01:03:42.474 INFO:teuthology.orchestra.run.smithi005.stdout:(25/32): python3-pytz-2017.2-9.el8.noarch.rpm 381 kB/s | 54 kB 00:00 2023-11-28T01:03:42.515 INFO:teuthology.orchestra.run.smithi005.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 244 kB/s | 39 kB 00:00 2023-11-28T01:03:42.528 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:03:42.557 INFO:teuthology.orchestra.run.smithi005.stdout:(27/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.2 MB/s | 157 kB 00:00 2023-11-28T01:03:42.566 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:03:42.566 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:03:42.591 INFO:teuthology.orchestra.run.smithi005.stdout:(28/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.8 MB/s | 457 kB 00:00 2023-11-28T01:03:42.675 INFO:teuthology.orchestra.run.smithi005.stdout:(29/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 651 kB/s | 103 kB 00:00 2023-11-28T01:03:42.700 INFO:teuthology.orchestra.run.smithi005.stdout:(30/32): python3-pycparser-2.14-14.el8.noarch.r 768 kB/s | 109 kB 00:00 2023-11-28T01:03:42.733 INFO:teuthology.orchestra.run.smithi005.stdout:(31/32): python3-cryptography-3.2.1-5.el8.x86_6 3.8 MB/s | 559 kB 00:00 2023-11-28T01:03:42.778 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:03:42.781 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:03:42.850 INFO:teuthology.orchestra.run.smithi005.stdout:(32/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.3 MB/s | 238 kB 00:00 2023-11-28T01:03:42.852 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:03:42.852 INFO:teuthology.orchestra.run.smithi005.stdout:Total 13 MB/s | 30 MB 00:02 2023-11-28T01:03:42.921 INFO:teuthology.orchestra.run.smithi133.stdout:(3/32): ceph-mds-18.0.0-7498.g369173db.el8.x86_ 1.4 MB/s | 2.3 MB 00:01 2023-11-28T01:03:42.948 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:03:42.989 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:03:42.989 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:03:43.088 INFO:teuthology.orchestra.run.smithi133.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7498.g3691 1.4 MB/s | 242 kB 00:00 2023-11-28T01:03:43.189 INFO:teuthology.orchestra.run.smithi133.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 435 kB/s | 44 kB 00:00 2023-11-28T01:03:43.215 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:03:43.219 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:03:43.280 INFO:teuthology.orchestra.run.smithi133.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.0 MB/s | 185 kB 00:00 2023-11-28T01:03:43.348 INFO:teuthology.orchestra.run.smithi133.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.5 MB/s | 173 kB 00:00 2023-11-28T01:03:43.431 INFO:teuthology.orchestra.run.smithi133.stdout:(8/32): ceph-mon-18.0.0-7498.g369173db.el8.x86_ 2.4 MB/s | 4.6 MB 00:01 2023-11-28T01:03:43.457 INFO:teuthology.orchestra.run.smithi133.stdout:(9/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 3.5 MB/s | 384 kB 00:00 2023-11-28T01:03:43.498 INFO:teuthology.orchestra.run.smithi133.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 166 kB/s | 11 kB 00:00 2023-11-28T01:03:43.543 INFO:teuthology.orchestra.run.smithi133.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 204 kB/s | 18 kB 00:00 2023-11-28T01:03:43.566 INFO:teuthology.orchestra.run.smithi133.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 725 kB/s | 49 kB 00:00 2023-11-28T01:03:43.608 INFO:teuthology.orchestra.run.smithi133.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 915 kB/s | 59 kB 00:00 2023-11-28T01:03:43.633 INFO:teuthology.orchestra.run.smithi133.stdout:(14/32): python3-pecan-1.3.2-9.el8.noarch.rpm 4.1 MB/s | 283 kB 00:00 2023-11-28T01:03:43.650 INFO:teuthology.orchestra.run.smithi133.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 371 kB/s | 16 kB 00:00 2023-11-28T01:03:43.667 INFO:teuthology.orchestra.run.smithi133.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 557 kB/s | 19 kB 00:00 2023-11-28T01:03:43.692 INFO:teuthology.orchestra.run.smithi133.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 569 kB/s | 24 kB 00:00 2023-11-28T01:03:43.709 INFO:teuthology.orchestra.run.smithi133.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 695 kB/s | 29 kB 00:00 2023-11-28T01:03:43.734 INFO:teuthology.orchestra.run.smithi133.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 656 kB/s | 27 kB 00:00 2023-11-28T01:03:43.760 INFO:teuthology.orchestra.run.smithi133.stdout:(20/32): python3-waitress-1.4.3-1.el8.noarch.rp 5.0 MB/s | 255 kB 00:00 2023-11-28T01:03:43.793 INFO:teuthology.orchestra.run.smithi133.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 2.5 MB/s | 85 kB 00:00 2023-11-28T01:03:43.827 INFO:teuthology.orchestra.run.smithi133.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.7 MB/s | 251 kB 00:00 2023-11-28T01:03:43.847 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:03:43.861 INFO:teuthology.orchestra.run.smithi133.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 343 kB/s | 23 kB 00:00 2023-11-28T01:03:44.055 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-28T01:03:44.086 INFO:teuthology.orchestra.run.smithi133.stdout:(24/32): python3-pytz-2017.2-9.el8.noarch.rpm 209 kB/s | 54 kB 00:00 2023-11-28T01:03:44.144 INFO:teuthology.orchestra.run.smithi133.stdout:(25/32): python3-markupsafe-0.23-19.el8.x86_64. 137 kB/s | 39 kB 00:00 2023-11-28T01:03:44.253 INFO:teuthology.orchestra.run.smithi133.stdout:(26/32): python3-mako-1.0.6-13.el8.noarch.rpm 941 kB/s | 157 kB 00:00 2023-11-28T01:03:44.261 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-28T01:03:44.345 INFO:teuthology.orchestra.run.smithi133.stdout:(27/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.2 MB/s | 457 kB 00:00 2023-11-28T01:03:44.385 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:03:44.412 INFO:teuthology.orchestra.run.smithi133.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 653 kB/s | 103 kB 00:00 2023-11-28T01:03:44.446 INFO:teuthology.orchestra.run.smithi133.stdout:(29/32): python3-pycparser-2.14-14.el8.noarch.r 1.1 MB/s | 109 kB 00:00 2023-11-28T01:03:44.485 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-11-28T01:03:44.554 INFO:teuthology.orchestra.run.smithi133.stdout:(30/32): python3-cryptography-3.2.1-5.el8.x86_6 3.9 MB/s | 559 kB 00:00 2023-11-28T01:03:44.579 INFO:teuthology.orchestra.run.smithi133.stdout:(31/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.7 MB/s | 238 kB 00:00 2023-11-28T01:03:44.642 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-28T01:03:44.830 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-11-28T01:03:44.913 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-28T01:03:45.069 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-11-28T01:03:45.121 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-11-28T01:03:45.224 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-11-28T01:03:45.375 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-11-28T01:03:45.523 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-11-28T01:03:45.640 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-11-28T01:03:45.811 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-11-28T01:03:45.819 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-11-28T01:03:45.982 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-11-28T01:03:46.051 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-11-28T01:03:46.192 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-11-28T01:03:46.293 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-11-28T01:03:46.467 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-11-28T01:03:46.482 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-11-28T01:03:46.678 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-11-28T01:03:46.690 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-28T01:03:46.848 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-28T01:03:46.882 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-11-28T01:03:47.003 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-28T01:03:47.091 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-11-28T01:03:47.158 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-28T01:03:47.290 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-11-28T01:03:47.310 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-28T01:03:47.454 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-28T01:03:47.517 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-28T01:03:47.666 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-28T01:03:47.839 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-28T01:03:47.860 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-28T01:03:48.019 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-28T01:03:48.063 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-28T01:03:48.202 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-28T01:03:48.295 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-28T01:03:48.359 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-28T01:03:48.521 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-28T01:03:48.537 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-28T01:03:48.747 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-28T01:03:48.749 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-28T01:03:48.779 INFO:teuthology.orchestra.run.smithi133.stdout:(32/32): ceph-osd-18.0.0-7498.g369173db.el8.x86 2.8 MB/s | 18 MB 00:06 2023-11-28T01:03:48.781 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:03:48.782 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.9 MB/s | 30 MB 00:07 2023-11-28T01:03:48.874 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:03:48.911 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:03:48.911 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:03:49.003 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-28T01:03:49.062 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-28T01:03:49.123 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:03:49.127 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:03:49.212 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-28T01:03:49.362 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-28T01:03:49.492 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-28T01:03:49.672 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8. 27/32 2023-11-28T01:03:49.829 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 28/32 2023-11-28T01:03:49.967 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-28T01:03:50.186 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-28T01:03:50.209 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:03:50.402 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-28T01:03:50.501 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-28T01:03:50.634 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-28T01:03:50.807 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-11-28T01:03:50.838 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-28T01:03:51.159 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-11-28T01:03:51.203 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8. 27/32 2023-11-28T01:03:51.384 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 28/32 2023-11-28T01:03:51.425 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-11-28T01:03:51.438 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 28/32 2023-11-28T01:03:51.571 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-11-28T01:03:51.621 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 29/32 2023-11-28T01:03:51.731 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-11-28T01:03:51.996 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-11-28T01:03:52.080 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 29/32 2023-11-28T01:03:52.224 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 30/32 2023-11-28T01:03:52.225 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-11-28T01:03:52.440 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 30/32 2023-11-28T01:03:52.448 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-11-28T01:03:52.574 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 31/32 2023-11-28T01:03:52.591 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 31/32 2023-11-28T01:03:52.648 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-11-28T01:03:52.704 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-2:18.0.0-7498.g369173db.el8.x86_64 32/32 2023-11-28T01:03:52.804 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-11-28T01:03:53.003 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-28T01:03:53.053 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-2:18.0.0-7498.g369173db.el8.x86_64 32/32 2023-11-28T01:03:53.053 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-2:18.0.0-7498.g369173db.el8.x86_64 1/32 2023-11-28T01:03:53.053 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 2/32 2023-11-28T01:03:53.053 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 3/32 2023-11-28T01:03:53.053 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 4/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 5/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8. 6/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-28T01:03:53.054 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-11-28T01:03:53.055 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-11-28T01:03:53.056 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-11-28T01:03:53.056 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-11-28T01:03:53.056 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-11-28T01:03:53.099 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 28/32 2023-11-28T01:03:53.153 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-28T01:03:53.283 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 29/32 2023-11-28T01:03:53.334 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-28T01:03:53.480 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-28T01:03:53.616 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-28T01:03:53.727 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-28T01:03:53.773 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 29/32 2023-11-28T01:03:53.914 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 30/32 2023-11-28T01:03:54.142 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 30/32 2023-11-28T01:03:54.280 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 31/32 2023-11-28T01:03:54.299 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 31/32 2023-11-28T01:03:54.312 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-28T01:03:54.512 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-11-28T01:03:54.512 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:56 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:03:54.524 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-28T01:03:54.578 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-2:18.0.0-7498.g369173db.el8.x86_64 32/32 2023-11-28T01:03:54.693 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-28T01:03:54.927 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-2:18.0.0-7498.g369173db.el8.x86_64 32/32 2023-11-28T01:03:54.927 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-2:18.0.0-7498.g369173db.el8.x86_64 1/32 2023-11-28T01:03:54.927 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 2/32 2023-11-28T01:03:54.927 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 3/32 2023-11-28T01:03:54.927 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 4/32 2023-11-28T01:03:54.928 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 5/32 2023-11-28T01:03:54.928 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8. 6/32 2023-11-28T01:03:54.928 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-28T01:03:54.928 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-28T01:03:54.928 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-28T01:03:54.928 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-28T01:03:54.928 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-28T01:03:54.929 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-11-28T01:03:54.930 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-11-28T01:03:54.931 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-11-28T01:03:54.931 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-11-28T01:03:54.931 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-11-28T01:03:54.931 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-11-28T01:03:54.978 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-28T01:03:55.216 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-28T01:03:55.404 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-28T01:03:55.687 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-28T01:03:55.975 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-28T01:03:56.319 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8. 27/32 2023-11-28T01:03:56.485 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 28/32 2023-11-28T01:03:58.096 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 28/32 2023-11-28T01:03:58.276 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 29/32 2023-11-28T01:03:58.526 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-11-28T01:03:58.526 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:59 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:03:58.736 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 29/32 2023-11-28T01:03:58.879 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 30/32 2023-11-28T01:03:59.095 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 30/32 2023-11-28T01:03:59.237 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 31/32 2023-11-28T01:03:59.256 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 31/32 2023-11-28T01:03:59.360 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:18.0.0-7498.g369173db.el8.x86_64 32/32 2023-11-28T01:03:59.981 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:18.0.0-7498.g369173db.el8.x86_64 32/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:18.0.0-7498.g369173db.el8.x86_64 1/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 2/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 3/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 4/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 5/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8. 6/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-28T01:03:59.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-28T01:03:59.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-28T01:03:59.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-28T01:03:59.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-28T01:03:59.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-28T01:03:59.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-28T01:03:59.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-28T01:03:59.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-28T01:03:59.984 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-28T01:03:59.984 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-28T01:03:59.984 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-28T01:03:59.984 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-11-28T01:03:59.985 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-11-28T01:03:59.986 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-11-28T01:03:59.986 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-11-28T01:03:59.986 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-11-28T01:03:59.986 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-11-28T01:04:03.042 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-11-28T01:04:03.042 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:59 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:05.083 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:04:05.269 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:05.269 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:04:05.270 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:05.270 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:05.270 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:05.270 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:04:05.270 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:05.271 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:05.271 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-28T01:04:05.271 INFO:teuthology.orchestra.run.smithi116.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-28T01:04:05.271 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-28T01:04:05.271 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-28T01:04:05.271 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-28T01:04:05.272 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-28T01:04:05.272 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-28T01:04:05.272 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-28T01:04:05.272 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-28T01:04:05.272 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-28T01:04:05.273 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-28T01:04:05.273 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-28T01:04:05.273 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-28T01:04:05.273 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend-2.6-1.el8.noarch 2023-11-28T01:04:05.273 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-28T01:04:05.273 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-28T01:04:05.274 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-28T01:04:05.274 INFO:teuthology.orchestra.run.smithi116.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-28T01:04:05.274 INFO:teuthology.orchestra.run.smithi116.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-28T01:04:05.274 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-28T01:04:05.274 INFO:teuthology.orchestra.run.smithi116.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-28T01:04:05.275 INFO:teuthology.orchestra.run.smithi116.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-28T01:04:05.275 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-28T01:04:05.275 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-28T01:04:05.275 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-28T01:04:05.275 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-28T01:04:05.275 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:05.276 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:04:05.460 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-base 2023-11-28T01:04:05.812 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:05.913 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:04:06.115 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-28T01:04:06.116 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend-2.6-1.el8.noarch 2023-11-28T01:04:06.117 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-28T01:04:06.118 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:06.119 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:04:06.266 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-base 2023-11-28T01:04:06.634 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:07.459 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:09 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:08.314 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:09 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:08.768 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:04:08.876 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:04:08.877 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:04:08.877 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:04:09.008 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install cephadm 2023-11-28T01:04:09.350 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:09.718 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:04:09.835 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:04:09.837 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:04:09.837 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:04:09.953 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install cephadm 2023-11-28T01:04:10.317 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:10.907 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:12 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:11.964 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:12 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:12.331 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:04:12.332 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:04:12.332 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:04:12.332 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 411 k 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:04:12.333 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:12.334 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 411 k 2023-11-28T01:04:12.334 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 2.1 M 2023-11-28T01:04:12.334 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:04:12.516 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:12.516 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:04:12.516 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:12.516 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:12.516 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:12.516 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:04:12.516 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-28T01:04:12.517 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-2.6-1.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-28T01:04:12.518 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-28T01:04:12.519 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-28T01:04:12.519 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-28T01:04:12.519 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-28T01:04:12.519 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:12.519 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:04:12.664 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2023-11-28T01:04:12.688 INFO:teuthology.orchestra.run.smithi116.stdout:cephadm-18.0.0-7498.g369173db.el8.noarch.rpm 1.1 MB/s | 411 kB 00:00 2023-11-28T01:04:12.689 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:12.689 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.1 MB/s | 411 kB 00:00 2023-11-28T01:04:12.689 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:04:12.697 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:04:12.697 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:04:12.700 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:04:12.704 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:04:12.749 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:04:13.010 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:13.487 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:04:13.488 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:04:13.488 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 411 k 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 411 k 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 2.1 M 2023-11-28T01:04:13.489 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:04:14.148 INFO:teuthology.orchestra.run.smithi005.stdout:cephadm-18.0.0-7498.g369173db.el8.noarch.rpm 623 kB/s | 411 kB 00:00 2023-11-28T01:04:14.148 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:14.149 INFO:teuthology.orchestra.run.smithi005.stdout:Total 622 kB/s | 411 kB 00:00 2023-11-28T01:04:14.149 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:04:14.159 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:04:14.159 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:04:14.163 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:04:14.167 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:04:14.216 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:04:14.375 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:14.496 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:10 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:14.546 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:14.713 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:15.747 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:04:15.761 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:15.761 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:17 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:15.854 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:04:15.855 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:04:15.855 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:04:15.970 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2023-11-28T01:04:16.149 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:16.309 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:16.312 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:16.487 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:17.597 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:17.597 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:18 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:17.759 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:13 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:19.193 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:04:19.195 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:04:19.195 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:04:19.195 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:04:19.195 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:04:19.196 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 411 k 2023-11-28T01:04:19.196 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:19.196 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:04:19.196 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:04:19.196 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:04:19.196 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:19.197 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 411 k 2023-11-28T01:04:19.197 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 2.1 M 2023-11-28T01:04:19.197 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:04:19.699 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-18.0.0-7498.g369173db.el8.noarch.rpm 816 kB/s | 411 kB 00:00 2023-11-28T01:04:19.699 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:19.700 INFO:teuthology.orchestra.run.smithi133.stdout:Total 814 kB/s | 411 kB 00:00 2023-11-28T01:04:19.700 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:04:19.708 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:04:19.708 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:04:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:04:19.715 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:04:19.761 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:04:21.429 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:21.581 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:21.746 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:22.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:04:22.802 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:18 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:25.635 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:04:25.817 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:25.817 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:04:25.817 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:04:25.817 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:25.817 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:04:25.963 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-immutable-object-cache 2023-11-28T01:04:26.327 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:28.021 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:30 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:28.772 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:04:28.972 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:28.973 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:04:28.973 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:04:28.973 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:28.973 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:04:29.109 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-immutable-object-cache 2023-11-28T01:04:29.398 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7498.g369173db.el8 ceph 171 k 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:04:29.399 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:04:29.400 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:29.400 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 171 k 2023-11-28T01:04:29.400 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 524 k 2023-11-28T01:04:29.400 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:04:29.487 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:29.589 INFO:teuthology.orchestra.run.smithi116.stdout:ceph-immutable-object-cache-18.0.0-7498.g369173 900 kB/s | 171 kB 00:00 2023-11-28T01:04:29.589 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:29.589 INFO:teuthology.orchestra.run.smithi116.stdout:Total 894 kB/s | 171 kB 00:00 2023-11-28T01:04:29.590 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:04:29.602 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:04:29.602 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:04:29.652 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:04:29.655 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:04:29.765 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:04:29.943 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:30.297 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:31.157 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:32 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:31.314 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:31.314 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:33 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:32.680 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7498.g369173db.el8 ceph 171 k 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:04:32.681 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:32.682 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 171 k 2023-11-28T01:04:32.682 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 524 k 2023-11-28T01:04:32.682 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:04:32.875 INFO:teuthology.orchestra.run.smithi005.stdout:ceph-immutable-object-cache-18.0.0-7498.g369173 886 kB/s | 171 kB 00:00 2023-11-28T01:04:32.876 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:32.876 INFO:teuthology.orchestra.run.smithi005.stdout:Total 880 kB/s | 171 kB 00:00 2023-11-28T01:04:32.876 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:04:32.889 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:04:32.889 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:04:32.945 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:04:32.949 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:04:32.968 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:04:33.069 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:04:33.151 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:33.151 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:04:33.151 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:04:33.151 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:33.151 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:04:33.287 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:33.290 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2023-11-28T01:04:33.650 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:33.659 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:34.788 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:34.788 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:35 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:35.629 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:31 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:37.018 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:04:37.019 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:04:37.019 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2023-11-28T01:04:37.019 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7498.g369173db.el8 ceph 171 k 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 171 k 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 524 k 2023-11-28T01:04:37.020 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:04:37.207 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-18.0.0-7498.g369173 916 kB/s | 171 kB 00:00 2023-11-28T01:04:37.207 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:37.208 INFO:teuthology.orchestra.run.smithi133.stdout:Total 910 kB/s | 171 kB 00:00 2023-11-28T01:04:37.208 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:04:37.219 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:04:37.219 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:04:37.271 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:04:37.275 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:04:37.385 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:04:37.564 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:37.917 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:38.982 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7498.g369173db. 1/1 2023-11-28T01:04:38.983 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:34 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:41.798 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:04:41.980 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:41.980 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:04:41.981 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:41.981 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:41.981 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:04:42.123 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr 2023-11-28T01:04:42.469 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:43.975 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:04:44.173 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:44.173 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:04:44.173 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:44.174 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:44.174 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:04:44.280 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:46 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:44.295 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr 2023-11-28T01:04:44.662 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:45.560 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:04:45.670 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:04:45.671 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:04:45.672 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:04:45.810 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-dashboard 2023-11-28T01:04:46.066 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:47 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:46.152 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:47.497 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:04:47.618 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:04:47.619 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:04:47.619 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:04:47.735 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-dashboard 2023-11-28T01:04:47.845 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:49 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:48.100 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:48.287 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:04:48.468 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:48.469 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:04:48.469 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:04:48.469 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:48.469 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:04:48.596 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2023-11-28T01:04:48.984 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:49.283 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:04:49.283 INFO:teuthology.orchestra.run.smithi116.stdout:=================================================================================================== 2023-11-28T01:04:49.283 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:04:49.283 INFO:teuthology.orchestra.run.smithi116.stdout:=================================================================================================== 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 1.8 M 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 28 k 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 15 k 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout:=================================================================================================== 2023-11-28T01:04:49.284 INFO:teuthology.orchestra.run.smithi116.stdout:Install 6 Packages 2023-11-28T01:04:49.285 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:04:49.285 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 2.1 M 2023-11-28T01:04:49.285 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 8.6 M 2023-11-28T01:04:49.285 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:04:49.966 INFO:teuthology.orchestra.run.smithi116.stdout:(1/6): ceph-prometheus-alerts-18.0.0-7498.g3691 32 kB/s | 15 kB 00:00 2023-11-28T01:04:49.993 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:50 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:50.133 INFO:teuthology.orchestra.run.smithi116.stdout:(2/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 202 kB/s | 34 kB 00:00 2023-11-28T01:04:50.158 INFO:teuthology.orchestra.run.smithi116.stdout:(3/6): ceph-grafana-dashboards-18.0.0-7498.g369 43 kB/s | 28 kB 00:00 2023-11-28T01:04:50.250 INFO:teuthology.orchestra.run.smithi116.stdout:(4/6): ceph-mgr-dashboard-18.0.0-7498.g369173db 2.4 MB/s | 1.8 MB 00:00 2023-11-28T01:04:50.292 INFO:teuthology.orchestra.run.smithi116.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.2 MB/s | 196 kB 00:00 2023-11-28T01:04:50.317 INFO:teuthology.orchestra.run.smithi116.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 269 kB/s | 43 kB 00:00 2023-11-28T01:04:50.319 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:50.320 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.0 MB/s | 2.1 MB 00:01 2023-11-28T01:04:50.332 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:04:50.342 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:04:50.343 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:04:50.404 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:04:50.408 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:04:50.605 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:46 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:50.714 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:04:50.874 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-28T01:04:51.063 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-28T01:04:51.801 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-28T01:04:51.801 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.n 4/6 2023-11-28T01:04:51.801 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8. 5/6 2023-11-28T01:04:51.801 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:04:51.801 INFO:teuthology.orchestra.run.smithi005.stdout:=================================================================================================== 2023-11-28T01:04:51.801 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:04:51.801 INFO:teuthology.orchestra.run.smithi005.stdout:=================================================================================================== 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 1.8 M 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 28 k 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 15 k 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout:=================================================================================================== 2023-11-28T01:04:51.802 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2023-11-28T01:04:51.803 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:04:51.803 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 2.1 M 2023-11-28T01:04:51.803 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 8.6 M 2023-11-28T01:04:51.803 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:04:51.803 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): ceph-prometheus-alerts-18.0.0-7498.g3691 105 kB/s | 15 kB 00:00 2023-11-28T01:04:51.852 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:04:51.859 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 6/6 2023-11-28T01:04:51.894 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): ceph-grafana-dashboards-18.0.0-7498.g369 119 kB/s | 28 kB 00:00 2023-11-28T01:04:51.962 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:04:51.964 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:04:51.964 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:04:51.978 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7498.g369173db 5.5 MB/s | 1.8 MB 00:00 2023-11-28T01:04:52.079 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2023-11-28T01:04:52.091 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 6/6 2023-11-28T01:04:52.091 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8. 1/6 2023-11-28T01:04:52.091 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 2/6 2023-11-28T01:04:52.091 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.n 3/6 2023-11-28T01:04:52.091 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-28T01:04:52.091 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-28T01:04:52.128 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 103 kB/s | 34 kB 00:00 2023-11-28T01:04:52.145 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 263 kB/s | 43 kB 00:00 2023-11-28T01:04:52.421 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:04:52.454 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 351 kB/s | 196 kB 00:00 2023-11-28T01:04:52.457 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:52.457 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.1 MB/s | 2.1 MB 00:00 2023-11-28T01:04:52.471 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:04:52.482 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:04:52.482 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:04:52.549 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:04:52.553 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:04:52.846 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:04:53.031 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-28T01:04:53.142 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-28T01:04:53.142 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:55 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:04:53.238 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-28T01:04:53.441 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-28T01:04:53.564 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.n 4/6 2023-11-28T01:04:53.958 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8. 5/6 2023-11-28T01:04:54.052 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:50 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:04:54.187 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 6/6 2023-11-28T01:04:54.421 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 6/6 2023-11-28T01:04:54.421 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8. 1/6 2023-11-28T01:04:54.421 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 2/6 2023-11-28T01:04:54.421 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.n 3/6 2023-11-28T01:04:54.421 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-28T01:04:54.422 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-28T01:04:55.420 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:04:55.421 INFO:teuthology.orchestra.run.smithi133.stdout:=================================================================================================== 2023-11-28T01:04:55.421 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:04:55.421 INFO:teuthology.orchestra.run.smithi133.stdout:=================================================================================================== 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 1.8 M 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 28 k 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 15 k 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout:=================================================================================================== 2023-11-28T01:04:55.422 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2023-11-28T01:04:55.423 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:04:55.423 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 2.1 M 2023-11-28T01:04:55.423 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 8.6 M 2023-11-28T01:04:55.423 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:04:55.561 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-28T01:04:55.561 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:56 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:04:55.602 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7498.g369 188 kB/s | 28 kB 00:00 2023-11-28T01:04:55.736 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): ceph-mgr-dashboard-18.0.0-7498.g369173db 6.2 MB/s | 1.8 MB 00:00 2023-11-28T01:04:55.794 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): ceph-prometheus-alerts-18.0.0-7498.g3691 44 kB/s | 15 kB 00:00 2023-11-28T01:04:55.953 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 269 kB/s | 43 kB 00:00 2023-11-28T01:04:56.036 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 78 kB/s | 34 kB 00:00 2023-11-28T01:04:56.286 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 360 kB/s | 196 kB 00:00 2023-11-28T01:04:56.289 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:04:56.289 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.4 MB/s | 2.1 MB 00:00 2023-11-28T01:04:56.301 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:04:56.310 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:04:56.310 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:04:56.367 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:04:56.371 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:04:56.690 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:04:56.845 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-28T01:04:57.041 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-28T01:04:57.230 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-28T01:04:57.351 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.n 4/6 2023-11-28T01:04:57.684 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8. 5/6 2023-11-28T01:04:57.869 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 6/6 2023-11-28T01:04:58.082 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 6/6 2023-11-28T01:04:58.082 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8. 1/6 2023-11-28T01:04:58.083 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarc 2/6 2023-11-28T01:04:58.083 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.n 3/6 2023-11-28T01:04:58.083 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-28T01:04:58.083 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-28T01:04:59.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-28T01:04:59.122 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:55 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:05:01.033 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:05:01.212 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:01.212 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:05:01.212 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:01.213 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:01.213 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:01.213 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-28T01:05:01.213 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-28T01:05:01.213 INFO:teuthology.orchestra.run.smithi116.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-28T01:05:01.213 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:01.213 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:05:01.347 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-28T01:05:01.693 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:03.123 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:03:05 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:05:04.477 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:05:04.478 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================================= 2023-11-28T01:05:04.478 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:05:04.478 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================================= 2023-11-28T01:05:04.479 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:05:04.479 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 7.4 M 2023-11-28T01:05:04.479 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:05:04.479 INFO:teuthology.orchestra.run.smithi116.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-28T01:05:04.480 INFO:teuthology.orchestra.run.smithi116.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-28T01:05:04.480 INFO:teuthology.orchestra.run.smithi116.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-28T01:05:04.480 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-28T01:05:04.480 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-28T01:05:04.481 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-28T01:05:04.481 INFO:teuthology.orchestra.run.smithi116.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-28T01:05:04.481 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:04.481 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:05:04.482 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================================= 2023-11-28T01:05:04.482 INFO:teuthology.orchestra.run.smithi116.stdout:Install 8 Packages 2023-11-28T01:05:04.483 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:04.483 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 35 M 2023-11-28T01:05:04.484 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 210 M 2023-11-28T01:05:04.484 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:05:04.748 INFO:teuthology.orchestra.run.smithi116.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 14 MB/s | 3.7 MB 00:00 2023-11-28T01:05:04.981 INFO:teuthology.orchestra.run.smithi116.stdout:(2/8): python3-scipy-1.0.0-21.module+el8.5.0+10 27 MB/s | 14 MB 00:00 2023-11-28T01:05:05.006 INFO:teuthology.orchestra.run.smithi116.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 871 kB/s | 225 kB 00:00 2023-11-28T01:05:05.142 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:05:05.182 INFO:teuthology.orchestra.run.smithi116.stdout:(4/8): openblas-0.3.15-3.el8.x86_64.rpm 27 MB/s | 4.7 MB 00:00 2023-11-28T01:05:05.298 INFO:teuthology.orchestra.run.smithi116.stdout:(5/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 15 MB/s | 4.9 MB 00:00 2023-11-28T01:05:05.324 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:05.325 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:05:05.332 INFO:teuthology.orchestra.run.smithi116.stdout:(6/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 4.2 MB/s | 644 kB 00:00 2023-11-28T01:05:05.456 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-28T01:05:05.465 INFO:teuthology.orchestra.run.smithi116.stdout:(7/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.0 MB/s | 171 kB 00:00 2023-11-28T01:05:05.541 INFO:teuthology.orchestra.run.smithi116.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-749 7.0 MB/s | 7.4 MB 00:01 2023-11-28T01:05:05.541 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:05.542 INFO:teuthology.orchestra.run.smithi116.stdout:Total 33 MB/s | 35 MB 00:01 2023-11-28T01:05:05.778 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:05:05.796 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:05:05.796 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:05:05.803 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:05.821 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:05:06.021 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:06.021 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:06.022 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:05:06.088 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:05:06.092 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:05:06.153 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-28T01:05:06.521 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:06.632 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:05:06.745 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-28T01:05:06.883 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-28T01:05:07.029 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-28T01:05:07.364 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:03 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:05:07.657 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-28T01:05:07.820 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-28T01:05:08.158 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:03:09 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:05:08.423 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-28T01:05:08.587 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-28T01:05:08.731 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================================= 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================================= 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 7.4 M 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-28T01:05:08.733 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.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-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================================= 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout:Install 8 Packages 2023-11-28T01:05:08.734 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:08.735 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 35 M 2023-11-28T01:05:08.735 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 210 M 2023-11-28T01:05:08.735 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:05:08.961 INFO:teuthology.orchestra.run.smithi133.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 17 MB/s | 3.7 MB 00:00 2023-11-28T01:05:09.108 INFO:teuthology.orchestra.run.smithi133.stdout:(2/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.5 MB/s | 225 kB 00:00 2023-11-28T01:05:09.269 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-28T01:05:09.300 INFO:teuthology.orchestra.run.smithi133.stdout:(3/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 25 MB/s | 4.9 MB 00:00 2023-11-28T01:05:09.466 INFO:teuthology.orchestra.run.smithi133.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 19 MB/s | 14 MB 00:00 2023-11-28T01:05:09.564 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-28T01:05:09.674 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:05:09.675 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================================= 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================================= 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 7.4 M 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-28T01:05:09.676 INFO:teuthology.orchestra.run.smithi005.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-28T01:05:09.677 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:09.677 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:05:09.677 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================================= 2023-11-28T01:05:09.677 INFO:teuthology.orchestra.run.smithi005.stdout:Install 8 Packages 2023-11-28T01:05:09.677 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:09.677 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 35 M 2023-11-28T01:05:09.677 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 210 M 2023-11-28T01:05:09.678 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:05:09.683 INFO:teuthology.orchestra.run.smithi133.stdout:(5/8): openblas-0.3.15-3.el8.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2023-11-28T01:05:09.709 INFO:teuthology.orchestra.run.smithi133.stdout:(6/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 2.6 MB/s | 644 kB 00:00 2023-11-28T01:05:09.745 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-28T01:05:09.825 INFO:teuthology.orchestra.run.smithi133.stdout:(7/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2023-11-28T01:05:09.983 INFO:teuthology.orchestra.run.smithi005.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 12 MB/s | 3.7 MB 00:00 2023-11-28T01:05:10.108 INFO:teuthology.orchestra.run.smithi005.stdout:(2/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.8 MB/s | 225 kB 00:00 2023-11-28T01:05:10.175 INFO:teuthology.orchestra.run.smithi133.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-749 5.1 MB/s | 7.4 MB 00:01 2023-11-28T01:05:10.176 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:10.177 INFO:teuthology.orchestra.run.smithi133.stdout:Total 25 MB/s | 35 MB 00:01 2023-11-28T01:05:10.359 INFO:teuthology.orchestra.run.smithi005.stdout:(3/8): python3-scipy-1.0.0-21.module+el8.5.0+10 20 MB/s | 14 MB 00:00 2023-11-28T01:05:10.416 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:05:10.434 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:05:10.434 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:05:10.467 INFO:teuthology.orchestra.run.smithi005.stdout:(4/8): ceph-mgr-diskprediction-local-18.0.0-749 9.4 MB/s | 7.4 MB 00:00 2023-11-28T01:05:10.626 INFO:teuthology.orchestra.run.smithi005.stdout:(5/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 9.4 MB/s | 4.9 MB 00:00 2023-11-28T01:05:10.659 INFO:teuthology.orchestra.run.smithi005.stdout:(6/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 3.3 MB/s | 644 kB 00:00 2023-11-28T01:05:10.726 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:05:10.726 INFO:teuthology.orchestra.run.smithi005.stdout:(7/8): openblas-0.3.15-3.el8.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2023-11-28T01:05:10.729 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:05:10.751 INFO:teuthology.orchestra.run.smithi005.stdout:(8/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.3 MB/s | 171 kB 00:00 2023-11-28T01:05:10.753 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:10.753 INFO:teuthology.orchestra.run.smithi005.stdout:Total 33 MB/s | 35 MB 00:01 2023-11-28T01:05:10.997 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:05:11.017 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:05:11.017 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:05:11.264 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:05:11.327 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:05:11.331 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:05:11.391 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-28T01:05:11.502 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-28T01:05:11.522 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-28T01:05:11.667 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-28T01:05:11.928 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:05:12.206 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-28T01:05:12.281 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-28T01:05:12.330 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-28T01:05:12.450 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-28T01:05:12.468 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-28T01:05:12.708 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-28T01:05:12.894 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 8/8 2023-11-28T01:05:13.031 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-28T01:05:13.123 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-28T01:05:13.137 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 8/8 2023-11-28T01:05:13.137 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 1/8 2023-11-28T01:05:13.137 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-11-28T01:05:13.137 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-11-28T01:05:13.137 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-11-28T01:05:13.138 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-11-28T01:05:13.138 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-11-28T01:05:13.138 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-11-28T01:05:13.224 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-28T01:05:13.319 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-28T01:05:13.894 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-28T01:05:13.984 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-28T01:05:14.151 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-28T01:05:14.169 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-28T01:05:14.188 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-11-28T01:05:14.189 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:03:16 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:05:14.366 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-28T01:05:14.914 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-28T01:05:15.235 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-28T01:05:15.435 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-28T01:05:16.111 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-28T01:05:17.317 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-28T01:05:17.346 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-28T01:05:17.491 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 8/8 2023-11-28T01:05:17.767 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 8/8 2023-11-28T01:05:17.767 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 1/8 2023-11-28T01:05:17.768 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-11-28T01:05:17.768 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-11-28T01:05:17.768 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-11-28T01:05:17.768 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-11-28T01:05:17.768 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-11-28T01:05:17.768 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-11-28T01:05:18.635 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-28T01:05:18.818 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 8/8 2023-11-28T01:05:18.825 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-11-28T01:05:18.825 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:14 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:05:19.083 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 8/8 2023-11-28T01:05:19.083 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173d 1/8 2023-11-28T01:05:19.083 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-11-28T01:05:19.084 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-11-28T01:05:19.084 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-11-28T01:05:19.084 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-11-28T01:05:19.084 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-11-28T01:05:19.084 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-11-28T01:05:20.190 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-11-28T01:05:20.190 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:03:21 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:05:24.318 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:05:24.503 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:24.503 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:05:24.503 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:24.503 INFO:teuthology.orchestra.run.smithi116.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-28T01:05:24.503 INFO:teuthology.orchestra.run.smithi116.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-28T01:05:24.504 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-28T01:05:24.504 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-28T01:05:24.504 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-28T01:05:24.504 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-28T01:05:24.504 INFO:teuthology.orchestra.run.smithi116.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-28T01:05:24.504 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:24.504 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:05:24.675 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-rook 2023-11-28T01:05:25.022 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:26.682 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:03:28 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:05:26.780 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:05:26.966 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:26.966 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:05:26.966 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:26.966 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:26.967 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:05:27.110 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-rook 2023-11-28T01:05:27.455 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:28.034 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:05:28.036 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================== 2023-11-28T01:05:28.036 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:05:28.036 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================== 2023-11-28T01:05:28.036 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-rook noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 50 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-28T01:05:28.037 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-28T01:05:28.038 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-28T01:05:28.038 INFO:teuthology.orchestra.run.smithi116.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-28T01:05:28.038 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:28.038 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:05:28.038 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================================== 2023-11-28T01:05:28.038 INFO:teuthology.orchestra.run.smithi116.stdout:Install 13 Packages 2023-11-28T01:05:28.038 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:28.039 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 1.9 M 2023-11-28T01:05:28.039 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 25 M 2023-11-28T01:05:28.039 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:05:28.206 INFO:teuthology.orchestra.run.smithi116.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 120 kB/s | 16 kB 00:00 2023-11-28T01:05:28.223 INFO:teuthology.orchestra.run.smithi116.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 215 kB/s | 33 kB 00:00 2023-11-28T01:05:28.248 INFO:teuthology.orchestra.run.smithi116.stdout:(3/13): ceph-mgr-rook-18.0.0-7498.g369173db.el8 281 kB/s | 50 kB 00:00 2023-11-28T01:05:28.332 INFO:teuthology.orchestra.run.smithi116.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 647 kB/s | 81 kB 00:00 2023-11-28T01:05:28.399 INFO:teuthology.orchestra.run.smithi116.stdout:(5/13): python3-rsa-4.9-2.el8.noarch.rpm 427 kB/s | 64 kB 00:00 2023-11-28T01:05:28.424 INFO:teuthology.orchestra.run.smithi116.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 667 kB/s | 61 kB 00:00 2023-11-28T01:05:28.558 INFO:teuthology.orchestra.run.smithi116.stdout:(7/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 199 kB/s | 27 kB 00:00 2023-11-28T01:05:28.600 INFO:teuthology.orchestra.run.smithi116.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 549 kB/s | 110 kB 00:00 2023-11-28T01:05:28.675 INFO:teuthology.orchestra.run.smithi116.stdout:(9/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-11-28T01:05:28.759 INFO:teuthology.orchestra.run.smithi116.stdout:(10/13): python3-jsonpointer-1.10-11.el8.noarch 126 kB/s | 20 kB 00:00 2023-11-28T01:05:28.793 INFO:teuthology.orchestra.run.smithi116.stdout:(11/13): python3-requests-oauthlib-1.0.0-1.el8. 364 kB/s | 43 kB 00:00 2023-11-28T01:05:28.851 INFO:teuthology.orchestra.run.smithi116.stdout:(12/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 1.6 MB/s | 155 kB 00:00 2023-11-28T01:05:29.098 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:25 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:05:29.326 INFO:teuthology.orchestra.run.smithi116.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.1 MB/s | 1.2 MB 00:01 2023-11-28T01:05:29.329 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:29.329 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.5 MB/s | 1.9 MB 00:01 2023-11-28T01:05:29.388 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:05:29.404 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:05:29.404 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:05:29.473 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:05:29.477 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:05:29.562 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:05:29.763 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:29.763 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:05:29.763 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:29.763 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-28T01:05:29.763 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-28T01:05:29.763 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-28T01:05:29.763 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-28T01:05:29.764 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-28T01:05:29.764 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-28T01:05:29.764 INFO:teuthology.orchestra.run.smithi005.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-28T01:05:29.764 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:29.764 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:05:29.936 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:05:29.966 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-rook 2023-11-28T01:05:30.142 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-28T01:05:30.369 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-28T01:05:30.378 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:30.462 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:05:30.464 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================== 2023-11-28T01:05:30.464 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:05:30.464 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================== 2023-11-28T01:05:30.465 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:05:30.465 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 50 k 2023-11-28T01:05:30.465 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:05:30.465 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-28T01:05:30.466 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-28T01:05:30.466 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-28T01:05:30.466 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-28T01:05:30.467 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-28T01:05:30.467 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-28T01:05:30.467 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-28T01:05:30.467 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-28T01:05:30.468 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-28T01:05:30.468 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-28T01:05:30.468 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-28T01:05:30.468 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-28T01:05:30.469 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:30.469 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:05:30.469 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================================== 2023-11-28T01:05:30.470 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2023-11-28T01:05:30.470 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:30.471 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 1.9 M 2023-11-28T01:05:30.471 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 25 M 2023-11-28T01:05:30.471 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:05:30.585 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-28T01:05:30.796 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 63 kB/s | 16 kB 00:00 2023-11-28T01:05:30.820 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-11-28T01:05:30.822 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): ceph-mgr-rook-18.0.0-7498.g369173db.el8 175 kB/s | 50 kB 00:00 2023-11-28T01:05:30.847 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 106 kB/s | 33 kB 00:00 2023-11-28T01:05:31.006 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-11-28T01:05:31.030 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 347 kB/s | 81 kB 00:00 2023-11-28T01:05:31.139 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 563 kB/s | 61 kB 00:00 2023-11-28T01:05:31.140 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-11-28T01:05:31.165 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-rsa-4.9-2.el8.noarch.rpm 202 kB/s | 64 kB 00:00 2023-11-28T01:05:31.248 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.9 MB/s | 1.2 MB 00:00 2023-11-28T01:05:31.306 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-11-28T01:05:31.324 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 599 kB/s | 110 kB 00:00 2023-11-28T01:05:31.357 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 138 kB/s | 27 kB 00:00 2023-11-28T01:05:31.424 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 720 kB/s | 126 kB 00:00 2023-11-28T01:05:31.450 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): python3-jsonpointer-1.10-11.el8.noarch 159 kB/s | 20 kB 00:00 2023-11-28T01:05:31.490 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-28T01:05:31.533 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): python3-requests-oauthlib-1.0.0-1.el8. 243 kB/s | 43 kB 00:00 2023-11-28T01:05:31.558 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 1.1 MB/s | 155 kB 00:00 2023-11-28T01:05:31.559 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:31.559 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.8 MB/s | 1.9 MB 00:01 2023-11-28T01:05:31.624 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:05:31.630 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-28T01:05:31.640 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:05:31.640 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:05:31.711 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:05:31.715 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:05:31.835 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-28T01:05:31.889 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:03:32 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:05:32.185 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:05:32.387 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-28T01:05:32.614 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-28T01:05:32.831 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-28T01:05:32.900 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-28T01:05:33.075 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-11-28T01:05:33.118 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-28T01:05:33.252 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-11-28T01:05:33.266 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 13/13 2023-11-28T01:05:33.377 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-11-28T01:05:33.418 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:05:33.419 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================== 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================== 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 50 k 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-28T01:05:33.421 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:33.422 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:05:33.422 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================================== 2023-11-28T01:05:33.422 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2023-11-28T01:05:33.422 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:33.422 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 1.9 M 2023-11-28T01:05:33.423 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 25 M 2023-11-28T01:05:33.423 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:05:33.505 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 13/13 2023-11-28T01:05:33.506 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 1/13 2023-11-28T01:05:33.506 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-28T01:05:33.506 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-28T01:05:33.506 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-28T01:05:33.507 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-28T01:05:33.507 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-28T01:05:33.507 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-28T01:05:33.507 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-11-28T01:05:33.507 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-11-28T01:05:33.508 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-11-28T01:05:33.508 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-28T01:05:33.508 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-11-28T01:05:33.509 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-11-28T01:05:33.686 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-28T01:05:33.825 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-28T01:05:33.932 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): ceph-mgr-rook-18.0.0-7498.g369173db.el8 297 kB/s | 50 kB 00:00 2023-11-28T01:05:34.006 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-28T01:05:34.066 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 109 kB/s | 33 kB 00:00 2023-11-28T01:05:34.099 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): python3-certifi-2018.10.15-7.el8.noarch 48 kB/s | 16 kB 00:00 2023-11-28T01:05:34.307 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 310 kB/s | 64 kB 00:00 2023-11-28T01:05:34.341 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): python3-google-auth-1.1.1-10.el8.noarch 199 kB/s | 81 kB 00:00 2023-11-28T01:05:34.400 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 663 kB/s | 61 kB 00:00 2023-11-28T01:05:34.492 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 734 kB/s | 110 kB 00:00 2023-11-28T01:05:34.526 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.5 MB/s | 1.2 MB 00:00 2023-11-28T01:05:34.543 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 187 kB/s | 27 kB 00:00 2023-11-28T01:05:34.601 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-11-28T01:05:34.623 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-11-28T01:05:34.623 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:03:36 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:05:34.718 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): python3-jsonpointer-1.10-11.el8.noarch 104 kB/s | 20 kB 00:00 2023-11-28T01:05:34.735 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): python3-requests-oauthlib-1.0.0-1.el8. 222 kB/s | 43 kB 00:00 2023-11-28T01:05:34.760 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 978 kB/s | 155 kB 00:00 2023-11-28T01:05:34.763 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:34.763 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.4 MB/s | 1.9 MB 00:01 2023-11-28T01:05:34.832 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:05:34.849 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:05:34.849 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:05:34.927 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:05:34.931 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:05:35.060 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-28T01:05:35.289 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-28T01:05:35.430 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:05:35.437 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 13/13 2023-11-28T01:05:35.642 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 13/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 1/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-11-28T01:05:35.680 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-11-28T01:05:35.681 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-11-28T01:05:35.681 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-28T01:05:35.681 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-11-28T01:05:35.862 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-28T01:05:36.123 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-28T01:05:36.389 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-11-28T01:05:36.547 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-11-28T01:05:36.698 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-11-28T01:05:36.791 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-11-28T01:05:36.791 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:32 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:05:37.013 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-11-28T01:05:37.224 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-28T01:05:37.398 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-28T01:05:37.634 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-28T01:05:38.769 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-28T01:05:39.010 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-28T01:05:39.198 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 13/13 2023-11-28T01:05:39.447 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 13/13 2023-11-28T01:05:39.447 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 1/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-28T01:05:39.448 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-11-28T01:05:40.629 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-11-28T01:05:40.630 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:03:41 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:05:42.709 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-28T01:05:42.896 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:42.897 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:05:43.456 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-cephadm 2023-11-28T01:05:43.810 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:44.325 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:05:44.510 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:44.510 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:05:44.510 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-28T01:05:44.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-28T01:05:44.512 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-28T01:05:44.512 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:44.512 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:05:44.639 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-cephadm 2023-11-28T01:05:44.990 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:45.355 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:03:47 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:05:46.598 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:42 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:05:46.720 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:05:46.721 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================================== 2023-11-28T01:05:46.721 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:05:46.721 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================================== 2023-11-28T01:05:46.721 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:05:46.721 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 133 k 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================================== 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout:Install 5 Packages 2023-11-28T01:05:46.722 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:46.723 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 6.0 M 2023-11-28T01:05:46.723 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 26 M 2023-11-28T01:05:46.723 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:05:46.978 INFO:teuthology.orchestra.run.smithi116.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 322 kB/s | 60 kB 00:00 2023-11-28T01:05:47.003 INFO:teuthology.orchestra.run.smithi116.stdout:(2/5): ceph-mgr-cephadm-18.0.0-7498.g369173db.e 624 kB/s | 133 kB 00:00 2023-11-28T01:05:47.129 INFO:teuthology.orchestra.run.smithi116.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.4 MB/s | 476 kB 00:00 2023-11-28T01:05:47.212 INFO:teuthology.orchestra.run.smithi116.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.2 MB/s | 538 kB 00:00 2023-11-28T01:05:47.296 INFO:teuthology.orchestra.run.smithi116.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 16 MB/s | 4.8 MB 00:00 2023-11-28T01:05:47.297 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:47.298 INFO:teuthology.orchestra.run.smithi116.stdout:Total 10 MB/s | 6.0 MB 00:00 2023-11-28T01:05:47.351 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:05:47.362 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:05:47.363 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:05:47.441 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:05:47.444 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:05:47.982 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================================== 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================================== 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 133 k 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:47.983 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:05:47.984 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================================== 2023-11-28T01:05:47.984 INFO:teuthology.orchestra.run.smithi133.stdout:Install 5 Packages 2023-11-28T01:05:47.984 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:05:47.984 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 6.0 M 2023-11-28T01:05:47.984 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 26 M 2023-11-28T01:05:47.984 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:05:48.378 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:05:48.709 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-28T01:05:48.874 INFO:teuthology.orchestra.run.smithi133.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7498.g369173db.e 154 kB/s | 133 kB 00:00 2023-11-28T01:05:48.932 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-28T01:05:49.010 INFO:teuthology.orchestra.run.smithi133.stdout:(2/5): python3-natsort-7.1.1-2.el8.noarch.rpm 61 kB/s | 60 kB 00:00 2023-11-28T01:05:49.185 INFO:teuthology.orchestra.run.smithi133.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.7 MB/s | 538 kB 00:00 2023-11-28T01:05:49.210 INFO:teuthology.orchestra.run.smithi133.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 398 kB/s | 476 kB 00:01 2023-11-28T01:05:49.260 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-28T01:05:49.312 INFO:teuthology.orchestra.run.smithi133.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 16 MB/s | 4.8 MB 00:00 2023-11-28T01:05:49.312 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:49.312 INFO:teuthology.orchestra.run.smithi133.stdout:Total 4.5 MB/s | 6.0 MB 00:01 2023-11-28T01:05:49.368 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:05:49.379 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:05:49.379 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:05:49.459 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:05:49.463 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:05:49.520 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-28T01:05:49.706 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 5/5 2023-11-28T01:05:49.941 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 5/5 2023-11-28T01:05:49.941 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/5 2023-11-28T01:05:49.941 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-28T01:05:49.941 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-28T01:05:49.941 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-28T01:05:50.220 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:05:50.399 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:05:50.421 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:50.421 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:05:50.421 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:50.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-28T01:05:50.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-28T01:05:50.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-28T01:05:50.421 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:50.422 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:05:50.575 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-cephadm 2023-11-28T01:05:50.712 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-28T01:05:50.952 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:50.960 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-28T01:05:50.960 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:03:52 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:05:51.011 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-28T01:05:51.323 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-28T01:05:51.591 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-28T01:05:51.784 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 5/5 2023-11-28T01:05:52.020 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 5/5 2023-11-28T01:05:52.021 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/5 2023-11-28T01:05:52.021 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-28T01:05:52.021 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-28T01:05:52.021 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-28T01:05:52.503 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:03:53 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:05:53.050 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-28T01:05:53.050 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:49 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:05:54.028 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:05:54.029 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================================== 2023-11-28T01:05:54.029 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:05:54.029 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================================== 2023-11-28T01:05:54.029 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:05:54.029 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 133 k 2023-11-28T01:05:54.029 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:05:54.030 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-28T01:05:54.030 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-28T01:05:54.030 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-28T01:05:54.030 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-28T01:05:54.030 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:54.030 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:05:54.031 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================================== 2023-11-28T01:05:54.031 INFO:teuthology.orchestra.run.smithi005.stdout:Install 5 Packages 2023-11-28T01:05:54.031 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:05:54.032 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 6.0 M 2023-11-28T01:05:54.032 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 26 M 2023-11-28T01:05:54.032 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:05:54.361 INFO:teuthology.orchestra.run.smithi005.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7498.g369173db.e 730 kB/s | 133 kB 00:00 2023-11-28T01:05:54.387 INFO:teuthology.orchestra.run.smithi005.stdout:(2/5): python3-natsort-7.1.1-2.el8.noarch.rpm 291 kB/s | 60 kB 00:00 2023-11-28T01:05:54.499 INFO:teuthology.orchestra.run.smithi005.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.5 MB/s | 476 kB 00:00 2023-11-28T01:05:54.546 INFO:teuthology.orchestra.run.smithi005.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.9 MB/s | 538 kB 00:00 2023-11-28T01:05:54.646 INFO:teuthology.orchestra.run.smithi005.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 18 MB/s | 4.8 MB 00:00 2023-11-28T01:05:54.647 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:05:54.647 INFO:teuthology.orchestra.run.smithi005.stdout:Total 9.7 MB/s | 6.0 MB 00:00 2023-11-28T01:05:54.703 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:05:54.715 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:05:54.715 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:05:54.798 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:05:54.802 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:05:55.944 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:05:56.326 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-28T01:05:56.591 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-28T01:05:56.937 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-28T01:05:57.206 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-28T01:05:57.429 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 5/5 2023-11-28T01:05:57.679 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 5/5 2023-11-28T01:05:57.679 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 1/5 2023-11-28T01:05:57.680 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-28T01:05:57.680 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-28T01:05:57.680 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-28T01:05:57.791 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:05:57.974 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:05:57.975 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:05:58.133 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-fuse 2023-11-28T01:05:58.497 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:05:58.792 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-28T01:05:58.793 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:03:59 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:00.079 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:02 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:01.435 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:06:01.436 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:01.436 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:06:01.436 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:01.436 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:06:01.436 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-fuse 2023-11-28T01:06:01.436 INFO:teuthology.orchestra.run.smithi116.stdout: x86_64 2:18.0.0-7498.g369173db.el8 ceph 921 k 2023-11-28T01:06:01.436 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2023-11-28T01:06:01.437 INFO:teuthology.orchestra.run.smithi116.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-28T01:06:01.437 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:01.437 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:06:01.437 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:01.437 INFO:teuthology.orchestra.run.smithi116.stdout:Install 2 Packages 2023-11-28T01:06:01.437 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:01.438 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 1.0 M 2023-11-28T01:06:01.438 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 3.1 M 2023-11-28T01:06:01.438 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:06:01.595 INFO:teuthology.orchestra.run.smithi116.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 525 kB/s | 83 kB 00:00 2023-11-28T01:06:01.667 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:06:01.850 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:01.850 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:06:01.851 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:06:01.851 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-28T01:06:01.851 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-28T01:06:01.851 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-28T01:06:01.851 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-28T01:06:01.851 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:01.851 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:06:01.985 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-fuse 2023-11-28T01:06:02.012 INFO:teuthology.orchestra.run.smithi116.stdout:(2/2): ceph-fuse-18.0.0-7498.g369173db.el8.x86_ 1.6 MB/s | 921 kB 00:00 2023-11-28T01:06:02.013 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:02.013 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.7 MB/s | 1.0 MB 00:00 2023-11-28T01:06:02.024 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:06:02.046 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:06:02.046 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:06:02.120 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:06:02.124 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:06:02.289 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:06:02.338 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:02.533 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-28T01:06:02.702 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2/2 2023-11-28T01:06:03.017 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2/2 2023-11-28T01:06:03.018 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/2 2023-11-28T01:06:03.941 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:03:59 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:04.098 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-28T01:06:04.098 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:06 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:05.310 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:06:05.311 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:05.311 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:06:05.311 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:05.311 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:06:05.311 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout: x86_64 2:18.0.0-7498.g369173db.el8 ceph 921 k 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2023-11-28T01:06:05.312 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:05.313 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 1.0 M 2023-11-28T01:06:05.313 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 3.1 M 2023-11-28T01:06:05.313 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:06:05.401 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 936 kB/s | 83 kB 00:00 2023-11-28T01:06:06.077 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-fuse-18.0.0-7498.g369173db.el8.x86_ 1.2 MB/s | 921 kB 00:00 2023-11-28T01:06:06.079 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:06.079 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2023-11-28T01:06:06.089 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:06:06.111 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:06:06.111 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:06:06.185 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:06:06.189 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:06:06.359 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:06:06.611 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-28T01:06:06.806 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2/2 2023-11-28T01:06:07.132 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2/2 2023-11-28T01:06:07.132 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/2 2023-11-28T01:06:08.209 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-28T01:06:08.209 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:04 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:08.933 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:06:09.135 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:09.136 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:06:09.288 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-fuse 2023-11-28T01:06:09.663 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:11.614 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:12 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:12.450 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:06:12.634 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:12.634 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:06:12.635 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-28T01:06:12.635 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:12.635 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:06:12.782 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-volume 2023-11-28T01:06:13.137 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:13.141 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout: x86_64 2:18.0.0-7498.g369173db.el8 ceph 921 k 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-28T01:06:13.142 INFO:teuthology.orchestra.run.smithi005.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-28T01:06:13.143 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:13.143 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:06:13.143 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:13.143 INFO:teuthology.orchestra.run.smithi005.stdout:Install 2 Packages 2023-11-28T01:06:13.143 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:13.143 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 1.0 M 2023-11-28T01:06:13.144 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 3.1 M 2023-11-28T01:06:13.144 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:06:13.273 INFO:teuthology.orchestra.run.smithi005.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 641 kB/s | 83 kB 00:00 2023-11-28T01:06:13.631 INFO:teuthology.orchestra.run.smithi005.stdout:(2/2): ceph-fuse-18.0.0-7498.g369173db.el8.x86_ 1.8 MB/s | 921 kB 00:00 2023-11-28T01:06:13.631 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:13.632 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.0 MB/s | 1.0 MB 00:00 2023-11-28T01:06:13.644 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:06:13.668 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:06:13.668 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:06:13.749 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:06:13.753 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:06:13.965 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:06:14.220 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-28T01:06:14.411 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2/2 2023-11-28T01:06:14.672 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:16 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:14.767 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2/2 2023-11-28T01:06:14.767 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/2 2023-11-28T01:06:15.420 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:06:15.601 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:15.601 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:06:15.601 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-28T01:06:15.601 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:15.601 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:06:15.733 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-volume 2023-11-28T01:06:15.865 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-28T01:06:15.865 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:16 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:16.031 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-volume noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 262 k 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:16.032 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:06:16.033 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:16.033 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 262 k 2023-11-28T01:06:16.033 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 1.3 M 2023-11-28T01:06:16.033 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:06:16.088 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:16.235 INFO:teuthology.orchestra.run.smithi116.stdout:ceph-volume-18.0.0-7498.g369173db.el8.noarch.rp 1.3 MB/s | 262 kB 00:00 2023-11-28T01:06:16.236 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:16.236 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.3 MB/s | 262 kB 00:00 2023-11-28T01:06:16.236 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:06:16.246 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:06:16.247 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:06:16.263 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:06:16.267 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:06:16.431 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:06:16.643 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:16.998 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:17.630 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:13 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:18.056 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:18.057 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:20 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:19.059 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:06:19.059 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:19.059 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-28T01:06:19.059 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:19.060 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:06:19.060 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 262 k 2023-11-28T01:06:19.060 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:19.060 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:06:19.060 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:19.060 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:06:19.060 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:19.061 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 262 k 2023-11-28T01:06:19.061 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 1.3 M 2023-11-28T01:06:19.061 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:06:19.389 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-volume-18.0.0-7498.g369173db.el8.noarch.rp 797 kB/s | 262 kB 00:00 2023-11-28T01:06:19.389 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:19.389 INFO:teuthology.orchestra.run.smithi133.stdout:Total 794 kB/s | 262 kB 00:00 2023-11-28T01:06:19.390 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:06:19.400 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:06:19.401 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:06:19.418 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:06:19.422 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:06:19.590 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:06:19.830 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:20.203 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:21.267 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:21.267 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:17 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:24.582 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:06:24.782 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:24.782 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:06:24.782 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse-2:18.0.0-7498.g369173db.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-28T01:06:24.783 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:24.783 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:06:24.906 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-volume 2023-11-28T01:06:25.285 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:26.208 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:06:26.386 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:26.386 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:06:26.386 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:06:26.386 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:26.386 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:06:26.525 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librados-devel 2023-11-28T01:06:26.830 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:27 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:26.912 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:28.343 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume noarch 2:18.0.0-7498.g369173db.el8 ceph-noarch 262 k 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:28.344 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:06:28.345 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:28.345 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 262 k 2023-11-28T01:06:28.345 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 1.3 M 2023-11-28T01:06:28.345 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:06:28.454 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:30 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:28.551 INFO:teuthology.orchestra.run.smithi005.stdout:ceph-volume-18.0.0-7498.g369173db.el8.noarch.rp 1.2 MB/s | 262 kB 00:00 2023-11-28T01:06:28.552 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:28.552 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-11-28T01:06:28.552 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:06:28.564 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:06:28.564 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:06:28.583 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:06:28.587 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:06:28.768 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:06:29.033 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:29.417 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:29.893 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout: librados-devel x86_64 2:18.0.0-7498.g369173db.el8 ceph 139 k 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:29.894 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:06:29.895 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:29.895 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 139 k 2023-11-28T01:06:29.895 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 513 k 2023-11-28T01:06:29.895 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:06:30.082 INFO:teuthology.orchestra.run.smithi116.stdout:librados-devel-18.0.0-7498.g369173db.el8.x86_64 741 kB/s | 139 kB 00:00 2023-11-28T01:06:30.083 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:30.083 INFO:teuthology.orchestra.run.smithi116.stdout:Total 736 kB/s | 139 kB 00:00 2023-11-28T01:06:30.083 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:06:30.089 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:06:30.089 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:06:30.144 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:06:33.143 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 1/1 2023-11-28T01:06:33.162 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:31 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:33.163 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:06:33.163 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:06:33.163 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:33.163 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:33.163 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:33.163 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:33 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:33.164 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:06:33.164 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:33.164 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:06:33.164 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:06:33.164 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:33.164 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:06:33.164 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados-devel 2023-11-28T01:06:33.535 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:35.089 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:31 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:35.361 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:06:35.558 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:35.558 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:06:35.558 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume-2:18.0.0-7498.g369173db.el8.noarch 2023-11-28T01:06:35.558 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:35.558 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:06:35.694 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados-devel 2023-11-28T01:06:36.087 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:36.480 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:06:36.480 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:36.480 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2023-11-28T01:06:36.480 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:36.480 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:06:36.481 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:18.0.0-7498.g369173db.el8 ceph 139 k 2023-11-28T01:06:36.481 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:36.482 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:06:36.482 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:36.482 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:06:36.482 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:36.483 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 139 k 2023-11-28T01:06:36.483 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 513 k 2023-11-28T01:06:36.484 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:06:36.669 INFO:teuthology.orchestra.run.smithi133.stdout:librados-devel-18.0.0-7498.g369173db.el8.x86_64 742 kB/s | 139 kB 00:00 2023-11-28T01:06:36.669 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:36.669 INFO:teuthology.orchestra.run.smithi133.stdout:Total 737 kB/s | 139 kB 00:00 2023-11-28T01:06:36.670 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:06:36.675 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:06:36.675 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:06:36.729 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:06:36.733 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:06:36.844 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:06:37.008 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:37.223 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:37.636 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:38 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:38.289 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:38.289 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:34 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:39.162 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel x86_64 2:18.0.0-7498.g369173db.el8 ceph 139 k 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:06:39.163 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:39.164 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:06:39.164 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:39.164 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 139 k 2023-11-28T01:06:39.164 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 513 k 2023-11-28T01:06:39.164 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:06:39.457 INFO:teuthology.orchestra.run.smithi005.stdout:librados-devel-18.0.0-7498.g369173db.el8.x86_64 475 kB/s | 139 kB 00:00 2023-11-28T01:06:39.457 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:39.457 INFO:teuthology.orchestra.run.smithi005.stdout:Total 473 kB/s | 139 kB 00:00 2023-11-28T01:06:39.458 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:06:39.464 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:06:39.464 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:06:39.525 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:06:39.529 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:06:39.671 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:06:39.824 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:06:39.837 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:40.003 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:40.003 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:06:40.003 INFO:teuthology.orchestra.run.smithi116.stdout: librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:06:40.003 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:40.003 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:06:40.062 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:40.150 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install libcephfs2 2023-11-28T01:06:40.504 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:41.174 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:41.174 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:42 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:42.164 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:44 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:43.415 INFO:teuthology.orchestra.run.smithi116.stdout:Package libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:06:43.524 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:06:43.525 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:06:43.525 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:06:43.653 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install libcephfs-devel 2023-11-28T01:06:44.006 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:45.504 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:47 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:46.936 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:06:46.938 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:46.938 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2023-11-28T01:06:46.938 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:46.938 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs-devel x86_64 2:18.0.0-7498.g369173db.el8 ceph 31 k 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 31 k 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 139 k 2023-11-28T01:06:46.939 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:06:47.085 INFO:teuthology.orchestra.run.smithi116.stdout:libcephfs-devel-18.0.0-7498.g369173db.el8.x86_6 211 kB/s | 31 kB 00:00 2023-11-28T01:06:47.086 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:47.086 INFO:teuthology.orchestra.run.smithi116.stdout:Total 209 kB/s | 31 kB 00:00 2023-11-28T01:06:47.086 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:06:47.090 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:06:47.090 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:06:47.100 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:06:47.104 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:06:47.162 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:06:47.319 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:47.528 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:47.709 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:06:47.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:47.890 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:06:47.890 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:06:47.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:47.891 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:06:48.022 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs2 2023-11-28T01:06:48.380 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:48.513 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:48.513 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:04:50 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:06:50.030 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:46 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:50.170 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:06:50.371 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:50.371 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:06:50.371 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:06:50.371 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:50.372 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:06:50.493 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs2 2023-11-28T01:06:50.872 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:51.281 INFO:teuthology.orchestra.run.smithi133.stdout:Package libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:06:51.390 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:06:51.391 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:06:51.391 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:06:51.507 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs-devel 2023-11-28T01:06:51.862 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:52.392 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:53 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:53.346 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:49 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:53.803 INFO:teuthology.orchestra.run.smithi005.stdout:Package libcephfs2-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:06:53.919 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:06:53.920 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:06:53.920 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:06:54.033 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs-devel 2023-11-28T01:06:54.409 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:54.703 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:18.0.0-7498.g369173db.el8 ceph 31 k 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:06:54.704 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:06:54.705 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:06:54.705 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:06:54.705 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 31 k 2023-11-28T01:06:54.705 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 139 k 2023-11-28T01:06:54.706 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:06:54.928 INFO:teuthology.orchestra.run.smithi133.stdout:libcephfs-devel-18.0.0-7498.g369173db.el8.x86_6 139 kB/s | 31 kB 00:00 2023-11-28T01:06:54.928 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:54.928 INFO:teuthology.orchestra.run.smithi133.stdout:Total 139 kB/s | 31 kB 00:00 2023-11-28T01:06:54.929 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:06:54.932 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:06:54.932 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:06:54.943 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:06:54.946 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:06:55.002 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:06:55.170 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:55.381 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:56.116 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:04:57 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:56.392 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:56.393 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:04:52 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:06:57.330 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:06:57.517 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:57.517 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:06:57.517 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:06:57.517 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:06:57.517 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:06:57.628 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:06:57.628 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:57.628 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel x86_64 2:18.0.0-7498.g369173db.el8 ceph 31 k 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:06:57.629 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:06:57.630 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 31 k 2023-11-28T01:06:57.630 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 139 k 2023-11-28T01:06:57.630 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:06:57.656 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librados2 2023-11-28T01:06:57.784 INFO:teuthology.orchestra.run.smithi005.stdout:libcephfs-devel-18.0.0-7498.g369173db.el8.x86_6 201 kB/s | 31 kB 00:00 2023-11-28T01:06:57.784 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:06:57.784 INFO:teuthology.orchestra.run.smithi005.stdout:Total 200 kB/s | 31 kB 00:00 2023-11-28T01:06:57.785 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:06:57.789 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:06:57.789 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:06:57.801 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:06:57.805 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:06:57.860 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:06:58.007 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:06:58.026 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:58.273 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:59.354 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:06:59.354 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:00 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:06:59.605 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:01 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:00.849 INFO:teuthology.orchestra.run.smithi116.stdout:Package librados2-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:00.959 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:00.960 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:07:00.960 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:01.078 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librbd1 2023-11-28T01:07:01.430 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:03.306 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:05 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:04.553 INFO:teuthology.orchestra.run.smithi116.stdout:Package librbd1-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:04.663 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:04.664 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:07:04.664 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:04.784 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rados 2023-11-28T01:07:05.136 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:05.322 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:07:05.502 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:05.502 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:07:05.502 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:05.503 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:05.503 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:05.649 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados2 2023-11-28T01:07:06.002 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:06.795 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:08 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:07.631 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:03 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:08.047 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:08.154 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:08.155 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:07:08.155 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:08.282 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rgw 2023-11-28T01:07:08.635 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:08.915 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:07:08.951 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:09.059 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:09.061 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:07:09.061 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:09.113 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:09.114 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:07:09.114 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:09.114 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:09.114 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:09.254 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librbd1 2023-11-28T01:07:09.269 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados2 2023-11-28T01:07:09.607 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:09.645 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:10.163 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:12 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:11.130 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:07 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:11.201 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:12 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:11.486 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:11.594 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:11.595 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:07:11.595 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:11.727 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-cephfs 2023-11-28T01:07:12.080 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:12.393 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:12.501 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:12.502 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:07:12.502 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:12.612 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rados 2023-11-28T01:07:12.623 INFO:teuthology.orchestra.run.smithi005.stdout:Package librados2-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:12.740 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:12.742 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:07:12.742 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:12.865 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librbd1 2023-11-28T01:07:12.965 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:13.241 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:13.630 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:15 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:14.536 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:10 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:14.890 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:14.995 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:15 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:14.997 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:14.999 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:07:14.999 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:15.136 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rbd 2023-11-28T01:07:15.488 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:15.783 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:15.891 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:15.892 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:07:15.892 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:16.013 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rgw 2023-11-28T01:07:16.367 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:16.372 INFO:teuthology.orchestra.run.smithi005.stdout:Package librbd1-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:16.490 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:16.494 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:07:16.494 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:16.594 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rados 2023-11-28T01:07:16.971 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:17.265 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:19 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:17.950 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:13 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:18.523 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:19 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:18.545 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:18.652 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:18.653 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-11-28T01:07:18.653 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:18.782 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-fuse 2023-11-28T01:07:19.134 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:19.189 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:19.298 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:19.299 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:07:19.299 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:19.477 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-cephfs 2023-11-28T01:07:19.832 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:19.898 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rados-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:20.015 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:20.016 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:07:20.016 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:20.121 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rgw 2023-11-28T01:07:20.498 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:20.756 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:22 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:21.369 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:17 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:22.105 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:22.105 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:22.105 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-fuse x86_64 2:18.0.0-7498.g369173db.el8 ceph 94 k 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:07:22.106 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:22.107 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 94 k 2023-11-28T01:07:22.107 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 280 k 2023-11-28T01:07:22.107 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:07:22.129 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:23 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:22.437 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-fuse-18.0.0-7498.g369173db.el8.x86_64.rpm 284 kB/s | 94 kB 00:00 2023-11-28T01:07:22.437 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:22.437 INFO:teuthology.orchestra.run.smithi116.stdout:Total 283 kB/s | 94 kB 00:00 2023-11-28T01:07:22.437 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:07:22.448 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:07:22.448 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:07:22.501 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:07:22.505 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:07:22.614 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:07:22.617 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:22.727 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:22.728 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:07:22.729 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:22.772 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:23.003 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:23.122 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rbd 2023-11-28T01:07:23.478 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:23.523 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rgw-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:23.642 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:23.643 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:07:23.643 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:23.752 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-cephfs 2023-11-28T01:07:24.066 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:24.066 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:26 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:24.131 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:25.046 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:21 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:25.644 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:26 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:26.304 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:26.412 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:26.413 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-11-28T01:07:26.414 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:26.527 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-fuse 2023-11-28T01:07:26.879 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:27.039 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-cephfs-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:27.159 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:27.160 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:07:27.160 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:27.268 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rbd 2023-11-28T01:07:27.644 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:28.403 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:24 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:29.187 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:30 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:29.842 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:29.843 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:29.843 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2023-11-28T01:07:29.843 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:29.843 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:07:29.843 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:18.0.0-7498.g369173db.el8 ceph 94 k 2023-11-28T01:07:29.843 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:29.844 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:07:29.844 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:29.844 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:07:29.844 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:29.845 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 94 k 2023-11-28T01:07:29.845 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 280 k 2023-11-28T01:07:29.845 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:07:30.011 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-fuse-18.0.0-7498.g369173db.el8.x86_64.rpm 561 kB/s | 94 kB 00:00 2023-11-28T01:07:30.012 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:30.012 INFO:teuthology.orchestra.run.smithi133.stdout:Total 556 kB/s | 94 kB 00:00 2023-11-28T01:07:30.013 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:07:30.023 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:07:30.023 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:07:30.076 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:07:30.080 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:07:30.186 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:07:30.356 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:30.590 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:30.601 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rbd-2:18.0.0-7498.g369173db.el8.x86_64 is already installed. 2023-11-28T01:07:30.726 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:30.726 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-11-28T01:07:30.727 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:30.844 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-fuse 2023-11-28T01:07:31.225 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:31.664 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:31.665 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:27 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:31.887 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:07:32.068 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:32.068 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:07:32.069 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:32.069 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:32.069 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:32.210 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-mirror 2023-11-28T01:07:32.566 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:32.774 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:33 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:34.117 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:36 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:34.345 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:34.346 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:07:34.347 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-11-28T01:07:34.347 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:07:34.347 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:07:34.347 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse x86_64 2:18.0.0-7498.g369173db.el8 ceph 94 k 2023-11-28T01:07:34.347 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:34.347 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:07:34.347 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:07:34.348 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:07:34.348 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:34.348 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 94 k 2023-11-28T01:07:34.348 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 280 k 2023-11-28T01:07:34.348 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:07:34.501 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-fuse-18.0.0-7498.g369173db.el8.x86_64.rpm 606 kB/s | 94 kB 00:00 2023-11-28T01:07:34.502 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:34.502 INFO:teuthology.orchestra.run.smithi005.stdout:Total 602 kB/s | 94 kB 00:00 2023-11-28T01:07:34.502 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:07:34.514 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:07:34.514 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:07:34.574 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:07:34.577 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:07:34.691 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:07:34.846 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:35.087 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:35.495 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-mirror x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.6 M 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 3.6 M 2023-11-28T01:07:35.496 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 17 M 2023-11-28T01:07:35.497 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:07:36.182 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:36.182 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:37 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:36.746 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-mirror-18.0.0-7498.g369173db.el8.x86_64.rpm 2.9 MB/s | 3.6 MB 00:01 2023-11-28T01:07:36.747 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:36.747 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.9 MB/s | 3.6 MB 00:01 2023-11-28T01:07:36.747 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:07:36.760 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:07:36.760 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:07:36.826 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:07:36.830 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:07:37.283 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:07:37.440 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:37.811 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:38.855 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:38.855 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:40 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:39.645 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:07:39.828 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:39.828 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:07:39.828 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:39.829 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:39.829 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:39.962 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-mirror 2023-11-28T01:07:40.318 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:41.865 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:37 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:43.000 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:07:43.201 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:43.201 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:07:43.201 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:43.201 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:43.201 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:43.249 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.6 M 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:43.250 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:07:43.251 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:43.251 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.6 M 2023-11-28T01:07:43.251 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 17 M 2023-11-28T01:07:43.251 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:07:43.329 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-mirror 2023-11-28T01:07:43.707 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:44.212 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-mirror-18.0.0-7498.g369173db.el8.x86_64.rpm 3.7 MB/s | 3.6 MB 00:00 2023-11-28T01:07:44.213 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:44.213 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.7 MB/s | 3.6 MB 00:00 2023-11-28T01:07:44.213 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:07:44.226 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:07:44.226 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:07:44.292 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:07:44.296 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:07:44.754 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:07:44.915 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:45.279 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:45.311 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:46 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:46.104 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:07:46.286 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:46.286 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:07:46.286 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:46.286 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:46.286 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:07:46.338 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:46.339 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:42 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:46.431 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-nbd 2023-11-28T01:07:46.786 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:46.842 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:07:46.843 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:07:46.843 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2023-11-28T01:07:46.843 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:07:46.843 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:07:46.844 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror x86_64 2:18.0.0-7498.g369173db.el8 ceph 3.6 M 2023-11-28T01:07:46.844 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:46.844 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:07:46.844 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:07:46.844 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:07:46.844 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:46.845 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 3.6 M 2023-11-28T01:07:46.845 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 17 M 2023-11-28T01:07:46.845 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:07:47.395 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-mirror-18.0.0-7498.g369173db.el8.x86_64.rpm 6.5 MB/s | 3.6 MB 00:00 2023-11-28T01:07:47.396 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:47.396 INFO:teuthology.orchestra.run.smithi005.stdout:Total 6.5 MB/s | 3.6 MB 00:00 2023-11-28T01:07:47.396 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:07:47.411 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:07:47.412 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:07:47.484 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:07:47.488 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:07:47.976 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:07:48.146 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:48.294 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:50 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:48.536 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:49.635 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:49.635 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:05:50 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:07:49.667 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-11-28T01:07:49.668 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:49.668 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-nbd x86_64 2:18.0.0-7498.g369173db.el8 ceph 181 k 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 181 k 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 572 k 2023-11-28T01:07:49.669 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2023-11-28T01:07:49.990 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-nbd-18.0.0-7498.g369173db.el8.x86_64.rpm 564 kB/s | 181 kB 00:00 2023-11-28T01:07:49.991 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:49.991 INFO:teuthology.orchestra.run.smithi116.stdout:Total 561 kB/s | 181 kB 00:00 2023-11-28T01:07:49.991 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2023-11-28T01:07:50.002 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2023-11-28T01:07:50.003 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2023-11-28T01:07:50.057 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2023-11-28T01:07:50.060 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2023-11-28T01:07:50.177 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2023-11-28T01:07:50.326 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:50.543 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:51.577 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:07:51.577 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:05:53 ago on Tue 28 Nov 2023 01:01:58 AM UTC. 2023-11-28T01:07:55.960 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:07:56.142 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:56.142 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:07:56.143 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:56.143 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:56.143 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:07:56.265 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-nbd 2023-11-28T01:07:56.623 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:58.139 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:54 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:07:58.931 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:07:59.132 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:59.132 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:07:59.132 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:07:59.132 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:07:59.132 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:07:59.291 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-nbd 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:18.0.0-7498.g369173db.el8 ceph 181 k 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:59.493 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-28T01:07:59.494 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-28T01:07:59.494 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2023-11-28T01:07:59.494 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:07:59.494 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 181 k 2023-11-28T01:07:59.494 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 572 k 2023-11-28T01:07:59.495 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-28T01:07:59.669 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-11-28T01:07:59.780 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-nbd-18.0.0-7498.g369173db.el8.x86_64.rpm 632 kB/s | 181 kB 00:00 2023-11-28T01:07:59.781 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:07:59.782 INFO:teuthology.orchestra.run.smithi133.stdout:Total 630 kB/s | 181 kB 00:00 2023-11-28T01:07:59.782 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-28T01:07:59.793 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-28T01:07:59.793 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-28T01:07:59.846 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-28T01:07:59.850 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-28T01:07:59.965 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-28T01:08:00.110 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:08:00.342 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:08:00.813 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2023-11-28T01:08:00.994 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:08:00.994 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2023-11-28T01:08:00.994 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:08:00.994 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-28T01:08:00.994 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-11-28T01:08:01.147 DEBUG:teuthology.parallel:result is None 2023-11-28T01:08:01.248 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:06:02 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:08:01.394 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:08:01.395 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:05:57 ago on Tue 28 Nov 2023 01:02:04 AM UTC. 2023-11-28T01:08:02.781 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-28T01:08:02.783 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:08:02.785 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-11-28T01:08:02.785 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:08:02.785 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-28T01:08:02.786 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd x86_64 2:18.0.0-7498.g369173db.el8 ceph 181 k 2023-11-28T01:08:02.786 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:08:02.786 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-28T01:08:02.786 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-28T01:08:02.786 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2023-11-28T01:08:02.786 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:08:02.787 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 181 k 2023-11-28T01:08:02.787 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 572 k 2023-11-28T01:08:02.787 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-28T01:08:03.073 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-nbd-18.0.0-7498.g369173db.el8.x86_64.rpm 622 kB/s | 181 kB 00:00 2023-11-28T01:08:03.073 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:08:03.074 INFO:teuthology.orchestra.run.smithi005.stdout:Total 620 kB/s | 181 kB 00:00 2023-11-28T01:08:03.074 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-28T01:08:03.087 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-28T01:08:03.087 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-28T01:08:03.146 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-28T01:08:03.150 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-28T01:08:03.306 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-28T01:08:03.450 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:08:03.691 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:08:04.755 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 1/1 2023-11-28T01:08:04.755 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:06:05 ago on Tue 28 Nov 2023 01:01:59 AM UTC. 2023-11-28T01:08:06.325 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-11-28T01:08:06.508 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:08:06.509 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-28T01:08:06.509 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:08:06.509 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:08:06.509 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-28T01:08:06.642 DEBUG:teuthology.parallel:result is None 2023-11-28T01:08:11.224 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-11-28T01:08:11.420 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:08:11.420 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-28T01:08:11.420 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd-2:18.0.0-7498.g369173db.el8.x86_64 2023-11-28T01:08:11.420 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:08:11.420 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-28T01:08:11.556 DEBUG:teuthology.parallel:result is None 2023-11-28T01:08:11.557 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:08:11.702 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-28T01:08:11.725 INFO:teuthology.orchestra.run.smithi005.stdout:18.0.0-7498.g369173db.el8 2023-11-28T01:08:11.725 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7498.g369173db.el8 2023-11-28T01:08:11.726 INFO:teuthology.task.install:The correct ceph version 18.0.0-7498.g369173db is installed. 2023-11-28T01:08:11.726 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:08:11.862 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-28T01:08:11.888 INFO:teuthology.orchestra.run.smithi116.stdout:18.0.0-7498.g369173db.el8 2023-11-28T01:08:11.888 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7498.g369173db.el8 2023-11-28T01:08:11.888 INFO:teuthology.task.install:The correct ceph version 18.0.0-7498.g369173db is installed. 2023-11-28T01:08:11.889 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:08:12.031 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-28T01:08:12.058 INFO:teuthology.orchestra.run.smithi133.stdout:18.0.0-7498.g369173db.el8 2023-11-28T01:08:12.058 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7498.g369173db.el8 2023-11-28T01:08:12.058 INFO:teuthology.task.install:The correct ceph version 18.0.0-7498.g369173db is installed. 2023-11-28T01:08:12.059 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-28T01:08:12.059 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:08:12.059 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-28T01:08:12.092 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:08:12.092 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-28T01:08:12.125 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:08:12.125 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-28T01:08:12.157 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-28T01:08:12.157 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:08:12.157 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/daemon-helper 2023-11-28T01:08:12.188 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-28T01:08:12.259 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:08:12.259 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/daemon-helper 2023-11-28T01:08:12.289 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-28T01:08:12.360 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:08:12.361 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2023-11-28T01:08:12.392 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-28T01:08:12.463 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-28T01:08:12.464 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:08:12.464 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-28T01:08:12.496 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-28T01:08:12.568 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:08:12.568 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-28T01:08:12.599 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-28T01:08:12.670 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:08:12.670 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-28T01:08:12.701 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-28T01:08:12.772 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-28T01:08:12.773 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:08:12.773 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/stdin-killer 2023-11-28T01:08:12.806 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-28T01:08:12.878 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:08:12.878 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/stdin-killer 2023-11-28T01:08:12.908 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-28T01:08:12.977 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:08:12.978 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2023-11-28T01:08:13.009 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-28T01:08:13.081 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-28T01:08:13.182 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': '369173db14b6995b2bd07c60ec5f63d01cf21631'} 2023-11-28T01:08:13.182 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:08:13.183 INFO:tasks.cephadm:Cluster fsid is 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:08:13.183 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-28T01:08:13.183 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.5', 'mon.b': '172.21.15.116', 'mon.c': '172.21.15.133'} 2023-11-28T01:08:13.183 INFO:tasks.cephadm:First mon is mon.a on smithi005 2023-11-28T01:08:13.184 INFO:tasks.cephadm:First mgr is a 2023-11-28T01:08:13.184 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-28T01:08:13.184 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2023-11-28T01:08:13.218 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2023-11-28T01:08:13.249 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2023-11-28T01:08:13.280 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-28T01:08:13.281 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:08:13.434 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '369173db14b6995b2bd07c60ec5f63d01cf21631', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74327/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7498-g369173db', 'node_name': '172.21.4.65+confusa03', 'job_name': 'ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7498.g369173db'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-23 00:56:41.907974', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri10-testing-2023-11-22-1112', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}] 2023-11-28T01:08:13.580 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri10-testing-2023-11-22-1112, sha1 369173db14b6995b2bd07c60ec5f63d01cf21631 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T01:08:13.581 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/x86_64/flavors/default/cephadm 2023-11-28T01:08:13.581 DEBUG:teuthology.orchestra.run.smithi005:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:15.396 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243668 Nov 28 01:08 /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:15.396 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:16.710 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243668 Nov 28 01:08 /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:16.711 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2023-11-22-1112/369173db14b6995b2bd07c60ec5f63d01cf21631/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:18.097 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243668 Nov 28 01:08 /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:18.097 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:18.119 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:18.141 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-28T01:08:18.177 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 on all hosts... 2023-11-28T01:08:18.177 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 pull 2023-11-28T01:08:18.180 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 pull 2023-11-28T01:08:18.183 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 pull 2023-11-28T01:08:19.247 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631... 2023-11-28T01:08:19.257 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631... 2023-11-28T01:08:19.348 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631... 2023-11-28T01:09:00.962 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-11-28T01:09:00.963 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph_version": "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)", 2023-11-28T01:09:00.963 INFO:teuthology.orchestra.run.smithi005.stdout: "image_id": "7cc7cb22378ea340aa30f458321cde9f9aaeaa13a42c56b1e5524abb2fc9827f", 2023-11-28T01:09:00.963 INFO:teuthology.orchestra.run.smithi005.stdout: "repo_digests": [ 2023-11-28T01:09:00.963 INFO:teuthology.orchestra.run.smithi005.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d" 2023-11-28T01:09:00.963 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2023-11-28T01:09:00.963 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-11-28T01:09:17.368 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-11-28T01:09:17.369 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph_version": "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)", 2023-11-28T01:09:17.369 INFO:teuthology.orchestra.run.smithi116.stdout: "image_id": "7cc7cb22378ea340aa30f458321cde9f9aaeaa13a42c56b1e5524abb2fc9827f", 2023-11-28T01:09:17.369 INFO:teuthology.orchestra.run.smithi116.stdout: "repo_digests": [ 2023-11-28T01:09:17.369 INFO:teuthology.orchestra.run.smithi116.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d" 2023-11-28T01:09:17.369 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2023-11-28T01:09:17.369 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-11-28T01:09:20.538 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2023-11-28T01:09:20.538 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)", 2023-11-28T01:09:20.538 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "7cc7cb22378ea340aa30f458321cde9f9aaeaa13a42c56b1e5524abb2fc9827f", 2023-11-28T01:09:20.538 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2023-11-28T01:09:20.538 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d" 2023-11-28T01:09:20.538 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2023-11-28T01:09:20.538 INFO:teuthology.orchestra.run.smithi133.stdout:} 2023-11-28T01:09:20.574 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2023-11-28T01:09:20.614 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2023-11-28T01:09:20.651 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2023-11-28T01:09:20.685 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2023-11-28T01:09:20.718 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2023-11-28T01:09:20.748 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2023-11-28T01:09:20.776 INFO:tasks.cephadm:Writing seed config... 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-28T01:09:20.778 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-28T01:09:20.779 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:09:20.779 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-28T01:09:20.800 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 = 9a7b2882-8d8a-11ee-95a2-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-28T01:09:20.800 DEBUG:teuthology.orchestra.run.smithi005:mon.a> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a.service 2023-11-28T01:09:20.842 DEBUG:teuthology.orchestra.run.smithi005:mgr.a> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.a.service 2023-11-28T01:09:20.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:-- Logs begin at Tue 2023-11-28 00:49:14 UTC. -- 2023-11-28T01:09:20.876 INFO:tasks.cephadm:Bootstrapping... 2023-11-28T01:09:20.876 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 -v bootstrap --fsid 9a7b2882-8d8a-11ee-95a2-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.5 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:09:20.906 INFO:journalctl@ceph.mgr.a.smithi005.stdout:-- Logs begin at Tue 2023-11-28 00:49:14 UTC. -- 2023-11-28T01:09:21.092 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-28T01:09:21.092 INFO:teuthology.orchestra.run.smithi005.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631', '-v', 'bootstrap', '--fsid', '9a7b2882-8d8a-11ee-95a2-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.5', '--skip-admin-label'] 2023-11-28T01:09:21.153 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 3.0.1 2023-11-28T01:09:21.154 INFO:teuthology.orchestra.run.smithi005.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-11-28T01:09:21.154 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying podman|docker is present... 2023-11-28T01:09:21.222 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 3.0.1 2023-11-28T01:09:21.222 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying lvm2 is present... 2023-11-28T01:09:21.222 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying time synchronization is in place... 2023-11-28T01:09:21.230 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-28T01:09:21.230 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-28T01:09:21.235 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-28T01:09:21.235 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2023-11-28T01:09:21.242 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout enabled 2023-11-28T01:09:21.248 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout active 2023-11-28T01:09:21.248 INFO:teuthology.orchestra.run.smithi005.stdout:Unit chronyd.service is enabled and running 2023-11-28T01:09:21.248 INFO:teuthology.orchestra.run.smithi005.stdout:Repeating the final host check... 2023-11-28T01:09:21.311 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 3.0.1 2023-11-28T01:09:21.311 INFO:teuthology.orchestra.run.smithi005.stdout:podman (/bin/podman) version 3.0.1 is present 2023-11-28T01:09:21.311 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl is present 2023-11-28T01:09:21.311 INFO:teuthology.orchestra.run.smithi005.stdout:lvcreate is present 2023-11-28T01:09:21.317 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-28T01:09:21.317 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-28T01:09:21.323 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-28T01:09:21.323 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2023-11-28T01:09:21.329 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout enabled 2023-11-28T01:09:21.335 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout active 2023-11-28T01:09:21.335 INFO:teuthology.orchestra.run.smithi005.stdout:Unit chronyd.service is enabled and running 2023-11-28T01:09:21.336 INFO:teuthology.orchestra.run.smithi005.stdout:Host looks OK 2023-11-28T01:09:21.336 INFO:teuthology.orchestra.run.smithi005.stdout:Cluster fsid: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:21.336 INFO:teuthology.orchestra.run.smithi005.stdout:Acquiring lock 139623176546400 on /run/cephadm/9a7b2882-8d8a-11ee-95a2-87774f69a715.lock 2023-11-28T01:09:21.336 INFO:teuthology.orchestra.run.smithi005.stdout:Lock 139623176546400 acquired on /run/cephadm/9a7b2882-8d8a-11ee-95a2-87774f69a715.lock 2023-11-28T01:09:21.336 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying IP 172.21.15.5 port 3300 ... 2023-11-28T01:09:21.337 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying IP 172.21.15.5 port 6789 ... 2023-11-28T01:09:21.337 INFO:teuthology.orchestra.run.smithi005.stdout:Base mon IP(s) is [172.21.15.5:3300, 172.21.15.5:6789], mon addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-11-28T01:09:21.340 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-28T01:09:21.340 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2023-11-28T01:09:21.343 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-28T01:09:21.343 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-28T01:09:21.343 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-11-28T01:09:21.346 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-28T01:09:21.346 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-28T01:09:21.346 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-28T01:09:21.347 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-28T01:09:21.347 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1442/64 scope link 2023-11-28T01:09:21.347 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-28T01:09:21.347 INFO:teuthology.orchestra.run.smithi005.stdout:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2023-11-28T01:09:21.348 INFO:teuthology.orchestra.run.smithi005.stdout:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2023-11-28T01:09:21.348 INFO:teuthology.orchestra.run.smithi005.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-28T01:09:21.348 INFO:teuthology.orchestra.run.smithi005.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-28T01:09:21.349 INFO:teuthology.orchestra.run.smithi005.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631... 2023-11-28T01:09:21.770 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 7cc7cb22378ea340aa30f458321cde9f9aaeaa13a42c56b1e5524abb2fc9827f 2023-11-28T01:09:21.770 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631... 2023-11-28T01:09:21.770 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Getting image source signatures 2023-11-28T01:09:21.771 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying blob sha256:6e043562390995b4d66f5d024d621ebdd5ed686f9aa0f5304b2a4423b709787c 2023-11-28T01:09:21.771 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying blob sha256:3d22195da913bce20c81704c00a9cc88d1593e21a55d76d50b2cbe16d0bcd02c 2023-11-28T01:09:21.771 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying config sha256:7cc7cb22378ea340aa30f458321cde9f9aaeaa13a42c56b1e5524abb2fc9827f 2023-11-28T01:09:21.771 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Writing manifest to image destination 2023-11-28T01:09:21.771 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Storing signatures 2023-11-28T01:09:22.816 INFO:teuthology.orchestra.run.smithi005.stdout:ceph: stdout ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev) 2023-11-28T01:09:22.816 INFO:teuthology.orchestra.run.smithi005.stdout:Ceph version: ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev) 2023-11-28T01:09:22.816 INFO:teuthology.orchestra.run.smithi005.stdout:Extracting ceph user uid/gid from container image... 2023-11-28T01:09:23.800 INFO:teuthology.orchestra.run.smithi005.stdout:stat: stdout 167 167 2023-11-28T01:09:23.800 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial keys... 2023-11-28T01:09:24.858 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQDEPWVl83BKDBAAdT5zJUW98c9m8/J0pCDUlA== 2023-11-28T01:09:25.917 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQDFPWVl8hcSEhAAs/SE2IZwnJ6y2+rgzERuMA== 2023-11-28T01:09:26.900 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQDGPWVlOUu0ERAADkuaXdR+mADIEx0f3Y5QFA== 2023-11-28T01:09:26.900 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial monmap... 2023-11-28T01:09:27.850 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:monmaptool for a [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:setting min_mon_release = quincy 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: set fsid to 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:09:27.851 INFO:teuthology.orchestra.run.smithi005.stdout:Creating mon... 2023-11-28T01:09:28.839 INFO:teuthology.orchestra.run.smithi005.stdout:create mon.a on 2023-11-28T01:09:28.976 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-11-28T01:09:29.068 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-28T01:09:29.191 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715.target. 2023-11-28T01:09:29.192 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715.target. 2023-11-28T01:09:29.386 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a 2023-11-28T01:09:29.387 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-11-28T01:09:29.476 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715.target.wants/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a.service → /etc/systemd/system/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@.service. 2023-11-28T01:09:29.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:29 smithi005 systemd[1]: Starting Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:09:30.090 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-28T01:09:30.090 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2023-11-28T01:09:30.097 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-28T01:09:30.097 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2023-11-28T01:09:30.098 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2023-11-28T01:09:30.098 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to enable service . firewalld.service is not available 2023-11-28T01:09:30.098 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mon to start... 2023-11-28T01:09:30.098 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mon... 2023-11-28T01:09:30.332 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:30 smithi005 bash[99657]: 89c85dfce851808893b24c4f7645bfbac0029b600f27166f0685769386b6fc29 2023-11-28T01:09:30.332 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:30 smithi005 systemd[1]: Started Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:09:30.332 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:30 smithi005 ceph-mon[99722]: mkfs 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:30.333 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:30 smithi005 ceph-mon[99722]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-28T01:09:31.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:31 smithi005 ceph-mon[99722]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-28T01:09:31.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:31 smithi005 ceph-mon[99722]: monmap e1: 1 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:09:31.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:31 smithi005 ceph-mon[99722]: fsmap 2023-11-28T01:09:31.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:31 smithi005 ceph-mon[99722]: osdmap e1: 0 total, 0 up, 0 in 2023-11-28T01:09:31.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:31 smithi005 ceph-mon[99722]: mgrmap e1: no daemons active 2023-11-28T01:09:31.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:31 smithi005 ceph-mon[99722]: from='client.? 172.21.15.5:0/2184374745' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-28T01:09:31.593 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout cluster: 2023-11-28T01:09:31.593 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout id: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:31.593 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-28T01:09:31.594 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:31.594 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout services: 2023-11-28T01:09:31.594 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.631459s) 2023-11-28T01:09:31.594 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-28T01:09:31.594 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-28T01:09:31.595 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:31.595 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout data: 2023-11-28T01:09:31.595 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-28T01:09:31.595 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-28T01:09:31.595 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-28T01:09:31.595 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout pgs: 2023-11-28T01:09:31.596 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:31.597 INFO:teuthology.orchestra.run.smithi005.stdout:mon is available 2023-11-28T01:09:31.597 INFO:teuthology.orchestra.run.smithi005.stdout:Assimilating anything we can from ceph.conf... 2023-11-28T01:09:32.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:32 smithi005 ceph-mon[99722]: from='client.? 172.21.15.5:0/1617189128' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-28T01:09:32.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:32 smithi005 ceph-mon[99722]: from='client.? 172.21.15.5:0/1617189128' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [global] 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout fsid = 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-28T01:09:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-11-28T01:09:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-28T01:09:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [osd] 2023-11-28T01:09:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-28T01:09:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-28T01:09:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:Generating new minimal ceph.conf... 2023-11-28T01:09:33.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:33 smithi005 ceph-mon[99722]: from='client.? 172.21.15.5:0/4073739674' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:09:34.017 INFO:teuthology.orchestra.run.smithi005.stdout:Restarting the monitor... 2023-11-28T01:09:34.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:34 smithi005 systemd[1]: Stopping Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:09:34.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:34 smithi005 conmon[99698]: 2023-11-28T01:09:34.279+0000 7f63430b2700 -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-28T01:09:34.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:34 smithi005 conmon[99698]: 2023-11-28T01:09:34.279+0000 7f63430b2700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-11-28T01:09:35.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:34 smithi005 bash[100277]: 89c85dfce851808893b24c4f7645bfbac0029b600f27166f0685769386b6fc29 2023-11-28T01:09:35.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 systemd[1]: ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-11-28T01:09:35.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 systemd[1]: Stopped Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:09:35.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 systemd[1]: Starting Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:09:35.719 INFO:teuthology.orchestra.run.smithi005.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-28T01:09:35.967 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: set uid:gid to 167:167 (ceph:ceph) 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev), process ceph-mon, pid 7 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: pidfile_write: ignore empty --pid-file 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: load: jerasure load: lrc 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: RocksDB version: 7.9.2 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Git sha 0 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Compile date 2023-11-22 22:33:43 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: DB SUMMARY 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: DB Session ID: 3FXTVN8LPA46B4E8IICO 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: CURRENT file: CURRENT 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: IDENTITY file: IDENTITY 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-11-28T01:09:35.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84043 ; 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.error_if_exists: 0 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.create_if_missing: 0 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.paranoid_checks: 1 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.env: 0x5620f24dba60 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.fs: PosixFileSystem 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.info_log: 0x5620f3e41740 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_file_opening_threads: 16 2023-11-28T01:09:35.969 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.statistics: (nil) 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.use_fsync: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_log_file_size: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.keep_log_file_num: 1000 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.recycle_log_file_num: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.allow_fallocate: 1 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.allow_mmap_reads: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.allow_mmap_writes: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.use_direct_reads: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.create_missing_column_families: 0 2023-11-28T01:09:35.970 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.db_log_dir: 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.wal_dir: 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 bash[100603]: 2b93a2b9f975bc5b43615c5510b430129f16c7229cfe5adf17f6b200929ba8fa 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.advise_random_on_open: 1 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.db_write_buffer_size: 0 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.write_buffer_manager: 0x5620f3df54a0 2023-11-28T01:09:35.971 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.rate_limiter: (nil) 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.wal_recovery_mode: 2 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.enable_thread_tracking: 0 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.enable_pipelined_write: 0 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.unordered_write: 0 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-28T01:09:35.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.row_cache: None 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.wal_filter: None 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.allow_ingest_behind: 0 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.two_write_queues: 0 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.manual_wal_flush: 0 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.wal_compression: 0 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.atomic_flush: 0 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-28T01:09:35.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.log_readahead_size: 0 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.best_efforts_recovery: 0 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.allow_data_in_errors: 0 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.db_host_id: __hostname__ 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_background_jobs: 2 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_background_compactions: -1 2023-11-28T01:09:35.974 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_subcompactions: 1 2023-11-28T01:09:35.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-28T01:09:35.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-28T01:09:35.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-28T01:09:35.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_total_wal_size: 0 2023-11-28T01:09:35.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-28T01:09:35.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-28T01:09:35.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_open_files: -1 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bytes_per_sync: 0 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_readahead_size: 0 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_background_flushes: -1 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Compression algorithms supported: 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kZSTD supported: 0 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kXpressCompression supported: 0 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kLZ4HCCompression supported: 1 2023-11-28T01:09:35.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kZlibCompression supported: 1 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kSnappyCompression supported: 1 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kLZ4Compression supported: 1 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: kBZip2Compression supported: 0 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.merge_operator: 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_filter: None 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_filter_factory: None 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.sst_partitioner_factory: None 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-28T01:09:35.977 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5620f3e41860) 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: cache_index_and_filter_blocks: 1 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: pin_top_level_index_and_filter: 1 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_type: 0 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: data_block_index_type: 0 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_shortening: 1 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: checksum: 4 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: no_block_cache: 0 2023-11-28T01:09:35.978 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache: 0x5620f3e97090 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_name: BinnedLRUCache 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_options: 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: capacity : 536870912 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: num_shard_bits : 4 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: strict_capacity_limit : 0 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: high_pri_pool_ratio: 0.000 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_compressed: (nil) 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: persistent_cache: (nil) 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_size: 4096 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_size_deviation: 10 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_restart_interval: 16 2023-11-28T01:09:35.979 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_block_restart_interval: 1 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: metadata_block_size: 4096 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: partition_filters: 0 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: use_delta_encoding: 1 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: filter_policy: bloomfilter 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: whole_key_filtering: 1 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: verify_compression: 0 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: read_amp_bytes_per_bit: 0 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: format_version: 5 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: enable_index_compression: 1 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_align: 0 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: max_auto_readahead_size: 262144 2023-11-28T01:09:35.980 INFO:journalctl@ceph.mon.a.smithi005.stdout: prepopulate_block_cache: 0 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout: initial_auto_readahead_size: 8192 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout: num_file_reads_for_auto_readahead: 2 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.write_buffer_size: 33554432 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_write_buffer_number: 2 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression: NoCompression 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression: Disabled 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.prefix_extractor: nullptr 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.num_levels: 7 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-28T01:09:35.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-28T01:09:35.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.level: 32767 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.strategy: 0 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.enabled: false 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.target_file_size_base: 67108864 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-28T01:09:35.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.arena_block_size: 1048576 2023-11-28T01:09:35.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-28T01:09:35.985 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-28T01:09:35.985 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.disable_auto_compactions: 0 2023-11-28T01:09:35.986 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-28T01:09:35.986 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-28T01:09:35.986 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-28T01:09:35.986 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-28T01:09:35.986 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-28T01:09:35.986 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.table_properties_collectors: 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.inplace_update_support: 0 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.bloom_locality: 0 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.max_successive_merges: 0 2023-11-28T01:09:35.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.paranoid_file_checks: 0 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.force_consistency_checks: 1 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.report_bg_io_stats: 0 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.ttl: 2592000 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.enable_blob_files: false 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.min_blob_size: 0 2023-11-28T01:09:35.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.blob_file_size: 268435456 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.blob_file_starting_level: 0 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: 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-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7a226e88-d6ca-4b83-846a-fa9a66afd7c8 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133775711394, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-11-28T01:09:35.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133775712351, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80790, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78977, "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": 73285, "raw_average_value_size": 350, "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": 1701133775, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7a226e88-d6ca-4b83-846a-fa9a66afd7c8", "db_session_id": "3FXTVN8LPA46B4E8IICO", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133775712436, "job": 1, "event": "recovery_finished"} 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: 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-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5620f3f30000 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: DB pointer 0x5620f3f1e000 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** DB Stats ** 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.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-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:09:35.990 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.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-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** Compaction Stats [default] ** 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.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-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: L0 2/0 80.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: Sum 2/0 80.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.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 125.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2023-11-28T01:09:35.991 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** Compaction Stats [default] ** 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.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-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.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 125.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T01:09:35.992 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative compaction: 0.00 GB write, 25.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval compaction: 0.00 GB write, 25.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.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-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout: Block cache BinnedLRUCache@0x5620f3e97090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.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-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: starting mon.a rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???) e1 preinit fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???).mds e1 new map 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???).mds e1 print_map 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout: e1 2023-11-28T01:09:35.993 INFO:journalctl@ceph.mon.a.smithi005.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.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-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout: legacy client fscid: -1 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout: No filesystems configured 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 ceph-mon[100668]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-28T01:09:35.994 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:35 smithi005 systemd[1]: Started Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:09:36.966 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote config to /etc/ceph/ceph.conf 2023-11-28T01:09:36.990 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:09:36.990 INFO:teuthology.orchestra.run.smithi005.stdout:Creating mgr... 2023-11-28T01:09:36.990 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying port 0.0.0.0:9283 ... 2023-11-28T01:09:36.991 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying port 0.0.0.0:8765 ... 2023-11-28T01:09:37.072 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:36 smithi005 ceph-mon[100668]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-28T01:09:37.072 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:36 smithi005 ceph-mon[100668]: monmap e1: 1 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:09:37.073 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:36 smithi005 ceph-mon[100668]: fsmap 2023-11-28T01:09:37.073 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:36 smithi005 ceph-mon[100668]: osdmap e1: 0 total, 0 up, 0 in 2023-11-28T01:09:37.073 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:36 smithi005 ceph-mon[100668]: mgrmap e1: no daemons active 2023-11-28T01:09:37.073 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:36 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/975941111' entity='client.admin' 2023-11-28T01:09:37.197 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.a 2023-11-28T01:09:37.197 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.a.service: Unit ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.a.service not loaded. 2023-11-28T01:09:37.291 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715.target.wants/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@.service. 2023-11-28T01:09:37.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:37 smithi005 systemd[1]: Starting Ceph mgr.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:09:37.955 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-28T01:09:37.956 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2023-11-28T01:09:37.964 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-28T01:09:37.964 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2023-11-28T01:09:37.964 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2023-11-28T01:09:37.964 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to enable service . firewalld.service is not available 2023-11-28T01:09:37.972 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-28T01:09:37.972 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2023-11-28T01:09:37.980 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-28T01:09:37.981 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2023-11-28T01:09:37.981 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2023-11-28T01:09:37.981 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-11-28T01:09:37.981 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr to start... 2023-11-28T01:09:37.981 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr... 2023-11-28T01:09:38.189 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:37 smithi005 bash[101054]: 1f3854a4d77ed19d3652c73651120e9160b6c94faf51397b17f4346df532ee42 2023-11-28T01:09:38.189 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:37 smithi005 systemd[1]: Started Ceph mgr.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:09:38.190 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:38 smithi005 conmon[101095]: 2023-11-28T01:09:38.089+0000 7fb047756200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-28T01:09:38.190 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:38 smithi005 conmon[101095]: 2023-11-28T01:09:38.187+0000 7fb047756200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-28T01:09:38.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:38 smithi005 conmon[101095]: 2023-11-28T01:09:38.301+0000 7fb047756200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-28T01:09:38.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:38 smithi005 conmon[101095]: 2023-11-28T01:09:38.417+0000 7fb047756200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-28T01:09:39.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:38 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/4177071285' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:09:39.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:38 smithi005 conmon[101095]: 2023-11-28T01:09:38.629+0000 7fb047756200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-28T01:09:39.306 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:39.309 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:09:39.309 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "9a7b2882-8d8a-11ee-95a2-87774f69a715", 2023-11-28T01:09:39.310 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2023-11-28T01:09:39.310 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-28T01:09:39.310 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-28T01:09:39.310 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-28T01:09:39.311 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:39.311 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-28T01:09:39.311 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-28T01:09:39.311 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2023-11-28T01:09:39.312 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:39.312 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-28T01:09:39.312 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2023-11-28T01:09:39.313 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:39.313 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-11-28T01:09:39.313 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-28T01:09:39.313 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:39.314 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2023-11-28T01:09:39.314 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-28T01:09:39.315 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:39.315 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-28T01:09:39.315 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:39.315 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-28T01:09:39.315 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-28T01:09:39.316 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-28T01:09:39.316 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-28T01:09:39.316 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-28T01:09:39.316 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-28T01:09:39.320 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:39.320 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-28T01:09:39.320 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-28T01:09:39.321 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-28T01:09:39.322 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-28T01:09:39.322 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-28T01:09:39.322 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-28T01:09:39.322 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-28T01:09:39.323 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-28T01:09:39.323 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-28T01:09:39.323 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:39.323 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-28T01:09:39.324 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:39.324 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-28T01:09:39.324 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-28T01:09:39.325 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:39.325 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-28T01:09:39.325 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-28T01:09:39.325 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-28T01:09:39.326 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-28T01:09:39.326 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-28T01:09:39.326 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-28T01:09:39.326 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2023-11-28T01:09:39.327 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:39.327 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:39.327 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:39.327 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-28T01:09:39.328 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:39.328 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2023-11-28T01:09:30.113579+0000", 2023-11-28T01:09:39.330 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:39.330 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:39.330 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-28T01:09:39.330 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:09:39.330 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (1/15)... 2023-11-28T01:09:39.392 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:39 smithi005 conmon[101095]: 2023-11-28T01:09:39.124+0000 7fb047756200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-28T01:09:39.393 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:39 smithi005 conmon[101095]: 2023-11-28T01:09:39.278+0000 7fb047756200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-28T01:09:39.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:39 smithi005 conmon[101095]: 2023-11-28T01:09:39.390+0000 7fb047756200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-28T01:09:39.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:39 smithi005 conmon[101095]: 2023-11-28T01:09:39.506+0000 7fb047756200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-28T01:09:40.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:40 smithi005 conmon[101095]: 2023-11-28T01:09:40.020+0000 7fb047756200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-28T01:09:41.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:40 smithi005 conmon[101095]: 2023-11-28T01:09:40.817+0000 7fb047756200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-28T01:09:41.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:40 smithi005 conmon[101095]: 2023-11-28T01:09:40.915+0000 7fb047756200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-28T01:09:42.262 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:42 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2694164058' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:09:42.263 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:41 smithi005 conmon[101095]: 2023-11-28T01:09:41.914+0000 7fb047756200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:09:42.263 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:42 smithi005 conmon[101095]: 2023-11-28T01:09:42.026+0000 7fb047756200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-28T01:09:42.263 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:42 smithi005 conmon[101095]: 2023-11-28T01:09:42.261+0000 7fb047756200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "9a7b2882-8d8a-11ee-95a2-87774f69a715", 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:42.496 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:42.497 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-28T01:09:42.498 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:42.498 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-28T01:09:42.498 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-28T01:09:42.498 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-28T01:09:42.501 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-28T01:09:42.502 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2023-11-28T01:09:30.113579+0000", 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:42.503 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:42.504 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-28T01:09:42.504 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:09:42.504 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (2/15)... 2023-11-28T01:09:43.080 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:42 smithi005 conmon[101095]: 2023-11-28T01:09:42.786+0000 7fb047756200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-28T01:09:43.080 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:42 smithi005 conmon[101095]: 2023-11-28T01:09:42.894+0000 7fb047756200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-28T01:09:43.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:43 smithi005 conmon[101095]: 2023-11-28T01:09:43.079+0000 7fb047756200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-28T01:09:43.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:43 smithi005 conmon[101095]: 2023-11-28T01:09:43.413+0000 7fb047756200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-28T01:09:44.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:44 smithi005 conmon[101095]: 2023-11-28T01:09:44.240+0000 7fb047756200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-28T01:09:44.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:44 smithi005 conmon[101095]: 2023-11-28T01:09:44.400+0000 7fb047756200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-28T01:09:45.084 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:44 smithi005 conmon[101095]: 2023-11-28T01:09:44.658+0000 7fb047756200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-28T01:09:45.084 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:44 smithi005 conmon[101095]: 2023-11-28T01:09:44.804+0000 7fb047756200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-28T01:09:45.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:45 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1750461013' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:09:45.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:45 smithi005 conmon[101095]: 2023-11-28T01:09:45.082+0000 7fb047756200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "9a7b2882-8d8a-11ee-95a2-87774f69a715", 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-28T01:09:45.693 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-28T01:09:45.694 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:45.695 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-28T01:09:45.695 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-28T01:09:45.695 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-28T01:09:45.695 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-28T01:09:45.695 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-28T01:09:45.695 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-28T01:09:45.698 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:45.698 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-28T01:09:45.698 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-28T01:09:45.698 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-28T01:09:45.699 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:45.700 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2023-11-28T01:09:30.113579+0000", 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:09:45.701 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (3/15)... 2023-11-28T01:09:46.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:46 smithi005 conmon[101095]: 2023-11-28T01:09:46.147+0000 7fb047756200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-28T01:09:47.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: Activating manager daemon a 2023-11-28T01:09:47.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: mgrmap e2: a(active, starting, since 0.003189s) 2023-11-28T01:09:47.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:09:47.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:09:47.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:09:47.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:09:47.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-28T01:09:47.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: Manager daemon a is now available 2023-11-28T01:09:47.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:09:47.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-28T01:09:47.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' 2023-11-28T01:09:47.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' 2023-11-28T01:09:47.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:46 smithi005 ceph-mon[100668]: from='mgr.14100 172.21.15.5:0/457356993' entity='mgr.a' 2023-11-28T01:09:48.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:48 smithi005 ceph-mon[100668]: mgrmap e3: a(active, since 1.00722s) 2023-11-28T01:09:49.265 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:49.265 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:09:49.265 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "9a7b2882-8d8a-11ee-95a2-87774f69a715", 2023-11-28T01:09:49.265 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2023-11-28T01:09:49.265 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-28T01:09:49.265 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-28T01:09:49.265 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2023-11-28T01:09:49.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-28T01:09:49.267 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-28T01:09:49.274 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:49.274 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-28T01:09:49.274 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-28T01:09:49.274 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-28T01:09:49.274 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-28T01:09:49.275 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-28T01:09:49.276 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2023-11-28T01:09:30.113579+0000", 2023-11-28T01:09:49.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-28T01:09:49.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2023-11-28T01:09:49.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-28T01:09:49.277 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:09:49.277 INFO:teuthology.orchestra.run.smithi005.stdout:mgr is available 2023-11-28T01:09:49.462 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:49 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2789222140' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T01:09:50.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:50 smithi005 ceph-mon[100668]: mgrmap e4: a(active, since 3s) 2023-11-28T01:09:50.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:50 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3260191180' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-28T01:09:50.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:50 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3260191180' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-28T01:09:50.705 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:50.705 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [global] 2023-11-28T01:09:50.705 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout fsid = 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:09:50.705 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [osd] 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-28T01:09:50.706 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling cephadm module... 2023-11-28T01:09:52.061 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:51 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1173610112' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-28T01:09:52.061 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:51 smithi005 conmon[101095]: ignoring --setuser ceph since I am not root 2023-11-28T01:09:52.061 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:51 smithi005 conmon[101095]: ignoring --setgroup ceph since I am not root 2023-11-28T01:09:52.061 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:51 smithi005 conmon[101095]: 2023-11-28T01:09:51.909+0000 7f0072a9c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-28T01:09:52.311 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:52 smithi005 conmon[101095]: 2023-11-28T01:09:52.008+0000 7f0072a9c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-28T01:09:52.311 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:52 smithi005 conmon[101095]: 2023-11-28T01:09:52.117+0000 7f0072a9c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-28T01:09:52.312 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:52 smithi005 conmon[101095]: 2023-11-28T01:09:52.228+0000 7f0072a9c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-28T01:09:52.570 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:52 smithi005 conmon[101095]: 2023-11-28T01:09:52.450+0000 7f0072a9c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-28T01:09:53.097 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:52 smithi005 conmon[101095]: 2023-11-28T01:09:52.943+0000 7f0072a9c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-28T01:09:53.097 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:52 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1173610112' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-28T01:09:53.097 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:52 smithi005 ceph-mon[100668]: mgrmap e5: a(active, since 5s) 2023-11-28T01:09:53.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:53 smithi005 conmon[101095]: 2023-11-28T01:09:53.095+0000 7f0072a9c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-28T01:09:53.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:53 smithi005 conmon[101095]: 2023-11-28T01:09:53.204+0000 7f0072a9c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-28T01:09:53.352 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:53 smithi005 conmon[101095]: 2023-11-28T01:09:53.323+0000 7f0072a9c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-28T01:09:53.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:09:53.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-11-28T01:09:53.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-28T01:09:53.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-28T01:09:53.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-28T01:09:53.784 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:09:53.785 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for the mgr to restart... 2023-11-28T01:09:53.785 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr epoch 5... 2023-11-28T01:09:53.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:53 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2007629495' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-28T01:09:53.984 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:53 smithi005 conmon[101095]: 2023-11-28T01:09:53.853+0000 7f0072a9c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-28T01:09:55.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:54 smithi005 conmon[101095]: 2023-11-28T01:09:54.650+0000 7f0072a9c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-28T01:09:55.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:54 smithi005 conmon[101095]: 2023-11-28T01:09:54.748+0000 7f0072a9c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-28T01:09:56.054 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:55 smithi005 conmon[101095]: 2023-11-28T01:09:55.721+0000 7f0072a9c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:09:56.054 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:55 smithi005 conmon[101095]: 2023-11-28T01:09:55.831+0000 7f0072a9c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-28T01:09:56.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:56 smithi005 conmon[101095]: 2023-11-28T01:09:56.052+0000 7f0072a9c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:09:56.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:56 smithi005 conmon[101095]: 2023-11-28T01:09:56.567+0000 7f0072a9c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-28T01:09:56.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:56 smithi005 conmon[101095]: 2023-11-28T01:09:56.673+0000 7f0072a9c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-28T01:09:57.190 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:56 smithi005 conmon[101095]: 2023-11-28T01:09:56.857+0000 7f0072a9c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-28T01:09:57.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:57 smithi005 conmon[101095]: 2023-11-28T01:09:57.188+0000 7f0072a9c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-28T01:09:58.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:58 smithi005 conmon[101095]: 2023-11-28T01:09:58.041+0000 7f0072a9c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-28T01:09:58.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:58 smithi005 conmon[101095]: 2023-11-28T01:09:58.202+0000 7f0072a9c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-28T01:09:58.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:58 smithi005 conmon[101095]: 2023-11-28T01:09:58.451+0000 7f0072a9c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-28T01:09:58.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:58 smithi005 conmon[101095]: 2023-11-28T01:09:58.588+0000 7f0072a9c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-28T01:09:59.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:58 smithi005 conmon[101095]: 2023-11-28T01:09:58.866+0000 7f0072a9c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-28T01:10:00.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:09:59 smithi005 conmon[101095]: 2023-11-28T01:09:59.930+0000 7f0072a9c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-28T01:10:00.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: Active manager daemon a restarted 2023-11-28T01:10:00.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: Activating manager daemon a 2023-11-28T01:10:00.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: osdmap e2: 0 total, 0 up, 0 in 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: mgrmap e6: a(active, starting, since 0.00332604s) 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: Manager daemon a is now available 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:00.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:09:59 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:01.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:00 smithi005 ceph-mon[100668]: Found migration_current of "None". Setting to last migration. 2023-11-28T01:10:01.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:00 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:01.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:00 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:01.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:00 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:10:01.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:00 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-28T01:10:01.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:00 smithi005 ceph-mon[100668]: mgrmap e7: a(active, since 1.00533s) 2023-11-28T01:10:01.536 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:10:01.536 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-28T01:10:01.537 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-28T01:10:01.537 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:10:01.537 INFO:teuthology.orchestra.run.smithi005.stdout:mgr epoch 5 is available 2023-11-28T01:10:01.537 INFO:teuthology.orchestra.run.smithi005.stdout:Setting orchestrator backend to cephadm... 2023-11-28T01:10:02.593 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-28T01:10:02.593 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-28T01:10:02.593 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:02.593 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:02.593 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:01] ENGINE Bus STARTING 2023-11-28T01:10:02.593 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:01] ENGINE Serving on https://172.21.15.5:7150 2023-11-28T01:10:02.593 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:01] ENGINE Serving on http://172.21.15.5:8765 2023-11-28T01:10:02.594 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:01] ENGINE Bus STARTED 2023-11-28T01:10:02.594 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:02 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:03.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:03 smithi005 ceph-mon[100668]: mgrmap e8: a(active, since 2s) 2023-11-28T01:10:03.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:03 smithi005 ceph-mon[100668]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:03.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:03 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:03.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:03 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:04.328 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout value unchanged 2023-11-28T01:10:04.328 INFO:teuthology.orchestra.run.smithi005.stdout:Generating ssh key... 2023-11-28T01:10:04.526 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:04 smithi005 ceph-mon[100668]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:05.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: Generating public/private rsa key pair. 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: Your identification has been saved in /tmp/tmpfpxf0pyi/key. 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: Your public key has been saved in /tmp/tmpfpxf0pyi/key.pub. 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: The key fingerprint is: 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: SHA256:n7b9aqqgvyz1gld2LswMocTgXv3MRWTWFG1j1QF8WpY ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: The key's randomart image is: 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: +---[RSA 3072]----+ 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | .+o++.o=| 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | . o. ..=E.| 2023-11-28T01:10:05.602 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | . o . . o=. | 2023-11-28T01:10:05.603 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | . + o . . | 2023-11-28T01:10:05.603 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | . o . =S. | 2023-11-28T01:10:05.603 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | . . o *... | 2023-11-28T01:10:05.603 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | o.O o+ | 2023-11-28T01:10:05.603 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | ooo.*..o. | 2023-11-28T01:10:05.603 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: | .++o.ooooo. | 2023-11-28T01:10:05.603 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:05 smithi005 conmon[101095]: +----[SHA256]-----+ 2023-11-28T01:10:06.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:06 smithi005 ceph-mon[100668]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:06.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:06 smithi005 ceph-mon[100668]: Generating ssh key... 2023-11-28T01:10:06.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:06 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:06.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:06 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:07.318 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS/pD1knNtWshZJh1JRv5E9xXIr7FzXNz7lsvMYW782HW/rmovWIIi9KEiaRBkBxSp8fZM1CWwC52kihVxMCmdBw2u60XStaUsBhtqu0ok1pIp2iF48O3LWf8wfSOY/yuS63NOG10fJzI7qiniyDs0dGnRPQUfQ/on6e/crGLnxwMh0uMnYremmCn2JM/rfrgn9iN2Pmmu0NvtefB53Q3b5bLkQM4XZ80hddc1gQ4BbL5d+swZNdPYgbqKFhiZy0NCPsSXXU96NZ7sTIdGD1r09waPIyu2ZTsJLioprGS/9rMR9zsmi/kj+ppluZocs5MaSrhNE55TG8tYkvCQL1DaoIdj9/s/ca6vQZlRE5BxPupch2y8TDb7vF1AaZ0oeEnS1rsL0+4axzcmSAsm5QXujqK6YMpipIbxAzro+2eeOCCp1Kv9YOC9MrG4asZIfUHztIoKgI05kKt+UOT/nLA3HT5T3c5Jj1Wa0Lbr68Qoq7WLV1GD+wOOxdRiNn7v1ss= ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:10:07.319 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-28T01:10:07.319 INFO:teuthology.orchestra.run.smithi005.stdout:Adding key to root@localhost authorized_keys... 2023-11-28T01:10:07.320 INFO:teuthology.orchestra.run.smithi005.stdout:Adding host smithi005... 2023-11-28T01:10:08.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:07 smithi005 ceph-mon[100668]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:08.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:08 smithi005 ceph-mon[100668]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:08.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:08 smithi005 ceph-mon[100668]: Deploying cephadm binary to smithi005 2023-11-28T01:10:14.001 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Added host 'smithi005' with addr '172.21.15.5' 2023-11-28T01:10:17.014 INFO:teuthology.orchestra.run.smithi005.stdout:Deploying unmanaged mon service... 2023-11-28T01:10:17.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:14 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:17.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:14 smithi005 ceph-mon[100668]: Added host smithi005 2023-11-28T01:10:17.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:14 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:17.015 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-28T01:10:17.016 INFO:teuthology.orchestra.run.smithi005.stdout:Deploying unmanaged mgr service... 2023-11-28T01:10:17.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:15 smithi005 ceph-mon[100668]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:17.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:15 smithi005 ceph-mon[100668]: Saving service mon spec with placement count:5 2023-11-28T01:10:17.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:15 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:17.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:15 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:17.534 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-28T01:10:17.541 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:17 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:17.541 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:17 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:18.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:18 smithi005 ceph-mon[100668]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:18.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:18 smithi005 ceph-mon[100668]: Saving service mgr spec with placement count:2 2023-11-28T01:10:18.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:18 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:18.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:18 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1632791178' entity='client.admin' 2023-11-28T01:10:18.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:18 smithi005 ceph-mon[100668]: from='mgr.14120 172.21.15.5:0/1438979074' entity='mgr.a' 2023-11-28T01:10:20.576 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling the dashboard module... 2023-11-28T01:10:21.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:21 smithi005 ceph-mon[100668]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:10:21.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:21 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2785694092' entity='client.admin' 2023-11-28T01:10:22.325 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:22 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1158767703' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-28T01:10:22.326 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:22 smithi005 conmon[101095]: ignoring --setuser ceph since I am not root 2023-11-28T01:10:22.326 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:22 smithi005 conmon[101095]: ignoring --setgroup ceph since I am not root 2023-11-28T01:10:22.326 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:22 smithi005 conmon[101095]: 2023-11-28T01:10:22.223+0000 7f0d21747200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-28T01:10:22.326 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:22 smithi005 conmon[101095]: 2023-11-28T01:10:22.320+0000 7f0d21747200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-28T01:10:22.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:22 smithi005 conmon[101095]: 2023-11-28T01:10:22.430+0000 7f0d21747200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-28T01:10:22.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:22 smithi005 conmon[101095]: 2023-11-28T01:10:22.542+0000 7f0d21747200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-28T01:10:22.954 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:22 smithi005 conmon[101095]: 2023-11-28T01:10:22.756+0000 7f0d21747200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-28T01:10:23.259 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:23 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1158767703' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-28T01:10:23.259 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:23 smithi005 ceph-mon[100668]: mgrmap e9: a(active, since 22s) 2023-11-28T01:10:23.521 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:23 smithi005 conmon[101095]: 2023-11-28T01:10:23.256+0000 7f0d21747200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-28T01:10:23.521 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:23 smithi005 conmon[101095]: 2023-11-28T01:10:23.410+0000 7f0d21747200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-28T01:10:23.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:23 smithi005 conmon[101095]: 2023-11-28T01:10:23.519+0000 7f0d21747200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-28T01:10:23.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:23 smithi005 conmon[101095]: 2023-11-28T01:10:23.635+0000 7f0d21747200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-28T01:10:24.162 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:24 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/563621980' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for the mgr to restart... 2023-11-28T01:10:24.237 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr epoch 9... 2023-11-28T01:10:24.424 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:24 smithi005 conmon[101095]: 2023-11-28T01:10:24.160+0000 7f0d21747200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-28T01:10:25.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:24 smithi005 conmon[101095]: 2023-11-28T01:10:24.969+0000 7f0d21747200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-28T01:10:25.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:25 smithi005 conmon[101095]: 2023-11-28T01:10:25.069+0000 7f0d21747200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-28T01:10:26.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:26 smithi005 conmon[101095]: 2023-11-28T01:10:26.050+0000 7f0d21747200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:10:26.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:26 smithi005 conmon[101095]: 2023-11-28T01:10:26.163+0000 7f0d21747200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-28T01:10:26.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:26 smithi005 conmon[101095]: 2023-11-28T01:10:26.387+0000 7f0d21747200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:10:27.183 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:26 smithi005 conmon[101095]: 2023-11-28T01:10:26.888+0000 7f0d21747200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-28T01:10:27.184 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:26 smithi005 conmon[101095]: 2023-11-28T01:10:26.995+0000 7f0d21747200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-28T01:10:27.520 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:27 smithi005 conmon[101095]: 2023-11-28T01:10:27.181+0000 7f0d21747200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-28T01:10:27.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:27 smithi005 conmon[101095]: 2023-11-28T01:10:27.518+0000 7f0d21747200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-28T01:10:28.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:28 smithi005 conmon[101095]: 2023-11-28T01:10:28.345+0000 7f0d21747200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-28T01:10:28.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:28 smithi005 conmon[101095]: 2023-11-28T01:10:28.506+0000 7f0d21747200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-28T01:10:29.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:28 smithi005 conmon[101095]: 2023-11-28T01:10:28.756+0000 7f0d21747200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-28T01:10:29.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:28 smithi005 conmon[101095]: 2023-11-28T01:10:28.894+0000 7f0d21747200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-28T01:10:29.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:29 smithi005 conmon[101095]: 2023-11-28T01:10:29.172+0000 7f0d21747200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-28T01:10:30.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:10:30 smithi005 conmon[101095]: 2023-11-28T01:10:30.224+0000 7f0d21747200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-28T01:10:30.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: Active manager daemon a restarted 2023-11-28T01:10:30.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: Activating manager daemon a 2023-11-28T01:10:30.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: osdmap e3: 0 total, 0 up, 0 in 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: mgrmap e10: a(active, starting, since 0.00339913s) 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: Manager daemon a is now available 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:31.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:31 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:10:31.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:31 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-28T01:10:31.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:31 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:30] ENGINE Bus STARTING 2023-11-28T01:10:31.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:31 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:30] ENGINE Serving on http://172.21.15.5:8765 2023-11-28T01:10:31.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:31 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:31] ENGINE Serving on https://172.21.15.5:7150 2023-11-28T01:10:31.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:31 smithi005 ceph-mon[100668]: [28/Nov/2023:01:10:31] ENGINE Bus STARTED 2023-11-28T01:10:31.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:31 smithi005 ceph-mon[100668]: mgrmap e11: a(active, since 1.00641s) 2023-11-28T01:10:31.790 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2023-11-28T01:10:31.790 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-11-28T01:10:31.790 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-28T01:10:31.790 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2023-11-28T01:10:31.791 INFO:teuthology.orchestra.run.smithi005.stdout:mgr epoch 9 is available 2023-11-28T01:10:31.791 INFO:teuthology.orchestra.run.smithi005.stdout:Generating a dashboard self-signed certificate... 2023-11-28T01:10:33.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:32 smithi005 ceph-mon[100668]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-28T01:10:33.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:32 smithi005 ceph-mon[100668]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-28T01:10:33.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:32 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:33.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:32 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:33.423 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-28T01:10:33.423 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial admin user... 2023-11-28T01:10:33.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:33 smithi005 ceph-mon[100668]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:33.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:33 smithi005 ceph-mon[100668]: mgrmap e12: a(active, since 2s) 2023-11-28T01:10:33.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:33.984 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:35.140 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$WEeYpZeFv46ayHGH9yafUOuD5SxAjadIJzM6NwOyq781ed53jirEK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701133834, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-28T01:10:35.140 INFO:teuthology.orchestra.run.smithi005.stdout:Fetching dashboard port number... 2023-11-28T01:10:36.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:35 smithi005 ceph-mon[100668]: 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-28T01:10:36.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:35 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:36.631 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 8443 2023-11-28T01:10:36.642 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-28T01:10:36.642 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2023-11-28T01:10:36.650 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-28T01:10:36.650 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2023-11-28T01:10:36.650 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2023-11-28T01:10:36.650 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-28T01:10:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:Ceph Dashboard is now available at: 2023-11-28T01:10:36.652 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:36.652 INFO:teuthology.orchestra.run.smithi005.stdout: URL: https://smithi005:8443/ 2023-11-28T01:10:36.652 INFO:teuthology.orchestra.run.smithi005.stdout: User: admin 2023-11-28T01:10:36.652 INFO:teuthology.orchestra.run.smithi005.stdout: Password: 64iaro2aqu 2023-11-28T01:10:36.652 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:36.653 INFO:teuthology.orchestra.run.smithi005.stdout:Saving cluster configuration to /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config directory 2023-11-28T01:10:36.653 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling autotune for osd_memory_target 2023-11-28T01:10:36.896 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:36 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1531409730' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-28T01:10:37.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:37 smithi005 ceph-mon[100668]: mgrmap e13: a(active, since 6s) 2023-11-28T01:10:39.656 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-11-28T01:10:39.656 INFO:teuthology.orchestra.run.smithi005.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-28T01:10:39.656 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.656 INFO:teuthology.orchestra.run.smithi005.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:10:39.656 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.656 INFO:teuthology.orchestra.run.smithi005.stdout:Or, if you are only running a single cluster on this host: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout:Please consider enabling telemetry to help improve Ceph: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: ceph telemetry on 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout:For more information see: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:39.657 INFO:teuthology.orchestra.run.smithi005.stdout:Bootstrap complete. 2023-11-28T01:10:39.717 INFO:tasks.cephadm:Fetching config... 2023-11-28T01:10:39.717 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:10:39.717 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-28T01:10:39.736 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-28T01:10:39.736 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:10:39.737 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-28T01:10:39.796 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-28T01:10:39.796 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:10:39.797 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-11-28T01:10:39.864 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-28T01:10:39.865 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:10:39.865 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-28T01:10:39.922 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-28T01:10:39.922 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS/pD1knNtWshZJh1JRv5E9xXIr7FzXNz7lsvMYW782HW/rmovWIIi9KEiaRBkBxSp8fZM1CWwC52kihVxMCmdBw2u60XStaUsBhtqu0ok1pIp2iF48O3LWf8wfSOY/yuS63NOG10fJzI7qiniyDs0dGnRPQUfQ/on6e/crGLnxwMh0uMnYremmCn2JM/rfrgn9iN2Pmmu0NvtefB53Q3b5bLkQM4XZ80hddc1gQ4BbL5d+swZNdPYgbqKFhiZy0NCPsSXXU96NZ7sTIdGD1r09waPIyu2ZTsJLioprGS/9rMR9zsmi/kj+ppluZocs5MaSrhNE55TG8tYkvCQL1DaoIdj9/s/ca6vQZlRE5BxPupch2y8TDb7vF1AaZ0oeEnS1rsL0+4axzcmSAsm5QXujqK6YMpipIbxAzro+2eeOCCp1Kv9YOC9MrG4asZIfUHztIoKgI05kKt+UOT/nLA3HT5T3c5Jj1Wa0Lbr68Qoq7WLV1GD+wOOxdRiNn7v1ss= ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-28T01:10:40.004 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS/pD1knNtWshZJh1JRv5E9xXIr7FzXNz7lsvMYW782HW/rmovWIIi9KEiaRBkBxSp8fZM1CWwC52kihVxMCmdBw2u60XStaUsBhtqu0ok1pIp2iF48O3LWf8wfSOY/yuS63NOG10fJzI7qiniyDs0dGnRPQUfQ/on6e/crGLnxwMh0uMnYremmCn2JM/rfrgn9iN2Pmmu0NvtefB53Q3b5bLkQM4XZ80hddc1gQ4BbL5d+swZNdPYgbqKFhiZy0NCPsSXXU96NZ7sTIdGD1r09waPIyu2ZTsJLioprGS/9rMR9zsmi/kj+ppluZocs5MaSrhNE55TG8tYkvCQL1DaoIdj9/s/ca6vQZlRE5BxPupch2y8TDb7vF1AaZ0oeEnS1rsL0+4axzcmSAsm5QXujqK6YMpipIbxAzro+2eeOCCp1Kv9YOC9MrG4asZIfUHztIoKgI05kKt+UOT/nLA3HT5T3c5Jj1Wa0Lbr68Qoq7WLV1GD+wOOxdRiNn7v1ss= ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:10:40.017 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS/pD1knNtWshZJh1JRv5E9xXIr7FzXNz7lsvMYW782HW/rmovWIIi9KEiaRBkBxSp8fZM1CWwC52kihVxMCmdBw2u60XStaUsBhtqu0ok1pIp2iF48O3LWf8wfSOY/yuS63NOG10fJzI7qiniyDs0dGnRPQUfQ/on6e/crGLnxwMh0uMnYremmCn2JM/rfrgn9iN2Pmmu0NvtefB53Q3b5bLkQM4XZ80hddc1gQ4BbL5d+swZNdPYgbqKFhiZy0NCPsSXXU96NZ7sTIdGD1r09waPIyu2ZTsJLioprGS/9rMR9zsmi/kj+ppluZocs5MaSrhNE55TG8tYkvCQL1DaoIdj9/s/ca6vQZlRE5BxPupch2y8TDb7vF1AaZ0oeEnS1rsL0+4axzcmSAsm5QXujqK6YMpipIbxAzro+2eeOCCp1Kv9YOC9MrG4asZIfUHztIoKgI05kKt+UOT/nLA3HT5T3c5Jj1Wa0Lbr68Qoq7WLV1GD+wOOxdRiNn7v1ss= ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-28T01:10:40.076 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS/pD1knNtWshZJh1JRv5E9xXIr7FzXNz7lsvMYW782HW/rmovWIIi9KEiaRBkBxSp8fZM1CWwC52kihVxMCmdBw2u60XStaUsBhtqu0ok1pIp2iF48O3LWf8wfSOY/yuS63NOG10fJzI7qiniyDs0dGnRPQUfQ/on6e/crGLnxwMh0uMnYremmCn2JM/rfrgn9iN2Pmmu0NvtefB53Q3b5bLkQM4XZ80hddc1gQ4BbL5d+swZNdPYgbqKFhiZy0NCPsSXXU96NZ7sTIdGD1r09waPIyu2ZTsJLioprGS/9rMR9zsmi/kj+ppluZocs5MaSrhNE55TG8tYkvCQL1DaoIdj9/s/ca6vQZlRE5BxPupch2y8TDb7vF1AaZ0oeEnS1rsL0+4axzcmSAsm5QXujqK6YMpipIbxAzro+2eeOCCp1Kv9YOC9MrG4asZIfUHztIoKgI05kKt+UOT/nLA3HT5T3c5Jj1Wa0Lbr68Qoq7WLV1GD+wOOxdRiNn7v1ss= ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:10:40.088 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS/pD1knNtWshZJh1JRv5E9xXIr7FzXNz7lsvMYW782HW/rmovWIIi9KEiaRBkBxSp8fZM1CWwC52kihVxMCmdBw2u60XStaUsBhtqu0ok1pIp2iF48O3LWf8wfSOY/yuS63NOG10fJzI7qiniyDs0dGnRPQUfQ/on6e/crGLnxwMh0uMnYremmCn2JM/rfrgn9iN2Pmmu0NvtefB53Q3b5bLkQM4XZ80hddc1gQ4BbL5d+swZNdPYgbqKFhiZy0NCPsSXXU96NZ7sTIdGD1r09waPIyu2ZTsJLioprGS/9rMR9zsmi/kj+ppluZocs5MaSrhNE55TG8tYkvCQL1DaoIdj9/s/ca6vQZlRE5BxPupch2y8TDb7vF1AaZ0oeEnS1rsL0+4axzcmSAsm5QXujqK6YMpipIbxAzro+2eeOCCp1Kv9YOC9MrG4asZIfUHztIoKgI05kKt+UOT/nLA3HT5T3c5Jj1Wa0Lbr68Qoq7WLV1GD+wOOxdRiNn7v1ss= ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-28T01:10:40.148 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS/pD1knNtWshZJh1JRv5E9xXIr7FzXNz7lsvMYW782HW/rmovWIIi9KEiaRBkBxSp8fZM1CWwC52kihVxMCmdBw2u60XStaUsBhtqu0ok1pIp2iF48O3LWf8wfSOY/yuS63NOG10fJzI7qiniyDs0dGnRPQUfQ/on6e/crGLnxwMh0uMnYremmCn2JM/rfrgn9iN2Pmmu0NvtefB53Q3b5bLkQM4XZ80hddc1gQ4BbL5d+swZNdPYgbqKFhiZy0NCPsSXXU96NZ7sTIdGD1r09waPIyu2ZTsJLioprGS/9rMR9zsmi/kj+ppluZocs5MaSrhNE55TG8tYkvCQL1DaoIdj9/s/ca6vQZlRE5BxPupch2y8TDb7vF1AaZ0oeEnS1rsL0+4axzcmSAsm5QXujqK6YMpipIbxAzro+2eeOCCp1Kv9YOC9MrG4asZIfUHztIoKgI05kKt+UOT/nLA3HT5T3c5Jj1Wa0Lbr68Qoq7WLV1GD+wOOxdRiNn7v1ss= ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:10:40.160 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-28T01:10:40.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:40 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2683089604' entity='client.admin' 2023-11-28T01:10:40.513 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:10:43.154 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-28T01:10:43.154 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-28T01:10:43.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:43 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3551663001' entity='client.admin' 2023-11-28T01:10:43.985 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:10:45.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:45.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:45.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:10:45.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:45.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:45.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:46.440 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi116 2023-11-28T01:10:46.441 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:10:46.441 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.conf 2023-11-28T01:10:46.461 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:10:46.462 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:10:46.521 INFO:tasks.cephadm:Adding host smithi116 to orchestrator... 2023-11-28T01:10:46.522 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch host add smithi116 2023-11-28T01:10:46.886 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:10:47.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:46 smithi005 ceph-mon[100668]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:47.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:47.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:47.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:10:47.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:10:47.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:46 smithi005 ceph-mon[100668]: Updating smithi005:/etc/ceph/ceph.conf 2023-11-28T01:10:48.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:47 smithi005 ceph-mon[100668]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:10:48.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:47 smithi005 ceph-mon[100668]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:10:48.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:47 smithi005 ceph-mon[100668]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:10:48.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:47 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:48.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:47 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:48.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:47 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:49.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:49 smithi005 ceph-mon[100668]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:50.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:50 smithi005 ceph-mon[100668]: Deploying cephadm binary to smithi116 2023-11-28T01:10:52.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:51 smithi005 ceph-mon[100668]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:10:53.730 INFO:teuthology.orchestra.run.smithi005.stdout:Added host 'smithi116' with addr '172.21.15.116' 2023-11-28T01:10:54.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:53 smithi005 ceph-mon[100668]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:10:54.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:54.324 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-28T01:10:54.671 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:10:55.013 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:54 smithi005 ceph-mon[100668]: Added host smithi116 2023-11-28T01:10:55.013 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:54 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:55.013 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:54 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:55.013 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:54 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:55.812 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:55 smithi005 ceph-mon[100668]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:10:55.812 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:55 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:56.221 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:10:56.221 INFO:teuthology.orchestra.run.smithi005.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}] 2023-11-28T01:10:56.799 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2023-11-28T01:10:56.799 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:10:56.799 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2023-11-28T01:10:56.819 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:10:56.820 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:10:56.879 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2023-11-28T01:10:56.880 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch host add smithi133 2023-11-28T01:10:57.226 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:10:58.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:57 smithi005 ceph-mon[100668]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:10:58.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:57 smithi005 ceph-mon[100668]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:10:59.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:10:59.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:59.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:59.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:59.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:10:59.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:10:59.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:10:59.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:10:59.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:10:59.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:10:59.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:59.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:10:59 smithi005 ceph-mon[100668]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:00.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:00 smithi005 ceph-mon[100668]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:11:00.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:00 smithi005 ceph-mon[100668]: Deploying cephadm binary to smithi133 2023-11-28T01:11:00.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:00 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:00.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:00 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:00.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:00 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:02.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:01 smithi005 ceph-mon[100668]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:03.906 INFO:teuthology.orchestra.run.smithi005.stdout:Added host 'smithi133' with addr '172.21.15.133' 2023-11-28T01:11:04.067 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:03 smithi005 ceph-mon[100668]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:04.463 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-28T01:11:04.814 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:11:05.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:04 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:05.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:04 smithi005 ceph-mon[100668]: Added host smithi133 2023-11-28T01:11:05.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:04 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:05.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:04 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:05.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:04 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:05.986 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:05 smithi005 ceph-mon[100668]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:05.987 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:05 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:06.374 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:11:06.374 INFO:teuthology.orchestra.run.smithi005.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2023-11-28T01:11:06.922 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-28T01:11:06.922 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-11-28T01:11:07.265 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:11:08.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:07 smithi005 ceph-mon[100668]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:08.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:07 smithi005 ceph-mon[100668]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:11:09.455 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2023-11-28T01:11:09.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:09.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:09.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:09.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:09.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/4163734961' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:09.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:09 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:10.035 INFO:tasks.cephadm:Adding mon.a on smithi005 2023-11-28T01:11:10.035 INFO:tasks.cephadm:Adding mon.b on smithi116 2023-11-28T01:11:10.036 INFO:tasks.cephadm:Adding mon.c on smithi133 2023-11-28T01:11:10.036 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi005:172.21.15.5=a;smithi116:172.21.15.116=b;smithi133:172.21.15.133=c' 2023-11-28T01:11:10.395 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:10.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:10 smithi005 ceph-mon[100668]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:11:10.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:10 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/4163734961' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-28T01:11:10.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:10 smithi005 ceph-mon[100668]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:11.993 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2023-11-28T01:11:12.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:11 smithi005 ceph-mon[100668]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:12.625 DEBUG:teuthology.orchestra.run.smithi116:mon.b> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.b.service 2023-11-28T01:11:12.628 DEBUG:teuthology.orchestra.run.smithi133:mon.c> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.c.service 2023-11-28T01:11:12.630 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-28T01:11:12.631 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:11:12.660 INFO:journalctl@ceph.mon.c.smithi133.stdout:-- Logs begin at Tue 2023-11-28 00:49:27 UTC. -- 2023-11-28T01:11:12.664 INFO:journalctl@ceph.mon.b.smithi116.stdout:-- Logs begin at Tue 2023-11-28 00:49:26 UTC. -- 2023-11-28T01:11:13.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi116:172.21.15.116=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:13.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi116:172.21.15.116=b;smithi133:172.21.15.133=c;count:3 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:13.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:12 smithi005 ceph-mon[100668]: Deploying daemon mon.c on smithi133 2023-11-28T01:11:13.586 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:14.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:14 smithi005 ceph-mon[100668]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:15.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:15 smithi133 systemd[1]: Starting Ceph mon.c for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:11:15.893 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:11:15.894 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"9a7b2882-8d8a-11ee-95a2-87774f69a715","modified":"2023-11-28T01:09:27.290906Z","created":"2023-11-28T01:09:27.290906Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T01:11:15.896 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2023-11-28T01:11:16.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:16 smithi005 ceph-mon[100668]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:16 smithi005 ceph-mon[100668]: from='client.? 172.21.15.133:0/2785390486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:11:16.535 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: set uid:gid to 167:167 (ceph:ceph) 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev), process ceph-mon, pid 7 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pidfile_write: ignore empty --pid-file 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: load: jerasure load: lrc 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: RocksDB version: 7.9.2 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Git sha 0 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Compile date 2023-11-22 22:33:43 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: DB SUMMARY 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: DB Session ID: M0VCJ53T0BRNKURCPBGD 2023-11-28T01:11:16.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: CURRENT file: CURRENT 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: IDENTITY file: IDENTITY 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.error_if_exists: 0 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.create_if_missing: 0 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.paranoid_checks: 1 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-28T01:11:16.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.env: 0x55a4d9e83a60 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.fs: PosixFileSystem 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.info_log: 0x55a4db0f7740 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_file_opening_threads: 16 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.statistics: (nil) 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.use_fsync: 0 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_log_file_size: 0 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.keep_log_file_num: 1000 2023-11-28T01:11:16.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.recycle_log_file_num: 0 2023-11-28T01:11:16.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.allow_fallocate: 1 2023-11-28T01:11:16.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.allow_mmap_reads: 0 2023-11-28T01:11:16.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.allow_mmap_writes: 0 2023-11-28T01:11:16.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.use_direct_reads: 0 2023-11-28T01:11:16.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-28T01:11:16.540 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.create_missing_column_families: 0 2023-11-28T01:11:16.540 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.db_log_dir: 2023-11-28T01:11:16.540 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.wal_dir: 2023-11-28T01:11:16.540 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-28T01:11:16.540 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-28T01:11:16.540 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-28T01:11:16.540 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.advise_random_on_open: 1 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.db_write_buffer_size: 0 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.write_buffer_manager: 0x55a4db0ab4a0 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.rate_limiter: (nil) 2023-11-28T01:11:16.541 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.wal_recovery_mode: 2 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.enable_thread_tracking: 0 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.enable_pipelined_write: 0 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.unordered_write: 0 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.row_cache: None 2023-11-28T01:11:16.542 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.wal_filter: None 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.allow_ingest_behind: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.two_write_queues: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.manual_wal_flush: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.wal_compression: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.atomic_flush: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-28T01:11:16.543 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.log_readahead_size: 0 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.best_efforts_recovery: 0 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.allow_data_in_errors: 0 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.db_host_id: __hostname__ 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-28T01:11:16.544 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_background_jobs: 2 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_background_compactions: -1 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_subcompactions: 1 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_total_wal_size: 0 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-28T01:11:16.545 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_open_files: -1 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bytes_per_sync: 0 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_readahead_size: 0 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_background_flushes: -1 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Compression algorithms supported: 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kZSTD supported: 0 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kXpressCompression supported: 0 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kLZ4HCCompression supported: 1 2023-11-28T01:11:16.546 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kZlibCompression supported: 1 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kSnappyCompression supported: 1 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kLZ4Compression supported: 1 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: kBZip2Compression supported: 0 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.merge_operator: 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_filter: None 2023-11-28T01:11:16.547 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_filter_factory: None 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.sst_partitioner_factory: None 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a4db0f7860) 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: cache_index_and_filter_blocks: 1 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: pin_top_level_index_and_filter: 1 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: index_type: 0 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: data_block_index_type: 0 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: index_shortening: 1 2023-11-28T01:11:16.548 INFO:journalctl@ceph.mon.c.smithi133.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: checksum: 4 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: no_block_cache: 0 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache: 0x55a4db14d090 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache_name: BinnedLRUCache 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache_options: 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: capacity : 536870912 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: num_shard_bits : 4 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: strict_capacity_limit : 0 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: high_pri_pool_ratio: 0.000 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_cache_compressed: (nil) 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: persistent_cache: (nil) 2023-11-28T01:11:16.549 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_size: 4096 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_size_deviation: 10 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_restart_interval: 16 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: index_block_restart_interval: 1 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: metadata_block_size: 4096 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: partition_filters: 0 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: use_delta_encoding: 1 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: filter_policy: bloomfilter 2023-11-28T01:11:16.550 INFO:journalctl@ceph.mon.c.smithi133.stdout: whole_key_filtering: 1 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: verify_compression: 0 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: read_amp_bytes_per_bit: 0 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: format_version: 5 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: enable_index_compression: 1 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: block_align: 0 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: max_auto_readahead_size: 262144 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: prepopulate_block_cache: 0 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: initial_auto_readahead_size: 8192 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout: num_file_reads_for_auto_readahead: 2 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.write_buffer_size: 33554432 2023-11-28T01:11:16.551 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_write_buffer_number: 2 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression: NoCompression 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression: Disabled 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.prefix_extractor: nullptr 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.num_levels: 7 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-28T01:11:16.552 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-28T01:11:16.554 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:11:16.554 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.level: 32767 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.strategy: 0 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.enabled: false 2023-11-28T01:11:16.555 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.target_file_size_base: 67108864 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-28T01:11:16.556 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.arena_block_size: 1048576 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.disable_auto_compactions: 0 2023-11-28T01:11:16.557 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.table_properties_collectors: 2023-11-28T01:11:16.558 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.inplace_update_support: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.bloom_locality: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.max_successive_merges: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.paranoid_file_checks: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.force_consistency_checks: 1 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.report_bg_io_stats: 0 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.ttl: 2592000 2023-11-28T01:11:16.559 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-28T01:11:16.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-28T01:11:16.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-28T01:11:16.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.enable_blob_files: false 2023-11-28T01:11:16.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.min_blob_size: 0 2023-11-28T01:11:16.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.blob_file_size: 268435456 2023-11-28T01:11:16.560 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.blob_file_starting_level: 0 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6be5555a-0833-40cb-949e-d556e7bcb8a8 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133876344364, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-28T01:11:16.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133876344904, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1701133876, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6be5555a-0833-40cb-949e-d556e7bcb8a8", "db_session_id": "M0VCJ53T0BRNKURCPBGD", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133876344995, "job": 1, "event": "recovery_finished"} 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a4db1e6000 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: DB pointer 0x55a4db1d4000 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** DB Stats ** 2023-11-28T01:11:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.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-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.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-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** Compaction Stats [default] ** 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.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-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:11:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2023-11-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** Compaction Stats [default] ** 2023-11-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.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-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2023-11-28T01:11:16.564 INFO:journalctl@ceph.mon.c.smithi133.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.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-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: Block cache BinnedLRUCache@0x55a4db14d090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2023-11-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.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-28T01:11:16.565 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: using public_addr v2:172.21.15.133:0/0 -> [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: starting mon.c rank -1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(???) e0 preinit fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).mds e1 new map 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).mds e1 print_map 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout: e1 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.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-28T01:11:16.566 INFO:journalctl@ceph.mon.c.smithi133.stdout: legacy client fscid: -1 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout: No filesystems configured 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:11:16.567 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:16.568 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Deploying cephadm binary to smithi133 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Added host smithi133 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.569 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:11:16.570 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:16.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:16.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:11:16.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:16.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/4163734961' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-28T01:11:16.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:16.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.571 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/4163734961' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi116:172.21.15.116=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi116:172.21.15.116=b;smithi133:172.21.15.133=c;count:3 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:16.572 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: Deploying daemon mon.c on smithi133 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: from='client.? 172.21.15.133:0/2785390486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 ceph-mon[104864]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 bash[104767]: f3d7e67e5e09ba06abed4c90fb74106b0cf1c4d00a32d17e1d21503a7d3a4731 2023-11-28T01:11:16.573 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:16 smithi133 systemd[1]: Started Ceph mon.c for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:11:17.554 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-28T01:11:17.555 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:11:17.898 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.c/config 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: mon.a calling monitor election 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: mon.c calling monitor election 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: fsmap 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: mgrmap e13: a(active, since 51s) 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: overall HEALTH_OK 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:21.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:21.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: mon.a calling monitor election 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: mon.c calling monitor election 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: fsmap 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: mgrmap e13: a(active, since 51s) 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: overall HEALTH_OK 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:21.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:22.434 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:11:22.434 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"9a7b2882-8d8a-11ee-95a2-87774f69a715","modified":"2023-11-28T01:11:16.376576Z","created":"2023-11-28T01:09:27.290906Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-28T01:11:22.436 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2023-11-28T01:11:22.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:22.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:22.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:22.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:22 smithi133 ceph-mon[104864]: Deploying daemon mon.b on smithi116 2023-11-28T01:11:22.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:22.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:22 smithi133 ceph-mon[104864]: from='client.? 172.21.15.133:0/3056853398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:11:22.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:22.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:22.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:22.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:22 smithi005 ceph-mon[100668]: Deploying daemon mon.b on smithi116 2023-11-28T01:11:22.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:22.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:22 smithi005 ceph-mon[100668]: from='client.? 172.21.15.133:0/3056853398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:11:23.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:23 smithi133 ceph-mon[104864]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:23.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:23 smithi005 ceph-mon[100668]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:23.994 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-28T01:11:23.995 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T01:11:24.337 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.c/config 2023-11-28T01:11:24.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 systemd[1]: Starting Ceph mon.b for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:11:25.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: set uid:gid to 167:167 (ceph:ceph) 2023-11-28T01:11:25.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev), process ceph-mon, pid 7 2023-11-28T01:11:25.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: pidfile_write: ignore empty --pid-file 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: load: jerasure load: lrc 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: RocksDB version: 7.9.2 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Git sha 0 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Compile date 2023-11-22 22:33:43 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: DB SUMMARY 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: DB Session ID: GK04339Y8ZKYRHST1QEX 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: CURRENT file: CURRENT 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: IDENTITY file: IDENTITY 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.error_if_exists: 0 2023-11-28T01:11:25.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.create_if_missing: 0 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.paranoid_checks: 1 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.env: 0x561b471c8a60 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.fs: PosixFileSystem 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.info_log: 0x561b48125740 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_file_opening_threads: 16 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.statistics: (nil) 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.use_fsync: 0 2023-11-28T01:11:25.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_log_file_size: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.keep_log_file_num: 1000 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.recycle_log_file_num: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.allow_fallocate: 1 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.allow_mmap_reads: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.allow_mmap_writes: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.use_direct_reads: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.create_missing_column_families: 0 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.db_log_dir: 2023-11-28T01:11:25.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.wal_dir: 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.advise_random_on_open: 1 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.db_write_buffer_size: 0 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.write_buffer_manager: 0x561b480d94a0 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-28T01:11:25.317 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.rate_limiter: (nil) 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.wal_recovery_mode: 2 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.enable_thread_tracking: 0 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.enable_pipelined_write: 0 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.unordered_write: 0 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.row_cache: None 2023-11-28T01:11:25.318 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.wal_filter: None 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.allow_ingest_behind: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.two_write_queues: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.manual_wal_flush: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.wal_compression: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.atomic_flush: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.log_readahead_size: 0 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-28T01:11:25.319 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.best_efforts_recovery: 0 2023-11-28T01:11:25.320 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-28T01:11:25.320 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-28T01:11:25.320 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.allow_data_in_errors: 0 2023-11-28T01:11:25.320 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.db_host_id: __hostname__ 2023-11-28T01:11:25.321 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_background_jobs: 2 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_background_compactions: -1 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_subcompactions: 1 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_total_wal_size: 0 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-28T01:11:25.322 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_open_files: -1 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bytes_per_sync: 0 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_readahead_size: 0 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_background_flushes: -1 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Compression algorithms supported: 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kZSTD supported: 0 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kXpressCompression supported: 0 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kLZ4HCCompression supported: 1 2023-11-28T01:11:25.323 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kZlibCompression supported: 1 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kSnappyCompression supported: 1 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kLZ4Compression supported: 1 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: kBZip2Compression supported: 0 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-28T01:11:25.324 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.merge_operator: 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_filter: None 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_filter_factory: None 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.sst_partitioner_factory: None 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561b48125860) 2023-11-28T01:11:25.325 INFO:journalctl@ceph.mon.b.smithi116.stdout: cache_index_and_filter_blocks: 1 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: pin_top_level_index_and_filter: 1 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: index_type: 0 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: data_block_index_type: 0 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: index_shortening: 1 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: checksum: 4 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: no_block_cache: 0 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_cache: 0x561b4817b090 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_cache_name: BinnedLRUCache 2023-11-28T01:11:25.326 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_cache_options: 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: capacity : 536870912 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: num_shard_bits : 4 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: strict_capacity_limit : 0 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: high_pri_pool_ratio: 0.000 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_cache_compressed: (nil) 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: persistent_cache: (nil) 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_size: 4096 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_size_deviation: 10 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_restart_interval: 16 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: index_block_restart_interval: 1 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: metadata_block_size: 4096 2023-11-28T01:11:25.327 INFO:journalctl@ceph.mon.b.smithi116.stdout: partition_filters: 0 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: use_delta_encoding: 1 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: filter_policy: bloomfilter 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: whole_key_filtering: 1 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: verify_compression: 0 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: read_amp_bytes_per_bit: 0 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: format_version: 5 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: enable_index_compression: 1 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: block_align: 0 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: max_auto_readahead_size: 262144 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: prepopulate_block_cache: 0 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: initial_auto_readahead_size: 8192 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout: num_file_reads_for_auto_readahead: 2 2023-11-28T01:11:25.328 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.write_buffer_size: 33554432 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_write_buffer_number: 2 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression: NoCompression 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression: Disabled 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.prefix_extractor: nullptr 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.num_levels: 7 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 bash[104080]: 6f9191864fb5057d6dfed600caec8c1cfc3f4bf0569926337eb9a4effb2ae6f0 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-28T01:11:25.329 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.level: 32767 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.strategy: 0 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-28T01:11:25.330 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.enabled: false 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.target_file_size_base: 67108864 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-28T01:11:25.331 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.arena_block_size: 1048576 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-28T01:11:25.332 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.disable_auto_compactions: 0 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.table_properties_collectors: 2023-11-28T01:11:25.333 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.inplace_update_support: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.bloom_locality: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.max_successive_merges: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.paranoid_file_checks: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.force_consistency_checks: 1 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.report_bg_io_stats: 0 2023-11-28T01:11:25.334 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.ttl: 2592000 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.enable_blob_files: false 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.min_blob_size: 0 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.blob_file_size: 268435456 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-28T01:11:25.335 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.blob_file_starting_level: 0 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: 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-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9d7f59d6-cd96-48b0-9d56-ec49798fcad0 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133884984724, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133884985121, "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": 1701133884, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9d7f59d6-cd96-48b0-9d56-ec49798fcad0", "db_session_id": "GK04339Y8ZKYRHST1QEX", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701133884985187, "job": 1, "event": "recovery_finished"} 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-28T01:11:25.336 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: 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-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561b48214000 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: DB pointer 0x561b48202000 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout: ** DB Stats ** 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.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-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.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-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T01:11:25.337 INFO:journalctl@ceph.mon.b.smithi116.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.stdout: 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.stdout: ** Compaction Stats [default] ** 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.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-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.stdout: 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.stdout: ** Compaction Stats [default] ** 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.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-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T01:11:25.338 INFO:journalctl@ceph.mon.b.smithi116.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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: Cumulative compaction: 0.00 GB write, 0.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.stdout: Interval compaction: 0.00 GB write, 0.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T01:11:25.339 INFO:journalctl@ceph.mon.b.smithi116.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-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout: Block cache BinnedLRUCache@0x561b4817b090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.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-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout: 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: using public_addr v2:172.21.15.116:0/0 -> [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: starting mon.b rank -1 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 ceph-mon[104146]: mon.b@-1(???) e0 preinit fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:24 smithi116 systemd[1]: Started Ceph mon.b for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).mds e1 new map 2023-11-28T01:11:25.340 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).mds e1 print_map 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout: e1 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.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-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout: legacy client fscid: -1 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout: 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout: No filesystems configured 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: 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-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-28T01:11:25.341 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.342 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:11:25.343 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Deploying cephadm binary to smithi133 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Added host smithi133 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.344 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:25.345 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/4163734961' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/4163734961' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:25.346 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi116:172.21.15.116=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi116:172.21.15.116=b;smithi133:172.21.15.133=c;count:3 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Deploying daemon mon.c on smithi133 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.347 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='client.? 172.21.15.133:0/2785390486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.a calling monitor election 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.c calling monitor election 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.348 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: fsmap 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mgrmap e13: a(active, since 51s) 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: overall HEALTH_OK 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:25.349 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: Deploying daemon mon.b on smithi116 2023-11-28T01:11:25.350 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:25.350 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: from='client.? 172.21.15.133:0/3056853398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T01:11:25.350 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:25.350 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:25 smithi116 ceph-mon[104146]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-28T01:11:30.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: mon.c calling monitor election 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: mon.a calling monitor election 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: fsmap 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: mgrmap e13: a(active, since 59s) 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: mon.b (rank 2) addr [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] is down (out of quorum) 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:30.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:30.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:30.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:30 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:30.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:30.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: mon.c calling monitor election 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: mon.a calling monitor election 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: fsmap 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: mgrmap e13: a(active, since 59s) 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: mon.b (rank 2) addr [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] is down (out of quorum) 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:30.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:30.604 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:30 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:31.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:31 smithi133 ceph-mon[104864]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:31.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:31 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:31.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:31 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:31.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:31 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:31.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:31 smithi005 ceph-mon[100668]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:31.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:31 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:31.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:31 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:31.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:31 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:31.888 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-28T01:11:31.888 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":3,"fsid":"9a7b2882-8d8a-11ee-95a2-87774f69a715","modified":"2023-11-28T01:11:25.015976Z","created":"2023-11-28T01:09:27.290906Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-28T01:11:31.890 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 3 2023-11-28T01:11:32.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:32.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.c calling monitor election 2023-11-28T01:11:32.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:11:32.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.a calling monitor election 2023-11-28T01:11:32.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:32.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: fsmap 2023-11-28T01:11:32.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mgrmap e13: a(active, since 59s) 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.b (rank 2) addr [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] is down (out of quorum) 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:32.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:32.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:32.316 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:32.508 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-28T01:11:32.509 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-11-28T01:11:33.094 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: mon.b calling monitor election 2023-11-28T01:11:33.094 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Updating smithi005:/etc/ceph/ceph.conf 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Reconfiguring mon.a (unknown last config time)... 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Reconfiguring daemon mon.a on smithi005 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: mon.b calling monitor election 2023-11-28T01:11:33.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: mon.c calling monitor election 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: mon.a calling monitor election 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: fsmap 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: mgrmap e13: a(active, since 61s) 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: Cluster is now healthy 2023-11-28T01:11:33.096 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:32 smithi005 ceph-mon[100668]: overall HEALTH_OK 2023-11-28T01:11:33.196 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:11:33.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: mon.b calling monitor election 2023-11-28T01:11:33.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Updating smithi005:/etc/ceph/ceph.conf 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Reconfiguring mon.a (unknown last config time)... 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Reconfiguring daemon mon.a on smithi005 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: mon.b calling monitor election 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: mon.c calling monitor election 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: mon.a calling monitor election 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-28T01:11:33.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:33.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: fsmap 2023-11-28T01:11:33.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:33.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: mgrmap e13: a(active, since 61s) 2023-11-28T01:11:33.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-11-28T01:11:33.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: Cluster is now healthy 2023-11-28T01:11:33.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:32 smithi133 ceph-mon[104864]: overall HEALTH_OK 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.b calling monitor election 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Updating smithi005:/etc/ceph/ceph.conf 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Reconfiguring mon.a (unknown last config time)... 2023-11-28T01:11:33.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Reconfiguring daemon mon.a on smithi005 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.b calling monitor election 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.c calling monitor election 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.a calling monitor election 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],c=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: fsmap 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: mgrmap e13: a(active, since 61s) 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: Cluster is now healthy 2023-11-28T01:11:33.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:32 smithi116 ceph-mon[104146]: overall HEALTH_OK 2023-11-28T01:11:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:33 smithi005 ceph-mon[100668]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:11:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:33 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:34.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:33 smithi133 ceph-mon[104864]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:34.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:33 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:34.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:33 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:34.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:33 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:34.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:33 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:34.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:33 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:11:34.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:33 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:34.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:33 smithi116 ceph-mon[104146]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:34.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:33 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:11:34.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:33 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:34.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:33 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:34.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:33 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:34.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:33 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:11:34.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:33 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:34.791 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:11:34.791 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2023-11-28T01:11:34.791 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:11:34.791 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2023-11-28T01:11:35.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: Reconfiguring mon.b (monmap changed)... 2023-11-28T01:11:35.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: Reconfiguring daemon mon.b on smithi116 2023-11-28T01:11:35.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:35.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:35.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:35.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:11:35.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:35.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:34 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3629494587' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:35.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: Reconfiguring mon.b (monmap changed)... 2023-11-28T01:11:35.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: Reconfiguring daemon mon.b on smithi116 2023-11-28T01:11:35.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:35.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:35.253 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:35.254 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:11:35.254 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:35.254 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:34 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/3629494587' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: Reconfiguring mon.b (monmap changed)... 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: Reconfiguring daemon mon.b on smithi116 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:35.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:34 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/3629494587' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:35.378 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-28T01:11:35.378 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:11:35.378 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2023-11-28T01:11:35.410 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:11:35.410 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:35.477 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:11:35.478 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2023-11-28T01:11:35.515 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:11:35.515 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:35.585 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:11:35.586 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2023-11-28T01:11:35.616 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:11:35.616 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:11:35.685 INFO:tasks.cephadm:Adding mgr.a on smithi005 2023-11-28T01:11:35.685 INFO:tasks.cephadm:Adding mgr.b on smithi116 2023-11-28T01:11:35.685 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi005=a;smithi116=b' 2023-11-28T01:11:36.056 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.c/config 2023-11-28T01:11:36.235 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:35 smithi133 ceph-mon[104864]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:36.236 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:35 smithi133 ceph-mon[104864]: Reconfiguring mon.c (monmap changed)... 2023-11-28T01:11:36.236 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:35 smithi133 ceph-mon[104864]: Reconfiguring daemon mon.c on smithi133 2023-11-28T01:11:36.236 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:35 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:36.236 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:35 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:36.236 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:35 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:36.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:35 smithi116 ceph-mon[104146]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:36.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:35 smithi116 ceph-mon[104146]: Reconfiguring mon.c (monmap changed)... 2023-11-28T01:11:36.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:35 smithi116 ceph-mon[104146]: Reconfiguring daemon mon.c on smithi133 2023-11-28T01:11:36.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:35 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:36.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:35 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:36.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:35 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:36.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:35 smithi005 ceph-mon[100668]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:36.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:35 smithi005 ceph-mon[100668]: Reconfiguring mon.c (monmap changed)... 2023-11-28T01:11:36.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:35 smithi005 ceph-mon[100668]: Reconfiguring daemon mon.c on smithi133 2023-11-28T01:11:36.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:35 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:36.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:35 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:36.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:35 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:36 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:36 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:37.212 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:36 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:37.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:36 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:37.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:36 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:37.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:36 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:37.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:36 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:37.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:36 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:37.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:36 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:37.625 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mgr update... 2023-11-28T01:11:37.900 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:37.900 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:37.900 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:37.900 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:37.900 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:37.901 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:37.901 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:11:37.901 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-28T01:11:37.901 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:11:37.901 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:38.190 DEBUG:teuthology.orchestra.run.smithi116:mgr.b> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.b.service 2023-11-28T01:11:38.193 INFO:tasks.cephadm:Deploying OSDs... 2023-11-28T01:11:38.193 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-28T01:11:38.193 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2023-11-28T01:11:38.214 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-28T01:11:38.214 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2023-11-28T01:11:38.215 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:38.215 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:38.215 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:38.215 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:38.215 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:38.215 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:38.215 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:11:38.216 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-28T01:11:38.216 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:11:38.216 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:38.218 INFO:journalctl@ceph.mgr.b.smithi116.stdout:-- Logs begin at Tue 2023-11-28 00:49:26 UTC. -- 2023-11-28T01:11:38.275 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-28T01:11:38.276 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:38.276 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 391586 Links: 1 2023-11-28T01:11:38.276 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:38.276 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:38.276 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-11-28 01:10:43.067204211 +0000 2023-11-28T01:11:38.277 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-11-28 00:59:59.330070182 +0000 2023-11-28T01:11:38.277 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-11-28 00:59:59.330070182 +0000 2023-11-28T01:11:38.277 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-11-28T01:11:38.277 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-28T01:11:38.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:11:38.347 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:38.349 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-11-28T01:11:38.349 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-11-28T01:11:38.349 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000138604 s, 3.7 MB/s 2023-11-28T01:11:38.350 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-28T01:11:38.412 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2023-11-28T01:11:38.474 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-28T01:11:38.474 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:38.474 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 393359 Links: 1 2023-11-28T01:11:38.475 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:38.475 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:38.475 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-11-28 01:10:43.110203319 +0000 2023-11-28T01:11:38.475 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-11-28 00:59:59.838059633 +0000 2023-11-28T01:11:38.475 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-11-28 00:59:59.838059633 +0000 2023-11-28T01:11:38.475 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-11-28T01:11:38.475 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-28T01:11:38.543 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-11-28T01:11:38.543 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-11-28T01:11:38.543 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000119108 s, 4.3 MB/s 2023-11-28T01:11:38.544 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-28T01:11:38.604 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2023-11-28T01:11:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-28T01:11:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:38.664 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 385704 Links: 1 2023-11-28T01:11:38.664 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:38.665 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:38.665 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-11-28 01:10:43.152202447 +0000 2023-11-28T01:11:38.665 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-11-28 01:00:00.352048960 +0000 2023-11-28T01:11:38.665 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-11-28 01:00:00.352048960 +0000 2023-11-28T01:11:38.665 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-11-28T01:11:38.666 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-28T01:11:38.735 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-11-28T01:11:38.735 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-11-28T01:11:38.736 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000125607 s, 4.1 MB/s 2023-11-28T01:11:38.737 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-28T01:11:38.797 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2023-11-28T01:11:38.858 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-28T01:11:38.858 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:38.858 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 394626 Links: 1 2023-11-28T01:11:38.858 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:38.859 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:38.859 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-11-28 01:10:43.200201451 +0000 2023-11-28T01:11:38.859 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-11-28 01:00:00.881037974 +0000 2023-11-28T01:11:38.859 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-11-28 01:00:00.881037974 +0000 2023-11-28T01:11:38.860 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-11-28T01:11:38.860 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-28T01:11:38.927 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-11-28T01:11:38.928 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-11-28T01:11:38.928 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000127737 s, 4.0 MB/s 2023-11-28T01:11:38.929 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-28T01:11:38.988 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-28T01:11:38.989 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2023-11-28T01:11:39.006 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-28T01:11:39.006 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2023-11-28T01:11:39.066 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-28T01:11:39.066 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:39.066 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 391524 Links: 1 2023-11-28T01:11:39.066 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:39.067 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:39.067 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-28 01:11:39.053568171 +0000 2023-11-28T01:11:39.067 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-28 00:59:40.861664075 +0000 2023-11-28T01:11:39.067 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-28 00:59:40.861664075 +0000 2023-11-28T01:11:39.067 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-28T01:11:39.067 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-28T01:11:39.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:38 smithi005 ceph-mon[100668]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:39.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:38 smithi005 ceph-mon[100668]: Saving service mgr spec with placement smithi005=a;smithi116=b;count:2 2023-11-28T01:11:39.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:38 smithi005 ceph-mon[100668]: Deploying daemon mgr.b on smithi116 2023-11-28T01:11:39.141 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-28T01:11:39.142 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-28T01:11:39.142 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000268392 s, 1.9 MB/s 2023-11-28T01:11:39.143 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-28T01:11:39.202 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2023-11-28T01:11:39.233 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:38 smithi116 ceph-mon[104146]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:39.233 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:38 smithi116 ceph-mon[104146]: Saving service mgr spec with placement smithi005=a;smithi116=b;count:2 2023-11-28T01:11:39.233 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:38 smithi116 ceph-mon[104146]: Deploying daemon mgr.b on smithi116 2023-11-28T01:11:39.253 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-28T01:11:39.253 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:39.253 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 394408 Links: 1 2023-11-28T01:11:39.253 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:39.254 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:39.254 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-28 01:11:39.182566036 +0000 2023-11-28T01:11:39.254 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-28 00:59:41.373655588 +0000 2023-11-28T01:11:39.254 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-28 00:59:41.373655588 +0000 2023-11-28T01:11:39.254 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-28T01:11:39.254 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-28T01:11:39.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:38 smithi133 ceph-mon[104864]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=a;smithi116=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:39.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:38 smithi133 ceph-mon[104864]: Saving service mgr spec with placement smithi005=a;smithi116=b;count:2 2023-11-28T01:11:39.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:38 smithi133 ceph-mon[104864]: Deploying daemon mgr.b on smithi116 2023-11-28T01:11:39.320 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-28T01:11:39.321 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-28T01:11:39.321 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000245865 s, 2.1 MB/s 2023-11-28T01:11:39.322 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-28T01:11:39.380 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 390697 Links: 1 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-28 01:11:39.182566036 +0000 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-28 00:59:41.882647150 +0000 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-28 00:59:41.882647150 +0000 2023-11-28T01:11:39.438 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-28T01:11:39.439 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-28T01:11:39.503 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:39 smithi116 systemd[1]: Starting Ceph mgr.b for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:11:39.505 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-28T01:11:39.505 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-28T01:11:39.505 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000217281 s, 2.4 MB/s 2023-11-28T01:11:39.506 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-28T01:11:39.563 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2023-11-28T01:11:39.620 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-28T01:11:39.620 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:39.621 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 390725 Links: 1 2023-11-28T01:11:39.621 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:39.621 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:39.621 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-28 01:11:39.182566036 +0000 2023-11-28T01:11:39.621 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-28 00:59:42.396638630 +0000 2023-11-28T01:11:39.621 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-28 00:59:42.396638630 +0000 2023-11-28T01:11:39.621 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-28T01:11:39.621 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-28T01:11:39.687 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-28T01:11:39.687 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-28T01:11:39.687 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000181282 s, 2.8 MB/s 2023-11-28T01:11:39.688 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-28T01:11:39.745 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-28T01:11:39.745 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2023-11-28T01:11:39.768 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-28T01:11:39.768 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2023-11-28T01:11:39.828 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-28T01:11:39.828 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:39.828 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 387787 Links: 1 2023-11-28T01:11:39.828 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:39.829 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:39.829 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2023-11-28 01:11:15.444691753 +0000 2023-11-28T01:11:39.829 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2023-11-28 00:59:45.029988506 +0000 2023-11-28T01:11:39.829 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2023-11-28 00:59:45.029988506 +0000 2023-11-28T01:11:39.829 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2023-11-28T01:11:39.829 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-28T01:11:39.901 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2023-11-28T01:11:39.901 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2023-11-28T01:11:39.901 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000264036 s, 1.9 MB/s 2023-11-28T01:11:39.903 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-28T01:11:39.962 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2023-11-28T01:11:40.020 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-28T01:11:40.020 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:40.021 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 395275 Links: 1 2023-11-28T01:11:40.021 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:40.021 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:40.021 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2023-11-28 01:11:15.444691753 +0000 2023-11-28T01:11:40.021 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2023-11-28 00:59:45.544978765 +0000 2023-11-28T01:11:40.021 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2023-11-28 00:59:45.544978765 +0000 2023-11-28T01:11:40.022 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2023-11-28T01:11:40.022 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-28T01:11:40.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:39 smithi116 ceph-mon[104146]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:40.063 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:39 smithi116 ceph-mgr[106130]: -- 172.21.15.116:0/2777115920 <== mon.2 v2:172.21.15.116:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5628b60d21a0 con 0x5628b60ab000 2023-11-28T01:11:40.063 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:39 smithi116 bash[105960]: 3ce9de7869b04a65228992ac4e0dbbdfbd8ff590352e234f42b9de46a7624907 2023-11-28T01:11:40.063 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:39 smithi116 systemd[1]: Started Ceph mgr.b for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:11:40.063 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:39 smithi116 conmon[106063]: 2023-11-28T01:11:39.936+0000 7f2d8cef8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-28T01:11:40.063 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:40 smithi116 conmon[106063]: 2023-11-28T01:11:40.018+0000 7f2d8cef8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-28T01:11:40.087 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2023-11-28T01:11:40.088 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2023-11-28T01:11:40.088 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000212456 s, 2.4 MB/s 2023-11-28T01:11:40.089 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-28T01:11:40.149 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2023-11-28T01:11:40.207 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-28T01:11:40.207 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:40.207 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 395408 Links: 1 2023-11-28T01:11:40.207 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:40.207 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:40.208 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2023-11-28 01:11:15.445691734 +0000 2023-11-28T01:11:40.208 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2023-11-28 00:59:46.055969099 +0000 2023-11-28T01:11:40.208 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2023-11-28 00:59:46.055969099 +0000 2023-11-28T01:11:40.208 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2023-11-28T01:11:40.208 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-28T01:11:40.271 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:39 smithi133 ceph-mon[104864]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:40.273 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2023-11-28T01:11:40.273 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2023-11-28T01:11:40.273 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.00022031 s, 2.3 MB/s 2023-11-28T01:11:40.274 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-28T01:11:40.332 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2023-11-28T01:11:40.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:39 smithi005 ceph-mon[100668]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:40.390 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-28T01:11:40.390 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T01:11:40.390 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 390760 Links: 1 2023-11-28T01:11:40.390 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T01:11:40.390 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T01:11:40.390 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2023-11-28 01:11:15.445691734 +0000 2023-11-28T01:11:40.390 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2023-11-28 00:59:46.583959112 +0000 2023-11-28T01:11:40.391 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2023-11-28 00:59:46.583959112 +0000 2023-11-28T01:11:40.391 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2023-11-28T01:11:40.391 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-28T01:11:40.392 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:40 smithi116 conmon[106063]: 2023-11-28T01:11:40.110+0000 7f2d8cef8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-28T01:11:40.392 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:40 smithi116 conmon[106063]: 2023-11-28T01:11:40.209+0000 7f2d8cef8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-28T01:11:40.455 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2023-11-28T01:11:40.456 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2023-11-28T01:11:40.456 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000244384 s, 2.1 MB/s 2023-11-28T01:11:40.457 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-28T01:11:40.514 INFO:tasks.cephadm:Deploying osd.0 on smithi005 with /dev/vg_nvme/lv_4... 2023-11-28T01:11:40.514 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-28T01:11:40.812 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:40 smithi116 conmon[106063]: 2023-11-28T01:11:40.390+0000 7f2d8cef8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-28T01:11:40.872 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:11:41.162 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:40 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.162 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:40 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.163 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:40 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.163 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:40 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.163 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:40 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:41.163 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:40 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.163 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:40 smithi116 conmon[106063]: 2023-11-28T01:11:40.825+0000 7f2d8cef8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-28T01:11:41.163 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:40 smithi116 conmon[106063]: 2023-11-28T01:11:40.962+0000 7f2d8cef8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-28T01:11:41.163 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:41 smithi116 conmon[106063]: 2023-11-28T01:11:41.053+0000 7f2d8cef8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-28T01:11:41.235 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:40 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.235 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:40 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.235 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:40 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.235 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:40 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.235 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:40 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:41.235 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:40 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:40 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:40 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:40 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:40 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:40 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:41.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:40 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:41.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:41 smithi116 conmon[106063]: 2023-11-28T01:11:41.161+0000 7f2d8cef8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-28T01:11:41.967 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:41 smithi116 conmon[106063]: 2023-11-28T01:11:41.583+0000 7f2d8cef8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-28T01:11:42.090 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:42.091 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.091 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.091 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:42.091 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:42.091 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.091 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:11:42.092 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:11:42.092 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:41 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:42.243 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:42.243 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.243 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.244 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:42.244 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:42.244 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.244 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:11:42.244 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:11:42.245 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:41 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:42.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:42.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:42.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:42.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:42.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T01:11:42.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T01:11:42.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:41 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:42.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:42 smithi116 conmon[106063]: 2023-11-28T01:11:42.241+0000 7f2d8cef8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-28T01:11:42.563 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:42 smithi116 conmon[106063]: 2023-11-28T01:11:42.323+0000 7f2d8cef8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-28T01:11:42.938 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-28T01:11:42.939 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-28T01:11:42.939 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-11-28T01:11:42.939 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-11-28T01:11:42.940 INFO:teuthology.orchestra.run.smithi005.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00794689 s, 1.3 GB/s 2023-11-28T01:11:42.940 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 2023-11-28T01:11:42.940 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-11-28T01:11:43.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:42 smithi133 ceph-mon[104864]: Reconfiguring mgr.a (unknown last config time)... 2023-11-28T01:11:43.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:42 smithi133 ceph-mon[104864]: Reconfiguring daemon mgr.a on smithi005 2023-11-28T01:11:43.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:42 smithi116 ceph-mon[104146]: Reconfiguring mgr.a (unknown last config time)... 2023-11-28T01:11:43.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:42 smithi116 ceph-mon[104146]: Reconfiguring daemon mgr.a on smithi005 2023-11-28T01:11:43.313 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:43 smithi116 conmon[106063]: 2023-11-28T01:11:43.087+0000 7f2d8cef8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:11:43.313 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:43 smithi116 conmon[106063]: 2023-11-28T01:11:43.179+0000 7f2d8cef8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-28T01:11:43.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:42 smithi005 ceph-mon[100668]: Reconfiguring mgr.a (unknown last config time)... 2023-11-28T01:11:43.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:42 smithi005 ceph-mon[100668]: Reconfiguring daemon mgr.a on smithi005 2023-11-28T01:11:43.660 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi005:vg_nvme/lv_4 2023-11-28T01:11:43.765 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:43 smithi116 conmon[106063]: 2023-11-28T01:11:43.354+0000 7f2d8cef8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:11:44.010 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:11:44.062 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:43 smithi116 conmon[106063]: 2023-11-28T01:11:43.764+0000 7f2d8cef8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-28T01:11:44.063 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:43 smithi116 conmon[106063]: 2023-11-28T01:11:43.851+0000 7f2d8cef8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-28T01:11:44.063 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:43 smithi116 conmon[106063]: 2023-11-28T01:11:43.995+0000 7f2d8cef8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-28T01:11:44.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:44 smithi005 ceph-mon[100668]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:44.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:44 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:44 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:44 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:44.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:44 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:44.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:44 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:44.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:44 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:44 smithi133 ceph-mon[104864]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:44.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:44 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:44 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:44 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:44.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:44 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:44.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:44 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:44.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:44 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:44 smithi116 conmon[106063]: 2023-11-28T01:11:44.256+0000 7f2d8cef8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-28T01:11:44.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:44 smithi116 ceph-mon[104146]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:44.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:44 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:44 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:44.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:44 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:11:44.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:44 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:44.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:44 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:44.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:44 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:45.269 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:44 smithi116 conmon[106063]: 2023-11-28T01:11:44.944+0000 7f2d8cef8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-28T01:11:45.269 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:45 smithi116 conmon[106063]: 2023-11-28T01:11:45.075+0000 7f2d8cef8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-28T01:11:45.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:45 smithi116 conmon[106063]: 2023-11-28T01:11:45.267+0000 7f2d8cef8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-28T01:11:45.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:45 smithi116 conmon[106063]: 2023-11-28T01:11:45.379+0000 7f2d8cef8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-28T01:11:46.062 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:45 smithi116 conmon[106063]: 2023-11-28T01:11:45.596+0000 7f2d8cef8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-28T01:11:46.333 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:46 smithi005 ceph-mon[100668]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:46.333 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:11:46.333 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:11:46.334 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:46.447 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:46 smithi116 ceph-mon[104146]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:46.447 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:46 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:11:46.447 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:46 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:11:46.448 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:46 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:46.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:46 smithi133 ceph-mon[104864]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:46.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:46 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:11:46.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:46 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:11:46.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:46 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:46.812 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:11:46 smithi116 conmon[106063]: 2023-11-28T01:11:46.445+0000 7f2d8cef8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-28T01:11:47.250 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:47 smithi005 ceph-mon[100668]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:47.250 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:47 smithi005 ceph-mon[100668]: Standby manager daemon b started 2023-11-28T01:11:47.250 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:47 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-28T01:11:47.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:47 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:11:47.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:47 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-28T01:11:47.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:47 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:11:47.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:47 smithi133 ceph-mon[104864]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:47.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:47 smithi133 ceph-mon[104864]: Standby manager daemon b started 2023-11-28T01:11:47.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:47 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-28T01:11:47.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:47 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:11:47.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:47 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-28T01:11:47.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:47 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:11:47.566 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:47 smithi116 ceph-mon[104146]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:11:47.566 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:47 smithi116 ceph-mon[104146]: Standby manager daemon b started 2023-11-28T01:11:47.566 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:47 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-28T01:11:47.566 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:47 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:11:47.566 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:47 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-28T01:11:47.566 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:47 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/4184378121' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:11:48.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:48 smithi005 ceph-mon[100668]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:48.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:48 smithi005 ceph-mon[100668]: mgrmap e14: a(active, since 76s), standbys: b 2023-11-28T01:11:48.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-28T01:11:48.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:48 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1309839343' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84007bbb-ac65-4255-ba1d-8c9b6819839d"}]: dispatch 2023-11-28T01:11:48.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:48 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1309839343' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84007bbb-ac65-4255-ba1d-8c9b6819839d"}]': finished 2023-11-28T01:11:48.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:48 smithi005 ceph-mon[100668]: osdmap e5: 1 total, 0 up, 1 in 2023-11-28T01:11:48.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:11:48.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:48 smithi133 ceph-mon[104864]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:48.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:48 smithi133 ceph-mon[104864]: mgrmap e14: a(active, since 76s), standbys: b 2023-11-28T01:11:48.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-28T01:11:48.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:48 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/1309839343' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84007bbb-ac65-4255-ba1d-8c9b6819839d"}]: dispatch 2023-11-28T01:11:48.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:48 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/1309839343' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84007bbb-ac65-4255-ba1d-8c9b6819839d"}]': finished 2023-11-28T01:11:48.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:48 smithi133 ceph-mon[104864]: osdmap e5: 1 total, 0 up, 1 in 2023-11-28T01:11:48.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:11:48.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:48 smithi116 ceph-mon[104146]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:48.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:48 smithi116 ceph-mon[104146]: mgrmap e14: a(active, since 76s), standbys: b 2023-11-28T01:11:48.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-28T01:11:48.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:48 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/1309839343' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84007bbb-ac65-4255-ba1d-8c9b6819839d"}]: dispatch 2023-11-28T01:11:48.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:48 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/1309839343' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84007bbb-ac65-4255-ba1d-8c9b6819839d"}]': finished 2023-11-28T01:11:48.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:48 smithi116 ceph-mon[104146]: osdmap e5: 1 total, 0 up, 1 in 2023-11-28T01:11:48.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:11:49.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:49 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2831008691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:11:49.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:49 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/2831008691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:11:49.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:49 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/2831008691' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:11:50.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:50 smithi005 ceph-mon[100668]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:50.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:50 smithi133 ceph-mon[104864]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:50.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:50 smithi116 ceph-mon[104146]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:51.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:51 smithi005 ceph-mon[100668]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:52.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:51 smithi133 ceph-mon[104864]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:52.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:51 smithi116 ceph-mon[104146]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:54.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:53 smithi133 ceph-mon[104864]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:54.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:53 smithi116 ceph-mon[104146]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:54.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:53 smithi005 ceph-mon[100668]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:55.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:54 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-28T01:11:55.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:54 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:55.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:54 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-28T01:11:55.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:54 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:55.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:54 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-28T01:11:55.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:54 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:55.835 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:55 smithi005 ceph-mon[100668]: Deploying daemon osd.0 on smithi005 2023-11-28T01:11:55.836 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:55 smithi005 ceph-mon[100668]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:56.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:55 smithi133 ceph-mon[104864]: Deploying daemon osd.0 on smithi005 2023-11-28T01:11:56.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:55 smithi133 ceph-mon[104864]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:56.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:55 smithi116 ceph-mon[104146]: Deploying daemon osd.0 on smithi005 2023-11-28T01:11:56.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:55 smithi116 ceph-mon[104146]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:57.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:57 smithi005 ceph-mon[100668]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:58.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:57 smithi133 ceph-mon[104864]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:58.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:57 smithi116 ceph-mon[104146]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:59.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:59 smithi005 ceph-mon[100668]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:11:59.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:59.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:11:59.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:11:59 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:00.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:59 smithi133 ceph-mon[104864]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:00.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:59 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:00.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:59 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:00.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:11:59 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:00.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:59 smithi116 ceph-mon[104146]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:00.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:59 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:00.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:59 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:00.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:11:59 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:02.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:02 smithi005 ceph-mon[100668]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:02.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:02 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:02 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:02 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:02.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:02 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:02.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:02 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:02 smithi133 ceph-mon[104864]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:02.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:02 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:02 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:02 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:02.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:02 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:02.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:02 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:02 smithi116 ceph-mon[104146]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:02.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:02 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:02 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:02 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:02.564 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:02 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:02.564 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:02 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:02.578 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 0 on host 'smithi005' 2023-11-28T01:12:03.229 DEBUG:teuthology.orchestra.run.smithi005:osd.0> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.0.service 2023-11-28T01:12:03.232 INFO:tasks.cephadm:Deploying osd.1 on smithi116 with /dev/vg_nvme/lv_4... 2023-11-28T01:12:03.232 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-28T01:12:03.265 INFO:journalctl@ceph.osd.0.smithi005.stdout:-- Logs begin at Tue 2023-11-28 00:49:14 UTC. -- 2023-11-28T01:12:03.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:03 smithi005 ceph-mon[100668]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-28T01:12:03.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:03 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:03.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:03 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:03.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:03 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:03.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:03 smithi133 ceph-mon[104864]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-28T01:12:03.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:03 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:03.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:03 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:03.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:03 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:03.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:03 smithi116 ceph-mon[104146]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-28T01:12:03.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:03 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:03.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:03 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:03.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:03 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:03.573 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.b/config 2023-11-28T01:12:04.250 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:04 smithi005 conmon[124517]: 2023-11-28T01:12:04.102+0000 7fa635cc9700 -1 osd.0 0 waiting for initial osdmap 2023-11-28T01:12:04.250 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:04 smithi005 conmon[124517]: 2023-11-28T01:12:04.104+0000 7fa62fabf700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:12:04.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:04 smithi005 ceph-mon[100668]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:04.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:04 smithi005 ceph-mon[100668]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-28T01:12:04.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:04 smithi005 ceph-mon[100668]: osdmap e6: 1 total, 0 up, 1 in 2023-11-28T01:12:04.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:04 smithi005 ceph-mon[100668]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-11-28T01:12:04.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:04 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:04.389 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:04 smithi116 ceph-mon[104146]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:04.389 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:04 smithi116 ceph-mon[104146]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-28T01:12:04.389 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:04 smithi116 ceph-mon[104146]: osdmap e6: 1 total, 0 up, 1 in 2023-11-28T01:12:04.390 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:04 smithi116 ceph-mon[104146]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-11-28T01:12:04.390 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:04 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:04.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:04 smithi133 ceph-mon[104864]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:04.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:04 smithi133 ceph-mon[104864]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-28T01:12:04.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:04 smithi133 ceph-mon[104864]: osdmap e6: 1 total, 0 up, 1 in 2023-11-28T01:12:04.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:04 smithi133 ceph-mon[104864]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-11-28T01:12:04.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:04 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:05.191 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-28T01:12:05.191 INFO:teuthology.orchestra.run.smithi116.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-28T01:12:05.191 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10+0 records in 2023-11-28T01:12:05.191 INFO:teuthology.orchestra.run.smithi116.stderr:10+0 records out 2023-11-28T01:12:05.191 INFO:teuthology.orchestra.run.smithi116.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111249 s, 943 MB/s 2023-11-28T01:12:05.192 INFO:teuthology.orchestra.run.smithi116.stderr:--> Zapping successful for: 2023-11-28T01:12:05.382 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:05 smithi116 ceph-mon[104146]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-11-28T01:12:05.383 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:05 smithi116 ceph-mon[104146]: osdmap e7: 1 total, 0 up, 1 in 2023-11-28T01:12:05.383 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:05 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:05.383 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:05 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:05.383 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:05 smithi116 ceph-mon[104146]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:05.416 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:05 smithi005 ceph-mon[100668]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-11-28T01:12:05.416 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:05 smithi005 ceph-mon[100668]: osdmap e7: 1 total, 0 up, 1 in 2023-11-28T01:12:05.416 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:05 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:05.416 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:05 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:05.416 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:05 smithi005 ceph-mon[100668]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:05.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:05 smithi133 ceph-mon[104864]: from='osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-11-28T01:12:05.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:05 smithi133 ceph-mon[104864]: osdmap e7: 1 total, 0 up, 1 in 2023-11-28T01:12:05.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:05 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:05.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:05 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:05.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:05 smithi133 ceph-mon[104864]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T01:12:05.722 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi116:vg_nvme/lv_4 2023-11-28T01:12:06.049 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.b/config 2023-11-28T01:12:06.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: purged_snaps scrub starts 2023-11-28T01:12:06.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: purged_snaps scrub ok 2023-11-28T01:12:06.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829] boot 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: osdmap e8: 1 total, 1 up, 1 in 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: Detected new or changed devices on smithi005 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: Adjusting osd_memory_target on smithi005 to 17173M 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:06.352 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:06.353 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:06 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.499 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: purged_snaps scrub starts 2023-11-28T01:12:06.500 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: purged_snaps scrub ok 2023-11-28T01:12:06.500 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:06.500 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829] boot 2023-11-28T01:12:06.500 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: osdmap e8: 1 total, 1 up, 1 in 2023-11-28T01:12:06.500 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:06.500 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: Detected new or changed devices on smithi005 2023-11-28T01:12:06.500 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.501 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.501 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:06.501 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: Adjusting osd_memory_target on smithi005 to 17173M 2023-11-28T01:12:06.501 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.501 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:06.501 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:06.501 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:06 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: purged_snaps scrub starts 2023-11-28T01:12:06.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: purged_snaps scrub ok 2023-11-28T01:12:06.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:06.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: osd.0 [v2:172.21.15.5:6802/132371829,v1:172.21.15.5:6803/132371829] boot 2023-11-28T01:12:06.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: osdmap e8: 1 total, 1 up, 1 in 2023-11-28T01:12:06.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:12:06.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: Detected new or changed devices on smithi005 2023-11-28T01:12:06.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:06.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: Adjusting osd_memory_target on smithi005 to 17173M 2023-11-28T01:12:06.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:06.538 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:06.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:06.539 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:06 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:07.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:07 smithi133 ceph-mon[104864]: osdmap e9: 1 total, 1 up, 1 in 2023-11-28T01:12:07.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:07 smithi133 ceph-mon[104864]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:07.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:07 smithi116 ceph-mon[104146]: osdmap e9: 1 total, 1 up, 1 in 2023-11-28T01:12:07.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:07 smithi116 ceph-mon[104146]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:07.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:07 smithi005 ceph-mon[100668]: osdmap e9: 1 total, 1 up, 1 in 2023-11-28T01:12:07.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:07 smithi005 ceph-mon[100668]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:08.307 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:08 smithi116 ceph-mon[104146]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:08.307 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:08 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:12:08.307 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:08 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:12:08.307 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:08 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:08.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:08 smithi133 ceph-mon[104864]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:08.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:08 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:12:08.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:08 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:12:08.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:08 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:08.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:08 smithi005 ceph-mon[100668]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:08.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:08 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:12:08.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:08 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:12:08.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:08 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:09.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:09 smithi116 ceph-mon[104146]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:09.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:09 smithi133 ceph-mon[104864]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:09.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:09 smithi005 ceph-mon[100668]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:10.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:10 smithi133 ceph-mon[104864]: from='client.? 172.21.15.116:0/2708254482' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]: dispatch 2023-11-28T01:12:10.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:10 smithi133 ceph-mon[104864]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]: dispatch 2023-11-28T01:12:10.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:10 smithi133 ceph-mon[104864]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]': finished 2023-11-28T01:12:10.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:10 smithi133 ceph-mon[104864]: osdmap e10: 2 total, 1 up, 2 in 2023-11-28T01:12:10.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:10 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:10.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:10 smithi116 ceph-mon[104146]: from='client.? 172.21.15.116:0/2708254482' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]: dispatch 2023-11-28T01:12:10.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:10 smithi116 ceph-mon[104146]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]: dispatch 2023-11-28T01:12:10.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:10 smithi116 ceph-mon[104146]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]': finished 2023-11-28T01:12:10.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:10 smithi116 ceph-mon[104146]: osdmap e10: 2 total, 1 up, 2 in 2023-11-28T01:12:10.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:10 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:10.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:10 smithi005 ceph-mon[100668]: from='client.? 172.21.15.116:0/2708254482' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]: dispatch 2023-11-28T01:12:10.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:10 smithi005 ceph-mon[100668]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]: dispatch 2023-11-28T01:12:10.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:10 smithi005 ceph-mon[100668]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e780683-de01-4e94-8b5b-df7e56effd48"}]': finished 2023-11-28T01:12:10.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:10 smithi005 ceph-mon[100668]: osdmap e10: 2 total, 1 up, 2 in 2023-11-28T01:12:10.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:10 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:11.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:11 smithi133 ceph-mon[104864]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:11.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:11 smithi133 ceph-mon[104864]: from='client.? 172.21.15.116:0/3940546955' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:12:11.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:11 smithi116 ceph-mon[104146]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:11.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:11 smithi116 ceph-mon[104146]: from='client.? 172.21.15.116:0/3940546955' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:12:11.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:11 smithi005 ceph-mon[100668]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:11.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:11 smithi005 ceph-mon[100668]: from='client.? 172.21.15.116:0/3940546955' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:12:13.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:13 smithi116 ceph-mon[104146]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:13.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:13 smithi005 ceph-mon[100668]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:13.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:13 smithi133 ceph-mon[104864]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:15.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:15 smithi116 ceph-mon[104146]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:15.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:15 smithi005 ceph-mon[100668]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:15.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:15 smithi133 ceph-mon[104864]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:16.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:16 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-28T01:12:16.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:16 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:16.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:16 smithi116 ceph-mon[104146]: Deploying daemon osd.1 on smithi116 2023-11-28T01:12:16.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:16 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-28T01:12:16.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:16 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:16.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:16 smithi005 ceph-mon[100668]: Deploying daemon osd.1 on smithi116 2023-11-28T01:12:16.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-28T01:12:16.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:16 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:16.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:16 smithi133 ceph-mon[104864]: Deploying daemon osd.1 on smithi116 2023-11-28T01:12:18.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:17 smithi133 ceph-mon[104864]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:18.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:17 smithi116 ceph-mon[104146]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:18.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:17 smithi005 ceph-mon[100668]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:20.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:19 smithi133 ceph-mon[104864]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:20.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:19 smithi116 ceph-mon[104146]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:20.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:19 smithi005 ceph-mon[100668]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:21.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:21 smithi133 ceph-mon[104864]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:21.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:21.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:21.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:21 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:21.812 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:21 smithi116 ceph-mon[104146]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:21.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:21 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:21.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:21 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:21.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:21 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:21.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:21 smithi005 ceph-mon[100668]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:21.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:21.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:21.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:21 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:23.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:23.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:22 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:22 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:22 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:22 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:23.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:22 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:23.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:22 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:23.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:23.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:22 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.727 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 1 on host 'smithi116' 2023-11-28T01:12:23.938 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:23 smithi116 ceph-mon[104146]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:23.939 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:23 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.939 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:23 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:23.939 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:23 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:23.939 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:23 smithi116 ceph-mon[104146]: from='osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:12:23.939 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:23 smithi116 ceph-mon[104146]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:12:24.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:23 smithi133 ceph-mon[104864]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:24.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:23 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:24.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:23 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:24.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:23 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:24.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:23 smithi133 ceph-mon[104864]: from='osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:12:24.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:23 smithi133 ceph-mon[104864]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:12:24.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:23 smithi005 ceph-mon[100668]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:24.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:23 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:24.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:23 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:24.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:23 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:24.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:23 smithi005 ceph-mon[100668]: from='osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:12:24.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:23 smithi005 ceph-mon[100668]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T01:12:24.355 DEBUG:teuthology.orchestra.run.smithi116:osd.1> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.1.service 2023-11-28T01:12:24.357 INFO:tasks.cephadm:Deploying osd.2 on smithi133 with /dev/vg_nvme/lv_4... 2023-11-28T01:12:24.357 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-28T01:12:24.389 INFO:journalctl@ceph.osd.1.smithi116.stdout:-- Logs begin at Tue 2023-11-28 00:49:26 UTC. -- 2023-11-28T01:12:24.696 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.c/config 2023-11-28T01:12:25.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:25 smithi133 ceph-mon[104864]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:25.762 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:25 smithi133 ceph-mon[104864]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-28T01:12:25.762 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:25 smithi133 ceph-mon[104864]: osdmap e11: 2 total, 1 up, 2 in 2023-11-28T01:12:25.762 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:25 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:25.762 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:25 smithi133 ceph-mon[104864]: from='osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-28T01:12:25.762 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:25 smithi133 ceph-mon[104864]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-28T01:12:26.063 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:25 smithi116 conmon[110738]: 2023-11-28T01:12:25.698+0000 7fd68210a700 -1 osd.1 0 waiting for initial osdmap 2023-11-28T01:12:26.063 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:25 smithi116 conmon[110738]: 2023-11-28T01:12:25.701+0000 7fd67bf00700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:12:26.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:25 smithi116 ceph-mon[104146]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:26.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:25 smithi116 ceph-mon[104146]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-28T01:12:26.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:25 smithi116 ceph-mon[104146]: osdmap e11: 2 total, 1 up, 2 in 2023-11-28T01:12:26.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:25 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:26.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:25 smithi116 ceph-mon[104146]: from='osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-28T01:12:26.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:25 smithi116 ceph-mon[104146]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-28T01:12:26.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:25 smithi005 ceph-mon[100668]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:26.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:25 smithi005 ceph-mon[100668]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-28T01:12:26.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:25 smithi005 ceph-mon[100668]: osdmap e11: 2 total, 1 up, 2 in 2023-11-28T01:12:26.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:25 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:26.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:25 smithi005 ceph-mon[100668]: from='osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-28T01:12:26.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:25 smithi005 ceph-mon[100668]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-28T01:12:26.285 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-28T01:12:26.285 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-28T01:12:26.286 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2023-11-28T01:12:26.286 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2023-11-28T01:12:26.286 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111355 s, 942 MB/s 2023-11-28T01:12:26.286 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2023-11-28T01:12:26.874 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2023-11-28T01:12:27.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:26 smithi133 ceph-mon[104864]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-28T01:12:27.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:26 smithi133 ceph-mon[104864]: osdmap e12: 2 total, 1 up, 2 in 2023-11-28T01:12:27.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:26 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:26 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:26 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:26 smithi116 ceph-mon[104146]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-28T01:12:27.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:26 smithi116 ceph-mon[104146]: osdmap e12: 2 total, 1 up, 2 in 2023-11-28T01:12:27.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:26 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:26 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:26 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:26 smithi005 ceph-mon[100668]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-28T01:12:27.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:26 smithi005 ceph-mon[100668]: osdmap e12: 2 total, 1 up, 2 in 2023-11-28T01:12:27.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:26 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:26 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:26 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:27.204 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.c/config 2023-11-28T01:12:28.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: purged_snaps scrub starts 2023-11-28T01:12:28.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: purged_snaps scrub ok 2023-11-28T01:12:28.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:28.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973] boot 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: osdmap e13: 2 total, 2 up, 2 in 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:28.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:27 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: purged_snaps scrub starts 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: purged_snaps scrub ok 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973] boot 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: osdmap e13: 2 total, 2 up, 2 in 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:28.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:28.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:28.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:27 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: purged_snaps scrub starts 2023-11-28T01:12:28.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: purged_snaps scrub ok 2023-11-28T01:12:28.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-28T01:12:28.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: osd.1 [v2:172.21.15.116:6800/1494518973,v1:172.21.15.116:6801/1494518973] boot 2023-11-28T01:12:28.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: osdmap e13: 2 total, 2 up, 2 in 2023-11-28T01:12:28.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:12:28.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:28.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:28.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:28.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:28.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:27 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:29.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:28 smithi133 ceph-mon[104864]: Detected new or changed devices on smithi116 2023-11-28T01:12:29.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:28 smithi133 ceph-mon[104864]: Adjusting osd_memory_target on smithi116 to 17168M 2023-11-28T01:12:29.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:28 smithi133 ceph-mon[104864]: osdmap e14: 2 total, 2 up, 2 in 2023-11-28T01:12:29.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:28 smithi116 ceph-mon[104146]: Detected new or changed devices on smithi116 2023-11-28T01:12:29.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:28 smithi116 ceph-mon[104146]: Adjusting osd_memory_target on smithi116 to 17168M 2023-11-28T01:12:29.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:28 smithi116 ceph-mon[104146]: osdmap e14: 2 total, 2 up, 2 in 2023-11-28T01:12:29.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:28 smithi005 ceph-mon[100668]: Detected new or changed devices on smithi116 2023-11-28T01:12:29.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:28 smithi005 ceph-mon[100668]: Adjusting osd_memory_target on smithi116 to 17168M 2023-11-28T01:12:29.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:28 smithi005 ceph-mon[100668]: osdmap e14: 2 total, 2 up, 2 in 2023-11-28T01:12:29.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:29 smithi133 ceph-mon[104864]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:29.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:29 smithi133 ceph-mon[104864]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:29.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:29 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:12:29.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:29 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:12:29.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:29 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:30.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:29 smithi116 ceph-mon[104146]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:30.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:29 smithi116 ceph-mon[104146]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:30.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:29 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:12:30.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:29 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:12:30.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:29 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:30.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:29 smithi005 ceph-mon[100668]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:30.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:29 smithi005 ceph-mon[100668]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:30.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:29 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T01:12:30.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:29 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T01:12:30.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:29 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:31 smithi133 ceph-mon[104864]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:31 smithi133 ceph-mon[104864]: from='client.? 172.21.15.133:0/1468673999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]: dispatch 2023-11-28T01:12:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:31 smithi133 ceph-mon[104864]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]: dispatch 2023-11-28T01:12:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:31 smithi133 ceph-mon[104864]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]': finished 2023-11-28T01:12:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:31 smithi133 ceph-mon[104864]: osdmap e15: 3 total, 2 up, 3 in 2023-11-28T01:12:32.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:31 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:32.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:31 smithi133 ceph-mon[104864]: from='client.? 172.21.15.133:0/666018420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:12:32.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:31 smithi116 ceph-mon[104146]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:32.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:31 smithi116 ceph-mon[104146]: from='client.? 172.21.15.133:0/1468673999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]: dispatch 2023-11-28T01:12:32.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:31 smithi116 ceph-mon[104146]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]: dispatch 2023-11-28T01:12:32.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:31 smithi116 ceph-mon[104146]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]': finished 2023-11-28T01:12:32.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:31 smithi116 ceph-mon[104146]: osdmap e15: 3 total, 2 up, 3 in 2023-11-28T01:12:32.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:31 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:32.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:31 smithi116 ceph-mon[104146]: from='client.? 172.21.15.133:0/666018420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:12:32.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:31 smithi005 ceph-mon[100668]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:32.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:31 smithi005 ceph-mon[100668]: from='client.? 172.21.15.133:0/1468673999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]: dispatch 2023-11-28T01:12:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:31 smithi005 ceph-mon[100668]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]: dispatch 2023-11-28T01:12:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:31 smithi005 ceph-mon[100668]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "257594ff-ccd2-4397-b98a-7be786829332"}]': finished 2023-11-28T01:12:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:31 smithi005 ceph-mon[100668]: osdmap e15: 3 total, 2 up, 3 in 2023-11-28T01:12:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:31 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:31 smithi005 ceph-mon[100668]: from='client.? 172.21.15.133:0/666018420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T01:12:34.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:33 smithi133 ceph-mon[104864]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:34.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:33 smithi116 ceph-mon[104146]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:33 smithi005 ceph-mon[100668]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:36.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:35 smithi133 ceph-mon[104864]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:36.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:35 smithi116 ceph-mon[104146]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:36.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:35 smithi005 ceph-mon[100668]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:37.908 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:37 smithi133 ceph-mon[104864]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:37.909 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-28T01:12:37.909 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:37 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:37.909 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:37 smithi133 ceph-mon[104864]: Deploying daemon osd.2 on smithi133 2023-11-28T01:12:38.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:37 smithi116 ceph-mon[104146]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:38.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-28T01:12:38.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:37 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:38.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:37 smithi116 ceph-mon[104146]: Deploying daemon osd.2 on smithi133 2023-11-28T01:12:38.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:37 smithi005 ceph-mon[100668]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:38.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-28T01:12:38.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:37 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:38.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:37 smithi005 ceph-mon[100668]: Deploying daemon osd.2 on smithi133 2023-11-28T01:12:40.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:39 smithi133 ceph-mon[104864]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:40.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:39 smithi116 ceph-mon[104146]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:40.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:39 smithi005 ceph-mon[100668]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:42.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:41 smithi133 ceph-mon[104864]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:42.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:41 smithi116 ceph-mon[104146]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:42.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:41 smithi005 ceph-mon[100668]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:43.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:42 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:42 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:43.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:42 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:42 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:42 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:43.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:42 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:42 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:42 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:43.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:42 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.817 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:43 smithi133 ceph-mon[104864]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:43.817 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:43 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.817 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:43 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:43.817 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:43 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:44.075 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:43 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:44.075 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:43 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:44.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:43 smithi005 ceph-mon[100668]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:44.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:43 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:44.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:43 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:44.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:43 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:44.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:43 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:44.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:43 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:44.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:43 smithi116 ceph-mon[104146]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:44.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:43 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:44.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:43 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:44.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:43 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:44.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:43 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:44.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:43 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:44.697 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 2 on host 'smithi133' 2023-11-28T01:12:45.294 DEBUG:teuthology.orchestra.run.smithi133:osd.2> sudo journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.2.service 2023-11-28T01:12:45.297 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-11-28T01:12:45.297 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-28T01:12:45.327 INFO:journalctl@ceph.osd.2.smithi133.stdout:-- Logs begin at Tue 2023-11-28 00:49:27 UTC. -- 2023-11-28T01:12:45.659 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:12:45.911 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:45 smithi005 ceph-mon[100668]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:45.912 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:45.912 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:45.912 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:45 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:45.912 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:45 smithi005 ceph-mon[100668]: from='osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:12:45.912 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:45 smithi005 ceph-mon[100668]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:12:45.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:45 smithi133 ceph-mon[104864]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:45.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:45 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:45.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:45 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:45.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:45 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:45.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:45 smithi133 ceph-mon[104864]: from='osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:12:45.941 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:45 smithi133 ceph-mon[104864]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:12:46.062 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:45 smithi116 ceph-mon[104146]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:46.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:45 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:46.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:45 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:46.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:45 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:46.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:45 smithi116 ceph-mon[104146]: from='osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:12:46.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:45 smithi116 ceph-mon[104146]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T01:12:46.913 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:46 smithi005 ceph-mon[100668]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-28T01:12:46.914 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:46 smithi005 ceph-mon[100668]: osdmap e16: 3 total, 2 up, 3 in 2023-11-28T01:12:46.914 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:46 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:46.914 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:46 smithi005 ceph-mon[100668]: from='osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2023-11-28T01:12:46.915 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:46 smithi005 ceph-mon[100668]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2023-11-28T01:12:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:46 smithi133 ceph-mon[104864]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-28T01:12:47.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:46 smithi133 ceph-mon[104864]: osdmap e16: 3 total, 2 up, 3 in 2023-11-28T01:12:47.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:46 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:47.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:46 smithi133 ceph-mon[104864]: from='osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2023-11-28T01:12:47.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:46 smithi133 ceph-mon[104864]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2023-11-28T01:12:47.287 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:46 smithi133 conmon[111705]: 2023-11-28T01:12:46.831+0000 7f1c9fb99700 -1 osd.2 0 waiting for initial osdmap 2023-11-28T01:12:47.287 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:46 smithi133 conmon[111705]: 2023-11-28T01:12:46.834+0000 7f1c9918e700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T01:12:47.300 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:12:47.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:46 smithi116 ceph-mon[104146]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-28T01:12:47.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:46 smithi116 ceph-mon[104146]: osdmap e16: 3 total, 2 up, 3 in 2023-11-28T01:12:47.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:46 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:47.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:46 smithi116 ceph-mon[104146]: from='osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2023-11-28T01:12:47.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:46 smithi116 ceph-mon[104146]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2023-11-28T01:12:47.891 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1701133946,"num_in_osds":3,"osd_in_since":1701133950,"num_remapped_pgs":0} 2023-11-28T01:12:48.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:47 smithi005 ceph-mon[100668]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:48.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:47 smithi005 ceph-mon[100668]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2023-11-28T01:12:48.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:47 smithi005 ceph-mon[100668]: osdmap e17: 3 total, 2 up, 3 in 2023-11-28T01:12:48.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:47 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:48.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:47 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:48.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:47 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1836056884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:12:48.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:47 smithi133 ceph-mon[104864]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:48.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:47 smithi133 ceph-mon[104864]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2023-11-28T01:12:48.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:47 smithi133 ceph-mon[104864]: osdmap e17: 3 total, 2 up, 3 in 2023-11-28T01:12:48.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:47 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:48.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:47 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:48.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:47 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/1836056884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:12:48.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:47 smithi116 ceph-mon[104146]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-28T01:12:48.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:47 smithi116 ceph-mon[104146]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2023-11-28T01:12:48.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:47 smithi116 ceph-mon[104146]: osdmap e17: 3 total, 2 up, 3 in 2023-11-28T01:12:48.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:47 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:48.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:47 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:48.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:47 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/1836056884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:12:48.892 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-28T01:12:49.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: purged_snaps scrub starts 2023-11-28T01:12:49.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: purged_snaps scrub ok 2023-11-28T01:12:49.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539] boot 2023-11-28T01:12:49.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: osdmap e18: 3 total, 3 up, 3 in 2023-11-28T01:12:49.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:49.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: Detected new or changed devices on smithi133 2023-11-28T01:12:49.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:49.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: Adjusting osd_memory_target on smithi133 to 21264M 2023-11-28T01:12:49.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:49.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:49.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:48 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' 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-28T01:12:49.241 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:12:49.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: purged_snaps scrub starts 2023-11-28T01:12:49.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: purged_snaps scrub ok 2023-11-28T01:12:49.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539] boot 2023-11-28T01:12:49.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: osdmap e18: 3 total, 3 up, 3 in 2023-11-28T01:12:49.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:49.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: Detected new or changed devices on smithi133 2023-11-28T01:12:49.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:49.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: Adjusting osd_memory_target on smithi133 to 21264M 2023-11-28T01:12:49.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:49.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:49.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.288 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:48 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' 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-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: purged_snaps scrub starts 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: purged_snaps scrub ok 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: osd.2 [v2:172.21.15.133:6800/1505387539,v1:172.21.15.133:6801/1505387539] boot 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: osdmap e18: 3 total, 3 up, 3 in 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: Detected new or changed devices on smithi133 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T01:12:49.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: Adjusting osd_memory_target on smithi133 to 21264M 2023-11-28T01:12:49.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:49.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:49.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:49.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:48 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' 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-28T01:12:50.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:49 smithi005 ceph-mon[100668]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:50.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:49 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' 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-28T01:12:50.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:49 smithi005 ceph-mon[100668]: osdmap e19: 3 total, 3 up, 3 in 2023-11-28T01:12:50.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:49 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-28T01:12:50.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:49 smithi133 ceph-mon[104864]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:50.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:49 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' 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-28T01:12:50.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:49 smithi133 ceph-mon[104864]: osdmap e19: 3 total, 3 up, 3 in 2023-11-28T01:12:50.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:49 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-28T01:12:50.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:49 smithi116 ceph-mon[104146]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:50.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:49 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' 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-28T01:12:50.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:49 smithi116 ceph-mon[104146]: osdmap e19: 3 total, 3 up, 3 in 2023-11-28T01:12:50.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:49 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-28T01:12:50.584 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130404]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:12:50.585 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130404]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:50.585 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130404]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:50.585 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130404]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:51.001 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:12:51.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:50 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-28T01:12:51.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:50 smithi005 ceph-mon[100668]: osdmap e20: 3 total, 3 up, 3 in 2023-11-28T01:12:51.102 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130455]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:12:51.102 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130455]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:51.102 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130455]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:51.102 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:12:50 smithi005 sudo[130455]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:51.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:50 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-28T01:12:51.208 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:50 smithi116 ceph-mon[104146]: osdmap e20: 3 total, 3 up, 3 in 2023-11-28T01:12:51.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:50 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-28T01:12:51.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:50 smithi133 ceph-mon[104864]: osdmap e20: 3 total, 3 up, 3 in 2023-11-28T01:12:51.461 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116498]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:12:51.461 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116498]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:51.461 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116498]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:51.461 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116498]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:51.606 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1701133967,"num_in_osds":3,"osd_in_since":1701133950,"num_remapped_pgs":0} 2023-11-28T01:12:51.607 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T01:12:51.812 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116501]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:12:51.813 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116501]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:51.813 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116501]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:51.813 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:12:51 smithi116 sudo[116501]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:51.954 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:12:51.982 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117292]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:12:51.983 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117292]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:51.983 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117292]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:51.983 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117292]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:51.983 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:51 smithi133 ceph-mon[104864]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:51.983 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:51 smithi133 ceph-mon[104864]: osdmap e21: 3 total, 3 up, 3 in 2023-11-28T01:12:51.983 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:51 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:51.983 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:51 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/3629860903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:12:51.983 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:51 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:52.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:51 smithi005 ceph-mon[100668]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:52.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:51 smithi005 ceph-mon[100668]: osdmap e21: 3 total, 3 up, 3 in 2023-11-28T01:12:52.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:51 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:52.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:51 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3629860903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:12:52.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:51 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:52.286 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117295]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:12:52.286 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117295]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:52.287 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117295]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:52.287 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:12:51 smithi133 sudo[117295]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:52.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:51 smithi116 ceph-mon[104146]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:52.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:51 smithi116 ceph-mon[104146]: osdmap e21: 3 total, 3 up, 3 in 2023-11-28T01:12:52.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:51 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:52.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:51 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/3629860903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T01:12:52.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:51 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:52.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130736]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:12:52.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130736]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:52.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130736]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:52.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130736]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:53.172 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:52 smithi133 ceph-mon[104864]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-28T01:12:53.172 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:52 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:53.172 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:52 smithi133 ceph-mon[104864]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:53.172 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117298]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:12:53.172 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117298]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:53.172 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117298]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:53.173 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117298]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:53.179 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130782]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:12:53.180 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130782]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:53.180 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130782]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:53.180 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 sudo[130782]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:53.180 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 ceph-mon[100668]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-28T01:12:53.180 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:53.180 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:52 smithi005 ceph-mon[100668]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:53.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:52 smithi116 ceph-mon[104146]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-28T01:12:53.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:52 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' 2023-11-28T01:12:53.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:52 smithi116 ceph-mon[104146]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:53.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117301]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:12:53.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117301]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:53.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117301]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:53.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 sudo[117301]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:53.574 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:12:53.575 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":21,"fsid":"9a7b2882-8d8a-11ee-95a2-87774f69a715","created":"2023-11-28T01:09:30.112627+0000","modified":"2023-11-28T01:12:50.840152+0000","last_up_change":"2023-11-28T01:12:47.822896+0000","last_in_change":"2023-11-28T01:12:30.965738+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-28T01:12:48.774433+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"84007bbb-ac65-4255-ba1d-8c9b6819839d","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.5:6802","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6803","nonce":132371829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6805","nonce":132371829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6809","nonce":132371829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6807","nonce":132371829}]},"public_addr":"172.21.15.5:6803/132371829","cluster_addr":"172.21.15.5:6805/132371829","heartbeat_back_addr":"172.21.15.5:6809/132371829","heartbeat_front_addr":"172.21.15.5:6807/132371829","state":["exists","up"]},{"osd":1,"uuid":"4e780683-de01-4e94-8b5b-df7e56effd48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6801","nonce":1494518973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6803","nonce":1494518973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6807","nonce":1494518973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6805","nonce":1494518973}]},"public_addr":"172.21.15.116:6801/1494518973","cluster_addr":"172.21.15.116:6803/1494518973","heartbeat_back_addr":"172.21.15.116:6807/1494518973","heartbeat_front_addr":"172.21.15.116:6805/1494518973","state":["exists","up"]},{"osd":2,"uuid":"257594ff-ccd2-4397-b98a-7be786829332","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.133:6800","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6801","nonce":1505387539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6803","nonce":1505387539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6807","nonce":1505387539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6805","nonce":1505387539}]},"public_addr":"172.21.15.133:6801/1505387539","cluster_addr":"172.21.15.133:6803/1505387539","heartbeat_back_addr":"172.21.15.133:6807/1505387539","heartbeat_front_addr":"172.21.15.133:6805/1505387539","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:03.503464+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:24.698521+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:45.976430+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:6800/1818715319":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/2622252378":"2023-11-29T01:10:30.238698+0000","172.21.15.5:6800/1067821485":"2023-11-29T01:09:59.944447+0000","172.21.15.5:6801/1818715319":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/1715667491":"2023-11-29T01:10:30.238698+0000","172.21.15.5:6801/1067821485":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/1661052121":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/3079114726":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/3272806686":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/1037420482":"2023-11-29T01:09:59.944447+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-28T01:12:53.901 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116504]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T01:12:53.901 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116504]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:53.902 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116504]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:53.902 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116504]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:54.158 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-28T01:12:48.774433+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-11-28T01:12:54.158 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-28T01:12:54.185 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:54.185 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.185 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.185 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.185 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.185 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/624216724' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:12:54.186 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:53 smithi005 ceph-mon[100668]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:54.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/624216724' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:12:54.287 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:53 smithi133 ceph-mon[104864]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116507]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T01:12:54.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116507]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-28T01:12:54.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116507]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T01:12:54.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 sudo[116507]: pam_unix(sudo:session): session closed for user root 2023-11-28T01:12:54.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:54.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='mgr.14152 172.21.15.5:0/1032155480' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:12:54.314 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/624216724' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:12:54.315 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:53 smithi116 ceph-mon[104146]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T01:12:54.505 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:12:56.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:55 smithi005 ceph-mon[100668]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:56.104 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2023-11-28T01:12:56.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:55 smithi133 ceph-mon[104864]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:56.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:55 smithi116 ceph-mon[104146]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:56.707 INFO:tasks.cephadm:Setting up client nodes... 2023-11-28T01:12:56.707 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-28T01:12:56.707 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-28T01:12:56.707 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-11-28T01:12:57.096 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:12:57.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:56 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/847704379' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-28T01:12:57.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:56 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/847704379' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-28T01:12:57.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:56 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/847704379' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-28T01:12:58.042 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:57 smithi005 ceph-mon[100668]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:58.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:57 smithi133 ceph-mon[104864]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:58.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:57 smithi116 ceph-mon[104146]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:12:58.766 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:12:59.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:58 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2370643240' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-28T01:12:59.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:58 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/2370643240' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-28T01:12:59.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:58 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/2370643240' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-28T01:12:59.365 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":1435928976},{"type":"v1","addr":"172.21.15.5:6801","nonce":1435928976}]},"active_addr":"172.21.15.5:6801/1435928976","active_change":"2023-11-28T01:10:30.238867+0000","active_mgr_features":4540701272860131327,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540701272860131327,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.5: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"],"squid":["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.5:0","nonce":821108479}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":2457707787}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":1683298597}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":4272916171}]}]} 2023-11-28T01:12:59.371 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-28T01:12:59.371 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-28T01:12:59.372 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T01:12:59.720 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:00.261 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:12:59 smithi005 ceph-mon[100668]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-11-28T01:13:00.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:12:59 smithi133 ceph-mon[104864]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-11-28T01:13:00.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:12:59 smithi116 ceph-mon[104146]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-11-28T01:13:01.302 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:13:01.302 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":21,"fsid":"9a7b2882-8d8a-11ee-95a2-87774f69a715","created":"2023-11-28T01:09:30.112627+0000","modified":"2023-11-28T01:12:50.840152+0000","last_up_change":"2023-11-28T01:12:47.822896+0000","last_in_change":"2023-11-28T01:12:30.965738+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-28T01:12:48.774433+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"84007bbb-ac65-4255-ba1d-8c9b6819839d","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.5:6802","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6803","nonce":132371829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6805","nonce":132371829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6809","nonce":132371829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6807","nonce":132371829}]},"public_addr":"172.21.15.5:6803/132371829","cluster_addr":"172.21.15.5:6805/132371829","heartbeat_back_addr":"172.21.15.5:6809/132371829","heartbeat_front_addr":"172.21.15.5:6807/132371829","state":["exists","up"]},{"osd":1,"uuid":"4e780683-de01-4e94-8b5b-df7e56effd48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6801","nonce":1494518973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6803","nonce":1494518973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6807","nonce":1494518973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6805","nonce":1494518973}]},"public_addr":"172.21.15.116:6801/1494518973","cluster_addr":"172.21.15.116:6803/1494518973","heartbeat_back_addr":"172.21.15.116:6807/1494518973","heartbeat_front_addr":"172.21.15.116:6805/1494518973","state":["exists","up"]},{"osd":2,"uuid":"257594ff-ccd2-4397-b98a-7be786829332","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.133:6800","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6801","nonce":1505387539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6803","nonce":1505387539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6807","nonce":1505387539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6805","nonce":1505387539}]},"public_addr":"172.21.15.133:6801/1505387539","cluster_addr":"172.21.15.133:6803/1505387539","heartbeat_back_addr":"172.21.15.133:6807/1505387539","heartbeat_front_addr":"172.21.15.133:6805/1505387539","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:03.503464+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:24.698521+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:45.976430+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:6800/1818715319":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/2622252378":"2023-11-29T01:10:30.238698+0000","172.21.15.5:6800/1067821485":"2023-11-29T01:09:59.944447+0000","172.21.15.5:6801/1818715319":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/1715667491":"2023-11-29T01:10:30.238698+0000","172.21.15.5:6801/1067821485":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/1661052121":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/3079114726":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/3272806686":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/1037420482":"2023-11-29T01:09:59.944447+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-28T01:13:01.873 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-28T01:13:01.873 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T01:13:02.220 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:02.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:01 smithi133 ceph-mon[104864]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-11-28T01:13:02.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:01 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/1278883382' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:13:02.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:01 smithi116 ceph-mon[104146]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-11-28T01:13:02.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:01 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/1278883382' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:13:02.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:01 smithi005 ceph-mon[100668]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-11-28T01:13:02.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:01 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1278883382' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:13:03.805 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:13:03.805 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":21,"fsid":"9a7b2882-8d8a-11ee-95a2-87774f69a715","created":"2023-11-28T01:09:30.112627+0000","modified":"2023-11-28T01:12:50.840152+0000","last_up_change":"2023-11-28T01:12:47.822896+0000","last_in_change":"2023-11-28T01:12:30.965738+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-28T01:12:48.774433+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"84007bbb-ac65-4255-ba1d-8c9b6819839d","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.5:6802","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6803","nonce":132371829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6805","nonce":132371829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6809","nonce":132371829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":132371829},{"type":"v1","addr":"172.21.15.5:6807","nonce":132371829}]},"public_addr":"172.21.15.5:6803/132371829","cluster_addr":"172.21.15.5:6805/132371829","heartbeat_back_addr":"172.21.15.5:6809/132371829","heartbeat_front_addr":"172.21.15.5:6807/132371829","state":["exists","up"]},{"osd":1,"uuid":"4e780683-de01-4e94-8b5b-df7e56effd48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6801","nonce":1494518973}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6803","nonce":1494518973}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6807","nonce":1494518973}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1494518973},{"type":"v1","addr":"172.21.15.116:6805","nonce":1494518973}]},"public_addr":"172.21.15.116:6801/1494518973","cluster_addr":"172.21.15.116:6803/1494518973","heartbeat_back_addr":"172.21.15.116:6807/1494518973","heartbeat_front_addr":"172.21.15.116:6805/1494518973","state":["exists","up"]},{"osd":2,"uuid":"257594ff-ccd2-4397-b98a-7be786829332","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.133:6800","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6801","nonce":1505387539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6803","nonce":1505387539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6807","nonce":1505387539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1505387539},{"type":"v1","addr":"172.21.15.133:6805","nonce":1505387539}]},"public_addr":"172.21.15.133:6801/1505387539","cluster_addr":"172.21.15.133:6803/1505387539","heartbeat_back_addr":"172.21.15.133:6807/1505387539","heartbeat_front_addr":"172.21.15.133:6805/1505387539","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:03.503464+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:24.698521+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701272860131327,"old_weight":0,"last_purged_snaps_scrub":"2023-11-28T01:12:45.976430+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:6800/1818715319":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/2622252378":"2023-11-29T01:10:30.238698+0000","172.21.15.5:6800/1067821485":"2023-11-29T01:09:59.944447+0000","172.21.15.5:6801/1818715319":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/1715667491":"2023-11-29T01:10:30.238698+0000","172.21.15.5:6801/1067821485":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/1661052121":"2023-11-29T01:10:30.238698+0000","172.21.15.5:0/3079114726":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/3272806686":"2023-11-29T01:09:59.944447+0000","172.21.15.5:0/1037420482":"2023-11-29T01:09:59.944447+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-28T01:13:04.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:03 smithi005 ceph-mon[100668]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-11-28T01:13:04.125 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:03 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/600258809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:13:04.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:03 smithi133 ceph-mon[104864]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-11-28T01:13:04.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:03 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/600258809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:13:04.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:03 smithi116 ceph-mon[104146]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-11-28T01:13:04.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:03 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/600258809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T01:13:04.398 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-28T01:13:04.398 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-28T01:13:04.399 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-28T01:13:04.870 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:04.922 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:04.994 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:06.099 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:05 smithi005 ceph-mon[100668]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-11-28T01:13:06.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:05 smithi133 ceph-mon[104864]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-11-28T01:13:06.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:05 smithi116 ceph-mon[104146]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-11-28T01:13:08.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:07 smithi005 ceph-mon[100668]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-28T01:13:08.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:07 smithi133 ceph-mon[104864]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-28T01:13:08.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:07 smithi116 ceph-mon[104146]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-28T01:13:09.008 INFO:teuthology.orchestra.run.smithi005.stdout:77309411334 2023-11-28T01:13:09.008 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-28T01:13:09.057 INFO:teuthology.orchestra.run.smithi005.stdout:34359738384 2023-11-28T01:13:09.058 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-28T01:13:09.473 INFO:teuthology.orchestra.run.smithi005.stdout:55834574860 2023-11-28T01:13:09.473 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-28T01:13:09.527 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:09.578 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:10.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:09 smithi005 ceph-mon[100668]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-28T01:13:10.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:09 smithi133 ceph-mon[104864]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-28T01:13:10.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:09 smithi116 ceph-mon[104146]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-28T01:13:11.204 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:11.845 INFO:teuthology.orchestra.run.smithi005.stdout:77309411335 2023-11-28T01:13:12.007 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:11 smithi005 ceph-mon[100668]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:12.007 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:11 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/940083540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-28T01:13:12.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:11 smithi133 ceph-mon[104864]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:12.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:11 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/940083540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-28T01:13:12.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:11 smithi116 ceph-mon[104146]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:12.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:11 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/940083540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-28T01:13:12.581 INFO:teuthology.orchestra.run.smithi005.stdout:34359738384 2023-11-28T01:13:13.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:12 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/3256721731' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-28T01:13:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:12 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3256721731' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-28T01:13:13.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:12 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/3256721731' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-28T01:13:13.362 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411335 for osd.2 2023-11-28T01:13:13.363 DEBUG:teuthology.parallel:result is None 2023-11-28T01:13:13.392 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738384 for osd.0 2023-11-28T01:13:13.392 DEBUG:teuthology.parallel:result is None 2023-11-28T01:13:13.954 INFO:teuthology.orchestra.run.smithi005.stdout:55834574860 2023-11-28T01:13:14.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:13 smithi133 ceph-mon[104864]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:14.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:13 smithi116 ceph-mon[104146]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:14.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:13 smithi005 ceph-mon[100668]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:14.590 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574860 for osd.1 2023-11-28T01:13:14.590 DEBUG:teuthology.parallel:result is None 2023-11-28T01:13:14.590 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-28T01:13:14.591 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-28T01:13:14.948 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:15.224 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:14 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1832833541' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-28T01:13:15.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:14 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/1832833541' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-28T01:13:15.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:14 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/1832833541' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-28T01:13:16.175 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:15 smithi005 ceph-mon[100668]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:16.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:15 smithi133 ceph-mon[104864]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:16.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:15 smithi116 ceph-mon[104146]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:16.566 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2023-11-28T01:13:17.197 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2023-11-28T01:13:16.270146+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":83940,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151516,"statfs":{"total":287985106944,"available":287899152384,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001964"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-11-28T01:12:53.915377+0000","last_change":"2023-11-28T01:12:49.840240+0000","last_active":"2023-11-28T01:12:53.915377+0000","last_peered":"2023-11-28T01:12:53.915377+0000","last_clean":"2023-11-28T01:12:53.915377+0000","last_became_active":"2023-11-28T01:12:49.839927+0000","last_became_peered":"2023-11-28T01:12:49.839927+0000","last_unstale":"2023-11-28T01:12:53.915377+0000","last_undegraded":"2023-11-28T01:12:53.915377+0000","last_fullsized":"2023-11-28T01:12:53.915377+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-28T01:12:48.830028+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-28T01:12:48.830028+0000","last_clean_scrub_stamp":"2023-11-28T01:12:48.830028+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-29T08:37:54.538134+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411336,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]},{"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.47599999999999998}]}]},{"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":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"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.65500000000000003}]}]},{"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":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"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.58199999999999996}]}]}],"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-28T01:13:17.198 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-28T01:13:17.546 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:18.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:17 smithi005 ceph-mon[100668]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:18.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:17 smithi005 ceph-mon[100668]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:13:18.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:17 smithi133 ceph-mon[104864]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:18.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:17 smithi133 ceph-mon[104864]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:13:18.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:17 smithi116 ceph-mon[104146]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:18.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:17 smithi116 ceph-mon[104146]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:13:19.155 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:13:19.157 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2023-11-28T01:13:19.786 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2023-11-28T01:13:18.270436+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":83940,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151516,"statfs":{"total":287985106944,"available":287899152384,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001887"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-11-28T01:12:53.915377+0000","last_change":"2023-11-28T01:12:49.840240+0000","last_active":"2023-11-28T01:12:53.915377+0000","last_peered":"2023-11-28T01:12:53.915377+0000","last_clean":"2023-11-28T01:12:53.915377+0000","last_became_active":"2023-11-28T01:12:49.839927+0000","last_became_peered":"2023-11-28T01:12:49.839927+0000","last_unstale":"2023-11-28T01:12:53.915377+0000","last_undegraded":"2023-11-28T01:12:53.915377+0000","last_fullsized":"2023-11-28T01:12:53.915377+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-28T01:12:48.830028+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-28T01:12:48.830028+0000","last_clean_scrub_stamp":"2023-11-28T01:12:48.830028+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-29T08:37:54.538134+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.377}]},{"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.46700000000000003}]}]},{"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":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"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.65500000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"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.58199999999999996}]}]}],"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-28T01:13:19.787 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-28T01:13:19.787 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-28T01:13:19.788 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-28T01:13:19.788 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-11-28T01:13:20.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:19 smithi005 ceph-mon[100668]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:20.138 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:20.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:19 smithi133 ceph-mon[104864]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:20.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:19 smithi116 ceph-mon[104146]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:21.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:20 smithi133 ceph-mon[104864]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:13:21.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:20 smithi005 ceph-mon[100668]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:13:21.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:20 smithi116 ceph-mon[104146]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T01:13:21.761 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-28T01:13:21.761 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-28T01:13:22.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:21 smithi005 ceph-mon[100668]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:22.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:21 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/2071086341' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-28T01:13:22.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:21 smithi133 ceph-mon[104864]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:22.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:21 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/2071086341' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-28T01:13:22.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:21 smithi116 ceph-mon[104146]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:22.313 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:21 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/2071086341' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-28T01:13:22.344 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-28T01:13:22.344 INFO:tasks.cephadm:Setup complete, yielding 2023-11-28T01:13:22.344 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-28T01:13:22.354 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2023-11-28T01:13:22.354 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-11-28T01:13:22.699 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:24.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:23 smithi133 ceph-mon[104864]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:24.312 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:23 smithi116 ceph-mon[104146]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:24.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:23 smithi005 ceph-mon[100668]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:25.234 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:24 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/1007320444' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-28T01:13:25.235 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: ignoring --setuser ceph since I am not root 2023-11-28T01:13:25.235 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: ignoring --setgroup ceph since I am not root 2023-11-28T01:13:25.235 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 ceph-mgr[106130]: -- 172.21.15.116:0/2111720004 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560c52a2c1a0 con 0x560c52a04800 2023-11-28T01:13:25.235 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: 2023-11-28T01:13:25.152+0000 7efcdc706200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-28T01:13:25.235 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: 2023-11-28T01:13:25.232+0000 7efcdc706200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-28T01:13:25.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:24 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1007320444' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-28T01:13:25.283 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:25 smithi005 conmon[101095]: ignoring --setuser ceph since I am not root 2023-11-28T01:13:25.283 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:25 smithi005 conmon[101095]: ignoring --setgroup ceph since I am not root 2023-11-28T01:13:25.284 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:25 smithi005 conmon[101095]: 2023-11-28T01:13:25.179+0000 7fe14b9df200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-28T01:13:25.284 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:25 smithi005 conmon[101095]: 2023-11-28T01:13:25.278+0000 7fe14b9df200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-28T01:13:25.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:24 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/1007320444' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-28T01:13:25.547 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:25 smithi005 conmon[101095]: 2023-11-28T01:13:25.389+0000 7fe14b9df200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-28T01:13:25.547 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:25 smithi005 conmon[101095]: 2023-11-28T01:13:25.501+0000 7fe14b9df200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-28T01:13:25.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: 2023-11-28T01:13:25.321+0000 7efcdc706200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-28T01:13:25.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: 2023-11-28T01:13:25.414+0000 7efcdc706200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-28T01:13:25.578 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-11-28T01:13:25.589 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-11-28T01:13:25.589 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-11-28T01:13:25.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:25 smithi005 conmon[101095]: 2023-11-28T01:13:25.725+0000 7fe14b9df200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-28T01:13:25.945 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: 2023-11-28T01:13:25.583+0000 7efcdc706200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-28T01:13:25.955 INFO:teuthology.orchestra.run.smithi005.stdout:Inferring config /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/mon.a/config 2023-11-28T01:13:26.250 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:25 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/1007320444' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-28T01:13:26.250 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:25 smithi005 ceph-mon[100668]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-28T01:13:26.257 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:25 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/1007320444' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-28T01:13:26.257 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:25 smithi116 ceph-mon[104146]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-28T01:13:26.257 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:25 smithi116 conmon[106063]: 2023-11-28T01:13:25.942+0000 7efcdc706200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-28T01:13:26.257 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:26 smithi116 conmon[106063]: 2023-11-28T01:13:26.073+0000 7efcdc706200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-28T01:13:26.257 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:26 smithi116 conmon[106063]: 2023-11-28T01:13:26.161+0000 7efcdc706200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-28T01:13:26.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:25 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/1007320444' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-28T01:13:26.286 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:25 smithi133 ceph-mon[104864]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-28T01:13:26.531 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:26 smithi005 conmon[101095]: 2023-11-28T01:13:26.248+0000 7fe14b9df200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-28T01:13:26.531 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:26 smithi005 conmon[101095]: 2023-11-28T01:13:26.413+0000 7fe14b9df200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-28T01:13:26.531 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:26 smithi005 conmon[101095]: 2023-11-28T01:13:26.528+0000 7fe14b9df200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-28T01:13:26.562 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:26 smithi116 conmon[106063]: 2023-11-28T01:13:26.254+0000 7efcdc706200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-28T01:13:26.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:26 smithi005 conmon[101095]: 2023-11-28T01:13:26.650+0000 7fe14b9df200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-28T01:13:27.062 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:26 smithi116 conmon[106063]: 2023-11-28T01:13:26.671+0000 7efcdc706200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-28T01:13:27.242 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:27 smithi005 conmon[101095]: 2023-11-28T01:13:27.181+0000 7fe14b9df200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-28T01:13:27.812 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:27 smithi116 conmon[106063]: 2023-11-28T01:13:27.320+0000 7efcdc706200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-28T01:13:27.813 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:27 smithi116 conmon[106063]: 2023-11-28T01:13:27.402+0000 7efcdc706200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-28T01:13:28.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:27 smithi005 conmon[101095]: 2023-11-28T01:13:27.984+0000 7fe14b9df200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-28T01:13:28.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:28 smithi005 conmon[101095]: 2023-11-28T01:13:28.084+0000 7fe14b9df200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-28T01:13:28.434 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:28 smithi116 conmon[106063]: 2023-11-28T01:13:28.169+0000 7efcdc706200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:13:28.434 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:28 smithi116 conmon[106063]: 2023-11-28T01:13:28.260+0000 7efcdc706200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-28T01:13:28.812 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:28 smithi116 conmon[106063]: 2023-11-28T01:13:28.432+0000 7efcdc706200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:13:29.312 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:28 smithi116 conmon[106063]: 2023-11-28T01:13:28.843+0000 7efcdc706200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-28T01:13:29.313 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:28 smithi116 conmon[106063]: 2023-11-28T01:13:28.930+0000 7efcdc706200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-28T01:13:29.313 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:29 smithi116 conmon[106063]: 2023-11-28T01:13:29.077+0000 7efcdc706200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-28T01:13:29.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:29 smithi005 conmon[101095]: 2023-11-28T01:13:29.064+0000 7fe14b9df200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:13:29.351 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:29 smithi005 conmon[101095]: 2023-11-28T01:13:29.177+0000 7fe14b9df200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-28T01:13:29.813 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:29 smithi116 conmon[106063]: 2023-11-28T01:13:29.339+0000 7efcdc706200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-28T01:13:29.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:29 smithi005 conmon[101095]: 2023-11-28T01:13:29.402+0000 7fe14b9df200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-28T01:13:30.196 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:29 smithi005 conmon[101095]: 2023-11-28T01:13:29.902+0000 7fe14b9df200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-28T01:13:30.196 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:30 smithi005 conmon[101095]: 2023-11-28T01:13:30.010+0000 7fe14b9df200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-28T01:13:30.313 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:30 smithi116 conmon[106063]: 2023-11-28T01:13:30.029+0000 7efcdc706200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-28T01:13:30.313 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:30 smithi116 conmon[106063]: 2023-11-28T01:13:30.160+0000 7efcdc706200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-28T01:13:30.532 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:30 smithi005 conmon[101095]: 2023-11-28T01:13:30.194+0000 7fe14b9df200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-28T01:13:30.686 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:30 smithi116 conmon[106063]: 2023-11-28T01:13:30.354+0000 7efcdc706200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-28T01:13:30.686 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:30 smithi116 conmon[106063]: 2023-11-28T01:13:30.467+0000 7efcdc706200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-28T01:13:30.851 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:30 smithi005 conmon[101095]: 2023-11-28T01:13:30.530+0000 7fe14b9df200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-28T01:13:31.062 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:30 smithi116 conmon[106063]: 2023-11-28T01:13:30.684+0000 7efcdc706200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-28T01:13:31.760 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:31 smithi005 conmon[101095]: 2023-11-28T01:13:31.359+0000 7fe14b9df200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-28T01:13:31.761 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:31 smithi005 conmon[101095]: 2023-11-28T01:13:31.519+0000 7fe14b9df200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-28T01:13:31.812 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:31 smithi116 conmon[106063]: 2023-11-28T01:13:31.533+0000 7efcdc706200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-28T01:13:31.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:31 smithi116 ceph-mon[104146]: Standby manager daemon b restarted 2023-11-28T01:13:31.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:31 smithi116 ceph-mon[104146]: Standby manager daemon b started 2023-11-28T01:13:31.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:31 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-28T01:13:31.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:31 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:13:31.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:31 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-28T01:13:31.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:31 smithi116 ceph-mon[104146]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:13:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:31 smithi133 ceph-mon[104864]: Standby manager daemon b restarted 2023-11-28T01:13:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:31 smithi133 ceph-mon[104864]: Standby manager daemon b started 2023-11-28T01:13:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:31 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-28T01:13:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:31 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:13:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:31 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-28T01:13:32.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:31 smithi133 ceph-mon[104864]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:13:32.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:31 smithi005 conmon[101095]: 2023-11-28T01:13:31.771+0000 7fe14b9df200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-28T01:13:32.101 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:31 smithi005 conmon[101095]: 2023-11-28T01:13:31.910+0000 7fe14b9df200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-28T01:13:32.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:31 smithi005 ceph-mon[100668]: Standby manager daemon b restarted 2023-11-28T01:13:32.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:31 smithi005 ceph-mon[100668]: Standby manager daemon b started 2023-11-28T01:13:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:31 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-28T01:13:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:31 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T01:13:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:31 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-28T01:13:32.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:31 smithi005 ceph-mon[100668]: from='mgr.? 172.21.15.116:0/494115038' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T01:13:32.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:32 smithi005 conmon[101095]: 2023-11-28T01:13:32.189+0000 7fe14b9df200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-28T01:13:33.036 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:32 smithi133 ceph-mon[104864]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-28T01:13:33.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:32 smithi116 ceph-mon[104146]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-28T01:13:33.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:32 smithi005 ceph-mon[100668]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-28T01:13:33.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:33 smithi005 conmon[101095]: 2023-11-28T01:13:33.244+0000 7fe14b9df200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: Active manager daemon a restarted 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: Activating manager daemon a 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: osdmap e22: 3 total, 3 up, 3 in 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: mgrmap e18: a(active, starting, since 0.00754661s), standbys: b 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:13:34.037 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: Manager daemon a is now available 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:13:34.038 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:33 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-28T01:13:34.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: Active manager daemon a restarted 2023-11-28T01:13:34.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: Activating manager daemon a 2023-11-28T01:13:34.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: osdmap e22: 3 total, 3 up, 3 in 2023-11-28T01:13:34.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: mgrmap e18: a(active, starting, since 0.00754661s), standbys: b 2023-11-28T01:13:34.063 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: Manager daemon a is now available 2023-11-28T01:13:34.064 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:34.065 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:34.065 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:13:34.065 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:33 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-28T01:13:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: Active manager daemon a restarted 2023-11-28T01:13:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: Activating manager daemon a 2023-11-28T01:13:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: osdmap e22: 3 total, 3 up, 3 in 2023-11-28T01:13:34.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: mgrmap e18: a(active, starting, since 0.00754661s), standbys: b 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T01:13:34.102 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: Manager daemon a is now available 2023-11-28T01:13:34.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:34.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:34.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-28T01:13:34.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:33 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-28T01:13:35.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: mgrmap e19: a(active, since 1.01138s), standbys: b 2023-11-28T01:13:35.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: [28/Nov/2023:01:13:34] ENGINE Bus STARTING 2023-11-28T01:13:35.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: [28/Nov/2023:01:13:34] ENGINE Serving on http://172.21.15.5:8765 2023-11-28T01:13:35.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: [28/Nov/2023:01:13:34] ENGINE Serving on https://172.21.15.5:7150 2023-11-28T01:13:35.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: [28/Nov/2023:01:13:34] ENGINE Bus STARTED 2023-11-28T01:13:35.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:35 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: mgrmap e19: a(active, since 1.01138s), standbys: b 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: [28/Nov/2023:01:13:34] ENGINE Bus STARTING 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: [28/Nov/2023:01:13:34] ENGINE Serving on http://172.21.15.5:8765 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: [28/Nov/2023:01:13:34] ENGINE Serving on https://172.21.15.5:7150 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: [28/Nov/2023:01:13:34] ENGINE Bus STARTED 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:35 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: mgrmap e19: a(active, since 1.01138s), standbys: b 2023-11-28T01:13:35.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: [28/Nov/2023:01:13:34] ENGINE Bus STARTING 2023-11-28T01:13:35.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: [28/Nov/2023:01:13:34] ENGINE Serving on http://172.21.15.5:8765 2023-11-28T01:13:35.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: [28/Nov/2023:01:13:34] ENGINE Serving on https://172.21.15.5:7150 2023-11-28T01:13:35.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: [28/Nov/2023:01:13:34] ENGINE Bus STARTED 2023-11-28T01:13:35.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:35.604 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:35 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:36.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: osdmap e23: 3 total, 3 up, 3 in 2023-11-28T01:13:36.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/234778635' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-28T01:13:36.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.536 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: Updating smithi005:/etc/ceph/ceph.conf 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.537 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:36 smithi133 ceph-mon[104864]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.562 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: osdmap e23: 3 total, 3 up, 3 in 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/234778635' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: Updating smithi005:/etc/ceph/ceph.conf 2023-11-28T01:13:36.563 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:13:36.564 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:13:36.564 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.564 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.564 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:36 smithi116 ceph-mon[104146]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:36.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: osdmap e23: 3 total, 3 up, 3 in 2023-11-28T01:13:36.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/234778635' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-28T01:13:36.601 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: Updating smithi005:/etc/ceph/ceph.conf 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: Updating smithi116:/etc/ceph/ceph.conf 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: Updating smithi133:/etc/ceph/ceph.conf 2023-11-28T01:13:36.602 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:36.603 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:36 smithi005 ceph-mon[100668]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T01:13:37.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:37 smithi133 ceph-mon[104864]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-28T01:13:37.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:37 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/234778635' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-28T01:13:37.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:37 smithi133 ceph-mon[104864]: osdmap e24: 3 total, 3 up, 3 in 2023-11-28T01:13:37.812 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:37 smithi116 ceph-mon[104146]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-28T01:13:37.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:37 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/234778635' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-28T01:13:37.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:37 smithi116 ceph-mon[104146]: osdmap e24: 3 total, 3 up, 3 in 2023-11-28T01:13:37.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:37 smithi005 ceph-mon[100668]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-28T01:13:37.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:37 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/234778635' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-28T01:13:37.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:37 smithi005 ceph-mon[100668]: osdmap e24: 3 total, 3 up, 3 in 2023-11-28T01:13:38.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: osdmap e25: 3 total, 3 up, 3 in 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:38.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:13:38.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:13:38.788 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:38 smithi133 ceph-mon[104864]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: osdmap e25: 3 total, 3 up, 3 in 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:13:38.814 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:38 smithi116 ceph-mon[104146]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: Updating smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: Updating smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: Updating smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: osdmap e25: 3 total, 3 up, 3 in 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:38.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:13:38.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:13:38.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:13:38.853 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:38 smithi005 ceph-mon[100668]: from='mgr.14406 172.21.15.5:0/726907400' entity='mgr.a' 2023-11-28T01:13:39.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:39 smithi133 ceph-mon[104864]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-28T01:13:39.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:39 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-28T01:13:39.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:39 smithi133 ceph-mon[104864]: osdmap e26: 3 total, 3 up, 3 in 2023-11-28T01:13:39.812 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:39 smithi116 ceph-mon[104146]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-28T01:13:39.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:39 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-28T01:13:39.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:39 smithi116 ceph-mon[104146]: osdmap e26: 3 total, 3 up, 3 in 2023-11-28T01:13:39.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:39 smithi005 ceph-mon[100668]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-28T01:13:39.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:39 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-28T01:13:39.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:39 smithi005 ceph-mon[100668]: osdmap e26: 3 total, 3 up, 3 in 2023-11-28T01:13:40.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:40 smithi133 ceph-mon[104864]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-11-28T01:13:40.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:40 smithi133 ceph-mon[104864]: osdmap e27: 3 total, 3 up, 3 in 2023-11-28T01:13:40.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:40 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-28T01:13:40.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:40 smithi116 ceph-mon[104146]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-11-28T01:13:40.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:40 smithi116 ceph-mon[104146]: osdmap e27: 3 total, 3 up, 3 in 2023-11-28T01:13:40.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:40 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-28T01:13:40.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:40 smithi005 ceph-mon[100668]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-11-28T01:13:40.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:40 smithi005 ceph-mon[100668]: osdmap e27: 3 total, 3 up, 3 in 2023-11-28T01:13:40.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:40 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-28T01:13:41.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:41 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-28T01:13:41.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:41 smithi133 ceph-mon[104864]: osdmap e28: 3 total, 3 up, 3 in 2023-11-28T01:13:41.812 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:41 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-28T01:13:41.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:41 smithi116 ceph-mon[104146]: osdmap e28: 3 total, 3 up, 3 in 2023-11-28T01:13:41.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:41 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/3301558506' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-28T01:13:41.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:41 smithi005 ceph-mon[100668]: osdmap e28: 3 total, 3 up, 3 in 2023-11-28T01:13:42.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:42 smithi133 ceph-mon[104864]: 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-28T01:13:42.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:42 smithi133 ceph-mon[104864]: osdmap e29: 3 total, 3 up, 3 in 2023-11-28T01:13:42.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:42 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-28T01:13:42.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:42 smithi116 ceph-mon[104146]: 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-28T01:13:42.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:42 smithi116 ceph-mon[104146]: osdmap e29: 3 total, 3 up, 3 in 2023-11-28T01:13:42.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:42 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-28T01:13:42.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:42 smithi005 ceph-mon[100668]: 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-28T01:13:42.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:42 smithi005 ceph-mon[100668]: osdmap e29: 3 total, 3 up, 3 in 2023-11-28T01:13:42.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:42 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-28T01:13:43.480 INFO:teuthology.orchestra.run.smithi005.stderr:Error EINVAL: Traceback (most recent call last): 2023-11-28T01:13:43.480 INFO:teuthology.orchestra.run.smithi005.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-28T01:13:43.481 INFO:teuthology.orchestra.run.smithi005.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-28T01:13:43.481 INFO:teuthology.orchestra.run.smithi005.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-28T01:13:43.481 INFO:teuthology.orchestra.run.smithi005.stderr: return self.func(mgr, **kwargs) 2023-11-28T01:13:43.482 INFO:teuthology.orchestra.run.smithi005.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-28T01:13:43.482 INFO:teuthology.orchestra.run.smithi005.stderr: return func(self, *args, **kwargs) 2023-11-28T01:13:43.482 INFO:teuthology.orchestra.run.smithi005.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-28T01:13:43.482 INFO:teuthology.orchestra.run.smithi005.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-28T01:13:43.483 INFO:teuthology.orchestra.run.smithi005.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-28T01:13:43.483 INFO:teuthology.orchestra.run.smithi005.stderr: self.update_period(realm, zonegroup) 2023-11-28T01:13:43.483 INFO:teuthology.orchestra.run.smithi005.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-28T01:13:43.483 INFO:teuthology.orchestra.run.smithi005.stderr: period = RGWPeriod(period_info) 2023-11-28T01:13:43.484 INFO:teuthology.orchestra.run.smithi005.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-28T01:13:43.484 INFO:teuthology.orchestra.run.smithi005.stderr: self.realm_name = period_dict['realm_name'] 2023-11-28T01:13:43.484 INFO:teuthology.orchestra.run.smithi005.stderr:KeyError: 'realm_name' 2023-11-28T01:13:43.484 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-28T01:13:43.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:43 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-28T01:13:43.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:43 smithi133 ceph-mon[104864]: osdmap e30: 3 total, 3 up, 3 in 2023-11-28T01:13:43.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:43 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-28T01:13:43.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:43 smithi133 ceph-mon[104864]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-28T01:13:43.787 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:43 smithi133 ceph-mon[104864]: osdmap e31: 3 total, 3 up, 3 in 2023-11-28T01:13:43.812 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:43 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-28T01:13:43.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:43 smithi116 ceph-mon[104146]: osdmap e30: 3 total, 3 up, 3 in 2023-11-28T01:13:43.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:43 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-28T01:13:43.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:43 smithi116 ceph-mon[104146]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-28T01:13:43.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:43 smithi116 ceph-mon[104146]: osdmap e31: 3 total, 3 up, 3 in 2023-11-28T01:13:43.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:43 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-28T01:13:43.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:43 smithi005 ceph-mon[100668]: osdmap e30: 3 total, 3 up, 3 in 2023-11-28T01:13:43.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:43 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-28T01:13:43.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:43 smithi005 ceph-mon[100668]: from='client.? 172.21.15.5:0/4149729181' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:43 smithi005 ceph-mon[100668]: osdmap e31: 3 total, 3 up, 3 in 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: 2023-11-28T01:13:43.474+0000 7fe0bb4dd700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: 2023-11-28T01:13:43.476+0000 7fe0bb4dd700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: return self.func(mgr, **kwargs) 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: return func(self, *args, **kwargs) 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-28T01:13:43.852 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: self.update_period(realm, zonegroup) 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: period = RGWPeriod(period_info) 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: self.realm_name = period_dict['realm_name'] 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: KeyError: 'realm_name' 2023-11-28T01:13:43.853 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:43 smithi005 conmon[101095]: 2023-11-28T01:13:44.271 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-11-28T01:13:44.272 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_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/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 smithi005 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-28T01:13:44.358 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7cc16e9c644f495a868d99ef1769dec7 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_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/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 smithi005 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-28T01:13:44.362 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-28T01:13:44.372 INFO:tasks.cephadm:Teardown begin 2023-11-28T01:13:44.373 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:44.413 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:44.450 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:13:44.487 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-28T01:13:44.487 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-28T01:13:44.507 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-28T01:13:44.527 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-28T01:13:44.547 INFO:tasks.cephadm:Stopping all daemons... 2023-11-28T01:13:44.547 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-11-28T01:13:44.547 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a 2023-11-28T01:13:44.575 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:44 smithi005 ceph-mon[100668]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 56 KiB/s rd, 2.0 KiB/s wr, 36 op/s 2023-11-28T01:13:44.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:44 smithi133 ceph-mon[104864]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 56 KiB/s rd, 2.0 KiB/s wr, 36 op/s 2023-11-28T01:13:44.813 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:44 smithi116 ceph-mon[104146]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 56 KiB/s rd, 2.0 KiB/s wr, 36 op/s 2023-11-28T01:13:44.828 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:44 smithi005 systemd[1]: Stopping Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:13:45.101 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:44 smithi005 conmon[100644]: 2023-11-28T01:13:44.826+0000 7f389fd3b700 -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-28T01:13:45.128 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:44 smithi005 conmon[100644]: 2023-11-28T01:13:44.826+0000 7f389fd3b700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-11-28T01:13:45.733 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a.service' 2023-11-28T01:13:45.800 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:45 smithi005 bash[139653]: 2b93a2b9f975bc5b43615c5510b430129f16c7229cfe5adf17f6b200929ba8fa 2023-11-28T01:13:45.801 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:45 smithi005 systemd[1]: ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-11-28T01:13:45.801 INFO:journalctl@ceph.mon.a.smithi005.stdout:Nov 28 01:13:45 smithi005 systemd[1]: Stopped Ceph mon.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715. 2023-11-28T01:13:45.820 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:45.821 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-11-28T01:13:45.821 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-11-28T01:13:45.821 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.b 2023-11-28T01:13:46.101 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:45 smithi116 systemd[1]: Stopping Ceph mon.b for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:13:46.394 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:46 smithi116 conmon[104121]: 2023-11-28T01:13:46.099+0000 7fd0de8c9700 -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-28T01:13:46.394 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:46 smithi116 conmon[104121]: 2023-11-28T01:13:46.099+0000 7fd0de8c9700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-11-28T01:13:46.815 INFO:journalctl@ceph.mon.b.smithi116.stdout:Nov 28 01:13:46 smithi116 bash[118251]: 6f9191864fb5057d6dfed600caec8c1cfc3f4bf0569926337eb9a4effb2ae6f0 2023-11-28T01:13:46.869 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.b.service' 2023-11-28T01:13:46.914 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:46.915 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-11-28T01:13:46.917 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-11-28T01:13:46.918 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.c 2023-11-28T01:13:47.206 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:46 smithi133 systemd[1]: Stopping Ceph mon.c for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:13:47.490 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:47 smithi133 conmon[104811]: 2023-11-28T01:13:47.203+0000 7f14ca037700 -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-28T01:13:47.490 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:47 smithi133 conmon[104811]: 2023-11-28T01:13:47.203+0000 7f14ca037700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-11-28T01:13:47.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Nov 28 01:13:47 smithi133 bash[118902]: f3d7e67e5e09ba06abed4c90fb74106b0cf1c4d00a32d17e1d21503a7d3a4731 2023-11-28T01:13:48.007 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mon.c.service' 2023-11-28T01:13:48.051 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:48.051 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-11-28T01:13:48.051 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-11-28T01:13:48.052 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.a 2023-11-28T01:13:48.345 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:48 smithi005 systemd[1]: Stopping Ceph mgr.a for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:13:48.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:48 smithi005 conmon[101095]: 2023-11-28T01:13:48.343+0000 7fe140454700 -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-28T01:13:48.601 INFO:journalctl@ceph.mgr.a.smithi005.stdout:Nov 28 01:13:48 smithi005 conmon[101095]: 2023-11-28T01:13:48.343+0000 7fe140454700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-11-28T01:13:49.090 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.a.service' 2023-11-28T01:13:49.127 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:49.128 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-11-28T01:13:49.128 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-11-28T01:13:49.128 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.b 2023-11-28T01:13:49.517 INFO:journalctl@ceph.mgr.b.smithi116.stdout:Nov 28 01:13:49 smithi116 systemd[1]: Stopping Ceph mgr.b for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:13:50.077 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@mgr.b.service' 2023-11-28T01:13:50.113 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:50.113 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-11-28T01:13:50.113 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-28T01:13:50.113 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.0 2023-11-28T01:13:50.401 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:13:50 smithi005 systemd[1]: Stopping Ceph osd.0 for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:13:50.851 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:13:50 smithi005 conmon[124517]: 2023-11-28T01:13:50.400+0000 7fa636ccb700 -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-28T01:13:50.851 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:13:50 smithi005 conmon[124517]: 2023-11-28T01:13:50.400+0000 7fa636ccb700 -1 osd.0 31 *** Got signal Terminated *** 2023-11-28T01:13:50.851 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:13:50 smithi005 conmon[124517]: 2023-11-28T01:13:50.400+0000 7fa636ccb700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:13:56.601 INFO:journalctl@ceph.osd.0.smithi005.stdout:Nov 28 01:13:56 smithi005 bash[140249]: a54c89d35ed7aee44254461ca460e58ad06c9f8bcbb789d86b3dae0f1ff61bab 2023-11-28T01:13:57.720 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.0.service' 2023-11-28T01:13:57.762 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:57.762 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-28T01:13:57.763 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-28T01:13:57.763 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.1 2023-11-28T01:13:58.063 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:13:57 smithi116 systemd[1]: Stopping Ceph osd.1 for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:13:58.063 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:13:58 smithi116 conmon[110738]: 2023-11-28T01:13:58.023+0000 7fd68310c700 -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-28T01:13:58.063 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:13:58 smithi116 conmon[110738]: 2023-11-28T01:13:58.023+0000 7fd68310c700 -1 osd.1 31 *** Got signal Terminated *** 2023-11-28T01:13:58.063 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:13:58 smithi116 conmon[110738]: 2023-11-28T01:13:58.023+0000 7fd68310c700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:14:04.062 INFO:journalctl@ceph.osd.1.smithi116.stdout:Nov 28 01:14:03 smithi116 bash[118848]: e448459a8d6378245cc6df08eab6ed305bd0abd90ca3e7e80388d3641631b6d3 2023-11-28T01:14:05.327 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.1.service' 2023-11-28T01:14:05.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:14:05.366 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-28T01:14:05.366 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-28T01:14:05.366 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.2 2023-11-28T01:14:05.786 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:14:05 smithi133 systemd[1]: Stopping Ceph osd.2 for 9a7b2882-8d8a-11ee-95a2-87774f69a715... 2023-11-28T01:14:06.286 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:14:05 smithi133 conmon[111705]: 2023-11-28T01:14:05.809+0000 7f1ca0b9b700 -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-28T01:14:06.286 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:14:05 smithi133 conmon[111705]: 2023-11-28T01:14:05.809+0000 7f1ca0b9b700 -1 osd.2 31 *** Got signal Terminated *** 2023-11-28T01:14:06.286 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:14:05 smithi133 conmon[111705]: 2023-11-28T01:14:05.809+0000 7f1ca0b9b700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:14:11.768 INFO:journalctl@ceph.osd.2.smithi133.stdout:Nov 28 01:14:11 smithi133 bash[119207]: 428cb3c0bf1cbeebac0ba8d4fdfe5a15c7d8b8898400fdaa844e555172c8fe9f 2023-11-28T01:14:13.145 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9a7b2882-8d8a-11ee-95a2-87774f69a715@osd.2.service' 2023-11-28T01:14:13.186 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:14:13.186 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-28T01:14:13.187 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-28T01:14:13.451 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:14:14.160 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-28T01:14:14.413 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:14:15.099 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-28T01:14:15.353 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:14:15.953 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:14:15.991 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:14:16.026 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:14:16.055 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-28T01:14:16.648 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi005/crash 2023-11-28T01:14:17.054 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash -- . 2023-11-28T01:14:17.104 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-28T01:14:17.105 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2023-11-28T01:14:17.152 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi116/crash 2023-11-28T01:14:17.155 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash -- . 2023-11-28T01:14:17.203 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-28T01:14:17.203 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2023-11-28T01:14:17.205 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi133/crash 2023-11-28T01:14:17.207 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash -- . 2023-11-28T01:14:17.254 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-28T01:14:17.255 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2023-11-28T01:14:17.256 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-28T01:14:17.256 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-28T01:14:17.289 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-28T01:14:17.291 INFO:tasks.cephadm:Compressing logs... 2023-11-28T01:14:17.292 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:14:17.334 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:14:17.337 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:14:17.365 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-28T01:14:17.365 INFO:teuthology.orchestra.run.smithi005.stderr:: No such file or directory 2023-11-28T01:14:17.366 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-11-28T01:14:17.367 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mgr.a.log 2023-11-28T01:14:17.367 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-28T01:14:17.367 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-11-28T01:14:17.368 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-28T01:14:17.369 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-28T01:14:17.369 INFO:teuthology.orchestra.run.smithi116.stderr:: No such file or directory 2023-11-28T01:14:17.370 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mgr.b.log 2023-11-28T01:14:17.370 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-11-28T01:14:17.370 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-28T01:14:17.370 INFO:teuthology.orchestra.run.smithi116.stderr: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-28T01:14:17.371 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-11-28T01:14:17.373 INFO:teuthology.orchestra.run.smithi005.stderr: 91.3% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-28T01:14:17.374 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.b.log: 91.1% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-28T01:14:17.375 INFO:teuthology.orchestra.run.smithi116.stderr: 90.0% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mgr.b.log.gz 2023-11-28T01:14:17.376 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-28T01:14:17.376 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-28T01:14:17.376 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-11-28T01:14:17.376 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-11-28T01:14:17.377 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-28T01:14:17.377 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.2.log: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-28T01:14:17.377 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.c.log: /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log: 91.1% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-28T01:14:17.408 INFO:teuthology.orchestra.run.smithi116.stderr: 92.4% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-11-28T01:14:17.411 INFO:teuthology.orchestra.run.smithi133.stderr: 92.7% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-11-28T01:14:17.431 INFO:teuthology.orchestra.run.smithi005.stderr: 89.1% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mgr.a.log.gz 2023-11-28T01:14:17.485 INFO:teuthology.orchestra.run.smithi005.stderr: 94.5% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-11-28T01:14:17.494 INFO:teuthology.orchestra.run.smithi133.stderr: 94.4% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-11-28T01:14:17.495 INFO:teuthology.orchestra.run.smithi133.stderr: 2023-11-28T01:14:17.496 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.139s 2023-11-28T01:14:17.496 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.174s 2023-11-28T01:14:17.496 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.020s 2023-11-28T01:14:17.518 INFO:teuthology.orchestra.run.smithi116.stderr: 94.3% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-11-28T01:14:17.519 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-28T01:14:17.519 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m0.166s 2023-11-28T01:14:17.520 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m0.197s 2023-11-28T01:14:17.520 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.027s 2023-11-28T01:14:17.521 INFO:teuthology.orchestra.run.smithi005.stderr: 91.5% -- replaced with /var/log/ceph/9a7b2882-8d8a-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-11-28T01:14:17.523 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-28T01:14:17.523 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.171s 2023-11-28T01:14:17.523 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m0.343s 2023-11-28T01:14:17.523 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.027s 2023-11-28T01:14:17.524 INFO:tasks.cephadm:Archiving logs... 2023-11-28T01:14:17.524 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi005/log 2023-11-28T01:14:17.525 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-28T01:14:17.655 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi116/log 2023-11-28T01:14:17.657 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-28T01:14:17.716 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi133/log 2023-11-28T01:14:17.716 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-28T01:14:17.768 INFO:tasks.cephadm:Removing cluster... 2023-11-28T01:14:17.768 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 --force 2023-11-28T01:14:18.011 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:14:18.308 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 --force 2023-11-28T01:14:18.550 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:14:18.835 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 --force 2023-11-28T01:14:19.096 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 9a7b2882-8d8a-11ee-95a2-87774f69a715 2023-11-28T01:14:19.385 INFO:tasks.cephadm:Removing cephadm ... 2023-11-28T01:14:19.385 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-28T01:14:19.406 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-28T01:14:19.425 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-28T01:14:19.442 INFO:tasks.cephadm:Teardown complete 2023-11-28T01:14:19.443 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-28T01:14:19.453 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-28T01:14:19.453 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-28T01:14:19.456 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-28T01:14:19.468 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-28T01:14:19.589 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-28T01:14:19.598 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-28T01:14:19.598 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-28T01:14:19.601 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-28T01:14:19.604 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-28T01:14:19.618 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-11-28T01:14:19.619 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2023-11-28T01:14:19.619 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2023-11-28T01:14:19.626 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:14:19.626 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2023-11-28T01:14:19.626 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 +863us[ +887us] +/- 76ms 2023-11-28T01:14:19.626 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -795us[ -770us] +/- 70ms 2023-11-28T01:14:19.627 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +16us[ +16us] +/- 87ms 2023-11-28T01:14:19.627 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:14:19.628 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:14:19.628 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2023-11-28T01:14:19.629 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 45 +891us[ +891us] +/- 76ms 2023-11-28T01:14:19.629 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -783us[ -757us] +/- 70ms 2023-11-28T01:14:19.629 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +38us[ +64us] +/- 87ms 2023-11-28T01:14:19.629 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:14:19.629 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:14:19.630 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-11-28T01:14:19.630 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 47 +896us[ +896us] +/- 76ms 2023-11-28T01:14:19.630 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 45 -763us[ -763us] +/- 70ms 2023-11-28T01:14:19.630 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 +44us[ +43us] +/- 87ms 2023-11-28T01:14:19.630 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:14:19.631 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-28T01:14:19.640 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-28T01:14:19.641 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-28T01:14:19.661 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:14:19.773 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:14:19.872 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:14:19.963 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:14:19.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:19.999 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:14:20.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:20.033 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:14:20.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:20.065 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-28T01:14:20.075 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-28T01:14:20.120 INFO:teuthology.task.internal:Duration was 1424.744600 seconds 2023-11-28T01:14:20.120 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-28T01:14:20.153 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-28T01:14:20.153 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-28T01:14:20.156 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-28T01:14:20.158 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-28T01:14:20.203 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T01:14:20.203 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T01:14:20.209 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T01:14:20.576 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-28T01:14:20.576 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2023-11-28T01:14:20.577 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:14:20.605 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2023-11-28T01:14:20.605 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:14:20.628 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2023-11-28T01:14:20.628 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:14:20.651 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-28T01:14:20.652 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-28T01:14:20.654 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-28T01:14:20.670 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-28T01:14:20.734 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-28T01:14:20.734 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-28T01:14:20.736 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-28T01:14:20.754 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-28T01:14:20.854 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-28T01:14:20.864 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-28T01:14:20.864 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-28T01:14:20.892 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-28T01:14:20.920 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-28T01:14:20.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-28T01:14:20.958 DEBUG:teuthology.orchestra.run.smithi005:> 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-28T01:14:20.960 DEBUG:teuthology.orchestra.run.smithi116:> 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-28T01:14:20.962 DEBUG:teuthology.orchestra.run.smithi133:> 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-28T01:14:20.986 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2023-11-28T01:14:20.986 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2023-11-28T01:14:21.014 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2023-11-28T01:14:21.051 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-28T01:14:21.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:21.092 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-28T01:14:21.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:21.108 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-28T01:14:21.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:21.124 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-28T01:14:21.134 INFO:teuthology.task.internal:Transferring archived files... 2023-11-28T01:14:21.135 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi005 2023-11-28T01:14:21.135 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-28T01:14:21.175 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi116 2023-11-28T01:14:21.176 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-28T01:14:21.212 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385/remote/smithi133 2023-11-28T01:14:21.213 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-28T01:14:21.252 INFO:teuthology.task.internal:Removing archive directory... 2023-11-28T01:14:21.252 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-28T01:14:21.256 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-28T01:14:21.258 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-28T01:14:21.303 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-28T01:14:21.314 INFO:teuthology.task.internal:Not uploading archives. 2023-11-28T01:14:21.314 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-28T01:14:21.346 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-28T01:14:21.347 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-28T01:14:21.349 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-28T01:14:21.351 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-28T01:14:21.363 INFO:teuthology.orchestra.run.smithi005.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 28 01:14 /home/ubuntu/cephtest 2023-11-28T01:14:21.365 INFO:teuthology.orchestra.run.smithi116.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 28 01:14 /home/ubuntu/cephtest 2023-11-28T01:14:21.367 INFO:teuthology.orchestra.run.smithi133.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 28 01:14 /home/ubuntu/cephtest 2023-11-28T01:14:21.369 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-28T01:14:21.381 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-28T01:14:21.446 INFO:teuthology.nuke:Checking targets against current locks 2023-11-28T01:14:21.473 DEBUG:teuthology.nuke:shortname: smithi005 2023-11-28T01:14:21.474 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T01:14:21.502 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385', '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-28 00:45:04.395749', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-28T01:14:21.507 DEBUG:teuthology.nuke:shortname: smithi116 2023-11-28T01:14:21.508 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T01:14:21.531 DEBUG:teuthology.nuke:shortname: smithi133 2023-11-28T01:14:21.531 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T01:14:21.535 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385', '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-28 00:45:04.392544', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-28T01:14:21.571 INFO:teuthology.orchestra.console.smithi005:Power off 2023-11-28T01:14:21.572 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-28T01:14:21.581 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468385', '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-28 00:45:04.394203', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-28T01:14:21.597 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2023-11-28T01:14:21.597 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:21.618 INFO:teuthology.orchestra.console.smithi116:Power off 2023-11-28T01:14:21.619 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-28T01:14:21.631 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-11-28T01:14:21.641 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2023-11-28T01:14:21.641 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:21.659 INFO:teuthology.orchestra.console.smithi133:Power off 2023-11-28T01:14:21.659 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-28T01:14:21.670 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-11-28T01:14:21.683 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2023-11-28T01:14:21.683 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:21.712 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-11-28T01:14:25.632 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:25.671 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:25.713 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:25.743 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-11-28T01:14:25.782 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-11-28T01:14:25.824 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-11-28T01:14:29.746 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:29.783 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:29.826 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:29.857 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2023-11-28T01:14:29.894 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-11-28T01:14:29.938 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-11-28T01:14:29.957 INFO:teuthology.orchestra.console.smithi005:Power off completed 2023-11-28T01:14:33.898 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:33.939 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:34.008 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2023-11-28T01:14:34.051 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2023-11-28T01:14:34.109 INFO:teuthology.orchestra.console.smithi116:Power off completed 2023-11-28T01:14:34.153 INFO:teuthology.orchestra.console.smithi133:Power off completed 2023-11-28T01:14:34.258 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: 1424.7446002960205 failure_reason: 'Command failed on smithi005 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9a7b2882-8d8a-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7cc16e9c644f495a868d99ef1769dec7 status: fail success: false 2023-11-28T01:14:34.258 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-28T01:14:34.334 INFO:teuthology.run:FAIL