2023-11-26T21:39:04.031 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-26T21:39:04.031 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369 --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/orig.config.yaml 2023-11-26T21:39:04.058 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-26T21:39:04.130 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369 branch: wip-yuri7-testing-2023-11-17-0819 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7467369' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri7-testing-2023-11-17-0819 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: 6e53c10527672d8329987098faf1fc1df7be6f04 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6e53c10527672d8329987098faf1fc1df7be6f04 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-11-17-0819 sha1: 6e53c10527672d8329987098faf1fc1df7be6f04 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: 7475 sha1: 6e53c10527672d8329987098faf1fc1df7be6f04 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-11-17-0819 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6e53c10527672d8329987098faf1fc1df7be6f04/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 6e53c10527672d8329987098faf1fc1df7be6f04 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi192.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-26_21:30:23 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-26T21:39:04.130 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6e53c10527672d8329987098faf1fc1df7be6f04/qa; will attempt to use it 2023-11-26T21:39:04.131 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6e53c10527672d8329987098faf1fc1df7be6f04/qa/tasks 2023-11-26T21:39:04.131 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-26T21:39:04.132 INFO:teuthology.task.internal:Checking packages... 2023-11-26T21:39:04.153 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '6e53c10527672d8329987098faf1fc1df7be6f04' 2023-11-26T21:39:04.153 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-26T21:39:04.153 INFO:teuthology.packaging:ref: None 2023-11-26T21:39:04.153 INFO:teuthology.packaging:tag: None 2023-11-26T21:39:04.153 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-11-17-0819 2023-11-26T21:39:04.153 INFO:teuthology.packaging:sha1: 6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:39:04.153 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-11-17-0819 2023-11-26T21:39:04.391 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7439.g6e53c105 2023-11-26T21:39:04.392 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-26T21:39:04.398 INFO:teuthology.task.internal:no buildpackages task found 2023-11-26T21:39:04.398 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-26T21:39:04.434 INFO:teuthology.task.internal:Saving configuration 2023-11-26T21:39:04.446 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-26T21:39:04.459 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-26T21:39:04.485 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369', '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-26 21:32:30.126316', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-26T21:39:04.511 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369', '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-26 21:32:30.124760', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-26T21:39:04.534 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369', '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-26 21:32:30.127845', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-26T21:39:04.534 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-26T21:39:04.540 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-26T21:39:04.540 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-26T21:39:04.540 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-11-26T21:39:04.540 INFO:teuthology.run_tasks:Running task console_log... 2023-11-26T21:39:04.650 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f42826c6b80>, signals=[15]) 2023-11-26T21:39:04.651 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-26T21:39:04.657 INFO:teuthology.task.internal:Opening connections... 2023-11-26T21:39:04.658 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2023-11-26T21:39:04.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-26T21:39:04.728 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2023-11-26T21:39:04.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-26T21:39:04.794 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2023-11-26T21:39:04.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-26T21:39:04.860 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-26T21:39:04.868 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2023-11-26T21:39:04.890 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2023-11-26T21:39:04.890 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Red Hat Enterprise Linux" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="8.6 (Ootpa)" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:ID="rhel" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="fedora" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="8.6" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el8" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2023-11-26T21:39:04.950 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.redhat.com/" 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-26T21:39:04.951 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-26T21:39:04.952 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2023-11-26T21:39:04.969 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2023-11-26T21:39:04.989 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2023-11-26T21:39:04.989 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="Red Hat Enterprise Linux" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="8.6 (Ootpa)" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:ID="rhel" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE="fedora" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="8.6" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:PLATFORM_ID="platform:el8" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:ANSI_COLOR="0;31" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://www.redhat.com/" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-26T21:39:05.048 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-26T21:39:05.049 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:39:05.049 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-26T21:39:05.049 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-26T21:39:05.049 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-26T21:39:05.049 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-26T21:39:05.049 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2023-11-26T21:39:05.069 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2023-11-26T21:39:05.089 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2023-11-26T21:39:05.089 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2023-11-26T21:39:05.149 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="Red Hat Enterprise Linux" 2023-11-26T21:39:05.149 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="8.6 (Ootpa)" 2023-11-26T21:39:05.149 INFO:teuthology.orchestra.run.smithi192.stdout:ID="rhel" 2023-11-26T21:39:05.149 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="fedora" 2023-11-26T21:39:05.150 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="8.6" 2023-11-26T21:39:05.150 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el8" 2023-11-26T21:39:05.150 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-26T21:39:05.150 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2023-11-26T21:39:05.150 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-26T21:39:05.150 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://www.redhat.com/" 2023-11-26T21:39:05.151 INFO:teuthology.orchestra.run.smithi192.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-26T21:39:05.151 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-26T21:39:05.151 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:39:05.151 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-26T21:39:05.151 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-26T21:39:05.151 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-26T21:39:05.151 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-26T21:39:05.152 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2023-11-26T21:39:05.169 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-26T21:39:05.178 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-26T21:39:05.218 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-26T21:39:05.218 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2023-11-26T21:39:05.220 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2023-11-26T21:39:05.222 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2023-11-26T21:39:05.242 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-26T21:39:05.250 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-26T21:39:05.250 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2023-11-26T21:39:05.280 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2023-11-26T21:39:05.283 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2023-11-26T21:39:05.311 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-26T21:39:05.386 INFO:teuthology.run_tasks:Running task kernel... 2023-11-26T21:39:05.401 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-26T21:39:05.401 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-26T21:39:05.401 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-26T21:39:05.402 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-26T21:39:05.402 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-26T21:39:05.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T21:39:05.420 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2023-11-26T21:39:05.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T21:39:05.421 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-11-26T21:39:05.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T21:39:05.422 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2023-11-26T21:39:05.476 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:05.476 INFO:teuthology.task.kernel:Running kernel on smithi192: 4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:05.477 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2023-11-26T21:39:05.479 INFO:teuthology.orchestra.run.smithi172.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:05.479 INFO:teuthology.task.kernel:Running kernel on smithi172: 4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:05.480 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum install -y kernel 2023-11-26T21:39:05.482 INFO:teuthology.orchestra.run.smithi002.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:05.482 INFO:teuthology.task.kernel:Running kernel on smithi002: 4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:05.482 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2023-11-26T21:39:06.604 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:06.605 INFO:teuthology.orchestra.run.smithi192.stdout:Unable to read consumer identity 2023-11-26T21:39:06.668 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:06.668 INFO:teuthology.orchestra.run.smithi172.stdout:Unable to read consumer identity 2023-11-26T21:39:06.737 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:06.737 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-11-26T21:39:08.090 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-26T21:39:08.117 INFO:teuthology.orchestra.run.smithi172.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-11-26T21:39:08.157 INFO:teuthology.orchestra.run.smithi002.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-11-26T21:39:08.866 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-11-26T21:39:08.951 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-11-26T21:39:09.641 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-26T21:39:12.349 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 415 kB/s | 24 kB 00:00 2023-11-26T21:39:12.609 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 416 kB/s | 24 kB 00:00 2023-11-26T21:39:13.077 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-26T21:39:13.127 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:39:13.128 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:39:13.129 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:39:13.242 DEBUG:teuthology.orchestra.run.smithi192:> echo no | sudo yum reinstall kernel || true 2023-11-26T21:39:13.320 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-26T21:39:13.349 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 310 kB/s | 24 kB 00:00 2023-11-26T21:39:13.375 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:39:13.376 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:39:13.377 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:39:13.496 DEBUG:teuthology.orchestra.run.smithi172:> echo no | sudo yum reinstall kernel || true 2023-11-26T21:39:13.571 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:13.571 INFO:teuthology.orchestra.run.smithi192.stdout:Unable to read consumer identity 2023-11-26T21:39:13.826 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:13.826 INFO:teuthology.orchestra.run.smithi172.stdout:Unable to read consumer identity 2023-11-26T21:39:13.828 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:02 ago on Sun 26 Nov 2023 09:39:11 PM UTC. 2023-11-26T21:39:13.870 INFO:teuthology.orchestra.run.smithi192.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-26T21:39:13.901 INFO:teuthology.orchestra.run.smithi192.stderr:Error: No packages marked for reinstall. 2023-11-26T21:39:13.948 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum reinstall -y kernel || true 2023-11-26T21:39:14.060 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-26T21:39:14.084 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:02 ago on Sun 26 Nov 2023 09:39:12 PM UTC. 2023-11-26T21:39:14.107 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:39:14.109 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:39:14.109 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:39:14.126 INFO:teuthology.orchestra.run.smithi172.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-26T21:39:14.169 INFO:teuthology.orchestra.run.smithi172.stderr:Error: No packages marked for reinstall. 2023-11-26T21:39:14.216 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum reinstall -y kernel || true 2023-11-26T21:39:14.226 DEBUG:teuthology.orchestra.run.smithi002:> echo no | sudo yum reinstall kernel || true 2023-11-26T21:39:14.276 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:14.276 INFO:teuthology.orchestra.run.smithi192.stdout:Unable to read consumer identity 2023-11-26T21:39:14.530 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:02 ago on Sun 26 Nov 2023 09:39:11 PM UTC. 2023-11-26T21:39:14.549 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:14.549 INFO:teuthology.orchestra.run.smithi172.stdout:Unable to read consumer identity 2023-11-26T21:39:14.569 INFO:teuthology.orchestra.run.smithi192.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-26T21:39:14.577 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:14.577 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-11-26T21:39:14.589 INFO:teuthology.orchestra.run.smithi192.stderr:Error: No packages marked for reinstall. 2023-11-26T21:39:14.636 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2023-11-26T21:39:14.715 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:14.716 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:14.716 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-26T21:39:14.716 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-26T21:39:14.716 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-26T21:39:14.742 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2023-11-26T21:39:14.754 DEBUG:teuthology.parallel:result is None 2023-11-26T21:39:14.800 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:02 ago on Sun 26 Nov 2023 09:39:12 PM UTC. 2023-11-26T21:39:14.842 INFO:teuthology.orchestra.run.smithi172.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-26T21:39:14.848 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:01 ago on Sun 26 Nov 2023 09:39:13 PM UTC. 2023-11-26T21:39:14.866 INFO:teuthology.orchestra.run.smithi172.stderr:Error: No packages marked for reinstall. 2023-11-26T21:39:14.893 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-26T21:39:14.913 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2023-11-26T21:39:14.938 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-11-26T21:39:14.985 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum reinstall -y kernel || true 2023-11-26T21:39:14.992 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:14.993 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:14.993 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-26T21:39:14.993 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-26T21:39:14.994 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-26T21:39:15.030 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2023-11-26T21:39:15.043 DEBUG:teuthology.parallel:result is None 2023-11-26T21:39:15.333 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:39:15.334 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-11-26T21:39:15.596 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:02 ago on Sun 26 Nov 2023 09:39:13 PM UTC. 2023-11-26T21:39:15.641 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-26T21:39:15.673 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-11-26T21:39:15.720 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2023-11-26T21:39:15.804 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:15.804 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-26T21:39:15.804 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-26T21:39:15.804 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-26T21:39:15.804 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-26T21:39:15.835 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2023-11-26T21:39:15.852 DEBUG:teuthology.parallel:result is None 2023-11-26T21:39:15.852 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-26T21:39:15.858 INFO:teuthology.task.internal:Creating test directory... 2023-11-26T21:39:15.859 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-26T21:39:15.894 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-26T21:39:15.896 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-26T21:39:15.916 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-26T21:39:15.922 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-26T21:39:15.942 INFO:teuthology.task.internal:Creating archive directory... 2023-11-26T21:39:15.942 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-26T21:39:15.951 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-26T21:39:15.955 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-26T21:39:15.979 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-26T21:39:15.985 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-26T21:39:15.986 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T21:39:16.009 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T21:39:16.015 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T21:39:16.043 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-26T21:39:16.052 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-26T21:39:16.053 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-26T21:39:16.063 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-26T21:39:16.083 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-26T21:39:16.094 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-26T21:39:16.096 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-26T21:39:16.103 INFO:teuthology.task.internal:Configuring sudo... 2023-11-26T21:39:16.103 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-26T21:39:16.105 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-26T21:39:16.107 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-26T21:39:16.135 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-26T21:39:16.143 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-26T21:39:16.143 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-26T21:39:16.173 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-26T21:39:16.176 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-26T21:39:16.194 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-26T21:39:16.265 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-26T21:39:16.328 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-26T21:39:16.407 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-26T21:39:16.453 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:39:16.453 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-26T21:39:16.546 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-26T21:39:16.592 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-26T21:39:16.648 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-26T21:39:16.731 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-26T21:39:16.777 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:39:16.777 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-26T21:39:16.847 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-26T21:39:16.895 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-26T21:39:16.961 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-26T21:39:17.005 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-26T21:39:17.051 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:39:17.051 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-26T21:39:17.119 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2023-11-26T21:39:17.122 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2023-11-26T21:39:17.124 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2023-11-26T21:39:17.183 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-26T21:39:17.183 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-26T21:39:17.238 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-26T21:39:17.628 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-26T21:39:17.636 INFO:teuthology.task.internal:Starting timer... 2023-11-26T21:39:17.636 INFO:teuthology.run_tasks:Running task pcp... 2023-11-26T21:39:17.712 INFO:teuthology.run_tasks:Running task selinux... 2023-11-26T21:39:17.761 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-26T21:39:17.761 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2023-11-26T21:39:17.825 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2023-11-26T21:39:17.827 DEBUG:teuthology.orchestra.run.smithi172:> sudo service auditd rotate 2023-11-26T21:39:17.883 INFO:teuthology.orchestra.run.smithi172.stdout:Rotating logs: 2023-11-26T21:39:17.885 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2023-11-26T21:39:17.943 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2023-11-26T21:39:17.945 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-26T21:39:17.945 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2023-11-26T21:39:17.967 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2023-11-26T21:39:17.967 DEBUG:teuthology.orchestra.run.smithi172:> /usr/sbin/getenforce 2023-11-26T21:39:17.998 INFO:teuthology.orchestra.run.smithi172.stdout:Permissive 2023-11-26T21:39:17.998 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2023-11-26T21:39:18.027 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2023-11-26T21:39:18.027 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi172.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2023-11-26T21:39:18.027 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T21:39:18.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T21:39:18.058 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T21:39:18.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T21:39:18.085 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T21:39:18.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T21:39:18.113 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-26T21:39:18.113 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2023-11-26T21:39:18.141 DEBUG:teuthology.orchestra.run.smithi172:> sudo /usr/sbin/setenforce permissive 2023-11-26T21:39:18.168 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2023-11-26T21:39:18.206 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-26T21:39:18.215 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-26T21:39:18.215 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-26T21:39:18.233 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-26T21:39:18.235 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi172.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-26T21:48:30.419 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2023-11-26T21:48:30.420 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-11-26T21:48:30.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-26T21:48:30.492 DEBUG:teuthology.orchestra.run.smithi002:> true 2023-11-26T21:48:30.562 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-11-26T21:48:30.563 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-11-26T21:48:30.563 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-26T21:48:30.634 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-11-26T21:48:30.704 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-11-26T21:48:30.705 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-11-26T21:48:30.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-26T21:48:30.774 DEBUG:teuthology.orchestra.run.smithi192:> true 2023-11-26T21:48:30.845 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-11-26T21:48:30.846 INFO:teuthology.run_tasks:Running task clock... 2023-11-26T21:48:30.857 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-26T21:48:30.857 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-26T21:48:30.857 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T21:48:30.860 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-26T21:48:30.860 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T21:48:30.862 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-26T21:48:30.862 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T21:48:30.894 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-26T21:48:30.895 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-26T21:48:30.909 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-26T21:48:30.913 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-26T21:48:30.917 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-26T21:48:30.933 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-26T21:48:30.979 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2023-11-26T21:48:30.983 INFO:teuthology.orchestra.run.smithi172.stderr:sudo: ntpd: command not found 2023-11-26T21:48:30.992 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2023-11-26T21:48:30.995 INFO:teuthology.orchestra.run.smithi172.stdout:506 Cannot talk to daemon 2023-11-26T21:48:30.997 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2023-11-26T21:48:31.007 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-26T21:48:31.009 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2023-11-26T21:48:31.010 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-26T21:48:31.022 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-26T21:48:31.024 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-26T21:48:31.024 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-26T21:48:31.037 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-26T21:48:31.102 INFO:teuthology.orchestra.run.smithi172.stderr:bash: ntpq: command not found 2023-11-26T21:48:31.106 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-26T21:48:31.106 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2023-11-26T21:48:31.106 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.106 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.106 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.106 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.111 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-11-26T21:48:31.114 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-11-26T21:48:31.115 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-26T21:48:31.115 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-11-26T21:48:31.115 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.116 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.116 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.116 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.118 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-26T21:48:31.118 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-11-26T21:48:31.118 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.118 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.119 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.119 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T21:48:31.120 INFO:teuthology.run_tasks:Running task pexec... 2023-11-26T21:48:31.129 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-26T21:48:31.130 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi002.front.sepia.ceph.com 2023-11-26T21:48:31.130 DEBUG:teuthology.orchestra.run.smithi002:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-26T21:48:31.130 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi172.front.sepia.ceph.com 2023-11-26T21:48:31.130 DEBUG:teuthology.orchestra.run.smithi172:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-26T21:48:31.131 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2023-11-26T21:48:31.131 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-26T21:48:31.520 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:48:31.530 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:48:31.551 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:48:32.337 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:44 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:48:32.338 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:44 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:48:32.371 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:34 ago on Sun 26 Nov 2023 09:46:57 PM UTC. 2023-11-26T21:48:34.060 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:48:34.061 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:48:34.061 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2023-11-26T21:48:34.061 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:48:34.061 INFO:teuthology.orchestra.run.smithi172.stdout:Resetting modules: 2023-11-26T21:48:34.061 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools 2023-11-26T21:48:34.061 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:48:34.061 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:48:34.062 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:48:34.062 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:48:34.228 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout:Resetting modules: 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:48:34.229 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:48:34.230 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:48:34.333 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:48:34.335 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:48:34.335 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2023-11-26T21:48:34.335 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:48:34.335 INFO:teuthology.orchestra.run.smithi002.stdout:Resetting modules: 2023-11-26T21:48:34.336 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools 2023-11-26T21:48:34.336 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:48:34.336 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:48:34.336 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:48:34.337 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:48:34.999 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:47 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:48:35.185 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:47 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:48:35.331 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:37 ago on Sun 26 Nov 2023 09:46:57 PM UTC. 2023-11-26T21:48:37.327 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:48:37.777 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:48:38.127 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:48:38.221 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:48:38.588 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:48:38.628 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:51 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:48:38.699 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:48:39.437 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:51 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:48:39.554 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:42 ago on Sun 26 Nov 2023 09:46:57 PM UTC. 2023-11-26T21:48:40.469 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:48:40.561 INFO:teuthology.orchestra.run.smithi172.stdout:========================================================================================================================== 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout:========================================================================================================================== 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout:Installing group/module packages: 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-26T21:48:40.562 INFO:teuthology.orchestra.run.smithi172.stdout:Downgrading: 2023-11-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.563 INFO:teuthology.orchestra.run.smithi172.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-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout:Installing module profiles: 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools/common 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout:Enabling module streams: 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools 3.0 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout:========================================================================================================================== 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout:Install 7 Packages 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout:Downgrade 12 Packages 2023-11-26T21:48:40.564 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:48:40.565 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 51 M 2023-11-26T21:48:40.565 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:48:40.656 INFO:teuthology.orchestra.run.smithi172.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.0 MB/s | 91 kB 00:00 2023-11-26T21:48:40.682 INFO:teuthology.orchestra.run.smithi172.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 455 kB/s | 53 kB 00:00 2023-11-26T21:48:40.699 INFO:teuthology.orchestra.run.smithi172.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 386 kB/s | 51 kB 00:00 2023-11-26T21:48:40.732 INFO:teuthology.orchestra.run.smithi172.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.6 MB/s | 511 kB 00:00 2023-11-26T21:48:40.807 INFO:teuthology.orchestra.run.smithi172.stdout:(5/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 27 MB/s | 2.9 MB 00:00 2023-11-26T21:48:40.833 INFO:teuthology.orchestra.run.smithi172.stdout:(6/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 517 kB/s | 69 kB 00:00 2023-11-26T21:48:40.858 INFO:teuthology.orchestra.run.smithi172.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 575 kB/s | 72 kB 00:00 2023-11-26T21:48:40.900 INFO:teuthology.orchestra.run.smithi172.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.2 MB/s | 51 kB 00:00 2023-11-26T21:48:40.917 INFO:teuthology.orchestra.run.smithi172.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 954 kB/s | 56 kB 00:00 2023-11-26T21:48:40.975 INFO:teuthology.orchestra.run.smithi172.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-11-26T21:48:41.009 INFO:teuthology.orchestra.run.smithi172.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-11-26T21:48:41.148 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:48:41.168 INFO:teuthology.orchestra.run.smithi172.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 30 MB/s | 11 MB 00:00 2023-11-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================================================== 2023-11-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================================================== 2023-11-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.stdout:Installing group/module packages: 2023-11-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.239 INFO:teuthology.orchestra.run.smithi192.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.stdout:Downgrading: 2023-11-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-26T21:48:41.240 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.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-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.stdout:Installing module profiles: 2023-11-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools/common 2023-11-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.stdout:Enabling module streams: 2023-11-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 3.0 2023-11-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:48:41.241 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:48:41.242 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================================================== 2023-11-26T21:48:41.242 INFO:teuthology.orchestra.run.smithi192.stdout:Install 7 Packages 2023-11-26T21:48:41.242 INFO:teuthology.orchestra.run.smithi192.stdout:Downgrade 12 Packages 2023-11-26T21:48:41.242 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:48:41.242 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 51 M 2023-11-26T21:48:41.242 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:48:41.260 INFO:teuthology.orchestra.run.smithi172.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 8.8 MB/s | 2.2 MB 00:00 2023-11-26T21:48:41.330 INFO:teuthology.orchestra.run.smithi192.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 605 kB/s | 53 kB 00:00 2023-11-26T21:48:41.355 INFO:teuthology.orchestra.run.smithi192.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 456 kB/s | 51 kB 00:00 2023-11-26T21:48:41.381 INFO:teuthology.orchestra.run.smithi192.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 659 kB/s | 91 kB 00:00 2023-11-26T21:48:41.406 INFO:teuthology.orchestra.run.smithi192.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-11-26T21:48:41.418 INFO:teuthology.orchestra.run.smithi172.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 26 MB/s | 6.4 MB 00:00 2023-11-26T21:48:41.448 INFO:teuthology.orchestra.run.smithi192.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.2 MB/s | 511 kB 00:00 2023-11-26T21:48:41.473 INFO:teuthology.orchestra.run.smithi192.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.0 MB/s | 72 kB 00:00 2023-11-26T21:48:41.507 INFO:teuthology.orchestra.run.smithi192.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.6 MB/s | 56 kB 00:00 2023-11-26T21:48:41.520 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:48:41.574 INFO:teuthology.orchestra.run.smithi192.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-11-26T21:48:41.616 INFO:teuthology.orchestra.run.smithi192.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 470 kB/s | 51 kB 00:00 2023-11-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-11-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-11-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.stdout:Installing group/module packages: 2023-11-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-26T21:48:41.620 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.stdout:Downgrading: 2023-11-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.621 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.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-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.stdout:Installing module profiles: 2023-11-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools/common 2023-11-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling module streams: 2023-11-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools 3.0 2023-11-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:48:41.622 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:48:41.623 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-11-26T21:48:41.623 INFO:teuthology.orchestra.run.smithi002.stdout:Install 7 Packages 2023-11-26T21:48:41.623 INFO:teuthology.orchestra.run.smithi002.stdout:Downgrade 12 Packages 2023-11-26T21:48:41.623 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:48:41.623 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 51 M 2023-11-26T21:48:41.623 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:48:41.644 INFO:teuthology.orchestra.run.smithi172.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-11-26T21:48:41.677 INFO:teuthology.orchestra.run.smithi172.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.1 MB/s | 1.1 MB 00:00 2023-11-26T21:48:41.699 INFO:teuthology.orchestra.run.smithi002.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 707 kB/s | 53 kB 00:00 2023-11-26T21:48:41.700 INFO:teuthology.orchestra.run.smithi192.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 3.8 MB/s | 322 kB 00:00 2023-11-26T21:48:41.725 INFO:teuthology.orchestra.run.smithi002.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 512 kB/s | 51 kB 00:00 2023-11-26T21:48:41.761 INFO:teuthology.orchestra.run.smithi172.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-11-26T21:48:41.773 INFO:teuthology.orchestra.run.smithi002.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 610 kB/s | 91 kB 00:00 2023-11-26T21:48:41.786 INFO:teuthology.orchestra.run.smithi172.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.3 MB/s | 185 kB 00:00 2023-11-26T21:48:41.792 INFO:teuthology.orchestra.run.smithi002.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.0 MB/s | 69 kB 00:00 2023-11-26T21:48:41.811 INFO:teuthology.orchestra.run.smithi172.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 379 kB/s | 51 kB 00:00 2023-11-26T21:48:41.813 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:48:41.813 INFO:teuthology.orchestra.run.smithi172.stdout:Total 41 MB/s | 51 MB 00:01 2023-11-26T21:48:41.826 INFO:teuthology.orchestra.run.smithi002.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-11-26T21:48:41.851 INFO:teuthology.orchestra.run.smithi002.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-11-26T21:48:41.866 INFO:teuthology.orchestra.run.smithi192.stdout:(11/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-11-26T21:48:41.884 INFO:teuthology.orchestra.run.smithi002.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.6 MB/s | 56 kB 00:00 2023-11-26T21:48:41.891 INFO:teuthology.orchestra.run.smithi192.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 213 kB/s | 41 kB 00:00 2023-11-26T21:48:41.951 INFO:teuthology.orchestra.run.smithi002.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-11-26T21:48:41.968 INFO:teuthology.orchestra.run.smithi002.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 610 kB/s | 51 kB 00:00 2023-11-26T21:48:41.975 INFO:teuthology.orchestra.run.smithi192.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 20 MB/s | 2.2 MB 00:00 2023-11-26T21:48:42.018 INFO:teuthology.orchestra.run.smithi002.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-11-26T21:48:42.052 INFO:teuthology.orchestra.run.smithi002.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-11-26T21:48:42.134 INFO:teuthology.orchestra.run.smithi192.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 26 MB/s | 6.4 MB 00:00 2023-11-26T21:48:42.161 INFO:teuthology.orchestra.run.smithi002.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 20 MB/s | 2.2 MB 00:00 2023-11-26T21:48:42.278 INFO:teuthology.orchestra.run.smithi002.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-11-26T21:48:42.293 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:48:42.334 INFO:teuthology.orchestra.run.smithi192.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-11-26T21:48:42.336 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:48:42.336 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:48:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.4 MB/s | 1.1 MB 00:00 2023-11-26T21:48:42.402 INFO:teuthology.orchestra.run.smithi192.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-11-26T21:48:42.427 INFO:teuthology.orchestra.run.smithi192.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-11-26T21:48:42.453 INFO:teuthology.orchestra.run.smithi002.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 22 MB/s | 6.4 MB 00:00 2023-11-26T21:48:42.552 INFO:teuthology.orchestra.run.smithi192.stdout:(19/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-11-26T21:48:42.553 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:48:42.553 INFO:teuthology.orchestra.run.smithi192.stdout:Total 39 MB/s | 51 MB 00:01 2023-11-26T21:48:42.562 INFO:teuthology.orchestra.run.smithi002.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-11-26T21:48:42.604 INFO:teuthology.orchestra.run.smithi002.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.1 MB/s | 1.1 MB 00:00 2023-11-26T21:48:42.629 INFO:teuthology.orchestra.run.smithi002.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-11-26T21:48:42.654 INFO:teuthology.orchestra.run.smithi002.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-11-26T21:48:42.764 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:48:42.768 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:48:42.846 INFO:teuthology.orchestra.run.smithi002.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-11-26T21:48:42.847 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:48:42.847 INFO:teuthology.orchestra.run.smithi002.stdout:Total 41 MB/s | 51 MB 00:01 2023-11-26T21:48:43.028 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:48:43.070 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:48:43.070 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:48:43.339 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:48:43.385 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:48:43.386 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:48:43.500 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:48:43.504 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:48:43.836 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:48:43.841 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:48:43.915 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:48:43.965 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-26T21:48:44.107 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-26T21:48:44.116 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-26T21:48:44.134 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:48:44.307 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:48:44.681 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:48:44.732 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-26T21:48:44.948 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-26T21:48:44.957 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-26T21:48:44.976 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:48:45.007 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:48:45.070 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-26T21:48:45.172 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:48:45.221 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-26T21:48:45.231 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-26T21:48:45.254 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:48:45.446 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:49:01.289 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:49:02.361 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:49:03.040 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-26T21:49:03.215 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-26T21:49:03.253 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-26T21:49:03.433 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-26T21:49:03.618 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-26T21:49:03.838 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-26T21:49:03.838 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-26T21:49:03.838 INFO:teuthology.orchestra.run.smithi172.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-26T21:49:03.838 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:49:04.159 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-26T21:49:04.405 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-26T21:49:04.597 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-26T21:49:04.635 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-26T21:49:04.812 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-26T21:49:04.834 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-26T21:49:05.071 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-26T21:49:05.071 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-26T21:49:05.071 INFO:teuthology.orchestra.run.smithi192.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-26T21:49:05.072 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:49:05.088 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-26T21:49:05.283 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-26T21:49:05.481 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-26T21:49:05.649 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-26T21:49:05.845 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-26T21:49:05.845 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-26T21:49:05.845 INFO:teuthology.orchestra.run.smithi002.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-26T21:49:05.845 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:49:05.882 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-26T21:49:06.111 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-26T21:49:06.244 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-26T21:49:06.549 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-26T21:49:06.623 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-26T21:49:06.844 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-26T21:49:06.930 INFO:teuthology.orchestra.run.smithi172.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-26T21:49:07.238 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-26T21:49:07.564 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-26T21:49:07.898 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-26T21:49:07.963 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-26T21:49:08.287 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-26T21:49:08.336 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-26T21:49:08.585 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-26T21:49:08.627 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-26T21:49:08.669 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-26T21:49:08.894 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-26T21:49:09.024 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-26T21:49:09.069 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-26T21:49:09.262 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-26T21:49:09.307 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-26T21:49:09.332 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-26T21:49:09.401 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-26T21:49:09.401 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-26T21:49:09.721 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-26T21:49:09.878 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-26T21:49:09.878 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-26T21:49:10.029 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-26T21:49:10.046 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-26T21:49:10.074 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-26T21:49:10.187 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-26T21:49:10.310 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-26T21:49:10.321 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-26T21:49:10.487 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-26T21:49:10.523 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-26T21:49:10.645 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-26T21:49:10.744 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-26T21:49:10.787 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-26T21:49:10.822 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-26T21:49:10.884 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-26T21:49:10.885 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-26T21:49:10.903 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-26T21:49:11.025 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-26T21:49:11.044 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-26T21:49:11.044 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:11.195 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:11.202 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-26T21:49:11.226 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-26T21:49:11.384 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-26T21:49:11.385 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-26T21:49:11.401 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-26T21:49:11.543 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-26T21:49:11.544 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-26T21:49:11.595 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-26T21:49:11.726 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-26T21:49:11.728 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-26T21:49:11.841 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-26T21:49:11.895 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-26T21:49:12.015 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-26T21:49:12.016 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-26T21:49:12.086 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-26T21:49:12.110 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-26T21:49:12.111 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-26T21:49:12.112 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-26T21:49:12.113 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-26T21:49:12.113 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-26T21:49:12.113 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-26T21:49:12.113 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-26T21:49:12.113 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-26T21:49:12.113 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-26T21:49:12.177 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-26T21:49:12.259 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-26T21:49:12.334 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-26T21:49:12.411 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-26T21:49:12.493 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-26T21:49:12.569 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-26T21:49:12.651 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-26T21:49:12.733 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-26T21:49:12.733 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:12.831 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-26T21:49:12.902 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:12.951 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-26T21:49:13.101 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-26T21:49:13.264 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-26T21:49:13.264 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:13.417 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:13.423 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-26T21:49:13.484 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-26T21:49:13.485 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:26 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:49:13.815 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-26T21:49:13.816 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-26T21:49:13.817 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-26T21:49:13.818 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-26T21:49:13.818 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-26T21:49:13.818 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-26T21:49:13.819 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-26T21:49:13.819 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-26T21:49:13.967 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-26T21:49:14.401 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-26T21:49:14.401 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-26T21:49:14.401 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-26T21:49:14.402 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-26T21:49:14.403 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-26T21:49:14.404 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-26T21:49:14.404 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-26T21:49:14.404 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-26T21:49:14.404 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-26T21:49:14.405 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-26T21:49:14.405 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-26T21:49:14.405 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-26T21:49:15.259 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-26T21:49:15.259 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:27 ago on Sun 26 Nov 2023 09:46:47 PM UTC. 2023-11-26T21:49:15.844 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-26T21:49:15.844 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:18 ago on Sun 26 Nov 2023 09:46:57 PM UTC. 2023-11-26T21:49:15.950 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:49:16.143 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout:Downgraded: 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.144 INFO:teuthology.orchestra.run.smithi172.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.145 INFO:teuthology.orchestra.run.smithi172.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:16.146 INFO:teuthology.orchestra.run.smithi172.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.146 INFO:teuthology.orchestra.run.smithi172.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.146 INFO:teuthology.orchestra.run.smithi172.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:16.146 INFO:teuthology.orchestra.run.smithi172.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:16.146 INFO:teuthology.orchestra.run.smithi172.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-26T21:49:16.146 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:49:16.146 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:49:16.317 DEBUG:teuthology.parallel:result is None 2023-11-26T21:49:18.045 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:Downgraded: 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:49:18.249 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:49:18.431 DEBUG:teuthology.parallel:result is None 2023-11-26T21:49:18.542 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:49:18.760 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout:Downgraded: 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.761 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:49:18.762 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:49:18.971 DEBUG:teuthology.parallel:result is None 2023-11-26T21:49:18.972 INFO:teuthology.run_tasks:Running task install... 2023-11-26T21:49:18.980 DEBUG:teuthology.task.install:project ceph 2023-11-26T21:49:18.980 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6e53c10527672d8329987098faf1fc1df7be6f04'}} 2023-11-26T21:49:18.980 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6e53c10527672d8329987098faf1fc1df7be6f04'} 2023-11-26T21:49:18.980 INFO:teuthology.task.install:Using flavor: default 2023-11-26T21:49:18.986 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-26T21:49:18.986 INFO:teuthology.task.install:extra packages: [] 2023-11-26T21:49:18.987 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': '6e53c10527672d8329987098faf1fc1df7be6f04', 'tag': None, 'wait_for_package': False} 2023-11-26T21:49:18.987 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:49:18.989 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': '6e53c10527672d8329987098faf1fc1df7be6f04', 'tag': None, 'wait_for_package': False} 2023-11-26T21:49:18.989 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:49:18.990 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': '6e53c10527672d8329987098faf1fc1df7be6f04', 'tag': None, 'wait_for_package': False} 2023-11-26T21:49:18.991 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:49:19.160 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/ 2023-11-26T21:49:19.160 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7439.g6e53c105 2023-11-26T21:49:19.165 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/ 2023-11-26T21:49:19.165 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7439.g6e53c105 2023-11-26T21:49:19.210 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/ 2023-11-26T21:49:19.210 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7439.g6e53c105 2023-11-26T21:49:19.286 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-26T21:49:19.286 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:49:19.286 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-26T21:49:19.315 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-26T21:49:19.315 DEBUG:teuthology.orchestra.run.smithi002:> 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/6e53c10527672d8329987098faf1fc1df7be6f04/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-26T21:49:19.325 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-26T21:49:19.325 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:49:19.325 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-26T21:49:19.330 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-26T21:49:19.330 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:49:19.331 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-26T21:49:19.356 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-26T21:49:19.356 DEBUG:teuthology.orchestra.run.smithi192:> 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/6e53c10527672d8329987098faf1fc1df7be6f04/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-26T21:49:19.364 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-26T21:49:19.364 DEBUG:teuthology.orchestra.run.smithi172:> 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/6e53c10527672d8329987098faf1fc1df7be6f04/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-26T21:49:19.382 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T21:49:19.426 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T21:49:19.434 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T21:49:19.460 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T21:49:19.504 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T21:49:19.514 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T21:49:19.526 INFO:teuthology.orchestra.run.smithi002.stdout:check_obsoletes = 1 2023-11-26T21:49:19.528 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum clean all 2023-11-26T21:49:19.571 INFO:teuthology.orchestra.run.smithi192.stdout:check_obsoletes = 1 2023-11-26T21:49:19.572 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum clean all 2023-11-26T21:49:19.582 INFO:teuthology.orchestra.run.smithi172.stdout:check_obsoletes = 1 2023-11-26T21:49:19.583 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum clean all 2023-11-26T21:49:19.918 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:49:19.946 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:49:19.957 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:49:20.205 INFO:teuthology.orchestra.run.smithi002.stdout:44 files removed 2023-11-26T21:49:20.220 INFO:teuthology.orchestra.run.smithi192.stdout:44 files removed 2023-11-26T21:49:20.227 INFO:teuthology.orchestra.run.smithi172.stdout:44 files removed 2023-11-26T21:49:20.254 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-radosgw 2023-11-26T21:49:20.266 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-radosgw 2023-11-26T21:49:20.274 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-radosgw 2023-11-26T21:49:20.598 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:49:20.604 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:49:20.605 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:49:21.346 INFO:teuthology.orchestra.run.smithi002.stdout:ceph packages for x86_64 275 kB/s | 81 kB 00:00 2023-11-26T21:49:21.355 INFO:teuthology.orchestra.run.smithi172.stdout:ceph packages for x86_64 257 kB/s | 81 kB 00:00 2023-11-26T21:49:21.469 INFO:teuthology.orchestra.run.smithi192.stdout:ceph packages for x86_64 184 kB/s | 81 kB 00:00 2023-11-26T21:49:21.697 INFO:teuthology.orchestra.run.smithi002.stdout:ceph noarch packages 30 kB/s | 9.5 kB 00:00 2023-11-26T21:49:21.715 INFO:teuthology.orchestra.run.smithi172.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-11-26T21:49:21.829 INFO:teuthology.orchestra.run.smithi192.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-11-26T21:49:22.039 INFO:teuthology.orchestra.run.smithi002.stdout:ceph source packages 4.7 kB/s | 1.5 kB 00:00 2023-11-26T21:49:22.074 INFO:teuthology.orchestra.run.smithi172.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-11-26T21:49:22.104 INFO:teuthology.orchestra.run.smithi192.stdout:ceph source packages 5.9 kB/s | 1.5 kB 00:00 2023-11-26T21:49:22.173 INFO:teuthology.orchestra.run.smithi002.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-11-26T21:49:22.225 INFO:teuthology.orchestra.run.smithi172.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-26T21:49:22.238 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-26T21:49:23.286 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-26T21:49:24.664 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 6.6 MB/s | 16 MB 00:02 2023-11-26T21:49:25.215 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 16 MB 00:03 2023-11-26T21:49:26.792 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 428 kB/s | 24 kB 00:00 2023-11-26T21:49:27.727 INFO:teuthology.orchestra.run.smithi172.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-11-26T21:49:28.197 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 398 kB/s | 24 kB 00:00 2023-11-26T21:49:28.973 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 397 kB/s | 24 kB 00:00 2023-11-26T21:49:29.124 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 55 MB/s | 47 MB 00:00 2023-11-26T21:49:29.933 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-11-26T21:49:35.812 INFO:teuthology.orchestra.run.smithi172.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 47 MB 00:00 2023-11-26T21:49:36.992 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-11-26T21:49:38.618 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 51 MB/s | 47 MB 00:00 2023-11-26T21:49:46.838 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:49:46.840 INFO:teuthology.orchestra.run.smithi172.stdout:==================================================================================================== 2023-11-26T21:49:46.840 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:49:46.840 INFO:teuthology.orchestra.run.smithi172.stdout:==================================================================================================== 2023-11-26T21:49:46.840 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:49:46.840 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-radosgw x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 14 M 2023-11-26T21:49:46.841 INFO:teuthology.orchestra.run.smithi172.stdout:Upgrading: 2023-11-26T21:49:46.841 INFO:teuthology.orchestra.run.smithi172.stdout: librados2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.8 M 2023-11-26T21:49:46.841 INFO:teuthology.orchestra.run.smithi172.stdout: librbd1 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.7 M 2023-11-26T21:49:46.841 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:49:46.841 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-base x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 5.4 M 2023-11-26T21:49:46.841 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-common x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 23 M 2023-11-26T21:49:46.842 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-selinux x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 24 k 2023-11-26T21:49:46.842 INFO:teuthology.orchestra.run.smithi172.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-26T21:49:46.842 INFO:teuthology.orchestra.run.smithi172.stdout: libcephfs2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 841 k 2023-11-26T21:49:46.842 INFO:teuthology.orchestra.run.smithi172.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-26T21:49:46.842 INFO:teuthology.orchestra.run.smithi172.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-26T21:49:46.842 INFO:teuthology.orchestra.run.smithi172.stdout: libradosstriper1 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 517 k 2023-11-26T21:49:46.843 INFO:teuthology.orchestra.run.smithi172.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-26T21:49:46.843 INFO:teuthology.orchestra.run.smithi172.stdout: librgw2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 6.9 M 2023-11-26T21:49:46.843 INFO:teuthology.orchestra.run.smithi172.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-26T21:49:46.843 INFO:teuthology.orchestra.run.smithi172.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-26T21:49:46.843 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-argparse x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 45 k 2023-11-26T21:49:46.843 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-common x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 128 k 2023-11-26T21:49:46.843 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cephfs x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 196 k 2023-11-26T21:49:46.844 INFO:teuthology.orchestra.run.smithi172.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-26T21:49:46.844 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rados x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 371 k 2023-11-26T21:49:46.844 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rbd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 364 k 2023-11-26T21:49:46.844 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rgw x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 106 k 2023-11-26T21:49:46.844 INFO:teuthology.orchestra.run.smithi172.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-26T21:49:46.844 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:49:46.844 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:49:46.845 INFO:teuthology.orchestra.run.smithi172.stdout:==================================================================================================== 2023-11-26T21:49:46.845 INFO:teuthology.orchestra.run.smithi172.stdout:Install 21 Packages 2023-11-26T21:49:46.845 INFO:teuthology.orchestra.run.smithi172.stdout:Upgrade 2 Packages 2023-11-26T21:49:46.845 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:49:46.846 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 62 M 2023-11-26T21:49:46.846 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:49:48.099 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:49:48.101 INFO:teuthology.orchestra.run.smithi192.stdout:==================================================================================================== 2023-11-26T21:49:48.101 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout:==================================================================================================== 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 14 M 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.8 M 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.7 M 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 5.4 M 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 23 M 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 24 k 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-26T21:49:48.102 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 841 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 517 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 6.9 M 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 45 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 128 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 196 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-26T21:49:48.103 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 371 k 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 364 k 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 106 k 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout:==================================================================================================== 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout:Install 21 Packages 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 2 Packages 2023-11-26T21:49:48.104 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:49:48.105 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 62 M 2023-11-26T21:49:48.105 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:49:48.237 INFO:teuthology.orchestra.run.smithi172.stdout:(1/23): ceph-common-18.0.0-7439.g6e53c105.el8.x 17 MB/s | 23 MB 00:01 2023-11-26T21:49:48.287 INFO:teuthology.orchestra.run.smithi172.stdout:(2/23): ceph-selinux-18.0.0-7439.g6e53c105.el8. 489 kB/s | 24 kB 00:00 2023-11-26T21:49:48.396 INFO:teuthology.orchestra.run.smithi172.stdout:(3/23): libcephfs2-18.0.0-7439.g6e53c105.el8.x8 7.6 MB/s | 841 kB 00:00 2023-11-26T21:49:48.471 INFO:teuthology.orchestra.run.smithi172.stdout:(4/23): libradosstriper1-18.0.0-7439.g6e53c105. 6.7 MB/s | 517 kB 00:00 2023-11-26T21:49:48.563 INFO:teuthology.orchestra.run.smithi172.stdout:(5/23): ceph-base-18.0.0-7439.g6e53c105.el8.x86 3.2 MB/s | 5.4 MB 00:01 2023-11-26T21:49:48.672 INFO:teuthology.orchestra.run.smithi172.stdout:(6/23): python3-ceph-argparse-18.0.0-7439.g6e53 412 kB/s | 45 kB 00:00 2023-11-26T21:49:48.797 INFO:teuthology.orchestra.run.smithi172.stdout:(7/23): python3-ceph-common-18.0.0-7439.g6e53c1 1.0 MB/s | 128 kB 00:00 2023-11-26T21:49:48.923 INFO:teuthology.orchestra.run.smithi172.stdout:(8/23): python3-cephfs-18.0.0-7439.g6e53c105.el 1.5 MB/s | 196 kB 00:00 2023-11-26T21:49:49.023 INFO:teuthology.orchestra.run.smithi172.stdout:(9/23): librgw2-18.0.0-7439.g6e53c105.el8.x86_6 13 MB/s | 6.9 MB 00:00 2023-11-26T21:49:49.048 INFO:teuthology.orchestra.run.smithi172.stdout:(10/23): python3-rados-18.0.0-7439.g6e53c105.el 2.9 MB/s | 371 kB 00:00 2023-11-26T21:49:49.132 INFO:teuthology.orchestra.run.smithi172.stdout:(11/23): python3-rbd-18.0.0-7439.g6e53c105.el8. 3.3 MB/s | 364 kB 00:00 2023-11-26T21:49:49.157 INFO:teuthology.orchestra.run.smithi172.stdout:(12/23): python3-rgw-18.0.0-7439.g6e53c105.el8. 980 kB/s | 106 kB 00:00 2023-11-26T21:49:49.291 INFO:teuthology.orchestra.run.smithi172.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 442 kB/s | 59 kB 00:00 2023-11-26T21:49:49.316 INFO:teuthology.orchestra.run.smithi172.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-11-26T21:49:49.358 INFO:teuthology.orchestra.run.smithi172.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-11-26T21:49:49.417 INFO:teuthology.orchestra.run.smithi172.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 807 kB/s | 47 kB 00:00 2023-11-26T21:49:49.450 INFO:teuthology.orchestra.run.smithi172.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 13 MB/s | 1.7 MB 00:00 2023-11-26T21:49:49.476 INFO:teuthology.orchestra.run.smithi172.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-11-26T21:49:49.526 INFO:teuthology.orchestra.run.smithi172.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 586 kB/s | 44 kB 00:00 2023-11-26T21:49:49.551 INFO:teuthology.orchestra.run.smithi172.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.9 MB/s | 354 kB 00:00 2023-11-26T21:49:50.027 INFO:teuthology.orchestra.run.smithi192.stdout:(1/23): ceph-common-18.0.0-7439.g6e53c105.el8.x 12 MB/s | 23 MB 00:01 2023-11-26T21:49:50.068 INFO:teuthology.orchestra.run.smithi192.stdout:(2/23): ceph-selinux-18.0.0-7439.g6e53c105.el8. 590 kB/s | 24 kB 00:00 2023-11-26T21:49:50.160 INFO:teuthology.orchestra.run.smithi192.stdout:(3/23): libcephfs2-18.0.0-7439.g6e53c105.el8.x8 9.0 MB/s | 841 kB 00:00 2023-11-26T21:49:50.243 INFO:teuthology.orchestra.run.smithi192.stdout:(4/23): libradosstriper1-18.0.0-7439.g6e53c105. 6.1 MB/s | 517 kB 00:00 2023-11-26T21:49:50.285 INFO:teuthology.orchestra.run.smithi172.stdout:(21/23): librbd1-18.0.0-7439.g6e53c105.el8.x86_ 5.1 MB/s | 3.7 MB 00:00 2023-11-26T21:49:50.312 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout:==================================================================================================== 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout:==================================================================================================== 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 14 M 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrading: 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout: librados2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.8 M 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.7 M 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 5.4 M 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 23 M 2023-11-26T21:49:50.316 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 24 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 841 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 517 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2 x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 6.9 M 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 45 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 128 k 2023-11-26T21:49:50.317 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 196 k 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 371 k 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 364 k 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 106 k 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout:==================================================================================================== 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout:Install 21 Packages 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrade 2 Packages 2023-11-26T21:49:50.318 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:49:50.319 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 62 M 2023-11-26T21:49:50.319 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:49:50.477 INFO:teuthology.orchestra.run.smithi172.stdout:(22/23): librados2-18.0.0-7439.g6e53c105.el8.x8 4.0 MB/s | 3.8 MB 00:00 2023-11-26T21:49:50.527 INFO:teuthology.orchestra.run.smithi192.stdout:(5/23): ceph-base-18.0.0-7439.g6e53c105.el8.x86 2.2 MB/s | 5.4 MB 00:02 2023-11-26T21:49:50.669 INFO:teuthology.orchestra.run.smithi192.stdout:(6/23): librgw2-18.0.0-7439.g6e53c105.el8.x86_6 16 MB/s | 6.9 MB 00:00 2023-11-26T21:49:50.694 INFO:teuthology.orchestra.run.smithi192.stdout:(7/23): python3-ceph-argparse-18.0.0-7439.g6e53 268 kB/s | 45 kB 00:00 2023-11-26T21:49:50.719 INFO:teuthology.orchestra.run.smithi192.stdout:(8/23): python3-ceph-common-18.0.0-7439.g6e53c1 2.5 MB/s | 128 kB 00:00 2023-11-26T21:49:50.786 INFO:teuthology.orchestra.run.smithi192.stdout:(9/23): python3-cephfs-18.0.0-7439.g6e53c105.el 2.1 MB/s | 196 kB 00:00 2023-11-26T21:49:50.812 INFO:teuthology.orchestra.run.smithi192.stdout:(10/23): python3-rados-18.0.0-7439.g6e53c105.el 3.9 MB/s | 371 kB 00:00 2023-11-26T21:49:50.870 INFO:teuthology.orchestra.run.smithi192.stdout:(11/23): python3-rgw-18.0.0-7439.g6e53c105.el8. 1.8 MB/s | 106 kB 00:00 2023-11-26T21:49:50.912 INFO:teuthology.orchestra.run.smithi192.stdout:(12/23): python3-rbd-18.0.0-7439.g6e53c105.el8. 2.8 MB/s | 364 kB 00:00 2023-11-26T21:49:51.004 INFO:teuthology.orchestra.run.smithi192.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.2 MB/s | 306 kB 00:00 2023-11-26T21:49:51.029 INFO:teuthology.orchestra.run.smithi192.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 503 kB/s | 59 kB 00:00 2023-11-26T21:49:51.055 INFO:teuthology.orchestra.run.smithi192.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-11-26T21:49:51.113 INFO:teuthology.orchestra.run.smithi192.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-11-26T21:49:51.147 INFO:teuthology.orchestra.run.smithi192.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-11-26T21:49:51.189 INFO:teuthology.orchestra.run.smithi192.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 11 MB/s | 1.7 MB 00:00 2023-11-26T21:49:51.239 INFO:teuthology.orchestra.run.smithi192.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.8 MB/s | 354 kB 00:00 2023-11-26T21:49:51.281 INFO:teuthology.orchestra.run.smithi192.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 510 kB/s | 47 kB 00:00 2023-11-26T21:49:51.460 INFO:teuthology.orchestra.run.smithi172.stdout:(23/23): ceph-radosgw-18.0.0-7439.g6e53c105.el8 3.0 MB/s | 14 MB 00:04 2023-11-26T21:49:51.463 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:49:51.463 INFO:teuthology.orchestra.run.smithi172.stdout:Total 13 MB/s | 62 MB 00:04 2023-11-26T21:49:51.513 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:49:51.559 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:49:51.559 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:49:51.756 INFO:teuthology.orchestra.run.smithi192.stdout:(21/23): librbd1-18.0.0-7439.g6e53c105.el8.x86_ 7.8 MB/s | 3.7 MB 00:00 2023-11-26T21:49:51.907 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:49:51.911 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:49:52.190 INFO:teuthology.orchestra.run.smithi192.stdout:(22/23): librados2-18.0.0-7439.g6e53c105.el8.x8 4.0 MB/s | 3.8 MB 00:00 2023-11-26T21:49:52.343 INFO:teuthology.orchestra.run.smithi002.stdout:(1/23): ceph-base-18.0.0-7439.g6e53c105.el8.x86 2.9 MB/s | 5.4 MB 00:01 2023-11-26T21:49:52.560 INFO:teuthology.orchestra.run.smithi002.stdout:(2/23): ceph-common-18.0.0-7439.g6e53c105.el8.x 11 MB/s | 23 MB 00:02 2023-11-26T21:49:52.585 INFO:teuthology.orchestra.run.smithi002.stdout:(3/23): ceph-selinux-18.0.0-7439.g6e53c105.el8. 100 kB/s | 24 kB 00:00 2023-11-26T21:49:52.644 INFO:teuthology.orchestra.run.smithi002.stdout:(4/23): libcephfs2-18.0.0-7439.g6e53c105.el8.x8 9.9 MB/s | 841 kB 00:00 2023-11-26T21:49:52.711 INFO:teuthology.orchestra.run.smithi002.stdout:(5/23): libradosstriper1-18.0.0-7439.g6e53c105. 4.0 MB/s | 517 kB 00:00 2023-11-26T21:49:52.786 INFO:teuthology.orchestra.run.smithi002.stdout:(6/23): python3-ceph-argparse-18.0.0-7439.g6e53 598 kB/s | 45 kB 00:00 2023-11-26T21:49:52.861 INFO:teuthology.orchestra.run.smithi002.stdout:(7/23): python3-ceph-common-18.0.0-7439.g6e53c1 1.7 MB/s | 128 kB 00:00 2023-11-26T21:49:52.945 INFO:teuthology.orchestra.run.smithi002.stdout:(8/23): python3-cephfs-18.0.0-7439.g6e53c105.el 2.3 MB/s | 196 kB 00:00 2023-11-26T21:49:53.029 INFO:teuthology.orchestra.run.smithi002.stdout:(9/23): python3-rados-18.0.0-7439.g6e53c105.el8 4.3 MB/s | 371 kB 00:00 2023-11-26T21:49:53.135 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:49:53.137 INFO:teuthology.orchestra.run.smithi002.stdout:(10/23): librgw2-18.0.0-7439.g6e53c105.el8.x86_ 14 MB/s | 6.9 MB 00:00 2023-11-26T21:49:53.163 INFO:teuthology.orchestra.run.smithi002.stdout:(11/23): python3-rbd-18.0.0-7439.g6e53c105.el8. 2.7 MB/s | 364 kB 00:00 2023-11-26T21:49:53.179 INFO:teuthology.orchestra.run.smithi002.stdout:(12/23): python3-rgw-18.0.0-7439.g6e53c105.el8. 2.5 MB/s | 106 kB 00:00 2023-11-26T21:49:53.315 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-26T21:49:53.455 INFO:teuthology.orchestra.run.smithi002.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 214 kB/s | 59 kB 00:00 2023-11-26T21:49:53.487 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-26T21:49:53.564 INFO:teuthology.orchestra.run.smithi002.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 765 kB/s | 306 kB 00:00 2023-11-26T21:49:53.589 INFO:teuthology.orchestra.run.smithi002.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 562 kB/s | 75 kB 00:00 2023-11-26T21:49:53.639 INFO:teuthology.orchestra.run.smithi002.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 939 kB/s | 47 kB 00:00 2023-11-26T21:49:53.681 INFO:teuthology.orchestra.run.smithi002.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-11-26T21:49:53.715 INFO:teuthology.orchestra.run.smithi002.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-11-26T21:49:53.757 INFO:teuthology.orchestra.run.smithi002.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-11-26T21:49:53.807 INFO:teuthology.orchestra.run.smithi002.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 7.1 MB/s | 1.7 MB 00:00 2023-11-26T21:49:53.886 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-26T21:49:54.036 INFO:teuthology.orchestra.run.smithi172.stdout: Upgrading : librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:49:54.124 INFO:teuthology.orchestra.run.smithi002.stdout:(21/23): librbd1-18.0.0-7439.g6e53c105.el8.x86_ 12 MB/s | 3.7 MB 00:00 2023-11-26T21:49:54.141 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:49:54.207 INFO:teuthology.orchestra.run.smithi192.stdout:(23/23): ceph-radosgw-18.0.0-7439.g6e53c105.el8 2.3 MB/s | 14 MB 00:06 2023-11-26T21:49:54.210 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:49:54.210 INFO:teuthology.orchestra.run.smithi192.stdout:Total 10 MB/s | 62 MB 00:06 2023-11-26T21:49:54.257 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:49:54.301 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 4/25 2023-11-26T21:49:54.303 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:49:54.303 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:49:54.383 INFO:teuthology.orchestra.run.smithi002.stdout:(22/23): librados2-18.0.0-7439.g6e53c105.el8.x8 6.0 MB/s | 3.8 MB 00:00 2023-11-26T21:49:54.506 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-26T21:49:54.647 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:49:54.651 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:49:54.711 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 6/25 2023-11-26T21:49:54.783 INFO:teuthology.orchestra.run.smithi002.stdout:(23/23): ceph-radosgw-18.0.0-7439.g6e53c105.el8 3.2 MB/s | 14 MB 00:04 2023-11-26T21:49:54.787 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:49:54.788 INFO:teuthology.orchestra.run.smithi002.stdout:Total 14 MB/s | 62 MB 00:04 2023-11-26T21:49:54.836 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:49:54.885 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:49:54.885 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:49:55.122 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 6/25 2023-11-26T21:49:55.250 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:49:55.254 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:49:55.303 INFO:teuthology.orchestra.run.smithi172.stdout: Upgrading : librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:49:55.394 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:49:55.570 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-26T21:49:55.634 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-26T21:49:55.785 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-26T21:49:55.844 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:49:55.897 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8. 10/25 2023-11-26T21:49:56.028 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-26T21:49:56.080 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 11/25 2023-11-26T21:49:56.245 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-26T21:49:56.273 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 12/25 2023-11-26T21:49:56.411 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:49:56.453 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 13/25 2023-11-26T21:49:56.507 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 13/25 2023-11-26T21:49:56.604 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-26T21:49:56.629 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-26T21:49:56.675 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-26T21:49:56.777 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-26T21:49:56.807 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-26T21:49:56.895 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:49:56.998 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:49:57.206 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-26T21:49:57.217 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 4/25 2023-11-26T21:49:57.376 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:49:57.463 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:49:57.464 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-26T21:49:57.613 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-26T21:49:57.641 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 4/25 2023-11-26T21:49:57.645 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 6/25 2023-11-26T21:49:57.851 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-26T21:49:57.961 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 17/25 2023-11-26T21:49:58.043 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 6/25 2023-11-26T21:49:58.069 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 6/25 2023-11-26T21:49:58.069 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 17/25 2023-11-26T21:49:58.289 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 18/25 2023-11-26T21:49:58.295 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:49:58.347 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:49:58.453 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x8 19/25 2023-11-26T21:49:58.468 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 6/25 2023-11-26T21:49:58.543 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-26T21:49:58.685 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:49:58.736 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-26T21:49:58.784 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:49:58.792 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-26T21:49:58.922 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8. 10/25 2023-11-26T21:49:58.943 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-26T21:49:59.007 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-26T21:49:59.139 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 11/25 2023-11-26T21:49:59.175 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-26T21:49:59.305 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8. 10/25 2023-11-26T21:49:59.575 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 12/25 2023-11-26T21:49:59.676 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 11/25 2023-11-26T21:49:59.736 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 13/25 2023-11-26T21:49:59.805 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 13/25 2023-11-26T21:49:59.946 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-26T21:50:00.176 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-26T21:50:00.268 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 12/25 2023-11-26T21:50:00.410 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 13/25 2023-11-26T21:50:00.498 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 13/25 2023-11-26T21:50:00.628 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-26T21:50:00.812 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-26T21:50:00.990 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-26T21:50:01.152 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 17/25 2023-11-26T21:50:01.232 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 17/25 2023-11-26T21:50:01.504 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 18/25 2023-11-26T21:50:01.653 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x8 19/25 2023-11-26T21:50:01.673 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-26T21:50:01.817 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 17/25 2023-11-26T21:50:01.878 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 17/25 2023-11-26T21:50:02.097 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 18/25 2023-11-26T21:50:02.200 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:02.268 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x8 19/25 2023-11-26T21:50:02.411 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:02.994 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:03.510 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 21/25 2023-11-26T21:50:03.828 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 21/25 2023-11-26T21:50:04.035 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:05.469 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:05.728 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:06.220 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:06.327 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:06.459 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:06.617 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 21/25 2023-11-26T21:50:06.695 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 21/25 2023-11-26T21:50:06.835 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:07.078 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 20/25 2023-11-26T21:50:07.314 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 21/25 2023-11-26T21:50:07.399 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 21/25 2023-11-26T21:50:07.550 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /sys 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /proc 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /dev 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /run 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /mnt 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /var/tmp 2023-11-26T21:50:22.936 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /home 2023-11-26T21:50:22.937 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /tmp 2023-11-26T21:50:22.937 INFO:teuthology.orchestra.run.smithi172.stdout:skipping the directory /dev 2023-11-26T21:50:22.937 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:24.348 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 23/25 2023-11-26T21:50:24.370 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 23/25 2023-11-26T21:50:24.370 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-26T21:50:24.542 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-26T21:50:24.543 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:25.198 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:25.198 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 1/25 2023-11-26T21:50:25.198 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 4/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 5/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 6/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8. 8/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x8 9/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 10/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 11/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 12/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 13/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-26T21:50:25.199 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-26T21:50:25.200 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 24/25 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /sys 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /proc 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /dev 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /run 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /mnt 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /var/tmp 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /home 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /tmp 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /dev 2023-11-26T21:50:25.211 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:26.525 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:26.525 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:51 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:50:26.681 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 23/25 2023-11-26T21:50:26.702 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 23/25 2023-11-26T21:50:26.702 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-26T21:50:26.909 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-26T21:50:26.910 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:26.915 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:26.915 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /sys 2023-11-26T21:50:26.916 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /proc 2023-11-26T21:50:26.916 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /dev 2023-11-26T21:50:26.916 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /run 2023-11-26T21:50:26.916 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /mnt 2023-11-26T21:50:26.916 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /var/tmp 2023-11-26T21:50:26.916 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /home 2023-11-26T21:50:26.917 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /tmp 2023-11-26T21:50:26.917 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /dev 2023-11-26T21:50:26.917 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:27.535 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:27.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 1/25 2023-11-26T21:50:27.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2/25 2023-11-26T21:50:27.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:50:27.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 4/25 2023-11-26T21:50:27.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 5/25 2023-11-26T21:50:27.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 6/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8. 8/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x8 9/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 10/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 11/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 12/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 13/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-26T21:50:27.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-26T21:50:27.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-26T21:50:27.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-26T21:50:27.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-26T21:50:27.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-26T21:50:27.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:27.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-26T21:50:27.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 24/25 2023-11-26T21:50:28.444 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 23/25 2023-11-26T21:50:28.466 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 23/25 2023-11-26T21:50:28.466 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-26T21:50:28.691 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-26T21:50:28.691 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:28.933 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:28.933 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:52 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:50:29.029 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:50:29.218 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:29.218 INFO:teuthology.orchestra.run.smithi172.stdout:Upgraded: 2023-11-26T21:50:29.218 INFO:teuthology.orchestra.run.smithi172.stdout: librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.218 INFO:teuthology.orchestra.run.smithi172.stdout: librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.218 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.219 INFO:teuthology.orchestra.run.smithi172.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:29.220 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:50:29.315 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:29.315 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 1/25 2023-11-26T21:50:29.315 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2/25 2023-11-26T21:50:29.315 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 3/25 2023-11-26T21:50:29.315 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 4/25 2023-11-26T21:50:29.315 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 5/25 2023-11-26T21:50:29.315 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_6 6/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 7/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8. 8/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x8 9/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 10/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 11/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 12/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 13/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-26T21:50:29.316 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-26T21:50:29.317 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-26T21:50:29.317 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-26T21:50:29.317 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-26T21:50:29.317 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 22/25 2023-11-26T21:50:29.317 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-26T21:50:29.317 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 24/25 2023-11-26T21:50:29.375 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-test 2023-11-26T21:50:29.724 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:50:30.504 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:55 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:50:30.693 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-26T21:50:30.693 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:53 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:50:31.391 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:50:31.578 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.579 INFO:teuthology.orchestra.run.smithi192.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.580 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:31.581 INFO:teuthology.orchestra.run.smithi192.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-26T21:50:31.581 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:31.581 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:50:31.739 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-test 2023-11-26T21:50:31.865 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:50:31.866 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================================ 2023-11-26T21:50:31.866 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:50:31.866 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================================ 2023-11-26T21:50:31.866 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:50:31.866 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-test x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 49 M 2023-11-26T21:50:31.866 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout: libcephsqlite x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 183 k 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================================ 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout:Install 6 Packages 2023-11-26T21:50:31.867 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:31.868 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 50 M 2023-11-26T21:50:31.868 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 223 M 2023-11-26T21:50:31.868 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:50:31.907 INFO:teuthology.orchestra.run.smithi172.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-11-26T21:50:31.974 INFO:teuthology.orchestra.run.smithi172.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-11-26T21:50:32.016 INFO:teuthology.orchestra.run.smithi172.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-11-26T21:50:32.057 INFO:teuthology.orchestra.run.smithi172.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-11-26T21:50:32.087 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:50:32.183 INFO:teuthology.orchestra.run.smithi172.stdout:(5/6): libcephsqlite-18.0.0-7439.g6e53c105.el8. 581 kB/s | 183 kB 00:00 2023-11-26T21:50:32.933 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:56 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:50:33.585 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:50:33.787 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:33.787 INFO:teuthology.orchestra.run.smithi002.stdout:Upgraded: 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-26T21:50:33.788 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:33.789 INFO:teuthology.orchestra.run.smithi002.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-26T21:50:33.790 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:33.790 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:50:33.951 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-test 2023-11-26T21:50:34.275 INFO:teuthology.orchestra.run.smithi172.stdout:(6/6): ceph-test-18.0.0-7439.g6e53c105.el8.x86_ 21 MB/s | 49 MB 00:02 2023-11-26T21:50:34.277 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:50:34.277 INFO:teuthology.orchestra.run.smithi172.stdout:Total 21 MB/s | 50 MB 00:02 2023-11-26T21:50:34.302 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:50:34.303 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================================ 2023-11-26T21:50:34.303 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:50:34.303 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================================ 2023-11-26T21:50:34.303 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:50:34.303 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 49 M 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 183 k 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================================ 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2023-11-26T21:50:34.304 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:34.305 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 50 M 2023-11-26T21:50:34.305 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 223 M 2023-11-26T21:50:34.305 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:50:34.315 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:50:34.318 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:50:34.337 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:50:34.337 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:50:34.337 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-11-26T21:50:34.421 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.0 MB/s | 323 kB 00:00 2023-11-26T21:50:34.488 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2023-11-26T21:50:34.554 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.0 MB/s | 202 kB 00:00 2023-11-26T21:50:34.588 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): libcephsqlite-18.0.0-7439.g6e53c105.el8. 647 kB/s | 183 kB 00:00 2023-11-26T21:50:34.601 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:50:34.605 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:50:35.079 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:50:35.196 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-26T21:50:35.245 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:58 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:50:35.277 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-26T21:50:35.466 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-26T21:50:35.655 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-26T21:50:35.817 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-26T21:50:35.979 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 5/6 2023-11-26T21:50:36.697 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): ceph-test-18.0.0-7439.g6e53c105.el8.x86_ 21 MB/s | 49 MB 00:02 2023-11-26T21:50:36.698 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:50:36.699 INFO:teuthology.orchestra.run.smithi192.stdout:Total 21 MB/s | 50 MB 00:02 2023-11-26T21:50:36.736 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:50:36.757 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:50:36.757 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:50:36.775 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout:============================================================================================ 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout:============================================================================================ 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 49 M 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout: libcephsqlite x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 183 k 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-26T21:50:36.777 INFO:teuthology.orchestra.run.smithi002.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-26T21:50:36.778 INFO:teuthology.orchestra.run.smithi002.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-26T21:50:36.778 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:36.778 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:50:36.778 INFO:teuthology.orchestra.run.smithi002.stdout:============================================================================================ 2023-11-26T21:50:36.778 INFO:teuthology.orchestra.run.smithi002.stdout:Install 6 Packages 2023-11-26T21:50:36.778 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:36.778 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 50 M 2023-11-26T21:50:36.779 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 223 M 2023-11-26T21:50:36.779 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:50:36.819 INFO:teuthology.orchestra.run.smithi002.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-11-26T21:50:36.902 INFO:teuthology.orchestra.run.smithi002.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.3 MB/s | 323 kB 00:00 2023-11-26T21:50:36.944 INFO:teuthology.orchestra.run.smithi002.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-11-26T21:50:36.978 INFO:teuthology.orchestra.run.smithi002.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 5.9 MB/s | 202 kB 00:00 2023-11-26T21:50:37.021 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:50:37.025 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:50:37.070 INFO:teuthology.orchestra.run.smithi002.stdout:(5/6): libcephsqlite-18.0.0-7439.g6e53c105.el8. 629 kB/s | 183 kB 00:00 2023-11-26T21:50:37.471 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:50:37.613 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-26T21:50:37.682 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-26T21:50:37.917 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-26T21:50:38.072 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-26T21:50:38.258 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-26T21:50:39.813 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 5/6 2023-11-26T21:50:39.814 INFO:teuthology.orchestra.run.smithi002.stdout:(6/6): ceph-test-18.0.0-7439.g6e53c105.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-26T21:50:39.814 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:50:39.814 INFO:teuthology.orchestra.run.smithi002.stdout:Total 20 MB/s | 50 MB 00:02 2023-11-26T21:50:39.814 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:50:39.815 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:50:39.815 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:50:39.815 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:50:39.815 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:50:40.142 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:50:40.295 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-26T21:50:40.374 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-26T21:50:40.576 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-26T21:50:40.713 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-26T21:50:40.739 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 5/6 2023-11-26T21:50:40.895 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-26T21:50:40.976 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 6/6 2023-11-26T21:50:41.045 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 5/6 2023-11-26T21:50:41.208 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 6/6 2023-11-26T21:50:41.208 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 1/6 2023-11-26T21:50:41.209 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 2/6 2023-11-26T21:50:41.209 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-26T21:50:41.209 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-26T21:50:41.209 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-26T21:50:42.303 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-26T21:50:42.304 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:07 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:50:43.161 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 5/6 2023-11-26T21:50:43.451 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 6/6 2023-11-26T21:50:43.685 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 6/6 2023-11-26T21:50:43.685 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 1/6 2023-11-26T21:50:43.685 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 2/6 2023-11-26T21:50:43.685 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-26T21:50:43.686 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-26T21:50:43.686 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-26T21:50:44.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-26T21:50:44.748 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:08 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:50:44.784 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout: jq-1.6-3.el8.x86_64 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout: libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-26T21:50:44.964 INFO:teuthology.orchestra.run.smithi172.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-26T21:50:44.965 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:44.965 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:50:45.096 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph 2023-11-26T21:50:45.432 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:50:46.105 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 5/6 2023-11-26T21:50:46.238 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:11 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:50:46.316 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 6/6 2023-11-26T21:50:46.552 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 6/6 2023-11-26T21:50:46.552 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 1/6 2023-11-26T21:50:46.553 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 2/6 2023-11-26T21:50:46.553 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-26T21:50:46.553 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-26T21:50:46.553 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-26T21:50:47.191 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:50:47.371 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:47.371 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout: jq-1.6-3.el8.x86_64 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:47.372 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:50:47.544 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph 2023-11-26T21:50:47.601 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================= 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================= 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout: ceph x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 6.4 k 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mds x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 2.3 M 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 1.6 M 2023-11-26T21:50:47.605 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 242 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mon x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 4.6 M 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-osd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 18 M 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-26T21:50:47.606 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-26T21:50:47.607 INFO:teuthology.orchestra.run.smithi172.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:50:47.608 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================= 2023-11-26T21:50:47.609 INFO:teuthology.orchestra.run.smithi172.stdout:Install 32 Packages 2023-11-26T21:50:47.609 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:50:47.609 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 30 M 2023-11-26T21:50:47.609 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 121 M 2023-11-26T21:50:47.609 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:50:47.666 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-26T21:50:47.666 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:10 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:50:47.880 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:50:48.126 INFO:teuthology.orchestra.run.smithi172.stdout:(1/32): ceph-18.0.0-7439.g6e53c105.el8.x86_64.r 36 kB/s | 6.4 kB 00:00 2023-11-26T21:50:48.243 INFO:teuthology.orchestra.run.smithi172.stdout:(2/32): ceph-mgr-18.0.0-7439.g6e53c105.el8.x86_ 5.6 MB/s | 1.6 MB 00:00 2023-11-26T21:50:48.310 INFO:teuthology.orchestra.run.smithi172.stdout:(3/32): ceph-mds-18.0.0-7439.g6e53c105.el8.x86_ 6.4 MB/s | 2.3 MB 00:00 2023-11-26T21:50:48.393 INFO:teuthology.orchestra.run.smithi172.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7439.g6e53 2.8 MB/s | 242 kB 00:00 2023-11-26T21:50:48.760 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:12 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:50:48.793 INFO:teuthology.orchestra.run.smithi172.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 109 kB/s | 44 kB 00:00 2023-11-26T21:50:49.110 INFO:teuthology.orchestra.run.smithi172.stdout:(6/32): ceph-osd-18.0.0-7439.g6e53c105.el8.x86_ 21 MB/s | 18 MB 00:00 2023-11-26T21:50:49.144 INFO:teuthology.orchestra.run.smithi172.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 529 kB/s | 185 kB 00:00 2023-11-26T21:50:49.386 INFO:teuthology.orchestra.run.smithi172.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 1.6 MB/s | 384 kB 00:00 2023-11-26T21:50:49.545 INFO:teuthology.orchestra.run.smithi172.stdout:(9/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 398 kB/s | 173 kB 00:00 2023-11-26T21:50:49.570 INFO:teuthology.orchestra.run.smithi172.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 60 kB/s | 11 kB 00:00 2023-11-26T21:50:49.745 INFO:teuthology.orchestra.run.smithi172.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 88 kB/s | 18 kB 00:00 2023-11-26T21:50:49.770 INFO:teuthology.orchestra.run.smithi172.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 243 kB/s | 49 kB 00:00 2023-11-26T21:50:49.879 INFO:teuthology.orchestra.run.smithi172.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 439 kB/s | 59 kB 00:00 2023-11-26T21:50:50.013 INFO:teuthology.orchestra.run.smithi172.stdout:(14/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.1 MB/s | 283 kB 00:00 2023-11-26T21:50:50.030 INFO:teuthology.orchestra.run.smithi172.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 104 kB/s | 16 kB 00:00 2023-11-26T21:50:50.097 INFO:teuthology.orchestra.run.smithi172.stdout:(16/32): ceph-mon-18.0.0-7439.g6e53c105.el8.x86 2.4 MB/s | 4.6 MB 00:01 2023-11-26T21:50:50.193 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================= 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================= 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout: ceph x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 6.4 k 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 2.3 M 2023-11-26T21:50:50.196 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 1.6 M 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 242 k 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 4.6 M 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 18 M 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-26T21:50:50.197 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-26T21:50:50.198 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:50.199 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:50:50.200 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================= 2023-11-26T21:50:50.200 INFO:teuthology.orchestra.run.smithi192.stdout:Install 32 Packages 2023-11-26T21:50:50.200 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:50:50.200 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 30 M 2023-11-26T21:50:50.200 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 121 M 2023-11-26T21:50:50.201 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:50:50.222 INFO:teuthology.orchestra.run.smithi172.stdout:(17/32): python3-simplegeneric-0.8.1-17.el8.noa 90 kB/s | 19 kB 00:00 2023-11-26T21:50:50.247 INFO:teuthology.orchestra.run.smithi172.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 110 kB/s | 24 kB 00:00 2023-11-26T21:50:50.447 INFO:teuthology.orchestra.run.smithi172.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 122 kB/s | 27 kB 00:00 2023-11-26T21:50:50.473 INFO:teuthology.orchestra.run.smithi172.stdout:(20/32): python3-tempora-1.14.1-5.el8.noarch.rp 78 kB/s | 29 kB 00:00 2023-11-26T21:50:50.598 INFO:teuthology.orchestra.run.smithi172.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 728 kB/s | 255 kB 00:00 2023-11-26T21:50:50.623 INFO:teuthology.orchestra.run.smithi172.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.4 MB/s | 251 kB 00:00 2023-11-26T21:50:50.674 INFO:teuthology.orchestra.run.smithi172.stdout:(23/32): python3-webtest-2.0.33-1.el8.noarch.rp 425 kB/s | 85 kB 00:00 2023-11-26T21:50:50.699 INFO:teuthology.orchestra.run.smithi172.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 228 kB/s | 23 kB 00:00 2023-11-26T21:50:50.758 INFO:teuthology.orchestra.run.smithi172.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 816 kB/s | 109 kB 00:00 2023-11-26T21:50:50.780 INFO:teuthology.orchestra.run.smithi192.stdout:(1/32): ceph-18.0.0-7439.g6e53c105.el8.x86_64.r 31 kB/s | 6.4 kB 00:00 2023-11-26T21:50:50.783 INFO:teuthology.orchestra.run.smithi172.stdout:(26/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 3.0 MB/s | 238 kB 00:00 2023-11-26T21:50:50.816 INFO:teuthology.orchestra.run.smithi172.stdout:(27/32): python3-cryptography-3.2.1-5.el8.x86_6 3.8 MB/s | 559 kB 00:00 2023-11-26T21:50:50.867 INFO:teuthology.orchestra.run.smithi172.stdout:(28/32): python3-pytz-2017.2-9.el8.noarch.rpm 498 kB/s | 54 kB 00:00 2023-11-26T21:50:50.892 INFO:teuthology.orchestra.run.smithi172.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 356 kB/s | 39 kB 00:00 2023-11-26T21:50:50.976 INFO:teuthology.orchestra.run.smithi172.stdout:(30/32): python3-mako-1.0.6-13.el8.noarch.rpm 988 kB/s | 157 kB 00:00 2023-11-26T21:50:51.009 INFO:teuthology.orchestra.run.smithi172.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.1 MB/s | 457 kB 00:00 2023-11-26T21:50:51.034 INFO:teuthology.orchestra.run.smithi172.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 730 kB/s | 103 kB 00:00 2023-11-26T21:50:51.036 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:50:51.036 INFO:teuthology.orchestra.run.smithi172.stdout:Total 8.9 MB/s | 30 MB 00:03 2023-11-26T21:50:51.131 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:50:51.169 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:50:51.169 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:50:51.206 INFO:teuthology.orchestra.run.smithi192.stdout:(2/32): ceph-mds-18.0.0-7439.g6e53c105.el8.x86_ 3.7 MB/s | 2.3 MB 00:00 2023-11-26T21:50:51.383 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:50:51.387 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:50:51.456 INFO:teuthology.orchestra.run.smithi192.stdout:(3/32): ceph-mgr-18.0.0-7439.g6e53c105.el8.x86_ 1.8 MB/s | 1.6 MB 00:00 2023-11-26T21:50:51.498 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:50:51.606 INFO:teuthology.orchestra.run.smithi192.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7439.g6e53 1.6 MB/s | 242 kB 00:00 2023-11-26T21:50:51.696 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:51.696 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:50:51.696 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:51.696 INFO:teuthology.orchestra.run.smithi002.stdout: jq-1.6-3.el8.x86_64 2023-11-26T21:50:51.696 INFO:teuthology.orchestra.run.smithi002.stdout: libcephsqlite-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:50:51.696 INFO:teuthology.orchestra.run.smithi002.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-26T21:50:51.697 INFO:teuthology.orchestra.run.smithi002.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-26T21:50:51.697 INFO:teuthology.orchestra.run.smithi002.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-26T21:50:51.697 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:51.697 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:50:51.839 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph 2023-11-26T21:50:51.998 INFO:teuthology.orchestra.run.smithi192.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 111 kB/s | 44 kB 00:00 2023-11-26T21:50:52.194 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:50:52.224 INFO:teuthology.orchestra.run.smithi192.stdout:(6/32): ceph-mon-18.0.0-7439.g6e53c105.el8.x86_ 3.2 MB/s | 4.6 MB 00:01 2023-11-26T21:50:52.424 INFO:teuthology.orchestra.run.smithi192.stdout:(7/32): ceph-osd-18.0.0-7439.g6e53c105.el8.x86_ 15 MB/s | 18 MB 00:01 2023-11-26T21:50:52.482 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:50:52.566 INFO:teuthology.orchestra.run.smithi192.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 326 kB/s | 185 kB 00:00 2023-11-26T21:50:52.682 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-26T21:50:52.691 INFO:teuthology.orchestra.run.smithi192.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 89 kB/s | 11 kB 00:00 2023-11-26T21:50:52.816 INFO:teuthology.orchestra.run.smithi192.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 141 kB/s | 18 kB 00:00 2023-11-26T21:50:52.933 INFO:teuthology.orchestra.run.smithi192.stdout:(11/32): python3-logutils-0.3.5-11.el8.noarch.r 418 kB/s | 49 kB 00:00 2023-11-26T21:50:53.018 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-26T21:50:53.050 INFO:teuthology.orchestra.run.smithi192.stdout:(12/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 209 kB/s | 173 kB 00:00 2023-11-26T21:50:53.067 INFO:teuthology.orchestra.run.smithi192.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 438 kB/s | 59 kB 00:00 2023-11-26T21:50:53.184 INFO:teuthology.orchestra.run.smithi192.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 134 kB/s | 16 kB 00:00 2023-11-26T21:50:53.247 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-11-26T21:50:53.293 INFO:teuthology.orchestra.run.smithi192.stdout:(15/32): python3-simplegeneric-0.8.1-17.el8.noa 173 kB/s | 19 kB 00:00 2023-11-26T21:50:53.328 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:16 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:50:53.427 INFO:teuthology.orchestra.run.smithi192.stdout:(16/32): python3-singledispatch-3.4.0.3-18.el8. 179 kB/s | 24 kB 00:00 2023-11-26T21:50:53.445 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-11-26T21:50:53.460 INFO:teuthology.orchestra.run.smithi192.stdout:(17/32): python3-pecan-1.3.2-9.el8.noarch.rpm 690 kB/s | 283 kB 00:00 2023-11-26T21:50:53.494 INFO:teuthology.orchestra.run.smithi192.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 360 kB/s | 384 kB 00:01 2023-11-26T21:50:53.544 INFO:teuthology.orchestra.run.smithi192.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 250 kB/s | 29 kB 00:00 2023-11-26T21:50:53.578 INFO:teuthology.orchestra.run.smithi192.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 235 kB/s | 27 kB 00:00 2023-11-26T21:50:53.640 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-11-26T21:50:53.695 INFO:teuthology.orchestra.run.smithi192.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 732 kB/s | 85 kB 00:00 2023-11-26T21:50:53.805 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-11-26T21:50:53.811 INFO:teuthology.orchestra.run.smithi192.stdout:(22/32): python3-waitress-1.4.3-1.el8.noarch.rp 804 kB/s | 255 kB 00:00 2023-11-26T21:50:53.828 INFO:teuthology.orchestra.run.smithi192.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 172 kB/s | 23 kB 00:00 2023-11-26T21:50:53.862 INFO:teuthology.orchestra.run.smithi192.stdout:(24/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 790 kB/s | 251 kB 00:00 2023-11-26T21:50:53.929 INFO:teuthology.orchestra.run.smithi192.stdout:(25/32): python3-pytz-2017.2-9.el8.noarch.rpm 462 kB/s | 54 kB 00:00 2023-11-26T21:50:53.954 INFO:teuthology.orchestra.run.smithi192.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 310 kB/s | 39 kB 00:00 2023-11-26T21:50:53.988 INFO:teuthology.orchestra.run.smithi192.stdout:(27/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.3 MB/s | 157 kB 00:00 2023-11-26T21:50:54.013 INFO:teuthology.orchestra.run.smithi192.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 1.7 MB/s | 103 kB 00:00 2023-11-26T21:50:54.038 INFO:teuthology.orchestra.run.smithi192.stdout:(29/32): python3-pycparser-2.14-14.el8.noarch.r 2.1 MB/s | 109 kB 00:00 2023-11-26T21:50:54.064 INFO:teuthology.orchestra.run.smithi192.stdout:(30/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.3 MB/s | 457 kB 00:00 2023-11-26T21:50:54.070 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-11-26T21:50:54.089 INFO:teuthology.orchestra.run.smithi192.stdout:(31/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 4.6 MB/s | 238 kB 00:00 2023-11-26T21:50:54.114 INFO:teuthology.orchestra.run.smithi192.stdout:(32/32): python3-cryptography-3.2.1-5.el8.x86_6 5.4 MB/s | 559 kB 00:00 2023-11-26T21:50:54.116 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:50:54.116 INFO:teuthology.orchestra.run.smithi192.stdout:Total 7.8 MB/s | 30 MB 00:03 2023-11-26T21:50:54.208 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:50:54.245 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:50:54.245 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:50:54.408 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-11-26T21:50:54.458 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:50:54.462 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:50:54.654 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-11-26T21:50:54.834 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-11-26T21:50:54.869 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================= 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================= 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout: ceph x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 6.4 k 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mds x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 2.3 M 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 1.6 M 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 242 k 2023-11-26T21:50:54.873 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mon x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 4.6 M 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-osd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 18 M 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-26T21:50:54.874 INFO:teuthology.orchestra.run.smithi002.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-26T21:50:54.875 INFO:teuthology.orchestra.run.smithi002.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================= 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout:Install 32 Packages 2023-11-26T21:50:54.876 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:50:54.877 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 30 M 2023-11-26T21:50:54.877 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 121 M 2023-11-26T21:50:54.877 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:50:55.010 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-11-26T21:50:55.138 INFO:teuthology.orchestra.run.smithi002.stdout:(1/32): ceph-18.0.0-7439.g6e53c105.el8.x86_64.r 52 kB/s | 6.4 kB 00:00 2023-11-26T21:50:55.201 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-11-26T21:50:55.395 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-26T21:50:55.414 INFO:teuthology.orchestra.run.smithi002.stdout:(2/32): ceph-mgr-18.0.0-7439.g6e53c105.el8.x86_ 4.1 MB/s | 1.6 MB 00:00 2023-11-26T21:50:55.514 INFO:teuthology.orchestra.run.smithi002.stdout:(3/32): ceph-mds-18.0.0-7439.g6e53c105.el8.x86_ 4.6 MB/s | 2.3 MB 00:00 2023-11-26T21:50:55.574 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-26T21:50:55.589 INFO:teuthology.orchestra.run.smithi002.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7439.g6e53 3.2 MB/s | 242 kB 00:00 2023-11-26T21:50:55.645 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:50:55.747 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-26T21:50:55.814 INFO:teuthology.orchestra.run.smithi002.stdout:(5/32): ceph-mon-18.0.0-7439.g6e53c105.el8.x86_ 6.9 MB/s | 4.6 MB 00:00 2023-11-26T21:50:55.891 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-26T21:50:55.896 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-26T21:50:55.990 INFO:teuthology.orchestra.run.smithi002.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 109 kB/s | 44 kB 00:00 2023-11-26T21:50:56.054 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-26T21:50:56.131 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-26T21:50:56.190 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-26T21:50:56.307 INFO:teuthology.orchestra.run.smithi002.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 545 kB/s | 173 kB 00:00 2023-11-26T21:50:56.332 INFO:teuthology.orchestra.run.smithi002.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 358 kB/s | 185 kB 00:00 2023-11-26T21:50:56.404 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-11-26T21:50:56.405 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-26T21:50:56.541 INFO:teuthology.orchestra.run.smithi002.stdout:(9/32): ceph-osd-18.0.0-7439.g6e53c105.el8.x86_ 16 MB/s | 18 MB 00:01 2023-11-26T21:50:56.558 INFO:teuthology.orchestra.run.smithi002.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 49 kB/s | 11 kB 00:00 2023-11-26T21:50:56.613 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-26T21:50:56.650 INFO:teuthology.orchestra.run.smithi002.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 162 kB/s | 18 kB 00:00 2023-11-26T21:50:56.675 INFO:teuthology.orchestra.run.smithi002.stdout:(12/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.0 MB/s | 384 kB 00:00 2023-11-26T21:50:56.765 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-11-26T21:50:56.767 INFO:teuthology.orchestra.run.smithi002.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 503 kB/s | 59 kB 00:00 2023-11-26T21:50:56.798 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-26T21:50:56.876 INFO:teuthology.orchestra.run.smithi002.stdout:(14/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.4 MB/s | 283 kB 00:00 2023-11-26T21:50:56.892 INFO:teuthology.orchestra.run.smithi002.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 124 kB/s | 16 kB 00:00 2023-11-26T21:50:56.934 INFO:teuthology.orchestra.run.smithi002.stdout:(16/32): python3-logutils-0.3.5-11.el8.noarch.r 129 kB/s | 49 kB 00:00 2023-11-26T21:50:56.985 INFO:teuthology.orchestra.run.smithi002.stdout:(17/32): python3-simplegeneric-0.8.1-17.el8.noa 172 kB/s | 19 kB 00:00 2023-11-26T21:50:57.002 INFO:teuthology.orchestra.run.smithi002.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 219 kB/s | 24 kB 00:00 2023-11-26T21:50:57.044 INFO:teuthology.orchestra.run.smithi002.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 268 kB/s | 29 kB 00:00 2023-11-26T21:50:57.055 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-11-26T21:50:57.055 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-26T21:50:57.102 INFO:teuthology.orchestra.run.smithi002.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 235 kB/s | 27 kB 00:00 2023-11-26T21:50:57.219 INFO:teuthology.orchestra.run.smithi002.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.1 MB/s | 255 kB 00:00 2023-11-26T21:50:57.244 INFO:teuthology.orchestra.run.smithi002.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 601 kB/s | 85 kB 00:00 2023-11-26T21:50:57.252 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-11-26T21:50:57.322 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-26T21:50:57.336 INFO:teuthology.orchestra.run.smithi002.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 196 kB/s | 23 kB 00:00 2023-11-26T21:50:57.362 INFO:teuthology.orchestra.run.smithi002.stdout:(24/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 790 kB/s | 251 kB 00:00 2023-11-26T21:50:57.428 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-11-26T21:50:57.437 INFO:teuthology.orchestra.run.smithi002.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 568 kB/s | 109 kB 00:00 2023-11-26T21:50:57.487 INFO:teuthology.orchestra.run.smithi002.stdout:(26/32): python3-cryptography-3.2.1-5.el8.x86_6 3.6 MB/s | 559 kB 00:00 2023-11-26T21:50:57.527 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-26T21:50:57.529 INFO:teuthology.orchestra.run.smithi002.stdout:(27/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.5 MB/s | 238 kB 00:00 2023-11-26T21:50:57.554 INFO:teuthology.orchestra.run.smithi002.stdout:(28/32): python3-pytz-2017.2-9.el8.noarch.rpm 462 kB/s | 54 kB 00:00 2023-11-26T21:50:57.638 INFO:teuthology.orchestra.run.smithi002.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 258 kB/s | 39 kB 00:00 2023-11-26T21:50:57.655 INFO:teuthology.orchestra.run.smithi002.stdout:(30/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.2 MB/s | 157 kB 00:00 2023-11-26T21:50:57.730 INFO:teuthology.orchestra.run.smithi002.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.5 MB/s | 457 kB 00:00 2023-11-26T21:50:57.737 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-11-26T21:50:57.755 INFO:teuthology.orchestra.run.smithi002.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 886 kB/s | 103 kB 00:00 2023-11-26T21:50:57.757 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:50:57.757 INFO:teuthology.orchestra.run.smithi002.stdout:Total 11 MB/s | 30 MB 00:02 2023-11-26T21:50:57.852 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:50:57.892 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:50:57.892 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:50:57.947 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-11-26T21:50:58.118 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:50:58.123 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:50:58.196 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-11-26T21:50:58.360 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-26T21:50:58.439 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-11-26T21:50:58.651 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-11-26T21:50:58.691 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-26T21:50:58.868 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-26T21:50:59.059 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-26T21:50:59.059 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8. 27/32 2023-11-26T21:50:59.210 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:50:59.225 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 28/32 2023-11-26T21:50:59.256 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-26T21:50:59.411 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-26T21:50:59.418 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-26T21:50:59.588 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-26T21:50:59.715 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-26T21:50:59.733 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-26T21:50:59.955 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-26T21:50:59.963 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-11-26T21:51:00.174 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-11-26T21:51:00.389 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-11-26T21:51:00.556 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-11-26T21:51:00.689 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-26T21:51:00.772 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-11-26T21:51:00.834 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 28/32 2023-11-26T21:51:00.874 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-26T21:51:01.033 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 29/32 2023-11-26T21:51:01.137 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-11-26T21:51:01.154 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-26T21:51:01.398 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-26T21:51:01.404 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-11-26T21:51:01.498 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 29/32 2023-11-26T21:51:01.559 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-11-26T21:51:01.611 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-26T21:51:01.625 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 30/32 2023-11-26T21:51:01.785 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-11-26T21:51:01.843 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 30/32 2023-11-26T21:51:01.899 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-26T21:51:01.992 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 31/32 2023-11-26T21:51:02.010 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 31/32 2023-11-26T21:51:02.114 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 32/32 2023-11-26T21:51:02.242 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-26T21:51:02.414 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-11-26T21:51:02.471 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 32/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 1/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 2/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 3/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 4/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 5/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8. 6/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-26T21:51:02.472 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-26T21:51:02.473 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-26T21:51:02.474 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-11-26T21:51:02.474 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-11-26T21:51:02.474 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-11-26T21:51:02.475 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-11-26T21:51:02.475 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-11-26T21:51:02.475 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-11-26T21:51:02.475 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-11-26T21:51:02.610 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8. 27/32 2023-11-26T21:51:02.809 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 28/32 2023-11-26T21:51:02.977 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-26T21:51:03.149 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-26T21:51:03.330 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-26T21:51:03.521 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-26T21:51:03.728 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-26T21:51:03.881 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-26T21:51:03.896 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-11-26T21:51:03.896 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:28 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:04.115 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-26T21:51:04.346 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-26T21:51:04.409 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 28/32 2023-11-26T21:51:04.539 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-26T21:51:04.642 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 29/32 2023-11-26T21:51:04.810 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-26T21:51:05.059 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-26T21:51:05.104 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 29/32 2023-11-26T21:51:05.268 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 30/32 2023-11-26T21:51:05.285 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-26T21:51:05.486 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 30/32 2023-11-26T21:51:05.579 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-26T21:51:05.693 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 31/32 2023-11-26T21:51:05.711 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 31/32 2023-11-26T21:51:05.841 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 32/32 2023-11-26T21:51:05.903 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 32/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 1/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 2/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 3/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 4/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 5/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8. 6/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-26T21:51:06.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-26T21:51:06.191 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-26T21:51:06.192 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-26T21:51:06.192 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-26T21:51:06.192 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-26T21:51:06.192 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-11-26T21:51:06.193 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-11-26T21:51:06.193 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-11-26T21:51:06.193 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-11-26T21:51:06.193 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-11-26T21:51:06.193 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-11-26T21:51:06.193 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-11-26T21:51:06.194 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:51:06.265 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8. 27/32 2023-11-26T21:51:06.380 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:06.380 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:51:06.380 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:06.380 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:06.380 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:06.380 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:06.380 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-26T21:51:06.381 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-portend-2.6-1.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-26T21:51:06.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-26T21:51:06.383 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:06.383 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:51:06.421 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 28/32 2023-11-26T21:51:06.545 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-base 2023-11-26T21:51:06.890 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:07.664 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-11-26T21:51:07.664 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:31 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:07.693 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:32 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:08.137 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 28/32 2023-11-26T21:51:08.338 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 29/32 2023-11-26T21:51:08.832 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 29/32 2023-11-26T21:51:08.974 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 30/32 2023-11-26T21:51:08.987 INFO:teuthology.orchestra.run.smithi172.stdout:Package ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:51:09.095 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:51:09.096 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:51:09.096 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:51:09.204 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 30/32 2023-11-26T21:51:09.341 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 31/32 2023-11-26T21:51:09.360 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 31/32 2023-11-26T21:51:09.489 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 32/32 2023-11-26T21:51:09.667 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install cephadm 2023-11-26T21:51:09.864 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 32/32 2023-11-26T21:51:09.864 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 1/32 2023-11-26T21:51:09.864 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 2/32 2023-11-26T21:51:09.864 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 3/32 2023-11-26T21:51:09.864 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 4/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 5/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8. 6/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-26T21:51:09.865 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-11-26T21:51:09.866 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-11-26T21:51:09.867 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-11-26T21:51:09.867 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-11-26T21:51:09.867 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-11-26T21:51:09.867 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-11-26T21:51:10.018 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:10.305 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:51:10.494 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:10.494 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:51:10.494 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:10.494 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:10.494 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-26T21:51:10.495 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend-2.6-1.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-26T21:51:10.496 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-26T21:51:10.497 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-26T21:51:10.497 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-26T21:51:10.497 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:10.497 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:51:10.671 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-base 2023-11-26T21:51:10.842 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:35 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:11.019 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:11.311 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-11-26T21:51:11.311 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:34 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:11.907 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:35 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout: cephadm noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 408 k 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:51:12.252 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:51:12.253 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:12.253 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 408 k 2023-11-26T21:51:12.253 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 2.1 M 2023-11-26T21:51:12.253 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:51:12.483 INFO:teuthology.orchestra.run.smithi172.stdout:cephadm-18.0.0-7439.g6e53c105.el8.noarch.rpm 1.7 MB/s | 408 kB 00:00 2023-11-26T21:51:12.483 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:12.484 INFO:teuthology.orchestra.run.smithi172.stdout:Total 1.7 MB/s | 408 kB 00:00 2023-11-26T21:51:12.484 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:51:12.492 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:51:12.492 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:51:12.495 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:51:12.499 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:51:12.546 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:51:13.172 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:51:13.280 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:51:13.281 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:51:13.282 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:51:13.394 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install cephadm 2023-11-26T21:51:13.739 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:14.117 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:51:14.271 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mds-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-modules-core-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mon-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:14.322 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-osd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-26T21:51:14.323 INFO:teuthology.orchestra.run.smithi002.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-portend-2.6-1.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-26T21:51:14.324 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-26T21:51:14.325 INFO:teuthology.orchestra.run.smithi002.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-26T21:51:14.325 INFO:teuthology.orchestra.run.smithi002.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-26T21:51:14.325 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:14.325 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:51:14.432 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:14.491 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-base 2023-11-26T21:51:14.600 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:14.650 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:38 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:14.858 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:15.636 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:15.636 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:40 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:15.979 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:38 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:16.025 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:51:16.026 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:51:16.026 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:51:16.026 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:51:16.026 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:51:16.027 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 408 k 2023-11-26T21:51:16.027 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:16.027 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:51:16.027 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:51:16.027 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:51:16.027 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:16.027 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 408 k 2023-11-26T21:51:16.028 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 2.1 M 2023-11-26T21:51:16.028 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:51:16.258 INFO:teuthology.orchestra.run.smithi192.stdout:cephadm-18.0.0-7439.g6e53c105.el8.noarch.rpm 1.7 MB/s | 408 kB 00:00 2023-11-26T21:51:16.261 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:16.262 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.7 MB/s | 408 kB 00:00 2023-11-26T21:51:16.262 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:51:16.267 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:51:16.267 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:51:16.270 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:51:16.274 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:51:16.315 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:51:17.407 INFO:teuthology.orchestra.run.smithi002.stdout:Package ceph-base-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:51:17.527 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:51:17.529 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:51:17.529 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:51:17.643 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install cephadm 2023-11-26T21:51:18.012 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:18.421 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:18.608 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:18.776 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:19.478 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:42 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:19.736 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:51:19.855 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:19.855 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:43 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:19.919 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:19.919 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:51:19.919 INFO:teuthology.orchestra.run.smithi172.stdout: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:19.919 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:19.919 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:51:20.071 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-immutable-object-cache 2023-11-26T21:51:20.429 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:21.004 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:51:21.004 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:51:21.004 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:51:21.004 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout: cephadm noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 408 k 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 408 k 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 2.1 M 2023-11-26T21:51:21.005 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:51:21.227 INFO:teuthology.orchestra.run.smithi002.stdout:cephadm-18.0.0-7439.g6e53c105.el8.noarch.rpm 1.8 MB/s | 408 kB 00:00 2023-11-26T21:51:21.228 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:21.228 INFO:teuthology.orchestra.run.smithi002.stdout:Total 1.8 MB/s | 408 kB 00:00 2023-11-26T21:51:21.228 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:51:21.237 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:51:21.237 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:51:21.240 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:51:21.246 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:51:21.292 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:51:21.311 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:46 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:22.720 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:51:22.721 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:51:22.721 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repo Size 2023-11-26T21:51:22.721 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:51:22.721 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 171 k 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 171 k 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 524 k 2023-11-26T21:51:22.722 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:51:23.005 INFO:teuthology.orchestra.run.smithi172.stdout:ceph-immutable-object-cache-18.0.0-7439.g6e53c1 604 kB/s | 171 kB 00:00 2023-11-26T21:51:23.006 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:23.006 INFO:teuthology.orchestra.run.smithi172.stdout:Total 601 kB/s | 171 kB 00:00 2023-11-26T21:51:23.006 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:51:23.017 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:51:23.017 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:51:23.070 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:51:23.073 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:51:23.097 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:23.187 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:51:23.218 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:51:23.380 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:23.401 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:23.401 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:51:23.401 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:23.401 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:23.402 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:51:23.410 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:23.525 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-immutable-object-cache 2023-11-26T21:51:23.586 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:23.748 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:23.884 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:24.634 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:51:24.634 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:47 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:24.744 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:24.744 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:49 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:25.242 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:49 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:26.598 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:51:26.598 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:51:26.598 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 171 k 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:51:26.599 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:26.600 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 171 k 2023-11-26T21:51:26.600 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 524 k 2023-11-26T21:51:26.600 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:51:27.056 INFO:teuthology.orchestra.run.smithi192.stdout:ceph-immutable-object-cache-18.0.0-7439.g6e53c1 375 kB/s | 171 kB 00:00 2023-11-26T21:51:27.057 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:27.057 INFO:teuthology.orchestra.run.smithi192.stdout:Total 373 kB/s | 171 kB 00:00 2023-11-26T21:51:27.057 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:51:27.068 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:51:27.068 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:51:27.119 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:51:27.122 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:51:27.238 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:51:27.457 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:27.812 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:29.174 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:29.174 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:53 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:29.960 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:51:30.024 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:51:30.160 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:30.160 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:51:30.160 INFO:teuthology.orchestra.run.smithi002.stdout: cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:30.160 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:30.160 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:51:30.202 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:30.202 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:51:30.202 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:30.203 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:30.203 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:51:30.284 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-immutable-object-cache 2023-11-26T21:51:30.339 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-mgr 2023-11-26T21:51:30.664 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:30.689 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:32.428 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:55 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:32.495 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:57 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:33.748 INFO:teuthology.orchestra.run.smithi172.stdout:Package ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:51:33.858 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:51:33.859 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:51:33.859 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:51:33.981 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-mgr-dashboard 2023-11-26T21:51:33.988 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 171 k 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:51:33.989 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:33.990 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 171 k 2023-11-26T21:51:33.990 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 524 k 2023-11-26T21:51:33.990 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:51:34.274 INFO:teuthology.orchestra.run.smithi002.stdout:ceph-immutable-object-cache-18.0.0-7439.g6e53c1 601 kB/s | 171 kB 00:00 2023-11-26T21:51:34.275 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:34.275 INFO:teuthology.orchestra.run.smithi002.stdout:Total 599 kB/s | 171 kB 00:00 2023-11-26T21:51:34.275 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:51:34.287 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:51:34.287 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:51:34.325 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:34.344 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:51:34.348 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:51:34.462 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:51:34.645 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:35.009 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:35.673 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:00 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:35.689 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:51:35.870 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:35.871 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:51:35.871 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:35.871 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:35.871 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:51:35.996 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr 2023-11-26T21:51:36.094 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105. 1/1 2023-11-26T21:51:36.094 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:59 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:36.341 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:37.120 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:51:37.121 INFO:teuthology.orchestra.run.smithi172.stdout:=================================================================================================== 2023-11-26T21:51:37.121 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:51:37.121 INFO:teuthology.orchestra.run.smithi172.stdout:=================================================================================================== 2023-11-26T21:51:37.121 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 1.8 M 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 23 k 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 15 k 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout:=================================================================================================== 2023-11-26T21:51:37.122 INFO:teuthology.orchestra.run.smithi172.stdout:Install 6 Packages 2023-11-26T21:51:37.123 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:37.123 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 2.1 M 2023-11-26T21:51:37.123 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 8.5 M 2023-11-26T21:51:37.123 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:51:37.166 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:01 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:37.436 INFO:teuthology.orchestra.run.smithi172.stdout:(1/6): ceph-prometheus-alerts-18.0.0-7439.g6e53 90 kB/s | 15 kB 00:00 2023-11-26T21:51:37.536 INFO:teuthology.orchestra.run.smithi172.stdout:(2/6): ceph-grafana-dashboards-18.0.0-7439.g6e5 87 kB/s | 23 kB 00:00 2023-11-26T21:51:37.762 INFO:teuthology.orchestra.run.smithi172.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7439.g6e53c105 3.6 MB/s | 1.8 MB 00:00 2023-11-26T21:51:37.837 INFO:teuthology.orchestra.run.smithi172.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 573 kB/s | 43 kB 00:00 2023-11-26T21:51:37.945 INFO:teuthology.orchestra.run.smithi172.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 66 kB/s | 34 kB 00:00 2023-11-26T21:51:38.262 INFO:teuthology.orchestra.run.smithi172.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 271 kB/s | 196 kB 00:00 2023-11-26T21:51:38.266 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:38.266 INFO:teuthology.orchestra.run.smithi172.stdout:Total 1.8 MB/s | 2.1 MB 00:01 2023-11-26T21:51:38.280 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:51:38.290 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:51:38.290 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:51:38.352 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:51:38.356 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:51:38.432 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:51:38.542 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:51:38.543 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:51:38.544 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:51:38.642 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:51:38.660 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-dashboard 2023-11-26T21:51:38.794 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-26T21:51:38.966 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-26T21:51:39.004 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:39.162 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-26T21:51:39.275 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.n 4/6 2023-11-26T21:51:39.605 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8. 5/6 2023-11-26T21:51:39.801 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 6/6 2023-11-26T21:51:40.016 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 6/6 2023-11-26T21:51:40.017 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8. 1/6 2023-11-26T21:51:40.017 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 2/6 2023-11-26T21:51:40.017 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.n 3/6 2023-11-26T21:51:40.017 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-26T21:51:40.017 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-26T21:51:40.317 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:51:40.518 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:40.518 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:51:40.518 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-immutable-object-cache-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:51:40.519 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:40.519 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:51:40.598 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:04 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:40.648 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr 2023-11-26T21:51:41.016 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:41.055 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-26T21:51:41.055 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:06 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:41.960 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout:=================================================================================================== 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout:=================================================================================================== 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 1.8 M 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 23 k 2023-11-26T21:51:41.961 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 15 k 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout:=================================================================================================== 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2023-11-26T21:51:41.962 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:41.963 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 2.1 M 2023-11-26T21:51:41.963 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 8.5 M 2023-11-26T21:51:41.963 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:51:42.182 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7439.g6e5 146 kB/s | 23 kB 00:00 2023-11-26T21:51:42.279 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7439.g6e53 58 kB/s | 15 kB 00:00 2023-11-26T21:51:42.330 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7439.g6e53c105 5.7 MB/s | 1.8 MB 00:00 2023-11-26T21:51:42.430 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 136 kB/s | 34 kB 00:00 2023-11-26T21:51:42.497 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 255 kB/s | 43 kB 00:00 2023-11-26T21:51:42.522 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 810 kB/s | 196 kB 00:00 2023-11-26T21:51:42.523 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:42.524 INFO:teuthology.orchestra.run.smithi192.stdout:Total 3.7 MB/s | 2.1 MB 00:00 2023-11-26T21:51:42.535 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:51:42.544 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:51:42.544 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:51:42.559 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:05 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:42.600 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:51:42.604 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:51:42.910 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:51:43.071 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-26T21:51:43.292 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-26T21:51:43.473 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-26T21:51:43.610 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.n 4/6 2023-11-26T21:51:43.954 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8. 5/6 2023-11-26T21:51:43.963 INFO:teuthology.orchestra.run.smithi002.stdout:Package ceph-mgr-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:51:44.084 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:51:44.085 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:51:44.085 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:51:44.171 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 6/6 2023-11-26T21:51:44.203 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-dashboard 2023-11-26T21:51:44.395 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 6/6 2023-11-26T21:51:44.395 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8. 1/6 2023-11-26T21:51:44.395 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 2/6 2023-11-26T21:51:44.395 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.n 3/6 2023-11-26T21:51:44.395 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-26T21:51:44.395 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-26T21:51:44.569 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:45.441 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-26T21:51:45.441 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:09 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:45.741 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-26T21:51:45.923 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:45.924 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:51:46.056 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-26T21:51:46.063 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:09 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:46.404 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:47.599 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:51:47.600 INFO:teuthology.orchestra.run.smithi002.stdout:=================================================================================================== 2023-11-26T21:51:47.600 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout:=================================================================================================== 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 1.8 M 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 23 k 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 15 k 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-26T21:51:47.601 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:47.602 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:51:47.602 INFO:teuthology.orchestra.run.smithi002.stdout:=================================================================================================== 2023-11-26T21:51:47.602 INFO:teuthology.orchestra.run.smithi002.stdout:Install 6 Packages 2023-11-26T21:51:47.602 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:47.602 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 2.1 M 2023-11-26T21:51:47.602 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 8.5 M 2023-11-26T21:51:47.603 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:51:47.798 INFO:teuthology.orchestra.run.smithi002.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7439.g6e5 171 kB/s | 23 kB 00:00 2023-11-26T21:51:47.898 INFO:teuthology.orchestra.run.smithi002.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7439.g6e53 63 kB/s | 15 kB 00:00 2023-11-26T21:51:47.935 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:12 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:51:47.940 INFO:teuthology.orchestra.run.smithi002.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7439.g6e53c105 6.3 MB/s | 1.8 MB 00:00 2023-11-26T21:51:48.074 INFO:teuthology.orchestra.run.smithi002.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 122 kB/s | 34 kB 00:00 2023-11-26T21:51:48.124 INFO:teuthology.orchestra.run.smithi002.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 232 kB/s | 43 kB 00:00 2023-11-26T21:51:48.283 INFO:teuthology.orchestra.run.smithi002.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 512 kB/s | 196 kB 00:00 2023-11-26T21:51:48.284 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:48.285 INFO:teuthology.orchestra.run.smithi002.stdout:Total 3.0 MB/s | 2.1 MB 00:00 2023-11-26T21:51:48.298 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:51:48.309 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:51:48.309 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:51:48.372 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:51:48.377 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:51:48.673 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:51:48.828 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-26T21:51:49.019 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-26T21:51:49.204 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-26T21:51:49.303 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================================= 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================================= 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 7.4 M 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-26T21:51:49.305 INFO:teuthology.orchestra.run.smithi172.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.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-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================================= 2023-11-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.stdout:Install 8 Packages 2023-11-26T21:51:49.306 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:51:49.307 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 35 M 2023-11-26T21:51:49.307 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 210 M 2023-11-26T21:51:49.307 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:51:49.401 INFO:teuthology.orchestra.run.smithi172.stdout:(1/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 6.7 MB/s | 644 kB 00:00 2023-11-26T21:51:49.434 INFO:teuthology.orchestra.run.smithi172.stdout:(2/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.3 MB/s | 171 kB 00:00 2023-11-26T21:51:49.467 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.n 4/6 2023-11-26T21:51:49.668 INFO:teuthology.orchestra.run.smithi172.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 16 MB/s | 3.7 MB 00:00 2023-11-26T21:51:49.813 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8. 5/6 2023-11-26T21:51:49.886 INFO:teuthology.orchestra.run.smithi172.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 28 MB/s | 14 MB 00:00 2023-11-26T21:51:49.927 INFO:teuthology.orchestra.run.smithi172.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 871 kB/s | 225 kB 00:00 2023-11-26T21:51:50.002 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 6/6 2023-11-26T21:51:50.027 INFO:teuthology.orchestra.run.smithi172.stdout:(6/8): ceph-mgr-diskprediction-local-18.0.0-743 10 MB/s | 7.4 MB 00:00 2023-11-26T21:51:50.136 INFO:teuthology.orchestra.run.smithi172.stdout:(7/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 19 MB/s | 4.9 MB 00:00 2023-11-26T21:51:50.211 INFO:teuthology.orchestra.run.smithi172.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2023-11-26T21:51:50.212 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:50.212 INFO:teuthology.orchestra.run.smithi172.stdout:Total 39 MB/s | 35 MB 00:00 2023-11-26T21:51:50.245 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 6/6 2023-11-26T21:51:50.245 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8. 1/6 2023-11-26T21:51:50.245 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarc 2/6 2023-11-26T21:51:50.245 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.n 3/6 2023-11-26T21:51:50.245 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-26T21:51:50.245 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-26T21:51:50.405 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:51:50.449 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:51:50.468 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:51:50.468 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:51:50.586 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:50.586 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:51:50.586 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:50.587 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:50.587 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:50.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-26T21:51:50.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-26T21:51:50.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-26T21:51:50.587 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:50.587 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:51:50.761 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:51:50.765 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:51:50.805 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-26T21:51:51.152 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:51.306 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:51:51.386 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-26T21:51:51.386 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:14 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:51.424 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-26T21:51:51.557 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-26T21:51:51.691 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:51:52.010 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:16 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:51:52.311 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:51:52.499 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-26T21:51:53.088 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-26T21:51:53.291 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-26T21:51:53.366 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================================= 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================================= 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 7.4 M 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-26T21:51:53.368 INFO:teuthology.orchestra.run.smithi192.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.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-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================================= 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout:Install 8 Packages 2023-11-26T21:51:53.369 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:51:53.370 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 35 M 2023-11-26T21:51:53.370 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 210 M 2023-11-26T21:51:53.370 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:51:53.636 INFO:teuthology.orchestra.run.smithi192.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 14 MB/s | 3.7 MB 00:00 2023-11-26T21:51:53.786 INFO:teuthology.orchestra.run.smithi192.stdout:(2/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.5 MB/s | 225 kB 00:00 2023-11-26T21:51:53.953 INFO:teuthology.orchestra.run.smithi192.stdout:(3/8): ceph-mgr-diskprediction-local-18.0.0-743 13 MB/s | 7.4 MB 00:00 2023-11-26T21:51:53.955 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-26T21:51:54.095 INFO:teuthology.orchestra.run.smithi192.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 19 MB/s | 14 MB 00:00 2023-11-26T21:51:54.212 INFO:teuthology.orchestra.run.smithi192.stdout:(5/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 11 MB/s | 4.9 MB 00:00 2023-11-26T21:51:54.254 INFO:teuthology.orchestra.run.smithi192.stdout:(6/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 4.1 MB/s | 644 kB 00:00 2023-11-26T21:51:54.277 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-26T21:51:54.280 INFO:teuthology.orchestra.run.smithi192.stdout:(7/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 2.5 MB/s | 171 kB 00:00 2023-11-26T21:51:54.363 INFO:teuthology.orchestra.run.smithi192.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2023-11-26T21:51:54.364 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:51:54.364 INFO:teuthology.orchestra.run.smithi192.stdout:Total 36 MB/s | 35 MB 00:00 2023-11-26T21:51:54.440 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:51:54.602 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:51:54.620 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:51:54.620 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:51:54.912 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:51:54.915 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:51:55.493 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:51:55.660 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-26T21:51:55.800 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-26T21:51:55.972 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:51:56.174 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:51:56.596 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:51:56.785 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-26T21:51:56.973 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:51:57.175 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:57.175 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:51:57.175 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-grafana-dashboards-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:57.175 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-dashboard-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:57.176 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-prometheus-alerts-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:51:57.176 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-26T21:51:57.176 INFO:teuthology.orchestra.run.smithi002.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-26T21:51:57.176 INFO:teuthology.orchestra.run.smithi002.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-26T21:51:57.176 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:51:57.176 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:51:57.305 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-26T21:51:57.387 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-26T21:51:57.425 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-26T21:51:57.568 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-26T21:51:57.582 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 8/8 2023-11-26T21:51:57.671 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 8/8 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 1/8 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:51:57.848 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-11-26T21:51:58.237 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-26T21:51:58.596 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-26T21:51:58.753 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:21 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:51:58.801 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:51:58.886 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-11-26T21:51:58.886 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:23 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:00.319 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:52:00.320 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================================= 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================================= 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 7.4 M 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-26T21:52:00.321 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-26T21:52:00.322 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-26T21:52:00.322 INFO:teuthology.orchestra.run.smithi002.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-26T21:52:00.322 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:00.322 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:52:00.322 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================================= 2023-11-26T21:52:00.322 INFO:teuthology.orchestra.run.smithi002.stdout:Install 8 Packages 2023-11-26T21:52:00.322 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:00.323 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 35 M 2023-11-26T21:52:00.323 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 210 M 2023-11-26T21:52:00.323 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:52:00.404 INFO:teuthology.orchestra.run.smithi002.stdout:(1/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 7.8 MB/s | 644 kB 00:00 2023-11-26T21:52:00.429 INFO:teuthology.orchestra.run.smithi002.stdout:(2/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.6 MB/s | 171 kB 00:00 2023-11-26T21:52:00.555 INFO:teuthology.orchestra.run.smithi002.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 30 MB/s | 3.7 MB 00:00 2023-11-26T21:52:00.565 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:52:00.597 INFO:teuthology.orchestra.run.smithi002.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 5.3 MB/s | 225 kB 00:00 2023-11-26T21:52:00.814 INFO:teuthology.orchestra.run.smithi002.stdout:(5/8): python3-scipy-1.0.0-21.module+el8.5.0+10 33 MB/s | 14 MB 00:00 2023-11-26T21:52:00.922 INFO:teuthology.orchestra.run.smithi002.stdout:(6/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 15 MB/s | 4.9 MB 00:00 2023-11-26T21:52:01.039 INFO:teuthology.orchestra.run.smithi002.stdout:(7/8): openblas-0.3.15-3.el8.x86_64.rpm 21 MB/s | 4.7 MB 00:00 2023-11-26T21:52:01.223 INFO:teuthology.orchestra.run.smithi002.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-743 8.2 MB/s | 7.4 MB 00:00 2023-11-26T21:52:01.224 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:01.224 INFO:teuthology.orchestra.run.smithi002.stdout:Total 39 MB/s | 35 MB 00:00 2023-11-26T21:52:01.285 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-26T21:52:01.467 INFO:teuthology.orchestra.run.smithi172.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-26T21:52:01.468 INFO:teuthology.orchestra.run.smithi172.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-26T21:52:01.468 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:01.468 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:52:01.468 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:52:01.487 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:52:01.487 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:52:01.634 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-mgr-rook 2023-11-26T21:52:01.796 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:52:01.800 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:52:01.805 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-26T21:52:01.968 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 8/8 2023-11-26T21:52:01.981 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:02.240 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 8/8 2023-11-26T21:52:02.241 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 1/8 2023-11-26T21:52:02.241 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-11-26T21:52:02.241 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-11-26T21:52:02.241 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-11-26T21:52:02.241 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-11-26T21:52:02.241 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-11-26T21:52:02.241 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-11-26T21:52:02.364 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:52:02.490 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-26T21:52:02.618 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-26T21:52:02.782 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:52:02.817 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:27 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:03.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-11-26T21:52:03.272 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:27 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:03.435 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:52:03.607 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-26T21:52:04.247 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:52:04.249 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================== 2023-11-26T21:52:04.249 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================== 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-rook noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 50 k 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-26T21:52:04.250 INFO:teuthology.orchestra.run.smithi172.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout:======================================================================================================== 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout:Install 13 Packages 2023-11-26T21:52:04.251 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:04.252 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 1.9 M 2023-11-26T21:52:04.252 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 25 M 2023-11-26T21:52:04.252 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:52:04.285 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-26T21:52:04.498 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-26T21:52:04.558 INFO:teuthology.orchestra.run.smithi172.stdout:(1/13): ceph-mgr-rook-18.0.0-7439.g6e53c105.el8 302 kB/s | 50 kB 00:00 2023-11-26T21:52:04.691 INFO:teuthology.orchestra.run.smithi172.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 54 kB/s | 16 kB 00:00 2023-11-26T21:52:04.717 INFO:teuthology.orchestra.run.smithi172.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 102 kB/s | 33 kB 00:00 2023-11-26T21:52:04.942 INFO:teuthology.orchestra.run.smithi172.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 212 kB/s | 81 kB 00:00 2023-11-26T21:52:04.967 INFO:teuthology.orchestra.run.smithi172.stdout:(5/13): python3-rsa-4.9-2.el8.noarch.rpm 256 kB/s | 64 kB 00:00 2023-11-26T21:52:05.035 INFO:teuthology.orchestra.run.smithi172.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 640 kB/s | 43 kB 00:00 2023-11-26T21:52:05.059 INFO:teuthology.orchestra.run.smithi172.stdout:(7/13): python3-websocket-client-0.56.0-5.el8.n 523 kB/s | 61 kB 00:00 2023-11-26T21:52:05.085 INFO:teuthology.orchestra.run.smithi172.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 3.0 MB/s | 155 kB 00:00 2023-11-26T21:52:05.143 INFO:teuthology.orchestra.run.smithi172.stdout:(9/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.3 MB/s | 110 kB 00:00 2023-11-26T21:52:05.169 INFO:teuthology.orchestra.run.smithi172.stdout:(10/13): python3-jsonpatch-1.21-2.el8.noarch.rp 339 kB/s | 27 kB 00:00 2023-11-26T21:52:05.194 INFO:teuthology.orchestra.run.smithi172.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.5 MB/s | 126 kB 00:00 2023-11-26T21:52:05.211 INFO:teuthology.orchestra.run.smithi172.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 477 kB/s | 20 kB 00:00 2023-11-26T21:52:05.231 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-26T21:52:05.311 INFO:teuthology.orchestra.run.smithi172.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.9 MB/s | 1.2 MB 00:00 2023-11-26T21:52:05.312 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:05.312 INFO:teuthology.orchestra.run.smithi172.stdout:Total 1.8 MB/s | 1.9 MB 00:01 2023-11-26T21:52:05.374 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:52:05.390 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:52:05.391 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:52:05.461 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:52:05.465 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:52:05.531 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-26T21:52:05.690 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:52:05.761 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:52:05.946 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:05.946 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:52:05.946 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:05.947 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:52:05.956 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:52:06.110 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-rook 2023-11-26T21:52:06.146 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-26T21:52:06.357 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-26T21:52:06.457 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:06.561 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-26T21:52:06.695 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-11-26T21:52:06.866 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-11-26T21:52:07.101 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-26T21:52:07.282 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-26T21:52:07.306 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:31 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:07.479 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-26T21:52:07.558 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:52:07.626 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-26T21:52:07.840 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-26T21:52:08.735 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:52:08.737 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================== 2023-11-26T21:52:08.737 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:52:08.737 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================== 2023-11-26T21:52:08.737 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:52:08.737 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 50 k 2023-11-26T21:52:08.737 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:52:08.737 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-26T21:52:08.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================================== 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 1.9 M 2023-11-26T21:52:08.739 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 25 M 2023-11-26T21:52:08.740 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:52:08.837 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-26T21:52:08.912 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-26T21:52:08.964 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 8/8 2023-11-26T21:52:09.095 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): python3-cachetools-3.1.1-4.el8.noarch.r 172 kB/s | 33 kB 00:00 2023-11-26T21:52:09.112 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 78 kB/s | 16 kB 00:00 2023-11-26T21:52:09.137 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): ceph-mgr-rook-18.0.0-7439.g6e53c105.el8 214 kB/s | 50 kB 00:00 2023-11-26T21:52:09.140 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-26T21:52:09.221 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 647 kB/s | 81 kB 00:00 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 8/8 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c10 1/8 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-26T21:52:09.243 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-11-26T21:52:09.279 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 13/13 2023-11-26T21:52:09.296 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 817 kB/s | 61 kB 00:00 2023-11-26T21:52:09.355 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): python3-rsa-4.9-2.el8.noarch.rpm 295 kB/s | 64 kB 00:00 2023-11-26T21:52:09.380 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.3 MB/s | 110 kB 00:00 2023-11-26T21:52:09.438 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): python3-kubernetes-11.0.0-6.el8.noarch. 3.6 MB/s | 1.2 MB 00:00 2023-11-26T21:52:09.455 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 264 kB/s | 27 kB 00:00 2023-11-26T21:52:09.489 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.2 MB/s | 126 kB 00:00 2023-11-26T21:52:09.506 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): python3-requests-oauthlib-1.0.0-1.el8. 948 kB/s | 43 kB 00:00 2023-11-26T21:52:09.517 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 13/13 2023-11-26T21:52:09.517 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 1/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-11-26T21:52:09.518 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-11-26T21:52:09.523 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 238 kB/s | 20 kB 00:00 2023-11-26T21:52:09.548 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 2.6 MB/s | 155 kB 00:00 2023-11-26T21:52:09.549 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:09.549 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.4 MB/s | 1.9 MB 00:00 2023-11-26T21:52:09.610 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:52:09.626 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:52:09.626 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:52:09.696 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:52:09.700 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:52:10.183 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:52:10.317 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-11-26T21:52:10.318 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:33 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:10.391 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-26T21:52:10.619 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-11-26T21:52:10.619 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:35 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:10.627 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-26T21:52:10.877 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-26T21:52:11.139 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-11-26T21:52:11.349 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-11-26T21:52:11.507 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-11-26T21:52:11.712 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-11-26T21:52:11.916 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-26T21:52:12.133 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-26T21:52:12.340 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-26T21:52:13.433 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-26T21:52:13.685 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-26T21:52:13.833 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 13/13 2023-11-26T21:52:14.078 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 13/13 2023-11-26T21:52:14.078 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 1/13 2023-11-26T21:52:14.078 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-26T21:52:14.078 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-11-26T21:52:14.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-26T21:52:14.080 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-11-26T21:52:14.584 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:52:14.787 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-26T21:52:14.788 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:14.789 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:52:14.805 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:52:14.930 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-rook 2023-11-26T21:52:14.991 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:14.991 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:52:14.991 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:14.991 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-26T21:52:14.991 INFO:teuthology.orchestra.run.smithi172.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:14.992 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:52:15.115 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-mgr-cephadm 2023-11-26T21:52:15.190 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-11-26T21:52:15.190 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:39 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:15.298 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:15.467 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:16.154 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:39 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:16.292 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:41 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:17.647 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:52:17.648 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================================== 2023-11-26T21:52:17.648 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:52:17.648 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================================== 2023-11-26T21:52:17.648 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:52:17.648 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 133 k 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================================== 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout:Install 5 Packages 2023-11-26T21:52:17.649 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:17.650 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:52:17.650 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 6.0 M 2023-11-26T21:52:17.651 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 26 M 2023-11-26T21:52:17.651 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:52:17.690 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================== 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================== 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-rook noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 50 k 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-26T21:52:17.692 INFO:teuthology.orchestra.run.smithi002.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-26T21:52:17.693 INFO:teuthology.orchestra.run.smithi002.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-26T21:52:17.694 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:17.694 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:52:17.694 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================================== 2023-11-26T21:52:17.694 INFO:teuthology.orchestra.run.smithi002.stdout:Install 13 Packages 2023-11-26T21:52:17.694 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:17.694 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 1.9 M 2023-11-26T21:52:17.695 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 25 M 2023-11-26T21:52:17.695 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:52:17.830 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:17.830 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:52:17.830 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:17.830 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-26T21:52:17.830 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-26T21:52:17.830 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:17.831 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:52:17.945 INFO:teuthology.orchestra.run.smithi002.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 183 kB/s | 16 kB 00:00 2023-11-26T21:52:17.959 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-cephadm 2023-11-26T21:52:17.960 INFO:teuthology.orchestra.run.smithi172.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7439.g6e53c105.e 475 kB/s | 133 kB 00:00 2023-11-26T21:52:17.962 INFO:teuthology.orchestra.run.smithi002.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 310 kB/s | 33 kB 00:00 2023-11-26T21:52:18.021 INFO:teuthology.orchestra.run.smithi002.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 1.1 MB/s | 81 kB 00:00 2023-11-26T21:52:18.027 INFO:teuthology.orchestra.run.smithi172.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 7.9 MB/s | 538 kB 00:00 2023-11-26T21:52:18.037 INFO:teuthology.orchestra.run.smithi002.stdout:(4/13): ceph-mgr-rook-18.0.0-7439.g6e53c105.el8 275 kB/s | 50 kB 00:00 2023-11-26T21:52:18.063 INFO:teuthology.orchestra.run.smithi002.stdout:(5/13): python3-rsa-4.9-2.el8.noarch.rpm 1.5 MB/s | 64 kB 00:00 2023-11-26T21:52:18.121 INFO:teuthology.orchestra.run.smithi002.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 734 kB/s | 43 kB 00:00 2023-11-26T21:52:18.163 INFO:teuthology.orchestra.run.smithi002.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 5.8 MB/s | 1.2 MB 00:00 2023-11-26T21:52:18.172 INFO:teuthology.orchestra.run.smithi172.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 33 MB/s | 4.8 MB 00:00 2023-11-26T21:52:18.180 INFO:teuthology.orchestra.run.smithi002.stdout:(8/13): python3-websocket-client-0.56.0-5.el8.n 430 kB/s | 61 kB 00:00 2023-11-26T21:52:18.197 INFO:teuthology.orchestra.run.smithi172.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 117 kB/s | 60 kB 00:00 2023-11-26T21:52:18.222 INFO:teuthology.orchestra.run.smithi002.stdout:(9/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.5 MB/s | 155 kB 00:00 2023-11-26T21:52:18.248 INFO:teuthology.orchestra.run.smithi002.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 1.3 MB/s | 110 kB 00:00 2023-11-26T21:52:18.282 INFO:teuthology.orchestra.run.smithi002.stdout:(11/13): python3-jsonpatch-1.21-2.el8.noarch.rp 288 kB/s | 27 kB 00:00 2023-11-26T21:52:18.307 INFO:teuthology.orchestra.run.smithi002.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 342 kB/s | 20 kB 00:00 2023-11-26T21:52:18.312 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:18.332 INFO:teuthology.orchestra.run.smithi002.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.2 MB/s | 126 kB 00:00 2023-11-26T21:52:18.333 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:18.333 INFO:teuthology.orchestra.run.smithi002.stdout:Total 3.0 MB/s | 1.9 MB 00:00 2023-11-26T21:52:18.338 INFO:teuthology.orchestra.run.smithi172.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 724 kB/s | 476 kB 00:00 2023-11-26T21:52:18.341 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:18.341 INFO:teuthology.orchestra.run.smithi172.stdout:Total 8.6 MB/s | 6.0 MB 00:00 2023-11-26T21:52:18.394 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:52:18.397 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:52:18.405 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:52:18.405 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:52:18.414 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:52:18.414 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:52:18.484 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:52:18.488 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:52:18.491 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:52:18.495 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:52:18.989 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:52:19.189 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-26T21:52:19.259 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:43 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:19.410 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-26T21:52:19.431 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:52:19.561 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-26T21:52:19.706 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-11-26T21:52:19.747 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-26T21:52:19.912 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-11-26T21:52:19.996 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-26T21:52:20.118 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-26T21:52:20.291 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-26T21:52:20.316 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-26T21:52:20.520 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-26T21:52:20.551 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-26T21:52:20.623 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:52:20.624 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================================== 2023-11-26T21:52:20.624 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:52:20.624 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================================== 2023-11-26T21:52:20.624 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:52:20.624 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 133 k 2023-11-26T21:52:20.624 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:52:20.624 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================================== 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout:Install 5 Packages 2023-11-26T21:52:20.625 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:20.626 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 6.0 M 2023-11-26T21:52:20.626 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 26 M 2023-11-26T21:52:20.626 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:52:20.711 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-26T21:52:20.769 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 5/5 2023-11-26T21:52:20.913 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-26T21:52:20.965 INFO:teuthology.orchestra.run.smithi192.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7439.g6e53c105.e 695 kB/s | 133 kB 00:00 2023-11-26T21:52:21.001 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 5/5 2023-11-26T21:52:21.001 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/5 2023-11-26T21:52:21.001 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-26T21:52:21.002 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-26T21:52:21.002 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-26T21:52:21.040 INFO:teuthology.orchestra.run.smithi192.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 7.2 MB/s | 538 kB 00:00 2023-11-26T21:52:21.182 INFO:teuthology.orchestra.run.smithi192.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 34 MB/s | 4.8 MB 00:00 2023-11-26T21:52:21.257 INFO:teuthology.orchestra.run.smithi192.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 125 kB/s | 60 kB 00:00 2023-11-26T21:52:21.466 INFO:teuthology.orchestra.run.smithi192.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 688 kB/s | 476 kB 00:00 2023-11-26T21:52:21.468 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:21.468 INFO:teuthology.orchestra.run.smithi192.stdout:Total 7.1 MB/s | 6.0 MB 00:00 2023-11-26T21:52:21.521 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:52:21.532 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:52:21.532 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:52:21.611 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:52:21.615 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:52:22.018 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-26T21:52:22.018 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:47 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:22.054 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-26T21:52:22.282 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-26T21:52:22.438 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 13/13 2023-11-26T21:52:22.591 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:52:22.688 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 13/13 2023-11-26T21:52:22.688 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 1/13 2023-11-26T21:52:22.688 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-26T21:52:22.688 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-26T21:52:22.688 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-26T21:52:22.688 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-26T21:52:22.689 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-26T21:52:22.689 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-26T21:52:22.689 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-11-26T21:52:22.689 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-11-26T21:52:22.689 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-11-26T21:52:22.689 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-11-26T21:52:22.689 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-11-26T21:52:22.969 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-26T21:52:23.258 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-26T21:52:23.570 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-26T21:52:23.837 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-11-26T21:52:23.837 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:46 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:23.840 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-26T21:52:24.072 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 5/5 2023-11-26T21:52:24.299 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 5/5 2023-11-26T21:52:24.299 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/5 2023-11-26T21:52:24.299 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-26T21:52:24.299 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-26T21:52:24.299 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-26T21:52:24.503 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-26T21:52:24.687 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:24.688 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:52:24.828 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-fuse 2023-11-26T21:52:25.181 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:25.322 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-26T21:52:25.322 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:49 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:26.151 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:51 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:26.547 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:52:26.748 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:26.748 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:52:26.748 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-rook-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:26.748 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-26T21:52:26.748 INFO:teuthology.orchestra.run.smithi002.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-26T21:52:26.749 INFO:teuthology.orchestra.run.smithi002.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-26T21:52:26.749 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-26T21:52:26.749 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-26T21:52:26.749 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-26T21:52:26.749 INFO:teuthology.orchestra.run.smithi002.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-26T21:52:26.749 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-26T21:52:26.749 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-26T21:52:26.750 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-26T21:52:26.750 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-26T21:52:26.750 INFO:teuthology.orchestra.run.smithi002.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-26T21:52:26.750 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:26.750 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:52:26.886 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-cephadm 2023-11-26T21:52:27.260 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:27.514 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:52:27.515 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:27.515 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:52:27.515 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:27.515 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:52:27.516 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-fuse 2023-11-26T21:52:27.516 INFO:teuthology.orchestra.run.smithi172.stdout: x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 919 k 2023-11-26T21:52:27.516 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-11-26T21:52:27.516 INFO:teuthology.orchestra.run.smithi172.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-26T21:52:27.516 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:27.516 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:52:27.516 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:27.517 INFO:teuthology.orchestra.run.smithi172.stdout:Install 2 Packages 2023-11-26T21:52:27.517 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:27.517 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 1.0 M 2023-11-26T21:52:27.518 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 3.1 M 2023-11-26T21:52:27.518 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:52:27.722 INFO:teuthology.orchestra.run.smithi172.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 403 kB/s | 83 kB 00:00 2023-11-26T21:52:28.247 INFO:teuthology.orchestra.run.smithi172.stdout:(2/2): ceph-fuse-18.0.0-7439.g6e53c105.el8.x86_ 1.2 MB/s | 919 kB 00:00 2023-11-26T21:52:28.248 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:28.248 INFO:teuthology.orchestra.run.smithi172.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2023-11-26T21:52:28.260 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:52:28.282 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:52:28.282 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:52:28.357 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:52:28.361 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:52:28.523 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:52:28.685 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:51 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:29.093 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-26T21:52:29.552 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:52:29.736 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:29.737 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:52:29.737 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:29.737 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-26T21:52:29.737 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-26T21:52:29.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-26T21:52:29.738 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-26T21:52:29.738 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:29.738 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:52:29.892 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-fuse 2023-11-26T21:52:30.100 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2/2 2023-11-26T21:52:30.232 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:52:30.233 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================================== 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================================== 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 133 k 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:30.234 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:52:30.235 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================================== 2023-11-26T21:52:30.235 INFO:teuthology.orchestra.run.smithi002.stdout:Install 5 Packages 2023-11-26T21:52:30.235 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:30.235 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 6.0 M 2023-11-26T21:52:30.235 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 26 M 2023-11-26T21:52:30.236 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:52:30.245 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:30.406 INFO:teuthology.orchestra.run.smithi002.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 568 kB/s | 60 kB 00:00 2023-11-26T21:52:30.469 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2/2 2023-11-26T21:52:30.469 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/2 2023-11-26T21:52:30.473 INFO:teuthology.orchestra.run.smithi002.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.7 MB/s | 476 kB 00:00 2023-11-26T21:52:30.607 INFO:teuthology.orchestra.run.smithi002.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.6 MB/s | 538 kB 00:00 2023-11-26T21:52:30.631 INFO:teuthology.orchestra.run.smithi002.stdout:(4/5): ceph-mgr-cephadm-18.0.0-7439.g6e53c105.e 399 kB/s | 133 kB 00:00 2023-11-26T21:52:30.865 INFO:teuthology.orchestra.run.smithi002.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 12 MB/s | 4.8 MB 00:00 2023-11-26T21:52:30.866 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:30.866 INFO:teuthology.orchestra.run.smithi002.stdout:Total 9.5 MB/s | 6.0 MB 00:00 2023-11-26T21:52:30.921 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:52:30.933 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:52:30.934 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:52:31.017 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:52:31.021 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:52:31.515 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-26T21:52:31.515 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:02:56 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:31.738 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:55 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:32.018 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:52:32.381 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-26T21:52:32.664 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-26T21:52:32.967 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-26T21:52:33.170 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:52:33.171 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout: x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 919 k 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:52:33.172 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:33.173 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2023-11-26T21:52:33.173 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:33.173 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 1.0 M 2023-11-26T21:52:33.173 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 3.1 M 2023-11-26T21:52:33.173 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:52:33.237 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-26T21:52:33.444 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 5/5 2023-11-26T21:52:33.685 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 5/5 2023-11-26T21:52:33.686 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 1/5 2023-11-26T21:52:33.686 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-26T21:52:33.686 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-26T21:52:33.686 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-26T21:52:33.912 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 112 kB/s | 83 kB 00:00 2023-11-26T21:52:34.054 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-fuse-18.0.0-7439.g6e53c105.el8.x86_ 1.0 MB/s | 919 kB 00:00 2023-11-26T21:52:34.055 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:34.055 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.1 MB/s | 1.0 MB 00:00 2023-11-26T21:52:34.068 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:52:34.092 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:52:34.092 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:52:34.171 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:52:34.175 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:52:34.341 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:52:34.625 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-26T21:52:34.803 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2/2 2023-11-26T21:52:35.104 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-26T21:52:35.104 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:02:58 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:35.176 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2/2 2023-11-26T21:52:35.176 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/2 2023-11-26T21:52:35.965 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:52:36.149 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:36.149 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:52:36.149 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-26T21:52:36.149 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:36.149 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:52:36.237 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-26T21:52:36.238 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:00 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:36.275 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install ceph-volume 2023-11-26T21:52:36.633 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:38.268 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:03 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:39.628 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:52:39.629 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-volume noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 262 k 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 262 k 2023-11-26T21:52:39.630 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 1.3 M 2023-11-26T21:52:39.631 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:52:39.847 INFO:teuthology.orchestra.run.smithi172.stdout:ceph-volume-18.0.0-7439.g6e53c105.el8.noarch.rp 1.2 MB/s | 262 kB 00:00 2023-11-26T21:52:39.848 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:39.848 INFO:teuthology.orchestra.run.smithi172.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-11-26T21:52:39.848 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:52:39.858 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:52:39.858 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:52:39.876 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:52:39.880 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:52:40.048 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:52:40.299 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:40.636 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:40.788 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:52:40.796 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:52:40.966 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:40.966 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:52:40.966 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-26T21:52:40.966 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:40.967 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:52:40.997 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:40.997 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:52:40.997 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-cephadm-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:40.998 INFO:teuthology.orchestra.run.smithi002.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-26T21:52:40.998 INFO:teuthology.orchestra.run.smithi002.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-26T21:52:40.998 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-26T21:52:40.998 INFO:teuthology.orchestra.run.smithi002.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-26T21:52:40.998 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:40.998 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:52:41.092 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-volume 2023-11-26T21:52:41.141 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-fuse 2023-11-26T21:52:41.451 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:41.518 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:41.853 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:41.854 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:06 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:42.845 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:06 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:43.054 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:06 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:44.200 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:52:44.201 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:44.201 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-11-26T21:52:44.202 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:44.202 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:52:44.202 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 262 k 2023-11-26T21:52:44.202 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:44.202 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:52:44.202 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:44.202 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:52:44.203 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:44.203 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 262 k 2023-11-26T21:52:44.203 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 1.3 M 2023-11-26T21:52:44.203 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:52:44.390 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:52:44.536 INFO:teuthology.orchestra.run.smithi192.stdout:ceph-volume-18.0.0-7439.g6e53c105.el8.noarch.rp 784 kB/s | 262 kB 00:00 2023-11-26T21:52:44.536 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:44.537 INFO:teuthology.orchestra.run.smithi192.stdout:Total 781 kB/s | 262 kB 00:00 2023-11-26T21:52:44.537 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:52:44.547 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:52:44.548 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:52:44.564 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:52:44.568 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:52:44.571 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:44.571 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:52:44.572 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:44.572 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:44.572 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:52:44.606 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:52:44.607 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:52:44.607 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:52:44.607 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:52:44.607 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:52:44.607 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-fuse 2023-11-26T21:52:44.607 INFO:teuthology.orchestra.run.smithi002.stdout: x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 919 k 2023-11-26T21:52:44.607 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-11-26T21:52:44.608 INFO:teuthology.orchestra.run.smithi002.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-26T21:52:44.608 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:44.608 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:52:44.608 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:52:44.608 INFO:teuthology.orchestra.run.smithi002.stdout:Install 2 Packages 2023-11-26T21:52:44.608 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:44.609 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 1.0 M 2023-11-26T21:52:44.609 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 3.1 M 2023-11-26T21:52:44.609 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:52:44.684 INFO:teuthology.orchestra.run.smithi002.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 1.1 MB/s | 83 kB 00:00 2023-11-26T21:52:44.707 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install librados-devel 2023-11-26T21:52:44.734 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:52:45.003 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:45.009 INFO:teuthology.orchestra.run.smithi002.stdout:(2/2): ceph-fuse-18.0.0-7439.g6e53c105.el8.x86_ 2.2 MB/s | 919 kB 00:00 2023-11-26T21:52:45.010 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:45.010 INFO:teuthology.orchestra.run.smithi002.stdout:Total 2.4 MB/s | 1.0 MB 00:00 2023-11-26T21:52:45.023 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:52:45.046 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:52:45.046 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:52:45.067 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:45.126 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:52:45.130 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:52:45.301 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:52:45.358 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:45.611 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-26T21:52:45.816 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2/2 2023-11-26T21:52:45.902 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:10 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:46.147 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2/2 2023-11-26T21:52:46.147 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/2 2023-11-26T21:52:46.460 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:46.461 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:10 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:47.232 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-26T21:52:47.232 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:10 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:47.260 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:52:47.260 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:47.260 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repo Size 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout: librados-devel x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 139 k 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:52:47.261 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:47.262 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 139 k 2023-11-26T21:52:47.262 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 513 k 2023-11-26T21:52:47.262 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:52:47.579 INFO:teuthology.orchestra.run.smithi172.stdout:librados-devel-18.0.0-7439.g6e53c105.el8.x86_64 438 kB/s | 139 kB 00:00 2023-11-26T21:52:47.580 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:47.580 INFO:teuthology.orchestra.run.smithi172.stdout:Total 436 kB/s | 139 kB 00:00 2023-11-26T21:52:47.580 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:52:47.586 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:52:47.586 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:52:47.639 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:52:47.643 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:52:47.753 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:52:47.895 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:48.137 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:49.148 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:52:49.225 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:49.225 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:14 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:49.329 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:49.329 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:52:49.330 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:49.330 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:49.330 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:52:49.465 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados-devel 2023-11-26T21:52:49.824 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:49.975 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:52:50.181 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:50.181 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:52:50.181 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-26T21:52:50.182 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:50.182 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:52:50.315 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-volume 2023-11-26T21:52:50.693 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:14 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:50.696 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:52.123 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:52:52.123 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 139 k 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:52:52.124 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:52.125 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 139 k 2023-11-26T21:52:52.125 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 513 k 2023-11-26T21:52:52.125 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:52:52.180 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:15 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:52.416 INFO:teuthology.orchestra.run.smithi192.stdout:librados-devel-18.0.0-7439.g6e53c105.el8.x86_64 478 kB/s | 139 kB 00:00 2023-11-26T21:52:52.416 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:52.417 INFO:teuthology.orchestra.run.smithi192.stdout:Total 476 kB/s | 139 kB 00:00 2023-11-26T21:52:52.417 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:52:52.422 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:52:52.422 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:52:52.476 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:52:52.479 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:52:52.598 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:52:52.783 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:53.014 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:53.302 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:52:53.481 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:53.481 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:52:53.481 INFO:teuthology.orchestra.run.smithi172.stdout: librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:52:53.481 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:53.482 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:52:53.616 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install libcephfs2 2023-11-26T21:52:53.640 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:52:53.641 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:52:53.641 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-11-26T21:52:53.641 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:52:53.641 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:52:53.641 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-volume noarch 2:18.0.0-7439.g6e53c105.el8 ceph-noarch 262 k 2023-11-26T21:52:53.641 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:53.642 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:52:53.642 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:52:53.642 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:52:53.642 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:53.642 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 262 k 2023-11-26T21:52:53.642 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 1.3 M 2023-11-26T21:52:53.643 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:52:53.972 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:53.973 INFO:teuthology.orchestra.run.smithi002.stdout:ceph-volume-18.0.0-7439.g6e53c105.el8.noarch.rp 794 kB/s | 262 kB 00:00 2023-11-26T21:52:53.973 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:53.973 INFO:teuthology.orchestra.run.smithi002.stdout:Total 791 kB/s | 262 kB 00:00 2023-11-26T21:52:53.973 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:52:53.985 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:52:53.985 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:52:54.004 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:52:54.008 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:52:54.089 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:54.089 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:18 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:54.181 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:52:54.441 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:54.791 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:55.092 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:20 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:55.867 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 1/1 2023-11-26T21:52:55.867 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:18 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:52:56.365 INFO:teuthology.orchestra.run.smithi172.stdout:Package libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:52:56.475 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:52:56.476 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:52:56.477 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:52:56.592 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install libcephfs-devel 2023-11-26T21:52:56.674 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:52:56.861 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:56.861 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:52:56.861 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:52:56.861 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:52:56.861 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:52:56.950 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:56.999 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs2 2023-11-26T21:52:57.356 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:57.772 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:22 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:52:58.455 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:22 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:52:58.842 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:52:59.040 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:59.040 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:52:59.040 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-volume-2:18.0.0-7439.g6e53c105.el8.noarch 2023-11-26T21:52:59.041 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:52:59.041 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:52:59.140 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:52:59.141 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:59.141 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repo Size 2023-11-26T21:52:59.141 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:59.142 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:52:59.142 INFO:teuthology.orchestra.run.smithi172.stdout: libcephfs-devel x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 31 k 2023-11-26T21:52:59.142 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:59.142 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:52:59.142 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:52:59.142 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:52:59.142 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:52:59.143 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 31 k 2023-11-26T21:52:59.143 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 140 k 2023-11-26T21:52:59.143 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:52:59.195 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install librados-devel 2023-11-26T21:52:59.375 INFO:teuthology.orchestra.run.smithi172.stdout:libcephfs-devel-18.0.0-7439.g6e53c105.el8.x86_6 134 kB/s | 31 kB 00:00 2023-11-26T21:52:59.375 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:52:59.376 INFO:teuthology.orchestra.run.smithi172.stdout:Total 133 kB/s | 31 kB 00:00 2023-11-26T21:52:59.376 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:52:59.379 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:52:59.380 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:52:59.390 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:52:59.394 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:52:59.453 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:52:59.573 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:52:59.610 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:59.778 INFO:teuthology.orchestra.run.smithi192.stdout:Package libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:52:59.820 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:52:59.885 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:52:59.886 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:52:59.886 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:52:59.994 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs-devel 2023-11-26T21:53:00.347 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:00.829 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:00.829 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:25 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:00.938 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:23 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:01.724 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:25 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:02.470 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:02.471 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:02.471 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2023-11-26T21:53:02.471 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:02.471 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:53:02.471 INFO:teuthology.orchestra.run.smithi002.stdout: librados-devel x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 139 k 2023-11-26T21:53:02.472 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:02.472 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:53:02.472 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:02.472 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:53:02.472 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:02.472 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 139 k 2023-11-26T21:53:02.473 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 513 k 2023-11-26T21:53:02.473 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:53:02.662 INFO:teuthology.orchestra.run.smithi002.stdout:librados-devel-18.0.0-7439.g6e53c105.el8.x86_64 734 kB/s | 139 kB 00:00 2023-11-26T21:53:02.662 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:02.663 INFO:teuthology.orchestra.run.smithi002.stdout:Total 729 kB/s | 139 kB 00:00 2023-11-26T21:53:02.663 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:53:02.669 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:53:02.669 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:53:02.728 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:53:02.732 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:53:02.848 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:53:03.012 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:03.082 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:03.083 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 31 k 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:03.084 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 31 k 2023-11-26T21:53:03.085 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 140 k 2023-11-26T21:53:03.085 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:53:03.258 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:03.305 INFO:teuthology.orchestra.run.smithi192.stdout:libcephfs-devel-18.0.0-7439.g6e53c105.el8.x86_6 141 kB/s | 31 kB 00:00 2023-11-26T21:53:03.305 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:03.305 INFO:teuthology.orchestra.run.smithi192.stdout:Total 140 kB/s | 31 kB 00:00 2023-11-26T21:53:03.305 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:53:03.309 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:53:03.309 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:53:03.319 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:53:03.323 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:53:03.383 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:53:03.572 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:04.330 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:04.330 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:27 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:04.785 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:04.785 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:28 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:04.812 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:53:04.994 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:04.994 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:53:04.994 INFO:teuthology.orchestra.run.smithi172.stdout: libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:04.994 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:04.995 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:05.182 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install librados2 2023-11-26T21:53:05.537 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:07.277 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:32 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:08.330 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:53:08.470 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:53:08.512 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:08.512 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:53:08.512 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:08.512 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:08.512 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:08.537 INFO:teuthology.orchestra.run.smithi172.stdout:Package librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:08.641 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados2 2023-11-26T21:53:08.648 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:08.649 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:53:08.650 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:08.670 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:08.670 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:53:08.670 INFO:teuthology.orchestra.run.smithi002.stdout: librados-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:08.670 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:08.670 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:08.766 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install librbd1 2023-11-26T21:53:08.805 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install libcephfs2 2023-11-26T21:53:08.997 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:09.119 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:09.182 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:10.399 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:34 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:10.598 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:35 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:10.672 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:33 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:11.711 INFO:teuthology.orchestra.run.smithi192.stdout:Package librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:11.819 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:11.820 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:53:11.820 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:11.859 INFO:teuthology.orchestra.run.smithi172.stdout:Package librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:11.934 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librbd1 2023-11-26T21:53:11.969 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:11.970 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:53:11.970 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:12.090 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install python3-rados 2023-11-26T21:53:12.103 INFO:teuthology.orchestra.run.smithi002.stdout:Package libcephfs2-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:12.221 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:12.223 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:53:12.223 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:12.287 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:12.341 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install libcephfs-devel 2023-11-26T21:53:12.445 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:12.714 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:13.170 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:37 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:13.295 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:38 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:13.601 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:36 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:14.417 INFO:teuthology.orchestra.run.smithi192.stdout:Package librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:14.526 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:14.527 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:53:14.528 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:14.587 INFO:teuthology.orchestra.run.smithi172.stdout:Package python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:14.641 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rados 2023-11-26T21:53:14.696 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:14.698 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:53:14.698 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:14.813 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install python3-rgw 2023-11-26T21:53:14.996 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:15.142 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:15.143 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:15.143 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2023-11-26T21:53:15.143 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:15.143 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:53:15.143 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs-devel x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 31 k 2023-11-26T21:53:15.144 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:15.144 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:53:15.144 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:15.144 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:53:15.144 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:15.145 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 31 k 2023-11-26T21:53:15.145 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 140 k 2023-11-26T21:53:15.145 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:53:15.169 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:15.349 INFO:teuthology.orchestra.run.smithi002.stdout:libcephfs-devel-18.0.0-7439.g6e53c105.el8.x86_6 151 kB/s | 31 kB 00:00 2023-11-26T21:53:15.349 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:15.350 INFO:teuthology.orchestra.run.smithi002.stdout:Total 150 kB/s | 31 kB 00:00 2023-11-26T21:53:15.350 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:53:15.354 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:53:15.354 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:53:15.365 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:53:15.369 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:53:15.543 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:53:15.727 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:15.824 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:39 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:15.938 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:15.972 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:40 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:17.003 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:17.003 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:40 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:17.147 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:17.260 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:17.261 INFO:teuthology.orchestra.run.smithi172.stdout:Package python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:17.261 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:53:17.262 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:17.370 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:17.371 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:53:17.371 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:17.376 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rgw 2023-11-26T21:53:17.482 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install python3-cephfs 2023-11-26T21:53:17.730 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:17.837 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:18.564 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:42 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:18.672 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:43 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:19.509 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:53:19.710 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:19.711 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:53:19.711 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs-devel-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:19.711 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:19.711 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:19.846 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install librados2 2023-11-26T21:53:19.861 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:19.972 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:19.973 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:53:19.973 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:19.994 INFO:teuthology.orchestra.run.smithi172.stdout:Package python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:20.083 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-cephfs 2023-11-26T21:53:20.101 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:20.103 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:53:20.103 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:20.210 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install python3-rbd 2023-11-26T21:53:20.220 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:20.436 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:20.564 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:21.031 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:44 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:21.262 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:45 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:21.402 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:46 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:22.478 INFO:teuthology.orchestra.run.smithi002.stdout:Package librados2-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:22.511 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:22.600 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:22.601 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:53:22.602 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:22.617 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:22.618 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:53:22.619 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:22.668 INFO:teuthology.orchestra.run.smithi172.stdout:Package python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:22.723 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install librbd1 2023-11-26T21:53:22.729 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rbd 2023-11-26T21:53:22.778 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:22.779 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2023-11-26T21:53:22.779 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:22.905 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install rbd-fuse 2023-11-26T21:53:23.083 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:23.101 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:23.258 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:23.919 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:47 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:24.005 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:47 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:24.086 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:49 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:25.238 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:25.348 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:25.349 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-11-26T21:53:25.349 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:25.396 INFO:teuthology.orchestra.run.smithi002.stdout:Package librbd1-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:25.458 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:25.458 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout: rbd-fuse x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 94 k 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:53:25.459 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:25.460 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 94 k 2023-11-26T21:53:25.460 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 280 k 2023-11-26T21:53:25.460 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:53:25.463 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-fuse 2023-11-26T21:53:25.518 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:25.519 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:53:25.519 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:25.618 INFO:teuthology.orchestra.run.smithi172.stdout:rbd-fuse-18.0.0-7439.g6e53c105.el8.x86_64.rpm 594 kB/s | 94 kB 00:00 2023-11-26T21:53:25.618 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:25.619 INFO:teuthology.orchestra.run.smithi172.stdout:Total 589 kB/s | 94 kB 00:00 2023-11-26T21:53:25.619 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:53:25.629 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:53:25.629 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:53:25.638 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rados 2023-11-26T21:53:25.684 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:53:25.687 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:53:25.789 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:53:25.817 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:25.964 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:26.014 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:26.196 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:26.618 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:50 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:26.823 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:49 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:27.263 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:27.263 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:52 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:27.990 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:27.990 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:27.990 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-11-26T21:53:27.990 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:27.990 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:53:27.990 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 94 k 2023-11-26T21:53:27.990 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:27.991 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:53:27.991 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:27.991 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:53:27.991 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:27.991 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 94 k 2023-11-26T21:53:27.991 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 280 k 2023-11-26T21:53:27.992 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:53:28.277 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rados-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:28.323 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-fuse-18.0.0-7439.g6e53c105.el8.x86_64.rpm 282 kB/s | 94 kB 00:00 2023-11-26T21:53:28.324 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:28.324 INFO:teuthology.orchestra.run.smithi192.stdout:Total 281 kB/s | 94 kB 00:00 2023-11-26T21:53:28.324 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:53:28.335 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:53:28.335 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:53:28.388 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:53:28.392 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:53:28.396 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:28.398 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:53:28.398 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:28.515 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rgw 2023-11-26T21:53:28.523 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:53:28.685 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:28.891 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:28.921 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:29.632 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:53:29.774 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:52 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:29.813 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:29.813 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:53:29.813 INFO:teuthology.orchestra.run.smithi172.stdout: rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:29.813 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:29.813 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:29.940 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install rbd-mirror 2023-11-26T21:53:30.017 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:30.018 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:54 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:30.293 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:31.116 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:03:56 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:31.123 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rgw-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:31.243 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:31.244 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:53:31.244 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:31.354 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-cephfs 2023-11-26T21:53:31.730 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:32.428 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:53:32.477 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repo Size 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout: rbd-mirror x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.6 M 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:53:32.478 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:32.479 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 3.6 M 2023-11-26T21:53:32.479 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 17 M 2023-11-26T21:53:32.479 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:53:32.605 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:55 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:32.611 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:32.611 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:53:32.611 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:32.611 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:32.611 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:32.742 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-mirror 2023-11-26T21:53:33.094 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:33.554 INFO:teuthology.orchestra.run.smithi172.stdout:rbd-mirror-18.0.0-7439.g6e53c105.el8.x86_64.rpm 3.3 MB/s | 3.6 MB 00:01 2023-11-26T21:53:33.555 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:33.555 INFO:teuthology.orchestra.run.smithi172.stdout:Total 3.3 MB/s | 3.6 MB 00:01 2023-11-26T21:53:33.555 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:53:33.568 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:53:33.568 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:53:33.636 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:53:33.640 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:53:33.960 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:03:57 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:34.027 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-cephfs-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:34.100 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:53:34.146 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:34.148 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:53:34.148 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:34.264 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rbd 2023-11-26T21:53:34.281 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:34.639 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:34.645 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:35.316 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:35.316 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:35.316 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2023-11-26T21:53:35.316 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:35.316 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:53:35.316 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.6 M 2023-11-26T21:53:35.317 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:35.317 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:53:35.317 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:35.317 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:53:35.317 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:35.317 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.6 M 2023-11-26T21:53:35.318 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 17 M 2023-11-26T21:53:35.318 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:53:35.521 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:03:58 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:35.694 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-mirror-18.0.0-7439.g6e53c105.el8.x86_64.rpm 9.5 MB/s | 3.6 MB 00:00 2023-11-26T21:53:35.694 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:35.695 INFO:teuthology.orchestra.run.smithi192.stdout:Total 9.5 MB/s | 3.6 MB 00:00 2023-11-26T21:53:35.695 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:53:35.705 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:35.705 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:04:00 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:35.707 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:53:35.707 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:53:35.774 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:53:35.777 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:53:36.234 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:53:36.412 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:36.759 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:36.939 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rbd-2:18.0.0-7439.g6e53c105.el8.x86_64 is already installed. 2023-11-26T21:53:37.057 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:37.059 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-11-26T21:53:37.059 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:37.188 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-fuse 2023-11-26T21:53:37.562 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:37.825 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:37.825 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:04:01 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:38.140 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:53:38.320 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:38.321 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:53:38.321 INFO:teuthology.orchestra.run.smithi172.stdout: rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:38.321 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:38.321 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:38.436 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:04:01 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:38.466 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum -y install rbd-nbd 2023-11-26T21:53:38.823 INFO:teuthology.orchestra.run.smithi172.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:39.620 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:04:04 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:39.967 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:39.967 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-fuse x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 94 k 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:53:39.968 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 94 k 2023-11-26T21:53:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 280 k 2023-11-26T21:53:39.969 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:53:40.179 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:53:40.259 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-fuse-18.0.0-7439.g6e53c105.el8.x86_64.rpm 323 kB/s | 94 kB 00:00 2023-11-26T21:53:40.259 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:40.260 INFO:teuthology.orchestra.run.smithi002.stdout:Total 322 kB/s | 94 kB 00:00 2023-11-26T21:53:40.260 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:53:40.272 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:53:40.272 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:53:40.330 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:53:40.334 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:53:40.363 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:40.363 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:53:40.363 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:40.363 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:40.363 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:40.442 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:53:40.606 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:40.671 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-nbd 2023-11-26T21:53:40.851 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:40.986 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-11-26T21:53:40.987 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:40.987 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2023-11-26T21:53:40.987 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:40.987 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-11-26T21:53:40.988 INFO:teuthology.orchestra.run.smithi172.stdout: rbd-nbd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 180 k 2023-11-26T21:53:40.988 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:40.988 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-11-26T21:53:40.988 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-11-26T21:53:40.988 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2023-11-26T21:53:40.988 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:40.989 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 180 k 2023-11-26T21:53:40.989 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 573 k 2023-11-26T21:53:40.989 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-11-26T21:53:41.026 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:41.165 INFO:teuthology.orchestra.run.smithi172.stdout:rbd-nbd-18.0.0-7439.g6e53c105.el8.x86_64.rpm 1.0 MB/s | 180 kB 00:00 2023-11-26T21:53:41.165 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:41.166 INFO:teuthology.orchestra.run.smithi172.stdout:Total 1.0 MB/s | 180 kB 00:00 2023-11-26T21:53:41.166 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-11-26T21:53:41.178 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-11-26T21:53:41.178 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-11-26T21:53:41.232 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-11-26T21:53:41.236 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-11-26T21:53:41.356 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-11-26T21:53:41.503 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:41.735 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:41.846 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:04:05 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:41.907 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:41.908 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:04:04 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:42.779 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:42.779 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:04:07 ago on Sun 26 Nov 2023 09:49:35 PM UTC. 2023-11-26T21:53:43.208 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-11-26T21:53:43.208 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 180 k 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2023-11-26T21:53:43.209 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:43.210 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 180 k 2023-11-26T21:53:43.210 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 573 k 2023-11-26T21:53:43.210 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-11-26T21:53:43.541 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-nbd-18.0.0-7439.g6e53c105.el8.x86_64.rpm 545 kB/s | 180 kB 00:00 2023-11-26T21:53:43.542 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:43.542 INFO:teuthology.orchestra.run.smithi192.stdout:Total 543 kB/s | 180 kB 00:00 2023-11-26T21:53:43.543 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-11-26T21:53:43.554 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-11-26T21:53:43.554 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-11-26T21:53:43.609 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-11-26T21:53:43.613 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-11-26T21:53:43.736 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-11-26T21:53:43.892 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:44.129 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:45.064 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:53:45.186 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:45.186 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:04:09 ago on Sun 26 Nov 2023 09:49:36 PM UTC. 2023-11-26T21:53:45.261 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:45.261 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:53:45.261 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-fuse-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:45.261 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:45.261 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:45.390 INFO:teuthology.orchestra.run.smithi172.stdout:Installed products updated. 2023-11-26T21:53:45.391 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-mirror 2023-11-26T21:53:45.574 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:45.574 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-11-26T21:53:45.574 INFO:teuthology.orchestra.run.smithi172.stdout: rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:45.574 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-11-26T21:53:45.574 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-11-26T21:53:45.706 DEBUG:teuthology.parallel:result is None 2023-11-26T21:53:45.767 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:46.661 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:04:09 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:47.680 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-11-26T21:53:47.864 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:47.864 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-11-26T21:53:47.864 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:47.864 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:53:47.864 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-11-26T21:53:48.001 DEBUG:teuthology.parallel:result is None 2023-11-26T21:53:48.198 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-mirror x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 3.6 M 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:53:48.199 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:48.200 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 3.6 M 2023-11-26T21:53:48.200 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 17 M 2023-11-26T21:53:48.200 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:53:48.719 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-mirror-18.0.0-7439.g6e53c105.el8.x86_64.rpm 6.9 MB/s | 3.6 MB 00:00 2023-11-26T21:53:48.720 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:48.720 INFO:teuthology.orchestra.run.smithi002.stdout:Total 6.9 MB/s | 3.6 MB 00:00 2023-11-26T21:53:48.721 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:53:48.734 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:53:48.734 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:53:48.805 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:53:48.809 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:53:49.293 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:53:49.482 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:49.855 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:50.944 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:50.944 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:04:13 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:53.694 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:53:53.896 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:53.896 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:53:53.896 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-mirror-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:53:53.896 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:53.896 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:53:54.033 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-nbd 2023-11-26T21:53:54.412 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-11-26T21:53:55.302 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:04:18 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:53:56.834 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-nbd x86_64 2:18.0.0-7439.g6e53c105.el8 ceph 180 k 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-11-26T21:53:56.835 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2023-11-26T21:53:56.836 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:53:56.836 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 180 k 2023-11-26T21:53:56.836 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 573 k 2023-11-26T21:53:56.836 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-11-26T21:53:57.014 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-nbd-18.0.0-7439.g6e53c105.el8.x86_64.rpm 1.0 MB/s | 180 kB 00:00 2023-11-26T21:53:57.014 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:53:57.015 INFO:teuthology.orchestra.run.smithi002.stdout:Total 1.0 MB/s | 180 kB 00:00 2023-11-26T21:53:57.015 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-11-26T21:53:57.028 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-11-26T21:53:57.028 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-11-26T21:53:57.086 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-11-26T21:53:57.090 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-11-26T21:53:57.325 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-11-26T21:53:57.504 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:57.734 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:58.857 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 1/1 2023-11-26T21:53:58.858 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:04:21 ago on Sun 26 Nov 2023 09:49:37 PM UTC. 2023-11-26T21:54:01.570 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-11-26T21:54:01.768 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:54:01.768 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-11-26T21:54:01.768 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-nbd-2:18.0.0-7439.g6e53c105.el8.x86_64 2023-11-26T21:54:01.768 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:54:01.768 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-11-26T21:54:01.906 DEBUG:teuthology.parallel:result is None 2023-11-26T21:54:01.906 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:54:02.119 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-26T21:54:02.143 INFO:teuthology.orchestra.run.smithi002.stdout:18.0.0-7439.g6e53c105.el8 2023-11-26T21:54:02.143 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7439.g6e53c105.el8 2023-11-26T21:54:02.144 INFO:teuthology.task.install:The correct ceph version 18.0.0-7439.g6e53c105 is installed. 2023-11-26T21:54:02.144 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:54:02.354 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-26T21:54:02.380 INFO:teuthology.orchestra.run.smithi172.stdout:18.0.0-7439.g6e53c105.el8 2023-11-26T21:54:02.380 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7439.g6e53c105.el8 2023-11-26T21:54:02.381 INFO:teuthology.task.install:The correct ceph version 18.0.0-7439.g6e53c105 is installed. 2023-11-26T21:54:02.381 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:54:02.515 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-26T21:54:02.541 INFO:teuthology.orchestra.run.smithi192.stdout:18.0.0-7439.g6e53c105.el8 2023-11-26T21:54:02.541 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7439.g6e53c105.el8 2023-11-26T21:54:02.541 INFO:teuthology.task.install:The correct ceph version 18.0.0-7439.g6e53c105 is installed. 2023-11-26T21:54:02.542 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-26T21:54:02.542 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:54:02.542 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-26T21:54:02.576 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:54:02.576 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-26T21:54:02.609 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:54:02.609 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-26T21:54:02.642 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-26T21:54:02.642 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:54:02.642 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/daemon-helper 2023-11-26T21:54:02.674 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-26T21:54:02.744 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:54:02.744 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/daemon-helper 2023-11-26T21:54:02.776 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-26T21:54:02.846 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:54:02.846 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2023-11-26T21:54:02.878 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-26T21:54:02.948 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-26T21:54:02.948 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:54:02.948 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-26T21:54:02.980 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-26T21:54:03.053 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:54:03.053 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-26T21:54:03.085 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-26T21:54:03.156 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:54:03.156 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-26T21:54:03.188 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-26T21:54:03.260 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-26T21:54:03.260 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:54:03.260 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/stdin-killer 2023-11-26T21:54:03.293 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-26T21:54:03.365 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:54:03.365 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/stdin-killer 2023-11-26T21:54:03.397 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-26T21:54:03.468 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:54:03.468 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2023-11-26T21:54:03.499 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-26T21:54:03.570 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-26T21:54:03.639 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': '6e53c10527672d8329987098faf1fc1df7be6f04'} 2023-11-26T21:54:03.640 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:54:03.640 INFO:tasks.cephadm:Cluster fsid is 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:54:03.640 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-26T21:54:03.640 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.2', 'mon.b': '172.21.15.172', 'mon.c': '172.21.15.192'} 2023-11-26T21:54:03.640 INFO:tasks.cephadm:First mon is mon.a on smithi002 2023-11-26T21:54:03.640 INFO:tasks.cephadm:First mgr is a 2023-11-26T21:54:03.640 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-26T21:54:03.641 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2023-11-26T21:54:03.675 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2023-11-26T21:54:03.707 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2023-11-26T21:54:03.738 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-26T21:54:03.738 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:54:03.950 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '6e53c10527672d8329987098faf1fc1df7be6f04', '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/74223/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7439-g6e53c105', '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-7439.g6e53c105'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-17 18:43:18.192095', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri7-testing-2023-11-17-0819', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}] 2023-11-26T21:54:04.087 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-yuri7-testing-2023-11-17-0819, sha1 6e53c10527672d8329987098faf1fc1df7be6f04 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=6e53c10527672d8329987098faf1fc1df7be6f04 2023-11-26T21:54:04.087 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/x86_64/flavors/default/cephadm 2023-11-26T21:54:04.087 DEBUG:teuthology.orchestra.run.smithi002:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:04.672 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 26 21:54 /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:04.672 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:06.364 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 26 21:54 /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:06.364 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2023-11-17-0819/6e53c10527672d8329987098faf1fc1df7be6f04/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:08.448 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 26 21:54 /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:08.448 DEBUG:teuthology.orchestra.run.smithi002:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:08.470 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:08.491 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-26T21:54:08.522 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 on all hosts... 2023-11-26T21:54:08.522 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 pull 2023-11-26T21:54:08.524 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 pull 2023-11-26T21:54:08.534 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 pull 2023-11-26T21:54:09.444 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04... 2023-11-26T21:54:09.478 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04... 2023-11-26T21:54:09.693 INFO:teuthology.orchestra.run.smithi002.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04... 2023-11-26T21:54:49.413 INFO:teuthology.orchestra.run.smithi002.stdout:{ 2023-11-26T21:54:49.413 INFO:teuthology.orchestra.run.smithi002.stdout: "ceph_version": "ceph version 18.0.0-7439-g6e53c105 (6e53c10527672d8329987098faf1fc1df7be6f04) reef (dev)", 2023-11-26T21:54:49.413 INFO:teuthology.orchestra.run.smithi002.stdout: "image_id": "f7cd61227981fcaf74e08fb3b2f06543e39e0b213a57b3b8cc159d0b1438a671", 2023-11-26T21:54:49.413 INFO:teuthology.orchestra.run.smithi002.stdout: "repo_digests": [ 2023-11-26T21:54:49.413 INFO:teuthology.orchestra.run.smithi002.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c79f64a9435f0786557d4326b30f84098cc0664145db34c58447046820835238" 2023-11-26T21:54:49.414 INFO:teuthology.orchestra.run.smithi002.stdout: ] 2023-11-26T21:54:49.414 INFO:teuthology.orchestra.run.smithi002.stdout:} 2023-11-26T21:55:15.093 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-11-26T21:55:15.094 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 18.0.0-7439-g6e53c105 (6e53c10527672d8329987098faf1fc1df7be6f04) reef (dev)", 2023-11-26T21:55:15.094 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "f7cd61227981fcaf74e08fb3b2f06543e39e0b213a57b3b8cc159d0b1438a671", 2023-11-26T21:55:15.094 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2023-11-26T21:55:15.094 INFO:teuthology.orchestra.run.smithi172.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c79f64a9435f0786557d4326b30f84098cc0664145db34c58447046820835238" 2023-11-26T21:55:15.094 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2023-11-26T21:55:15.094 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-11-26T21:55:17.814 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2023-11-26T21:55:17.814 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 18.0.0-7439-g6e53c105 (6e53c10527672d8329987098faf1fc1df7be6f04) reef (dev)", 2023-11-26T21:55:17.814 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "f7cd61227981fcaf74e08fb3b2f06543e39e0b213a57b3b8cc159d0b1438a671", 2023-11-26T21:55:17.815 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2023-11-26T21:55:17.815 INFO:teuthology.orchestra.run.smithi192.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c79f64a9435f0786557d4326b30f84098cc0664145db34c58447046820835238" 2023-11-26T21:55:17.815 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2023-11-26T21:55:17.815 INFO:teuthology.orchestra.run.smithi192.stdout:} 2023-11-26T21:55:17.849 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /etc/ceph 2023-11-26T21:55:17.887 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2023-11-26T21:55:17.926 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2023-11-26T21:55:17.959 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 777 /etc/ceph 2023-11-26T21:55:17.991 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2023-11-26T21:55:18.021 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2023-11-26T21:55:18.050 INFO:tasks.cephadm:Writing seed config... 2023-11-26T21:55:18.052 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-11-26T21:55:18.052 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-26T21:55:18.052 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-26T21:55:18.053 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-11-26T21:55:18.053 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-26T21:55:18.053 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-26T21:55:18.053 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-26T21:55:18.053 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-26T21:55:18.053 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-26T21:55:18.054 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:55:18.055 DEBUG:teuthology.orchestra.run.smithi002:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-26T21:55:18.075 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 = 50664450-8ca6-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-26T21:55:18.076 DEBUG:teuthology.orchestra.run.smithi002:mon.a> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a.service 2023-11-26T21:55:18.118 DEBUG:teuthology.orchestra.run.smithi002:mgr.a> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.a.service 2023-11-26T21:55:18.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:-- Logs begin at Sun 2023-11-26 21:36:36 UTC. -- 2023-11-26T21:55:18.149 INFO:tasks.cephadm:Bootstrapping... 2023-11-26T21:55:18.150 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 -v bootstrap --fsid 50664450-8ca6-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.2 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-26T21:55:18.177 INFO:journalctl@ceph.mgr.a.smithi002.stdout:-- Logs begin at Sun 2023-11-26 21:36:36 UTC. -- 2023-11-26T21:55:18.360 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-11-26T21:55:18.361 INFO:teuthology.orchestra.run.smithi002.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04', '-v', 'bootstrap', '--fsid', '50664450-8ca6-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.2', '--skip-admin-label'] 2023-11-26T21:55:18.431 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 3.0.1 2023-11-26T21:55:18.432 INFO:teuthology.orchestra.run.smithi002.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-11-26T21:55:18.432 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying podman|docker is present... 2023-11-26T21:55:18.490 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 3.0.1 2023-11-26T21:55:18.490 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying lvm2 is present... 2023-11-26T21:55:18.491 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying time synchronization is in place... 2023-11-26T21:55:18.498 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-26T21:55:18.498 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-26T21:55:18.504 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-26T21:55:18.504 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2023-11-26T21:55:18.510 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2023-11-26T21:55:18.516 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2023-11-26T21:55:18.516 INFO:teuthology.orchestra.run.smithi002.stdout:Unit chronyd.service is enabled and running 2023-11-26T21:55:18.516 INFO:teuthology.orchestra.run.smithi002.stdout:Repeating the final host check... 2023-11-26T21:55:18.574 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 3.0.1 2023-11-26T21:55:18.575 INFO:teuthology.orchestra.run.smithi002.stdout:podman (/bin/podman) version 3.0.1 is present 2023-11-26T21:55:18.575 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl is present 2023-11-26T21:55:18.575 INFO:teuthology.orchestra.run.smithi002.stdout:lvcreate is present 2023-11-26T21:55:18.581 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-26T21:55:18.581 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-26T21:55:18.587 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-26T21:55:18.587 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2023-11-26T21:55:18.593 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2023-11-26T21:55:18.599 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2023-11-26T21:55:18.599 INFO:teuthology.orchestra.run.smithi002.stdout:Unit chronyd.service is enabled and running 2023-11-26T21:55:18.599 INFO:teuthology.orchestra.run.smithi002.stdout:Host looks OK 2023-11-26T21:55:18.599 INFO:teuthology.orchestra.run.smithi002.stdout:Cluster fsid: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:18.599 INFO:teuthology.orchestra.run.smithi002.stdout:Acquiring lock 139836093308824 on /run/cephadm/50664450-8ca6-11ee-95a2-87774f69a715.lock 2023-11-26T21:55:18.599 INFO:teuthology.orchestra.run.smithi002.stdout:Lock 139836093308824 acquired on /run/cephadm/50664450-8ca6-11ee-95a2-87774f69a715.lock 2023-11-26T21:55:18.600 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 3300 ... 2023-11-26T21:55:18.600 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 6789 ... 2023-11-26T21:55:18.600 INFO:teuthology.orchestra.run.smithi002.stdout:Base mon IP(s) is [172.21.15.2:3300, 172.21.15.2:6789], mon addrv is [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2023-11-26T21:55:18.604 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-26T21:55:18.604 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 metric 100 2023-11-26T21:55:18.606 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-26T21:55:18.607 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-26T21:55:18.607 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1754sec hoplimit 64 pref medium 2023-11-26T21:55:18.609 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-26T21:55:18.609 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-26T21:55:18.609 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-26T21:55:18.610 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2023-11-26T21:55:18.610 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1920/64 scope link 2023-11-26T21:55:18.610 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-26T21:55:18.610 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2023-11-26T21:55:18.610 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2023-11-26T21:55:18.610 INFO:teuthology.orchestra.run.smithi002.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-26T21:55:18.611 INFO:teuthology.orchestra.run.smithi002.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-26T21:55:18.611 INFO:teuthology.orchestra.run.smithi002.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04... 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout f7cd61227981fcaf74e08fb3b2f06543e39e0b213a57b3b8cc159d0b1438a671 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04... 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Getting image source signatures 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying blob sha256:8154d2c3a1bea3637b5463843295b13643b6d808ae4e54e115b66facc51b1f45 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying blob sha256:837e66e3ff89804ed1bb42786f80e6c23534ff65fe48526d5007449f4e1f79b0 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying config sha256:f7cd61227981fcaf74e08fb3b2f06543e39e0b213a57b3b8cc159d0b1438a671 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Writing manifest to image destination 2023-11-26T21:55:18.973 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Storing signatures 2023-11-26T21:55:20.093 INFO:teuthology.orchestra.run.smithi002.stdout:ceph: stdout ceph version 18.0.0-7439-g6e53c105 (6e53c10527672d8329987098faf1fc1df7be6f04) reef (dev) 2023-11-26T21:55:20.094 INFO:teuthology.orchestra.run.smithi002.stdout:Ceph version: ceph version 18.0.0-7439-g6e53c105 (6e53c10527672d8329987098faf1fc1df7be6f04) reef (dev) 2023-11-26T21:55:20.094 INFO:teuthology.orchestra.run.smithi002.stdout:Extracting ceph user uid/gid from container image... 2023-11-26T21:55:21.053 INFO:teuthology.orchestra.run.smithi002.stdout:stat: stdout 167 167 2023-11-26T21:55:21.053 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial keys... 2023-11-26T21:55:22.020 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQDJvmNlU1fLGRAAX+OEeTBi20nty9utpFlcZA== 2023-11-26T21:55:23.067 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQDKvmNlXzUmGRAAH4x/8rb7O5lT1RrtUA9hug== 2023-11-26T21:55:24.075 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQDLvmNlfu2AGRAA78SOpAHX9VlV0XeqhHk2NA== 2023-11-26T21:55:24.076 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial monmap... 2023-11-26T21:55:25.024 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:monmaptool for a [v2:172.21.15.2:3300,v1:172.21.15.2:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:setting min_mon_release = pacific 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: set fsid to 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:55:25.025 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mon... 2023-11-26T21:55:26.068 INFO:teuthology.orchestra.run.smithi002.stdout:create mon.a on 2023-11-26T21:55:26.199 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-11-26T21:55:26.292 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-26T21:55:26.405 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-50664450-8ca6-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-50664450-8ca6-11ee-95a2-87774f69a715.target. 2023-11-26T21:55:26.405 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-50664450-8ca6-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-50664450-8ca6-11ee-95a2-87774f69a715.target. 2023-11-26T21:55:26.570 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a 2023-11-26T21:55:26.571 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-11-26T21:55:26.663 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-50664450-8ca6-11ee-95a2-87774f69a715.target.wants/ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a.service → /etc/systemd/system/ceph-50664450-8ca6-11ee-95a2-87774f69a715@.service. 2023-11-26T21:55:26.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:26 smithi002 systemd[1]: Starting Ceph mon.a for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:55:27.256 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-26T21:55:27.257 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2023-11-26T21:55:27.264 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-26T21:55:27.264 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2023-11-26T21:55:27.264 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2023-11-26T21:55:27.265 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2023-11-26T21:55:27.265 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon to start... 2023-11-26T21:55:27.265 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon... 2023-11-26T21:55:27.507 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:27 smithi002 bash[99645]: 9293136d6abbef3a487a915637fb91c91342854d714cbb714a81302258f434ce 2023-11-26T21:55:27.508 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:27 smithi002 systemd[1]: Started Ceph mon.a for 50664450-8ca6-11ee-95a2-87774f69a715. 2023-11-26T21:55:27.508 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:27 smithi002 ceph-mon[99710]: mkfs 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:27.508 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:27 smithi002 ceph-mon[99710]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-26T21:55:28.542 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout cluster: 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout id: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout services: 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.603404s) 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout data: 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-26T21:55:28.543 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-26T21:55:28.544 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pgs: 2023-11-26T21:55:28.544 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:28.544 INFO:teuthology.orchestra.run.smithi002.stdout:mon is available 2023-11-26T21:55:28.544 INFO:teuthology.orchestra.run.smithi002.stdout:Assimilating anything we can from ceph.conf... 2023-11-26T21:55:28.549 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:28 smithi002 ceph-mon[99710]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-26T21:55:28.549 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:28 smithi002 ceph-mon[99710]: monmap e1: 1 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:55:28.549 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:28 smithi002 ceph-mon[99710]: fsmap 2023-11-26T21:55:28.549 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:28 smithi002 ceph-mon[99710]: osdmap e1: 0 total, 0 up, 0 in 2023-11-26T21:55:28.549 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:28 smithi002 ceph-mon[99710]: mgrmap e1: no daemons active 2023-11-26T21:55:28.549 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:28 smithi002 ceph-mon[99710]: from='client.? 172.21.15.2:0/3664566667' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-26T21:55:29.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:29 smithi002 ceph-mon[99710]: from='client.? 172.21.15.2:0/2985078171' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-26T21:55:29.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:29 smithi002 ceph-mon[99710]: from='client.? 172.21.15.2:0/2985078171' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-26T21:55:29.675 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-11-26T21:55:29.676 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-26T21:55:29.677 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:29.677 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2023-11-26T21:55:29.677 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-26T21:55:29.677 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-26T21:55:29.677 INFO:teuthology.orchestra.run.smithi002.stdout:Generating new minimal ceph.conf... 2023-11-26T21:55:30.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:30 smithi002 ceph-mon[99710]: from='client.? 172.21.15.2:0/239841367' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:55:30.825 INFO:teuthology.orchestra.run.smithi002.stdout:Restarting the monitor... 2023-11-26T21:55:31.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:30 smithi002 systemd[1]: Stopping Ceph mon.a for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:55:31.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:31 smithi002 conmon[99686]: 2023-11-26T21:55:31.068+0000 7f6ad4b09700 -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-26T21:55:31.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:31 smithi002 conmon[99686]: 2023-11-26T21:55:31.068+0000 7f6ad4b09700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-11-26T21:55:31.839 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:31 smithi002 bash[100266]: 9293136d6abbef3a487a915637fb91c91342854d714cbb714a81302258f434ce 2023-11-26T21:55:32.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:31 smithi002 systemd[1]: ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-11-26T21:55:32.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:31 smithi002 systemd[1]: Stopped Ceph mon.a for 50664450-8ca6-11ee-95a2-87774f69a715. 2023-11-26T21:55:32.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:31 smithi002 systemd[1]: Starting Ceph mon.a for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:55:32.445 INFO:teuthology.orchestra.run.smithi002.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-26T21:55:32.694 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: set uid:gid to 167:167 (ceph:ceph) 2023-11-26T21:55:32.694 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: ceph version 18.0.0-7439-g6e53c105 (6e53c10527672d8329987098faf1fc1df7be6f04) reef (dev), process ceph-mon, pid 7 2023-11-26T21:55:32.694 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: pidfile_write: ignore empty --pid-file 2023-11-26T21:55:32.694 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: load: jerasure load: lrc 2023-11-26T21:55:32.694 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: RocksDB version: 7.9.2 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Git sha 0 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Compile date 2023-11-17 16:39:44 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: DB SUMMARY 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: DB Session ID: FBD9HO0MBJNVV7AZM4WI 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: CURRENT file: CURRENT 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: IDENTITY file: IDENTITY 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83726 ; 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.error_if_exists: 0 2023-11-26T21:55:32.695 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.create_if_missing: 0 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.paranoid_checks: 1 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.env: 0x5572addc9a60 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.fs: PosixFileSystem 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.info_log: 0x5572ae901720 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_file_opening_threads: 16 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.statistics: (nil) 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.use_fsync: 0 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_log_file_size: 0 2023-11-26T21:55:32.696 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.keep_log_file_num: 1000 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.recycle_log_file_num: 0 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.allow_fallocate: 1 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.allow_mmap_reads: 0 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.allow_mmap_writes: 0 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.use_direct_reads: 0 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.create_missing_column_families: 0 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.db_log_dir: 2023-11-26T21:55:32.697 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.wal_dir: 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.advise_random_on_open: 1 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.db_write_buffer_size: 0 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.write_buffer_manager: 0x5572ae8b5360 2023-11-26T21:55:32.698 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.rate_limiter: (nil) 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.wal_recovery_mode: 2 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.enable_thread_tracking: 0 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.enable_pipelined_write: 0 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.unordered_write: 0 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-26T21:55:32.699 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.row_cache: None 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.wal_filter: None 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.allow_ingest_behind: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.two_write_queues: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.manual_wal_flush: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.wal_compression: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.atomic_flush: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-26T21:55:32.700 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.log_readahead_size: 0 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.best_efforts_recovery: 0 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.allow_data_in_errors: 0 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.db_host_id: __hostname__ 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_background_jobs: 2 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_background_compactions: -1 2023-11-26T21:55:32.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_subcompactions: 1 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_total_wal_size: 0 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-26T21:55:32.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_open_files: -1 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bytes_per_sync: 0 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_readahead_size: 0 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_background_flushes: -1 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Compression algorithms supported: 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kZSTD supported: 0 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kXpressCompression supported: 0 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kLZ4HCCompression supported: 1 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kZlibCompression supported: 1 2023-11-26T21:55:32.703 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kSnappyCompression supported: 1 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kLZ4Compression supported: 1 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: kBZip2Compression supported: 0 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.merge_operator: 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_filter: None 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_filter_factory: None 2023-11-26T21:55:32.704 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.sst_partitioner_factory: None 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5572ae901840) 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout: cache_index_and_filter_blocks: 1 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout: pin_top_level_index_and_filter: 1 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_type: 0 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout: data_block_index_type: 0 2023-11-26T21:55:32.705 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_shortening: 1 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: checksum: 4 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: no_block_cache: 0 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache: 0x5572ae957090 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_name: BinnedLRUCache 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_options: 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: capacity : 536870912 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: num_shard_bits : 4 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: strict_capacity_limit : 0 2023-11-26T21:55:32.706 INFO:journalctl@ceph.mon.a.smithi002.stdout: high_pri_pool_ratio: 0.000 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_compressed: (nil) 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: persistent_cache: (nil) 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_size: 4096 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_size_deviation: 10 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_restart_interval: 16 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_block_restart_interval: 1 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: metadata_block_size: 4096 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: partition_filters: 0 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: use_delta_encoding: 1 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: filter_policy: bloomfilter 2023-11-26T21:55:32.707 INFO:journalctl@ceph.mon.a.smithi002.stdout: whole_key_filtering: 1 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: verify_compression: 0 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: read_amp_bytes_per_bit: 0 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: format_version: 5 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: enable_index_compression: 1 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_align: 0 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: max_auto_readahead_size: 262144 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: prepopulate_block_cache: 0 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: initial_auto_readahead_size: 8192 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout: num_file_reads_for_auto_readahead: 2 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.write_buffer_size: 33554432 2023-11-26T21:55:32.708 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_write_buffer_number: 2 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression: NoCompression 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression: Disabled 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.prefix_extractor: nullptr 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.num_levels: 7 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-26T21:55:32.709 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.level: 32767 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.strategy: 0 2023-11-26T21:55:32.710 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.enabled: false 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.target_file_size_base: 67108864 2023-11-26T21:55:32.711 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-26T21:55:32.712 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.arena_block_size: 1048576 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.disable_auto_compactions: 0 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-26T21:55:32.713 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.table_properties_collectors: 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.inplace_update_support: 0 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-26T21:55:32.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.bloom_locality: 0 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.max_successive_merges: 0 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.paranoid_file_checks: 0 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.force_consistency_checks: 1 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.report_bg_io_stats: 0 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.ttl: 2592000 2023-11-26T21:55:32.715 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.enable_blob_files: false 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.min_blob_size: 0 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.blob_file_size: 268435456 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-26T21:55:32.716 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.blob_file_starting_level: 0 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: 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-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 39e07229-7816-47c5-9574-d9d15d54129c 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701035732418646, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701035732419531, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80473, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78660, "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": 72968, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1701035732, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "39e07229-7816-47c5-9574-d9d15d54129c", "db_session_id": "FBD9HO0MBJNVV7AZM4WI", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701035732419606, "job": 1, "event": "recovery_finished"} 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-11-26T21:55:32.717 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: 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-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5572ae9f0000 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: DB pointer 0x5572ae9de000 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** DB Stats ** 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.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-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.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-26T21:55:32.718 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.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-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: L0 2/0 80.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: Sum 2/0 80.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.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 136.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2023-11-26T21:55:32.719 INFO:journalctl@ceph.mon.a.smithi002.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-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.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 136.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-26T21:55:32.720 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative compaction: 0.00 GB write, 25.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval compaction: 0.00 GB write, 25.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.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-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout: Block cache BinnedLRUCache@0x5572ae957090#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-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.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-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: starting mon.a rank 0 at public addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] at bind addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???) e1 preinit fsid 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???).mds e1 new map 2023-11-26T21:55:32.721 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???).mds e1 print_map 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout: e1 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.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-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout: legacy client fscid: -1 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout: No filesystems configured 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:55:32.722 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-26T21:55:32.723 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 bash[100597]: 6232944d04aca20c4472c117e96fa61e25990c63a3e3786477996b231f8c04a0 2023-11-26T21:55:32.723 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 systemd[1]: Started Ceph mon.a for 50664450-8ca6-11ee-95a2-87774f69a715. 2023-11-26T21:55:32.723 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-26T21:55:32.723 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: monmap e1: 1 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:55:32.723 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: fsmap 2023-11-26T21:55:32.723 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: osdmap e1: 0 total, 0 up, 0 in 2023-11-26T21:55:32.723 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:32 smithi002 ceph-mon[100663]: mgrmap e1: no daemons active 2023-11-26T21:55:33.666 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote config to /etc/ceph/ceph.conf 2023-11-26T21:55:33.691 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-26T21:55:33.691 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mgr... 2023-11-26T21:55:33.692 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:9283 ... 2023-11-26T21:55:33.692 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:8765 ... 2023-11-26T21:55:33.896 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.a 2023-11-26T21:55:33.896 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.a.service: Unit ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.a.service not loaded. 2023-11-26T21:55:33.990 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-50664450-8ca6-11ee-95a2-87774f69a715.target.wants/ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-50664450-8ca6-11ee-95a2-87774f69a715@.service. 2023-11-26T21:55:34.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:34 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/3565940189' entity='client.admin' 2023-11-26T21:55:34.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:33 smithi002 systemd[1]: Starting Ceph mgr.a for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:55:34.587 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-26T21:55:34.587 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2023-11-26T21:55:34.595 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-26T21:55:34.595 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2023-11-26T21:55:34.595 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2023-11-26T21:55:34.595 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2023-11-26T21:55:34.604 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-26T21:55:34.604 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2023-11-26T21:55:34.611 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-26T21:55:34.612 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2023-11-26T21:55:34.612 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2023-11-26T21:55:34.612 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-11-26T21:55:34.612 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr to start... 2023-11-26T21:55:34.612 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr... 2023-11-26T21:55:34.823 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:34 smithi002 bash[101045]: e29490f927afdbb8ddef77912143fa8bb148524ce410c7841dd7b06684b2f28a 2023-11-26T21:55:34.824 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:34 smithi002 systemd[1]: Started Ceph mgr.a for 50664450-8ca6-11ee-95a2-87774f69a715. 2023-11-26T21:55:34.824 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:34 smithi002 conmon[101086]: 2023-11-26T21:55:34.716+0000 7f4ce8279200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-26T21:55:34.824 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:34 smithi002 conmon[101086]: 2023-11-26T21:55:34.815+0000 7f4ce8279200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-26T21:55:35.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:34 smithi002 conmon[101086]: 2023-11-26T21:55:34.934+0000 7f4ce8279200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-26T21:55:35.096 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:35 smithi002 conmon[101086]: 2023-11-26T21:55:35.054+0000 7f4ce8279200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-26T21:55:35.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:35 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2258938496' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-26T21:55:35.596 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:35 smithi002 conmon[101086]: 2023-11-26T21:55:35.263+0000 7f4ce8279200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-26T21:55:35.862 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "50664450-8ca6-11ee-95a2-87774f69a715", 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-26T21:55:35.863 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-26T21:55:35.864 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-26T21:55:35.865 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-26T21:55:35.866 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2023-11-26T21:55:27.275413+0000", 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-26T21:55:35.867 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:55:35.868 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (1/15)... 2023-11-26T21:55:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:35 smithi002 conmon[101086]: 2023-11-26T21:55:35.756+0000 7f4ce8279200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-26T21:55:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:35 smithi002 conmon[101086]: 2023-11-26T21:55:35.909+0000 7f4ce8279200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-26T21:55:36.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:36 smithi002 conmon[101086]: 2023-11-26T21:55:36.017+0000 7f4ce8279200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-26T21:55:36.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:36 smithi002 conmon[101086]: 2023-11-26T21:55:36.132+0000 7f4ce8279200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-26T21:55:37.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:36 smithi002 conmon[101086]: 2023-11-26T21:55:36.643+0000 7f4ce8279200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-26T21:55:37.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:37 smithi002 conmon[101086]: 2023-11-26T21:55:37.439+0000 7f4ce8279200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-26T21:55:37.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:37 smithi002 conmon[101086]: 2023-11-26T21:55:37.536+0000 7f4ce8279200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-26T21:55:38.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:38 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/4167382816' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-26T21:55:38.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:38 smithi002 conmon[101086]: 2023-11-26T21:55:38.531+0000 7f4ce8279200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:55:38.846 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:38 smithi002 conmon[101086]: 2023-11-26T21:55:38.648+0000 7f4ce8279200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-26T21:55:39.041 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "50664450-8ca6-11ee-95a2-87774f69a715", 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-26T21:55:39.042 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:39.043 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-26T21:55:39.044 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-26T21:55:39.044 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-26T21:55:39.044 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-26T21:55:39.047 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-26T21:55:39.048 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2023-11-26T21:55:27.275413+0000", 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:39.050 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-26T21:55:39.050 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:55:39.050 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (2/15)... 2023-11-26T21:55:39.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:38 smithi002 conmon[101086]: 2023-11-26T21:55:38.872+0000 7f4ce8279200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:55:39.671 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:39 smithi002 conmon[101086]: 2023-11-26T21:55:39.382+0000 7f4ce8279200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-26T21:55:39.671 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:39 smithi002 conmon[101086]: 2023-11-26T21:55:39.487+0000 7f4ce8279200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-26T21:55:39.999 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:39 smithi002 conmon[101086]: 2023-11-26T21:55:39.669+0000 7f4ce8279200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-26T21:55:40.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:39 smithi002 conmon[101086]: 2023-11-26T21:55:39.997+0000 7f4ce8279200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-26T21:55:41.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:40 smithi002 conmon[101086]: 2023-11-26T21:55:40.820+0000 7f4ce8279200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-26T21:55:41.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:40 smithi002 conmon[101086]: 2023-11-26T21:55:40.979+0000 7f4ce8279200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-26T21:55:41.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:41 smithi002 conmon[101086]: 2023-11-26T21:55:41.234+0000 7f4ce8279200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-26T21:55:41.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:41 smithi002 conmon[101086]: 2023-11-26T21:55:41.378+0000 7f4ce8279200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-26T21:55:41.913 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:41 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/769260075' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-26T21:55:41.913 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:41 smithi002 conmon[101086]: 2023-11-26T21:55:41.658+0000 7f4ce8279200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "50664450-8ca6-11ee-95a2-87774f69a715", 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2023-11-26T21:55:42.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-26T21:55:42.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-26T21:55:42.300 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-26T21:55:42.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-26T21:55:42.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-26T21:55:42.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-26T21:55:42.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:42.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-26T21:55:42.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:42.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:42.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2023-11-26T21:55:27.275413+0000", 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:55:42.305 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (3/15)... 2023-11-26T21:55:43.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:42 smithi002 conmon[101086]: 2023-11-26T21:55:42.718+0000 7f4ce8279200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-26T21:55:43.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: Activating manager daemon a 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: mgrmap e2: a(active, starting, since 0.0033146s) 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: Manager daemon a is now available 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' 2023-11-26T21:55:43.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' 2023-11-26T21:55:43.847 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:43 smithi002 ceph-mon[100663]: from='mgr.14100 172.21.15.2:0/4186842433' entity='mgr.a' 2023-11-26T21:55:44.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:44 smithi002 ceph-mon[100663]: mgrmap e3: a(active, since 1.00774s) 2023-11-26T21:55:45.994 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "50664450-8ca6-11ee-95a2-87774f69a715", 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:45.995 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-26T21:55:45.996 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-26T21:55:45.997 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:45.998 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2023-11-26T21:55:27.275413+0000", 2023-11-26T21:55:45.999 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-26T21:55:46.000 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2023-11-26T21:55:46.000 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-26T21:55:46.000 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:55:46.000 INFO:teuthology.orchestra.run.smithi002.stdout:mgr is available 2023-11-26T21:55:46.000 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:45 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/936761381' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-26T21:55:47.012 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:46 smithi002 ceph-mon[100663]: mgrmap e4: a(active, since 3s) 2023-11-26T21:55:47.398 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:47.398 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2023-11-26T21:55:47.398 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:55:47.398 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-26T21:55:47.398 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-26T21:55:47.398 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-26T21:55:47.399 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling cephadm module... 2023-11-26T21:55:48.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:47 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/68460829' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-26T21:55:48.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:47 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/68460829' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-26T21:55:49.032 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:48 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1770003162' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-26T21:55:49.032 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:48 smithi002 conmon[101086]: ignoring --setuser ceph since I am not root 2023-11-26T21:55:49.033 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:48 smithi002 conmon[101086]: ignoring --setgroup ceph since I am not root 2023-11-26T21:55:49.033 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:48 smithi002 conmon[101086]: 2023-11-26T21:55:48.931+0000 7fb753237200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-26T21:55:49.336 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:49 smithi002 conmon[101086]: 2023-11-26T21:55:49.030+0000 7fb753237200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-26T21:55:49.337 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:49 smithi002 conmon[101086]: 2023-11-26T21:55:49.138+0000 7fb753237200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-26T21:55:49.337 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:49 smithi002 conmon[101086]: 2023-11-26T21:55:49.250+0000 7fb753237200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-26T21:55:49.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:49 smithi002 conmon[101086]: 2023-11-26T21:55:49.465+0000 7fb753237200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-26T21:55:50.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:49 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1770003162' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-26T21:55:50.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:49 smithi002 ceph-mon[100663]: mgrmap e5: a(active, since 6s) 2023-11-26T21:55:50.096 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:49 smithi002 conmon[101086]: 2023-11-26T21:55:49.959+0000 7fb753237200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-26T21:55:50.478 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:50 smithi002 conmon[101086]: 2023-11-26T21:55:50.111+0000 7fb753237200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-26T21:55:50.478 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:50 smithi002 conmon[101086]: 2023-11-26T21:55:50.219+0000 7fb753237200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-26T21:55:50.478 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:50 smithi002 conmon[101086]: 2023-11-26T21:55:50.335+0000 7fb753237200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for the mgr to restart... 2023-11-26T21:55:50.847 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr epoch 5... 2023-11-26T21:55:51.061 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:50 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/3355973787' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-26T21:55:51.062 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:50 smithi002 conmon[101086]: 2023-11-26T21:55:50.855+0000 7fb753237200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-26T21:55:52.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:51 smithi002 conmon[101086]: 2023-11-26T21:55:51.657+0000 7fb753237200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-26T21:55:52.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:51 smithi002 conmon[101086]: 2023-11-26T21:55:51.755+0000 7fb753237200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-26T21:55:53.065 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:52 smithi002 conmon[101086]: 2023-11-26T21:55:52.731+0000 7fb753237200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:55:53.065 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:52 smithi002 conmon[101086]: 2023-11-26T21:55:52.841+0000 7fb753237200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-26T21:55:53.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:53 smithi002 conmon[101086]: 2023-11-26T21:55:53.063+0000 7fb753237200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:55:53.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:53 smithi002 conmon[101086]: 2023-11-26T21:55:53.566+0000 7fb753237200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-26T21:55:53.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:53 smithi002 conmon[101086]: 2023-11-26T21:55:53.671+0000 7fb753237200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-26T21:55:54.187 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:53 smithi002 conmon[101086]: 2023-11-26T21:55:53.854+0000 7fb753237200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-26T21:55:54.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:54 smithi002 conmon[101086]: 2023-11-26T21:55:54.185+0000 7fb753237200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-26T21:55:55.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:55 smithi002 conmon[101086]: 2023-11-26T21:55:55.004+0000 7fb753237200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-26T21:55:55.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:55 smithi002 conmon[101086]: 2023-11-26T21:55:55.162+0000 7fb753237200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-26T21:55:55.827 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:55 smithi002 conmon[101086]: 2023-11-26T21:55:55.411+0000 7fb753237200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-26T21:55:55.827 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:55 smithi002 conmon[101086]: 2023-11-26T21:55:55.549+0000 7fb753237200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-26T21:55:56.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:55 smithi002 conmon[101086]: 2023-11-26T21:55:55.825+0000 7fb753237200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-26T21:55:57.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:55:56 smithi002 conmon[101086]: 2023-11-26T21:55:56.906+0000 7fb753237200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-26T21:55:57.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: Active manager daemon a restarted 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: Activating manager daemon a 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: osdmap e2: 0 total, 0 up, 0 in 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: mgrmap e6: a(active, starting, since 0.00313292s) 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: Manager daemon a is now available 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:55:57.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:55:57.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:56 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:55:58.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: Found migration_current of "None". Setting to last migration. 2023-11-26T21:55:58.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:55:58.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:55:58.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-26T21:55:58.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-26T21:55:58.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:55:58.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:55:58.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:57 smithi002 ceph-mon[100663]: mgrmap e7: a(active, since 1.00499s) 2023-11-26T21:55:58.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:55:58.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-26T21:55:58.545 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-26T21:55:58.546 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:55:58.546 INFO:teuthology.orchestra.run.smithi002.stdout:mgr epoch 5 is available 2023-11-26T21:55:58.546 INFO:teuthology.orchestra.run.smithi002.stdout:Setting orchestrator backend to cephadm... 2023-11-26T21:55:59.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:58 smithi002 ceph-mon[100663]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-26T21:55:59.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:58 smithi002 ceph-mon[100663]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-26T21:55:59.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:58 smithi002 ceph-mon[100663]: [26/Nov/2023:21:55:58] ENGINE Bus STARTING 2023-11-26T21:55:59.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:58 smithi002 ceph-mon[100663]: [26/Nov/2023:21:55:58] ENGINE Serving on http://172.21.15.2:8765 2023-11-26T21:55:59.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:58 smithi002 ceph-mon[100663]: [26/Nov/2023:21:55:58] ENGINE Serving on https://172.21.15.2:7150 2023-11-26T21:55:59.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:58 smithi002 ceph-mon[100663]: [26/Nov/2023:21:55:58] ENGINE Bus STARTED 2023-11-26T21:55:59.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:58 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:00.312 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:59 smithi002 ceph-mon[100663]: mgrmap e8: a(active, since 2s) 2023-11-26T21:56:00.312 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:59 smithi002 ceph-mon[100663]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:00.312 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:59 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:00.312 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:55:59 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:01.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout value unchanged 2023-11-26T21:56:01.512 INFO:teuthology.orchestra.run.smithi002.stdout:Generating ssh key... 2023-11-26T21:56:02.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:01 smithi002 ceph-mon[100663]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:03.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: Generating public/private rsa key pair. 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: Your identification has been saved in /tmp/tmppq_r0req/key. 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: Your public key has been saved in /tmp/tmppq_r0req/key.pub. 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: The key fingerprint is: 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: SHA256:zAratP53d60MxL0a4hqDimXAYMlPKX6rW9D+lscGKSw ceph-50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: The key's randomart image is: 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: +---[RSA 3072]----+ 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: | | 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: |. . . | 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: |.= o | 2023-11-26T21:56:03.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: |oo= o . . | 2023-11-26T21:56:03.347 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: | o++o . S o . | 2023-11-26T21:56:03.347 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: | E+B.= o . . | 2023-11-26T21:56:03.347 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: | o+* * o . o .. | 2023-11-26T21:56:03.347 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: | o=.+ +.+...=. .| 2023-11-26T21:56:03.347 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: | oo +o+..o....o. | 2023-11-26T21:56:03.347 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:03 smithi002 conmon[101086]: +----[SHA256]-----+ 2023-11-26T21:56:03.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:03 smithi002 ceph-mon[100663]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:03.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:03 smithi002 ceph-mon[100663]: Generating ssh key... 2023-11-26T21:56:03.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:03 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:03.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:03 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:05.061 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChpDkb6jLAPz61meFEJWfMzQGQ9Vel0t2PLaWAsfR9rx84ho6ynUNvXG9JfpBEhfftYJArJXT/t49Qkb6WXqIxYjMd3//RV5LIMqSXZUzyrwjI+d+NFY/TYn4XjDsUIepHMtMbkrQaoMDPqmN7LK2PAQhjOasPq2+ltSWHKoqKOyjCQ+TdaYl4q2PhntqxXft8MpbPnPJqDkieMYdLdI0IO9bHNNcKlF4BM84sbW7lYQm2aQ6R/W0OOuyorIpUhUzmVwq4Fc9Nvw7B0kLKbTTgjFCMe0KXVcYlYMRMgEF51rnyd1Up6WLATe7uLIUcjedCPhLZrY8CCT4ap/lJIZdmPiOq0/HJLQ78eAXI05CpdIMswC9DZwfcQd9jsJ5Q2sFEX9NAVftBeB1GVTMgqxxfCN4veVeXC9RVYtqkwYwe+NCCpLl1333EsbH2d1Y02/uyrGxLmx2vf90Xs3oO7AD/tg1nXMXaKoHvNWv50C+PeGTYfDavgDwOEi2KY6TsSr8= ceph-50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:56:05.061 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-26T21:56:05.061 INFO:teuthology.orchestra.run.smithi002.stdout:Adding key to root@localhost authorized_keys... 2023-11-26T21:56:05.062 INFO:teuthology.orchestra.run.smithi002.stdout:Adding host smithi002... 2023-11-26T21:56:05.259 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:04 smithi002 ceph-mon[100663]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:07.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:06 smithi002 ceph-mon[100663]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi002", "addr": "172.21.15.2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:07.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:06 smithi002 ceph-mon[100663]: Deploying cephadm binary to smithi002 2023-11-26T21:56:11.768 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Added host 'smithi002' with addr '172.21.15.2' 2023-11-26T21:56:11.768 INFO:teuthology.orchestra.run.smithi002.stdout:Deploying unmanaged mon service... 2023-11-26T21:56:12.428 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:12 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:12.428 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:12 smithi002 ceph-mon[100663]: Added host smithi002 2023-11-26T21:56:12.428 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:12 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:13.494 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-26T21:56:13.494 INFO:teuthology.orchestra.run.smithi002.stdout:Deploying unmanaged mgr service... 2023-11-26T21:56:14.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:13 smithi002 ceph-mon[100663]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:14.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:13 smithi002 ceph-mon[100663]: Saving service mon spec with placement count:5 2023-11-26T21:56:14.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:13 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:14.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:14 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:14.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:14 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:14.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:14 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:15.134 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-26T21:56:15.815 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:15 smithi002 ceph-mon[100663]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:15.816 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:15 smithi002 ceph-mon[100663]: Saving service mgr spec with placement count:2 2023-11-26T21:56:15.816 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:15 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:17.483 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:17 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/3023383110' entity='client.admin' 2023-11-26T21:56:17.483 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:17 smithi002 ceph-mon[100663]: from='mgr.14120 172.21.15.2:0/131346957' entity='mgr.a' 2023-11-26T21:56:18.686 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling the dashboard module... 2023-11-26T21:56:18.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:18 smithi002 ceph-mon[100663]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:56:18.934 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:18 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/3604226641' entity='client.admin' 2023-11-26T21:56:20.994 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:20 smithi002 ceph-mon[100663]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:56:20.995 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:20 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1568573654' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-26T21:56:20.995 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:20 smithi002 conmon[101086]: ignoring --setuser ceph since I am not root 2023-11-26T21:56:20.995 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:20 smithi002 conmon[101086]: ignoring --setgroup ceph since I am not root 2023-11-26T21:56:20.995 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:20 smithi002 conmon[101086]: 2023-11-26T21:56:20.895+0000 7fe39e1f6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-26T21:56:21.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:20 smithi002 conmon[101086]: 2023-11-26T21:56:20.992+0000 7fe39e1f6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-26T21:56:21.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:21 smithi002 conmon[101086]: 2023-11-26T21:56:21.103+0000 7fe39e1f6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-26T21:56:21.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:21 smithi002 conmon[101086]: 2023-11-26T21:56:21.215+0000 7fe39e1f6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-26T21:56:21.653 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:21 smithi002 conmon[101086]: 2023-11-26T21:56:21.430+0000 7fe39e1f6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-26T21:56:22.074 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:21 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1568573654' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-26T21:56:22.074 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:21 smithi002 ceph-mon[100663]: mgrmap e9: a(active, since 23s) 2023-11-26T21:56:22.074 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:21 smithi002 conmon[101086]: 2023-11-26T21:56:21.916+0000 7fe39e1f6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-26T21:56:22.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:22 smithi002 conmon[101086]: 2023-11-26T21:56:22.072+0000 7fe39e1f6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-26T21:56:22.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:22 smithi002 conmon[101086]: 2023-11-26T21:56:22.180+0000 7fe39e1f6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-26T21:56:22.346 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:22 smithi002 conmon[101086]: 2023-11-26T21:56:22.297+0000 7fe39e1f6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-26T21:56:23.053 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:22 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1092529440' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-26T21:56:23.053 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:22 smithi002 conmon[101086]: 2023-11-26T21:56:22.816+0000 7fe39e1f6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-26T21:56:23.053 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:56:23.054 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-11-26T21:56:23.055 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-26T21:56:23.055 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-26T21:56:23.055 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-26T21:56:23.055 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:56:23.055 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for the mgr to restart... 2023-11-26T21:56:23.055 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr epoch 9... 2023-11-26T21:56:24.096 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:23 smithi002 conmon[101086]: 2023-11-26T21:56:23.626+0000 7fe39e1f6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-26T21:56:24.096 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:23 smithi002 conmon[101086]: 2023-11-26T21:56:23.725+0000 7fe39e1f6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-26T21:56:25.040 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:24 smithi002 conmon[101086]: 2023-11-26T21:56:24.703+0000 7fe39e1f6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:56:25.040 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:24 smithi002 conmon[101086]: 2023-11-26T21:56:24.815+0000 7fe39e1f6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-26T21:56:25.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:25 smithi002 conmon[101086]: 2023-11-26T21:56:25.038+0000 7fe39e1f6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:56:25.829 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:25 smithi002 conmon[101086]: 2023-11-26T21:56:25.537+0000 7fe39e1f6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-26T21:56:25.829 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:25 smithi002 conmon[101086]: 2023-11-26T21:56:25.644+0000 7fe39e1f6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-26T21:56:26.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:25 smithi002 conmon[101086]: 2023-11-26T21:56:25.827+0000 7fe39e1f6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-26T21:56:26.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:26 smithi002 conmon[101086]: 2023-11-26T21:56:26.160+0000 7fe39e1f6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-26T21:56:27.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:26 smithi002 conmon[101086]: 2023-11-26T21:56:26.986+0000 7fe39e1f6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-26T21:56:27.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:27 smithi002 conmon[101086]: 2023-11-26T21:56:27.145+0000 7fe39e1f6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-26T21:56:27.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:27 smithi002 conmon[101086]: 2023-11-26T21:56:27.396+0000 7fe39e1f6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-26T21:56:27.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:27 smithi002 conmon[101086]: 2023-11-26T21:56:27.533+0000 7fe39e1f6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-26T21:56:28.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:27 smithi002 conmon[101086]: 2023-11-26T21:56:27.809+0000 7fe39e1f6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-26T21:56:29.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:56:28 smithi002 conmon[101086]: 2023-11-26T21:56:28.855+0000 7fe39e1f6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: Active manager daemon a restarted 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: Activating manager daemon a 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: osdmap e3: 0 total, 0 up, 0 in 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: mgrmap e10: a(active, starting, since 0.00341053s) 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: Manager daemon a is now available 2023-11-26T21:56:29.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:30.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:29 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:30.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:29 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-26T21:56:30.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:29 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-26T21:56:30.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:29 smithi002 ceph-mon[100663]: [26/Nov/2023:21:56:29] ENGINE Bus STARTING 2023-11-26T21:56:30.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:29 smithi002 ceph-mon[100663]: [26/Nov/2023:21:56:29] ENGINE Serving on http://172.21.15.2:8765 2023-11-26T21:56:30.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:29 smithi002 ceph-mon[100663]: mgrmap e11: a(active, since 1.00557s) 2023-11-26T21:56:30.516 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2023-11-26T21:56:30.516 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-11-26T21:56:30.516 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-26T21:56:30.516 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2023-11-26T21:56:30.516 INFO:teuthology.orchestra.run.smithi002.stdout:mgr epoch 9 is available 2023-11-26T21:56:30.516 INFO:teuthology.orchestra.run.smithi002.stdout:Generating a dashboard self-signed certificate... 2023-11-26T21:56:31.780 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:31 smithi002 ceph-mon[100663]: [26/Nov/2023:21:56:29] ENGINE Serving on https://172.21.15.2:7150 2023-11-26T21:56:31.781 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:31 smithi002 ceph-mon[100663]: [26/Nov/2023:21:56:29] ENGINE Bus STARTED 2023-11-26T21:56:31.781 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:31 smithi002 ceph-mon[100663]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-26T21:56:31.781 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:31 smithi002 ceph-mon[100663]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-26T21:56:31.781 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:31 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:31.781 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:31 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:32.182 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-26T21:56:32.182 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial admin user... 2023-11-26T21:56:32.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:32 smithi002 ceph-mon[100663]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:32.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:32 smithi002 ceph-mon[100663]: mgrmap e12: a(active, since 2s) 2023-11-26T21:56:32.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:32.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:33.989 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$o8jsFtqH5N07GAXZ.jsyOusFfaEBHXFl1x6P91x2fnrXGxZSB5J9C", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701035793, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-26T21:56:33.990 INFO:teuthology.orchestra.run.smithi002.stdout:Fetching dashboard port number... 2023-11-26T21:56:34.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:34 smithi002 ceph-mon[100663]: 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-26T21:56:34.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:34 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:35.439 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 8443 2023-11-26T21:56:35.450 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-26T21:56:35.450 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2023-11-26T21:56:35.457 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-26T21:56:35.458 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2023-11-26T21:56:35.458 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2023-11-26T21:56:35.458 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-26T21:56:35.459 INFO:teuthology.orchestra.run.smithi002.stdout:Ceph Dashboard is now available at: 2023-11-26T21:56:35.459 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:35.460 INFO:teuthology.orchestra.run.smithi002.stdout: URL: https://smithi002:8443/ 2023-11-26T21:56:35.460 INFO:teuthology.orchestra.run.smithi002.stdout: User: admin 2023-11-26T21:56:35.460 INFO:teuthology.orchestra.run.smithi002.stdout: Password: i2zhzvw1yy 2023-11-26T21:56:35.460 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:35.460 INFO:teuthology.orchestra.run.smithi002.stdout:Saving cluster configuration to /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config directory 2023-11-26T21:56:35.460 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling autotune for osd_memory_target 2023-11-26T21:56:35.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:35 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/3263935549' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-26T21:56:36.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:36 smithi002 ceph-mon[100663]: mgrmap e13: a(active, since 6s) 2023-11-26T21:56:38.631 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-11-26T21:56:38.631 INFO:teuthology.orchestra.run.smithi002.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-26T21:56:38.631 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout:Or, if you are only running a single cluster on this host: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout:Please consider enabling telemetry to help improve Ceph: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: ceph telemetry on 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout:For more information see: 2023-11-26T21:56:38.632 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.633 INFO:teuthology.orchestra.run.smithi002.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-11-26T21:56:38.633 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:38.633 INFO:teuthology.orchestra.run.smithi002.stdout:Bootstrap complete. 2023-11-26T21:56:38.692 INFO:tasks.cephadm:Fetching config... 2023-11-26T21:56:38.693 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:56:38.693 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-26T21:56:38.711 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-26T21:56:38.711 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:56:38.712 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-26T21:56:38.772 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-26T21:56:38.773 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:56:38.773 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-11-26T21:56:38.840 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-26T21:56:38.841 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:56:38.841 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-26T21:56:38.898 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-26T21:56:38.898 DEBUG:teuthology.orchestra.run.smithi002:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChpDkb6jLAPz61meFEJWfMzQGQ9Vel0t2PLaWAsfR9rx84ho6ynUNvXG9JfpBEhfftYJArJXT/t49Qkb6WXqIxYjMd3//RV5LIMqSXZUzyrwjI+d+NFY/TYn4XjDsUIepHMtMbkrQaoMDPqmN7LK2PAQhjOasPq2+ltSWHKoqKOyjCQ+TdaYl4q2PhntqxXft8MpbPnPJqDkieMYdLdI0IO9bHNNcKlF4BM84sbW7lYQm2aQ6R/W0OOuyorIpUhUzmVwq4Fc9Nvw7B0kLKbTTgjFCMe0KXVcYlYMRMgEF51rnyd1Up6WLATe7uLIUcjedCPhLZrY8CCT4ap/lJIZdmPiOq0/HJLQ78eAXI05CpdIMswC9DZwfcQd9jsJ5Q2sFEX9NAVftBeB1GVTMgqxxfCN4veVeXC9RVYtqkwYwe+NCCpLl1333EsbH2d1Y02/uyrGxLmx2vf90Xs3oO7AD/tg1nXMXaKoHvNWv50C+PeGTYfDavgDwOEi2KY6TsSr8= ceph-50664450-8ca6-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-26T21:56:38.980 INFO:teuthology.orchestra.run.smithi002.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChpDkb6jLAPz61meFEJWfMzQGQ9Vel0t2PLaWAsfR9rx84ho6ynUNvXG9JfpBEhfftYJArJXT/t49Qkb6WXqIxYjMd3//RV5LIMqSXZUzyrwjI+d+NFY/TYn4XjDsUIepHMtMbkrQaoMDPqmN7LK2PAQhjOasPq2+ltSWHKoqKOyjCQ+TdaYl4q2PhntqxXft8MpbPnPJqDkieMYdLdI0IO9bHNNcKlF4BM84sbW7lYQm2aQ6R/W0OOuyorIpUhUzmVwq4Fc9Nvw7B0kLKbTTgjFCMe0KXVcYlYMRMgEF51rnyd1Up6WLATe7uLIUcjedCPhLZrY8CCT4ap/lJIZdmPiOq0/HJLQ78eAXI05CpdIMswC9DZwfcQd9jsJ5Q2sFEX9NAVftBeB1GVTMgqxxfCN4veVeXC9RVYtqkwYwe+NCCpLl1333EsbH2d1Y02/uyrGxLmx2vf90Xs3oO7AD/tg1nXMXaKoHvNWv50C+PeGTYfDavgDwOEi2KY6TsSr8= ceph-50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:56:38.993 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChpDkb6jLAPz61meFEJWfMzQGQ9Vel0t2PLaWAsfR9rx84ho6ynUNvXG9JfpBEhfftYJArJXT/t49Qkb6WXqIxYjMd3//RV5LIMqSXZUzyrwjI+d+NFY/TYn4XjDsUIepHMtMbkrQaoMDPqmN7LK2PAQhjOasPq2+ltSWHKoqKOyjCQ+TdaYl4q2PhntqxXft8MpbPnPJqDkieMYdLdI0IO9bHNNcKlF4BM84sbW7lYQm2aQ6R/W0OOuyorIpUhUzmVwq4Fc9Nvw7B0kLKbTTgjFCMe0KXVcYlYMRMgEF51rnyd1Up6WLATe7uLIUcjedCPhLZrY8CCT4ap/lJIZdmPiOq0/HJLQ78eAXI05CpdIMswC9DZwfcQd9jsJ5Q2sFEX9NAVftBeB1GVTMgqxxfCN4veVeXC9RVYtqkwYwe+NCCpLl1333EsbH2d1Y02/uyrGxLmx2vf90Xs3oO7AD/tg1nXMXaKoHvNWv50C+PeGTYfDavgDwOEi2KY6TsSr8= ceph-50664450-8ca6-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-26T21:56:39.051 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChpDkb6jLAPz61meFEJWfMzQGQ9Vel0t2PLaWAsfR9rx84ho6ynUNvXG9JfpBEhfftYJArJXT/t49Qkb6WXqIxYjMd3//RV5LIMqSXZUzyrwjI+d+NFY/TYn4XjDsUIepHMtMbkrQaoMDPqmN7LK2PAQhjOasPq2+ltSWHKoqKOyjCQ+TdaYl4q2PhntqxXft8MpbPnPJqDkieMYdLdI0IO9bHNNcKlF4BM84sbW7lYQm2aQ6R/W0OOuyorIpUhUzmVwq4Fc9Nvw7B0kLKbTTgjFCMe0KXVcYlYMRMgEF51rnyd1Up6WLATe7uLIUcjedCPhLZrY8CCT4ap/lJIZdmPiOq0/HJLQ78eAXI05CpdIMswC9DZwfcQd9jsJ5Q2sFEX9NAVftBeB1GVTMgqxxfCN4veVeXC9RVYtqkwYwe+NCCpLl1333EsbH2d1Y02/uyrGxLmx2vf90Xs3oO7AD/tg1nXMXaKoHvNWv50C+PeGTYfDavgDwOEi2KY6TsSr8= ceph-50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:56:39.063 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChpDkb6jLAPz61meFEJWfMzQGQ9Vel0t2PLaWAsfR9rx84ho6ynUNvXG9JfpBEhfftYJArJXT/t49Qkb6WXqIxYjMd3//RV5LIMqSXZUzyrwjI+d+NFY/TYn4XjDsUIepHMtMbkrQaoMDPqmN7LK2PAQhjOasPq2+ltSWHKoqKOyjCQ+TdaYl4q2PhntqxXft8MpbPnPJqDkieMYdLdI0IO9bHNNcKlF4BM84sbW7lYQm2aQ6R/W0OOuyorIpUhUzmVwq4Fc9Nvw7B0kLKbTTgjFCMe0KXVcYlYMRMgEF51rnyd1Up6WLATe7uLIUcjedCPhLZrY8CCT4ap/lJIZdmPiOq0/HJLQ78eAXI05CpdIMswC9DZwfcQd9jsJ5Q2sFEX9NAVftBeB1GVTMgqxxfCN4veVeXC9RVYtqkwYwe+NCCpLl1333EsbH2d1Y02/uyrGxLmx2vf90Xs3oO7AD/tg1nXMXaKoHvNWv50C+PeGTYfDavgDwOEi2KY6TsSr8= ceph-50664450-8ca6-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-26T21:56:39.120 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChpDkb6jLAPz61meFEJWfMzQGQ9Vel0t2PLaWAsfR9rx84ho6ynUNvXG9JfpBEhfftYJArJXT/t49Qkb6WXqIxYjMd3//RV5LIMqSXZUzyrwjI+d+NFY/TYn4XjDsUIepHMtMbkrQaoMDPqmN7LK2PAQhjOasPq2+ltSWHKoqKOyjCQ+TdaYl4q2PhntqxXft8MpbPnPJqDkieMYdLdI0IO9bHNNcKlF4BM84sbW7lYQm2aQ6R/W0OOuyorIpUhUzmVwq4Fc9Nvw7B0kLKbTTgjFCMe0KXVcYlYMRMgEF51rnyd1Up6WLATe7uLIUcjedCPhLZrY8CCT4ap/lJIZdmPiOq0/HJLQ78eAXI05CpdIMswC9DZwfcQd9jsJ5Q2sFEX9NAVftBeB1GVTMgqxxfCN4veVeXC9RVYtqkwYwe+NCCpLl1333EsbH2d1Y02/uyrGxLmx2vf90Xs3oO7AD/tg1nXMXaKoHvNWv50C+PeGTYfDavgDwOEi2KY6TsSr8= ceph-50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:56:39.133 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-26T21:56:39.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:39 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/742842611' entity='client.admin' 2023-11-26T21:56:39.482 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi002", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2157304805' entity='client.admin' 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:42.327 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:42 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:42.350 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-26T21:56:42.351 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-26T21:56:42.710 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:56:45.699 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi172 2023-11-26T21:56:45.699 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:56:45.700 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.conf 2023-11-26T21:56:45.720 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:56:45.720 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:56:45.778 INFO:tasks.cephadm:Adding host smithi172 to orchestrator... 2023-11-26T21:56:45.779 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch host add smithi172 2023-11-26T21:56:46.135 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:56:46.344 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: Updating smithi002:/etc/ceph/ceph.conf 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: Updating smithi002:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:56:46.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:45 smithi002 ceph-mon[100663]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:56:47.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:47.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:47.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:49.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:48 smithi002 ceph-mon[100663]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:56:49.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:48 smithi002 ceph-mon[100663]: Deploying cephadm binary to smithi172 2023-11-26T21:56:50.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:49 smithi002 ceph-mon[100663]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:56:52.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:51 smithi002 ceph-mon[100663]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:56:53.007 INFO:teuthology.orchestra.run.smithi002.stdout:Added host 'smithi172' with addr '172.21.15.172' 2023-11-26T21:56:53.682 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-26T21:56:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:56:54.268 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:54 smithi002 ceph-mon[100663]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:56:54.268 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:54 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:54.268 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:54 smithi002 ceph-mon[100663]: Added host smithi172 2023-11-26T21:56:54.268 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:54 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:56:54.268 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:54 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:54.268 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:54 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:55.716 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:56:55.717 INFO:teuthology.orchestra.run.smithi002.stdout:[{"addr": "172.21.15.2", "hostname": "smithi002", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}] 2023-11-26T21:56:55.943 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:55 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:56.339 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2023-11-26T21:56:56.339 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:56:56.339 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2023-11-26T21:56:56.359 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:56:56.359 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:56:56.419 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2023-11-26T21:56:56.419 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch host add smithi192 2023-11-26T21:56:56.764 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:56:56.984 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:56 smithi002 ceph-mon[100663]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:56:56.985 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:56 smithi002 ceph-mon[100663]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:56:59.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:56:59.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:59.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:59.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:59.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:56:59.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:56:59.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:56:59.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:58 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:00.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:59 smithi002 ceph-mon[100663]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:57:00.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:59 smithi002 ceph-mon[100663]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:00.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:59 smithi002 ceph-mon[100663]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:00.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:59 smithi002 ceph-mon[100663]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:00.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:59 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:00.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:59 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:00.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:56:59 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:01.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:00 smithi002 ceph-mon[100663]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:57:01.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:00 smithi002 ceph-mon[100663]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:01.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:00 smithi002 ceph-mon[100663]: Deploying cephadm binary to smithi192 2023-11-26T21:57:03.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:02 smithi002 ceph-mon[100663]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:03.711 INFO:teuthology.orchestra.run.smithi002.stdout:Added host 'smithi192' with addr '172.21.15.192' 2023-11-26T21:57:04.424 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-26T21:57:04.770 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:57:04.985 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:04 smithi002 ceph-mon[100663]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:04.985 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:04 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:04.985 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:04 smithi002 ceph-mon[100663]: Added host smithi192 2023-11-26T21:57:04.985 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:04 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:04.985 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:04 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:04.985 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:04 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:06.438 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:57:06.439 INFO:teuthology.orchestra.run.smithi002.stdout:[{"addr": "172.21.15.2", "hostname": "smithi002", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2023-11-26T21:57:06.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:06 smithi002 ceph-mon[100663]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:06.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:07.079 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-26T21:57:07.079 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-11-26T21:57:07.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:07 smithi002 ceph-mon[100663]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:57:07.429 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:57:08.701 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:08 smithi002 ceph-mon[100663]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:08.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:08 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:08.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:08 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:08.702 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:08 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:09.447 INFO:teuthology.orchestra.run.smithi002.stderr:adjusted tunables profile to default 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1740831330' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:09.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:10.122 INFO:tasks.cephadm:Adding mon.a on smithi002 2023-11-26T21:57:10.122 INFO:tasks.cephadm:Adding mon.b on smithi172 2023-11-26T21:57:10.123 INFO:tasks.cephadm:Adding mon.c on smithi192 2023-11-26T21:57:10.123 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi002:172.21.15.2=a;smithi172:172.21.15.172=b;smithi192:172.21.15.192=c' 2023-11-26T21:57:10.478 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:10.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:10 smithi002 ceph-mon[100663]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:10.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:10 smithi002 ceph-mon[100663]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:10.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:10 smithi002 ceph-mon[100663]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:57:10.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:10 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1740831330' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-26T21:57:10.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:10 smithi002 ceph-mon[100663]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:12.159 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:12.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:12 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:12.902 DEBUG:teuthology.orchestra.run.smithi172:mon.b> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.b.service 2023-11-26T21:57:12.905 DEBUG:teuthology.orchestra.run.smithi192:mon.c> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.c.service 2023-11-26T21:57:12.909 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-26T21:57:12.909 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-26T21:57:12.936 INFO:journalctl@ceph.mon.c.smithi192.stdout:-- Logs begin at Sun 2023-11-26 21:38:37 UTC. -- 2023-11-26T21:57:12.941 INFO:journalctl@ceph.mon.b.smithi172.stdout:-- Logs begin at Sun 2023-11-26 21:37:32 UTC. -- 2023-11-26T21:57:13.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:13 smithi002 ceph-mon[100663]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi002:172.21.15.2=a;smithi172:172.21.15.172=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:13.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:13 smithi002 ceph-mon[100663]: Saving service mon spec with placement smithi002:172.21.15.2=a;smithi172:172.21.15.172=b;smithi192:172.21.15.192=c;count:3 2023-11-26T21:57:13.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:13 smithi002 ceph-mon[100663]: Deploying daemon mon.c on smithi192 2023-11-26T21:57:13.919 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:14.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:14 smithi002 ceph-mon[100663]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.361 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:57:16.361 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"50664450-8ca6-11ee-95a2-87774f69a715","modified":"2023-11-26T21:55:24.446091Z","created":"2023-11-26T21:55:24.446091Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-26T21:57:16.362 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-11-26T21:57:16.646 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 systemd[1]: Started Ceph mon.c for 50664450-8ca6-11ee-95a2-87774f69a715. 2023-11-26T21:57:16.646 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(???) e0 preinit fsid 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).mds e1 new map 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).mds e1 print_map 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout: e1 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.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-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout: legacy client fscid: -1 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout: 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout: No filesystems configured 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: 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-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-26T21:57:16.647 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.648 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:57:16.649 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Deploying cephadm binary to smithi192 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Added host smithi192 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:57:16.650 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/1740831330' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.651 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/1740831330' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:16.652 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:16.653 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi002:172.21.15.2=a;smithi172:172.21.15.172=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:16.653 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Saving service mon spec with placement smithi002:172.21.15.2=a;smithi172:172.21.15.172=b;smithi192:172.21.15.192=c;count:3 2023-11-26T21:57:16.653 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: Deploying daemon mon.c on smithi192 2023-11-26T21:57:16.653 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.653 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.653 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: from='client.? 172.21.15.192:0/2845935339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:16.653 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:16 smithi192 ceph-mon[104846]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-26T21:57:16.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:16 smithi002 ceph-mon[100663]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:16.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:16 smithi002 ceph-mon[100663]: from='client.? 172.21.15.192:0/2845935339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:18.227 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-26T21:57:18.228 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-26T21:57:18.571 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.c/config 2023-11-26T21:57:21.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: mon.a calling monitor election 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: mon.c calling monitor election 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:21.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-26T21:57:21.914 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: monmap e2: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:57:21.914 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: fsmap 2023-11-26T21:57:21.914 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:21.914 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: mgrmap e13: a(active, since 52s) 2023-11-26T21:57:21.914 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: overall HEALTH_OK 2023-11-26T21:57:21.914 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:21.914 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:21 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: mon.a calling monitor election 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: mon.c calling monitor election 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:22.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: monmap e2: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: fsmap 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: mgrmap e13: a(active, since 52s) 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: overall HEALTH_OK 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:22.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:21 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:22 smithi192 ceph-mon[104846]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:22 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:22 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:22 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:22 smithi192 ceph-mon[104846]: Deploying daemon mon.b on smithi172 2023-11-26T21:57:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:22 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:23.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:22 smithi002 ceph-mon[100663]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:23.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:22 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:23.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:22 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:23.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:22 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:23.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:22 smithi002 ceph-mon[100663]: Deploying daemon mon.b on smithi172 2023-11-26T21:57:23.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:22 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:23.320 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:57:23.321 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":2,"fsid":"50664450-8ca6-11ee-95a2-87774f69a715","modified":"2023-11-26T21:57:16.510594Z","created":"2023-11-26T21:55:24.446091Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-26T21:57:23.323 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 2 2023-11-26T21:57:23.895 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:23 smithi192 ceph-mon[104846]: from='client.? 172.21.15.192:0/3760836278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:24.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:23 smithi002 ceph-mon[100663]: from='client.? 172.21.15.192:0/3760836278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:24.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:24 smithi192 ceph-mon[104846]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:24.917 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-26T21:57:24.918 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-26T21:57:24.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:24 smithi172 systemd[1]: Starting Ceph mon.b for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:57:25.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:24 smithi002 ceph-mon[100663]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.257 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.c/config 2023-11-26T21:57:25.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: set uid:gid to 167:167 (ceph:ceph) 2023-11-26T21:57:25.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: ceph version 18.0.0-7439-g6e53c105 (6e53c10527672d8329987098faf1fc1df7be6f04) reef (dev), process ceph-mon, pid 7 2023-11-26T21:57:25.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pidfile_write: ignore empty --pid-file 2023-11-26T21:57:25.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: load: jerasure load: lrc 2023-11-26T21:57:25.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: RocksDB version: 7.9.2 2023-11-26T21:57:25.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Git sha 0 2023-11-26T21:57:25.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Compile date 2023-11-17 16:39:44 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: DB SUMMARY 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: DB Session ID: P82SG0GK1MJ2KFNBTSRX 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: CURRENT file: CURRENT 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: IDENTITY file: IDENTITY 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.error_if_exists: 0 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.create_if_missing: 0 2023-11-26T21:57:25.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.paranoid_checks: 1 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.env: 0x560c62ec9a60 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.fs: PosixFileSystem 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.info_log: 0x560c6390f720 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_file_opening_threads: 16 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.statistics: (nil) 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.use_fsync: 0 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_log_file_size: 0 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-26T21:57:25.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.keep_log_file_num: 1000 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.recycle_log_file_num: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.allow_fallocate: 1 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.allow_mmap_reads: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.allow_mmap_writes: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.use_direct_reads: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.create_missing_column_families: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.db_log_dir: 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.wal_dir: 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-26T21:57:25.457 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.advise_random_on_open: 1 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.db_write_buffer_size: 0 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.write_buffer_manager: 0x560c638c3360 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-26T21:57:25.458 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.rate_limiter: (nil) 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.wal_recovery_mode: 2 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.enable_thread_tracking: 0 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.enable_pipelined_write: 0 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.unordered_write: 0 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.row_cache: None 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.wal_filter: None 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-26T21:57:25.459 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 bash[104640]: c3fe8ad942ed5ef0c01f5fef18d82f9ef099ffebde27e1ba16f75eb3a7245b5e 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.allow_ingest_behind: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.two_write_queues: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.manual_wal_flush: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.wal_compression: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.atomic_flush: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.log_readahead_size: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.best_efforts_recovery: 0 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-26T21:57:25.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.allow_data_in_errors: 0 2023-11-26T21:57:25.462 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.db_host_id: __hostname__ 2023-11-26T21:57:25.462 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-26T21:57:25.462 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_background_jobs: 2 2023-11-26T21:57:25.462 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_background_compactions: -1 2023-11-26T21:57:25.462 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_subcompactions: 1 2023-11-26T21:57:25.462 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_total_wal_size: 0 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_open_files: -1 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bytes_per_sync: 0 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_readahead_size: 0 2023-11-26T21:57:25.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_background_flushes: -1 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Compression algorithms supported: 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kZSTD supported: 0 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kXpressCompression supported: 0 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kLZ4HCCompression supported: 1 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kZlibCompression supported: 1 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kSnappyCompression supported: 1 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kLZ4Compression supported: 1 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: kBZip2Compression supported: 0 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-11-26T21:57:25.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.merge_operator: 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_filter: None 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_filter_factory: None 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.sst_partitioner_factory: None 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560c6390f840) 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout: cache_index_and_filter_blocks: 1 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout: pin_top_level_index_and_filter: 1 2023-11-26T21:57:25.465 INFO:journalctl@ceph.mon.b.smithi172.stdout: index_type: 0 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: data_block_index_type: 0 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: index_shortening: 1 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: checksum: 4 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: no_block_cache: 0 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_cache: 0x560c63965090 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_cache_name: BinnedLRUCache 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_cache_options: 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: capacity : 536870912 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: num_shard_bits : 4 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: strict_capacity_limit : 0 2023-11-26T21:57:25.466 INFO:journalctl@ceph.mon.b.smithi172.stdout: high_pri_pool_ratio: 0.000 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_cache_compressed: (nil) 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: persistent_cache: (nil) 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_size: 4096 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_size_deviation: 10 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_restart_interval: 16 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: index_block_restart_interval: 1 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: metadata_block_size: 4096 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: partition_filters: 0 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: use_delta_encoding: 1 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: filter_policy: bloomfilter 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: whole_key_filtering: 1 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: verify_compression: 0 2023-11-26T21:57:25.467 INFO:journalctl@ceph.mon.b.smithi172.stdout: read_amp_bytes_per_bit: 0 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout: format_version: 5 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout: enable_index_compression: 1 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout: block_align: 0 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout: max_auto_readahead_size: 262144 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout: prepopulate_block_cache: 0 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout: initial_auto_readahead_size: 8192 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout: num_file_reads_for_auto_readahead: 2 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.write_buffer_size: 33554432 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_write_buffer_number: 2 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression: NoCompression 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression: Disabled 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.prefix_extractor: nullptr 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-26T21:57:25.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.num_levels: 7 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-26T21:57:25.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.level: 32767 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.strategy: 0 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.enabled: false 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.target_file_size_base: 67108864 2023-11-26T21:57:25.470 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-26T21:57:25.471 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.arena_block_size: 1048576 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.disable_auto_compactions: 0 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-26T21:57:25.472 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.table_properties_collectors: 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.inplace_update_support: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.bloom_locality: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.max_successive_merges: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.paranoid_file_checks: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.force_consistency_checks: 1 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.report_bg_io_stats: 0 2023-11-26T21:57:25.473 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.ttl: 2592000 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.enable_blob_files: false 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.min_blob_size: 0 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.blob_file_size: 268435456 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-26T21:57:25.474 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.blob_file_starting_level: 0 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: 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-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1a3b05a7-c06f-43e1-b85d-5df07cc71b36 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701035845122506, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701035845123078, "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": 1701035845, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1a3b05a7-c06f-43e1-b85d-5df07cc71b36", "db_session_id": "P82SG0GK1MJ2KFNBTSRX", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701035845123173, "job": 1, "event": "recovery_finished"} 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: 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-26T21:57:25.475 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560c639fe000 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: DB pointer 0x560c639ec000 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: ** DB Stats ** 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: 2023-11-26T21:57:25.476 INFO:journalctl@ceph.mon.b.smithi172.stdout: ** Compaction Stats [default] ** 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.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 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.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 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: ** Compaction Stats [default] ** 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: 2023-11-26T21:57:25.477 INFO:journalctl@ceph.mon.b.smithi172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: Block cache BinnedLRUCache@0x560c63965090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: 2023-11-26T21:57:25.478 INFO:journalctl@ceph.mon.b.smithi172.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: using public_addr v2:172.21.15.172:0/0 -> [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: starting mon.b rank -1 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(???) e0 preinit fsid 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 systemd[1]: Started Ceph mon.b for 50664450-8ca6-11ee-95a2-87774f69a715. 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).mds e1 new map 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).mds e1 print_map 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout: e1 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.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-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout: legacy client fscid: -1 2023-11-26T21:57:25.479 INFO:journalctl@ceph.mon.b.smithi172.stdout: 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout: No filesystems configured 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: 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-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.480 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:25.481 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Deploying cephadm binary to smithi192 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Added host smithi192 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:25.483 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/1740831330' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/1740831330' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:25.484 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi002:172.21.15.2=a;smithi172:172.21.15.172=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Saving service mon spec with placement smithi002:172.21.15.2=a;smithi172:172.21.15.172=b;smithi192:172.21.15.192=c;count:3 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Deploying daemon mon.c on smithi192 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.? 172.21.15.192:0/2845935339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.a calling monitor election 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.485 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.c calling monitor election 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: monmap e2: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: fsmap 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:25.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mgrmap e13: a(active, since 52s) 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: overall HEALTH_OK 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: Deploying daemon mon.b on smithi172 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: from='client.? 172.21.15.192:0/3760836278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:25.487 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:25 smithi172 ceph-mon[104705]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-26T21:57:30.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: mon.a calling monitor election 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: mon.c calling monitor election 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: mon.b calling monitor election 2023-11-26T21:57:30.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: monmap e3: 3 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: fsmap 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: mgrmap e13: a(active, since 61s) 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: overall HEALTH_OK 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.598 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.607 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-11-26T21:57:30.607 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":3,"fsid":"50664450-8ca6-11ee-95a2-87774f69a715","modified":"2023-11-26T21:57:25.152766Z","created":"2023-11-26T21:55:24.446091Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-11-26T21:57:30.610 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 3 2023-11-26T21:57:30.631 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.631 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:57:30.631 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.631 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: mon.a calling monitor election 2023-11-26T21:57:30.631 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: mon.c calling monitor election 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: mon.b calling monitor election 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: monmap e3: 3 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:57:30.632 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: fsmap 2023-11-26T21:57:30.633 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:30.633 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: mgrmap e13: a(active, since 61s) 2023-11-26T21:57:30.633 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: overall HEALTH_OK 2023-11-26T21:57:30.633 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.633 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.633 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.633 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:57:30.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: mon.a calling monitor election 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: mon.c calling monitor election 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: mon.b calling monitor election 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-26T21:57:30.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: monmap e3: 3 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: fsmap 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: osdmap e4: 0 total, 0 up, 0 in 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: mgrmap e13: a(active, since 61s) 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: overall HEALTH_OK 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:30.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:31.180 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-26T21:57:31.180 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-11-26T21:57:31.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:31 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:31.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:31 smithi192 ceph-mon[104846]: from='client.? 172.21.15.192:0/4071569574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:31.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:31 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:31.542 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:57:31.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:31 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:31.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:31 smithi002 ceph-mon[100663]: from='client.? 172.21.15.192:0/4071569574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:31.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:31 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:31.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:31 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:31.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:31 smithi172 ceph-mon[104705]: from='client.? 172.21.15.192:0/4071569574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-26T21:57:31.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:31 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:57:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: Updating smithi002:/etc/ceph/ceph.conf 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:32 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: Updating smithi002:/etc/ceph/ceph.conf 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:32 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:32.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: Updating smithi002:/etc/ceph/ceph.conf 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:32.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:32 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.368 INFO:teuthology.orchestra.run.smithi002.stdout:# minimal ceph.conf for 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:57:33.368 INFO:teuthology.orchestra.run.smithi002.stdout:[global] 2023-11-26T21:57:33.369 INFO:teuthology.orchestra.run.smithi002.stdout: fsid = 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T21:57:33.369 INFO:teuthology.orchestra.run.smithi002.stdout: mon_host = [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: Reconfiguring mon.a (unknown last config time)... 2023-11-26T21:57:33.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:33.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:33.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:33.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: Reconfiguring daemon mon.a on smithi002 2023-11-26T21:57:33.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:33 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2219332835' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:33.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: Reconfiguring mon.a (unknown last config time)... 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: Reconfiguring daemon mon.a on smithi002 2023-11-26T21:57:33.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:33 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2219332835' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:33.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: Reconfiguring mon.a (unknown last config time)... 2023-11-26T21:57:33.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:33.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:33.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:33.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: Reconfiguring daemon mon.a on smithi002 2023-11-26T21:57:33.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:33 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2219332835' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:34.390 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-26T21:57:34.390 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:57:34.390 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.conf 2023-11-26T21:57:34.424 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:57:34.424 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:34.495 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:57:34.495 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2023-11-26T21:57:34.526 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:57:34.526 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:34.592 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:57:34.592 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2023-11-26T21:57:34.627 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:57:34.628 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:57:34.697 INFO:tasks.cephadm:Adding mgr.a on smithi002 2023-11-26T21:57:34.697 INFO:tasks.cephadm:Adding mgr.b on smithi172 2023-11-26T21:57:34.697 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi002=a;smithi172=b' 2023-11-26T21:57:34.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:34 smithi002 ceph-mon[100663]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:34.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:34 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:34 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:34 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:34 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:34.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:34 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:34.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:34 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:34.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:34 smithi192 ceph-mon[104846]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:34.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:34 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:34 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:34 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:34 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:34.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:34 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:34.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:34 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:34.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:34 smithi172 ceph-mon[104705]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:34.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:34 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:34 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:34 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:34.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:34 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:34.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:34 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:34.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:34 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:35.065 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.c/config 2023-11-26T21:57:35.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:35 smithi172 ceph-mon[104705]: Reconfiguring mon.b (monmap changed)... 2023-11-26T21:57:35.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:35 smithi172 ceph-mon[104705]: Reconfiguring daemon mon.b on smithi172 2023-11-26T21:57:35.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:35 smithi192 ceph-mon[104846]: Reconfiguring mon.b (monmap changed)... 2023-11-26T21:57:35.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:35 smithi192 ceph-mon[104846]: Reconfiguring daemon mon.b on smithi172 2023-11-26T21:57:36.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:35 smithi002 ceph-mon[100663]: Reconfiguring mon.b (monmap changed)... 2023-11-26T21:57:36.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:35 smithi002 ceph-mon[100663]: Reconfiguring daemon mon.b on smithi172 2023-11-26T21:57:36.739 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2023-11-26T21:57:36.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:36 smithi192 ceph-mon[104846]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:36.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:36 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:36.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:36 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:36.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:36 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:36.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:36 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:36.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:36 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:36.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:36 smithi172 ceph-mon[104705]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:36.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:36 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:36.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:36 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:36.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:36 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:36.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:36 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:36.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:36 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:37.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:36 smithi002 ceph-mon[100663]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:36 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:36 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:36 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-26T21:57:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:36 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-26T21:57:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:36 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:37.771 DEBUG:teuthology.orchestra.run.smithi172:mgr.b> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.b.service 2023-11-26T21:57:37.773 INFO:tasks.cephadm:Deploying OSDs... 2023-11-26T21:57:37.773 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-11-26T21:57:37.773 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-11-26T21:57:37.795 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-26T21:57:37.795 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 2023-11-26T21:57:37.803 INFO:journalctl@ceph.mgr.b.smithi172.stdout:-- Logs begin at Sun 2023-11-26 21:37:32 UTC. -- 2023-11-26T21:57:37.855 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-26T21:57:37.855 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:37.855 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 388423 Links: 1 2023-11-26T21:57:37.855 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:37.855 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:37.856 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-11-26 21:56:42.248698177 +0000 2023-11-26T21:57:37.856 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-11-26 21:48:02.386953828 +0000 2023-11-26T21:57:37.856 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-11-26 21:48:02.386953828 +0000 2023-11-26T21:57:37.856 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-11-26T21:57:37.856 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-26T21:57:37.927 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-11-26T21:57:37.927 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-11-26T21:57:37.927 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000125717 s, 4.1 MB/s 2023-11-26T21:57:37.929 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-26T21:57:37.987 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 2023-11-26T21:57:38.044 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-26T21:57:38.044 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:38.044 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 391629 Links: 1 2023-11-26T21:57:38.044 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:38.044 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:38.044 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-11-26 21:56:42.304696934 +0000 2023-11-26T21:57:38.044 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-11-26 21:48:02.900942361 +0000 2023-11-26T21:57:38.045 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-11-26 21:48:02.900942361 +0000 2023-11-26T21:57:38.045 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-11-26T21:57:38.045 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-26T21:57:38.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:37 smithi002 ceph-mon[100663]: Reconfiguring mon.c (monmap changed)... 2023-11-26T21:57:38.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:37 smithi002 ceph-mon[100663]: Reconfiguring daemon mon.c on smithi192 2023-11-26T21:57:38.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:37 smithi002 ceph-mon[100663]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi002=a;smithi172=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:38.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:37 smithi002 ceph-mon[100663]: Saving service mgr spec with placement smithi002=a;smithi172=b;count:2 2023-11-26T21:57:38.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:37 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:38.110 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-11-26T21:57:38.111 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-11-26T21:57:38.111 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000104926 s, 4.9 MB/s 2023-11-26T21:57:38.112 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-26T21:57:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:37 smithi192 ceph-mon[104846]: Reconfiguring mon.c (monmap changed)... 2023-11-26T21:57:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:37 smithi192 ceph-mon[104846]: Reconfiguring daemon mon.c on smithi192 2023-11-26T21:57:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:37 smithi192 ceph-mon[104846]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi002=a;smithi172=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:37 smithi192 ceph-mon[104846]: Saving service mgr spec with placement smithi002=a;smithi172=b;count:2 2023-11-26T21:57:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:37 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:38.171 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 2023-11-26T21:57:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:37 smithi172 ceph-mon[104705]: Reconfiguring mon.c (monmap changed)... 2023-11-26T21:57:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:37 smithi172 ceph-mon[104705]: Reconfiguring daemon mon.c on smithi192 2023-11-26T21:57:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:37 smithi172 ceph-mon[104705]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi002=a;smithi172=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:37 smithi172 ceph-mon[104705]: Saving service mgr spec with placement smithi002=a;smithi172=b;count:2 2023-11-26T21:57:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:37 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 387555 Links: 1 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-11-26 21:56:42.366695558 +0000 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-11-26 21:48:03.401931184 +0000 2023-11-26T21:57:38.229 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-11-26 21:48:03.401931184 +0000 2023-11-26T21:57:38.230 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-11-26T21:57:38.230 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-26T21:57:38.297 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-11-26T21:57:38.297 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-11-26T21:57:38.297 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000101787 s, 5.0 MB/s 2023-11-26T21:57:38.298 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-26T21:57:38.358 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 2023-11-26T21:57:38.416 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-26T21:57:38.416 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:38.416 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 6h/6d Inode: 395269 Links: 1 2023-11-26T21:57:38.416 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:38.416 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:38.416 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-11-26 21:56:42.425694248 +0000 2023-11-26T21:57:38.416 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-11-26 21:48:03.911919805 +0000 2023-11-26T21:57:38.417 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-11-26 21:48:03.911919805 +0000 2023-11-26T21:57:38.417 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-11-26T21:57:38.417 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-26T21:57:38.482 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-11-26T21:57:38.483 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-11-26T21:57:38.483 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 9.1111e-05 s, 5.6 MB/s 2023-11-26T21:57:38.484 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-26T21:57:38.541 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-11-26T21:57:38.541 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2023-11-26T21:57:38.557 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-26T21:57:38.557 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 391073 Links: 1 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-11-26 21:57:24.519061307 +0000 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-11-26 21:47:48.105834922 +0000 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-11-26 21:47:48.105834922 +0000 2023-11-26T21:57:38.616 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-11-26T21:57:38.617 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-26T21:57:38.683 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-11-26T21:57:38.683 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-11-26T21:57:38.684 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000273338 s, 1.9 MB/s 2023-11-26T21:57:38.685 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-26T21:57:38.744 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2023-11-26T21:57:38.802 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-26T21:57:38.802 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:38.802 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 393372 Links: 1 2023-11-26T21:57:38.802 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:38.802 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:38.802 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-11-26 21:57:24.519061307 +0000 2023-11-26T21:57:38.803 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-11-26 21:47:48.620821942 +0000 2023-11-26T21:57:38.803 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-11-26 21:47:48.620821942 +0000 2023-11-26T21:57:38.803 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-11-26T21:57:38.803 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-26T21:57:38.868 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-11-26T21:57:38.868 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-11-26T21:57:38.868 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000213895 s, 2.4 MB/s 2023-11-26T21:57:38.869 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-26T21:57:38.928 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2023-11-26T21:57:38.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:38.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-26T21:57:38.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:38 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 394341 Links: 1 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-11-26 21:57:24.519061307 +0000 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-11-26 21:47:49.131809063 +0000 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-11-26 21:47:49.131809063 +0000 2023-11-26T21:57:38.972 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-11-26T21:57:38.972 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-26T21:57:39.037 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-11-26T21:57:39.037 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-11-26T21:57:39.037 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000218268 s, 2.3 MB/s 2023-11-26T21:57:39.038 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-26T21:57:39.095 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2023-11-26T21:57:39.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:39.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:39.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:39.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:39.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:39.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:39.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:39.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-26T21:57:39.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-26T21:57:39.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-26T21:57:39.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:38 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:39.154 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 389808 Links: 1 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-11-26 21:57:24.519061307 +0000 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-11-26 21:47:49.657795805 +0000 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-11-26 21:47:49.657795805 +0000 2023-11-26T21:57:39.155 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-11-26T21:57:39.155 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-26T21:57:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-26T21:57:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-26T21:57:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:38 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:39.224 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-11-26T21:57:39.225 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-11-26T21:57:39.225 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000170077 s, 3.0 MB/s 2023-11-26T21:57:39.225 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-26T21:57:39.283 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-11-26T21:57:39.283 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2023-11-26T21:57:39.303 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-26T21:57:39.303 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 384878 Links: 1 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-11-26 21:57:15.794924558 +0000 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-11-26 21:47:49.279260242 +0000 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-11-26 21:47:49.279260242 +0000 2023-11-26T21:57:39.364 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-11-26T21:57:39.365 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-26T21:57:39.438 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-11-26T21:57:39.438 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-11-26T21:57:39.438 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000244597 s, 2.1 MB/s 2023-11-26T21:57:39.439 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-26T21:57:39.500 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2023-11-26T21:57:39.559 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 385020 Links: 1 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-11-26 21:57:15.794924558 +0000 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-11-26 21:47:49.802249957 +0000 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-11-26 21:47:49.802249957 +0000 2023-11-26T21:57:39.560 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-11-26T21:57:39.560 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-26T21:57:39.628 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-11-26T21:57:39.628 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-11-26T21:57:39.628 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000265963 s, 1.9 MB/s 2023-11-26T21:57:39.629 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-26T21:57:39.689 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2023-11-26T21:57:39.748 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-26T21:57:39.748 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:39.748 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 394338 Links: 1 2023-11-26T21:57:39.748 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:39.748 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:39.749 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-11-26 21:57:15.794924558 +0000 2023-11-26T21:57:39.749 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-11-26 21:47:50.311239946 +0000 2023-11-26T21:57:39.749 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-11-26 21:47:50.311239946 +0000 2023-11-26T21:57:39.749 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-11-26T21:57:39.749 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-26T21:57:39.816 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-11-26T21:57:39.816 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-11-26T21:57:39.816 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000229849 s, 2.2 MB/s 2023-11-26T21:57:39.817 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-26T21:57:39.876 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 391138 Links: 1 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-11-26 21:57:15.794924558 +0000 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-11-26 21:47:50.832229700 +0000 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-11-26 21:47:50.832229700 +0000 2023-11-26T21:57:39.935 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-11-26T21:57:39.936 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-26T21:57:40.000 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:39 smithi192 ceph-mon[104846]: Deploying daemon mgr.b on smithi172 2023-11-26T21:57:40.002 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-11-26T21:57:40.003 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-11-26T21:57:40.003 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000217876 s, 2.3 MB/s 2023-11-26T21:57:40.004 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-26T21:57:40.063 INFO:tasks.cephadm:Deploying osd.0 on smithi002 with /dev/vg_nvme/lv_4... 2023-11-26T21:57:40.063 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-26T21:57:40.090 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:39 smithi172 ceph-mon[104705]: Deploying daemon mgr.b on smithi172 2023-11-26T21:57:40.091 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:40 smithi172 systemd[1]: Starting Ceph mgr.b for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:57:40.093 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:39 smithi002 ceph-mon[100663]: Deploying daemon mgr.b on smithi172 2023-11-26T21:57:40.418 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:57:40.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:40 smithi172 ceph-mon[104705]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:40.954 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:40 smithi172 ceph-mgr[106778]: -- 172.21.15.172:0/2021998966 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c24ee1c1a0 con 0x55c24edf4c00 2023-11-26T21:57:40.954 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:40 smithi172 bash[106713]: 524c48079293c04f03d7051c37ef46c9d495bd682aaf60826eb94b0fc5f96849 2023-11-26T21:57:40.954 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:40 smithi172 systemd[1]: Started Ceph mgr.b for 50664450-8ca6-11ee-95a2-87774f69a715. 2023-11-26T21:57:40.954 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:40 smithi172 conmon[106754]: 2023-11-26T21:57:40.829+0000 7fcbfe164200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-26T21:57:40.954 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:40 smithi172 conmon[106754]: 2023-11-26T21:57:40.910+0000 7fcbfe164200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-26T21:57:41.044 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:40 smithi002 ceph-mon[100663]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:41.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:40 smithi192 ceph-mon[104846]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:41.293 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:41 smithi172 conmon[106754]: 2023-11-26T21:57:41.003+0000 7fcbfe164200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-26T21:57:41.293 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:41 smithi172 conmon[106754]: 2023-11-26T21:57:41.103+0000 7fcbfe164200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-26T21:57:41.293 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:41 smithi172 conmon[106754]: 2023-11-26T21:57:41.290+0000 7fcbfe164200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-26T21:57:41.870 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:41 smithi172 conmon[106754]: 2023-11-26T21:57:41.729+0000 7fcbfe164200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-26T21:57:41.870 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:41 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:41.871 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:41 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:41.871 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:41 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:41.871 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:41 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:41.871 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:41 smithi172 ceph-mon[104705]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:41.871 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:41 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:42.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:41 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:41 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:41 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:41 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:41 smithi002 ceph-mon[100663]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:42.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:41 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:41 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:41 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:41 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:41 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:41 smithi192 ceph-mon[104846]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:41 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:42.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:41 smithi172 conmon[106754]: 2023-11-26T21:57:41.867+0000 7fcbfe164200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-26T21:57:42.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:41 smithi172 conmon[106754]: 2023-11-26T21:57:41.960+0000 7fcbfe164200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-26T21:57:42.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:42 smithi172 conmon[106754]: 2023-11-26T21:57:42.068+0000 7fcbfe164200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-26T21:57:42.315 INFO:teuthology.orchestra.run.smithi002.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-26T21:57:42.315 INFO:teuthology.orchestra.run.smithi002.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-26T21:57:42.315 INFO:teuthology.orchestra.run.smithi002.stderr: stderr: 10+0 records in 2023-11-26T21:57:42.315 INFO:teuthology.orchestra.run.smithi002.stderr:10+0 records out 2023-11-26T21:57:42.315 INFO:teuthology.orchestra.run.smithi002.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00912279 s, 1.1 GB/s 2023-11-26T21:57:42.315 INFO:teuthology.orchestra.run.smithi002.stderr:--> Zapping successful for: 2023-11-26T21:57:42.953 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:42 smithi172 conmon[106754]: 2023-11-26T21:57:42.504+0000 7fcbfe164200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-26T21:57:43.008 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi002:vg_nvme/lv_4 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: Reconfiguring mgr.a (unknown last config time)... 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-26T21:57:43.234 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:43.235 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:43 smithi002 ceph-mon[100663]: Reconfiguring daemon mgr.a on smithi002 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: Reconfiguring mgr.a (unknown last config time)... 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-26T21:57:43.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-26T21:57:43.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:43.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:43 smithi192 ceph-mon[104846]: Reconfiguring daemon mgr.a on smithi002 2023-11-26T21:57:43.453 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:43 smithi172 conmon[106754]: 2023-11-26T21:57:43.201+0000 7fcbfe164200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-26T21:57:43.453 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:43 smithi172 conmon[106754]: 2023-11-26T21:57:43.284+0000 7fcbfe164200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-26T21:57:43.453 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: Reconfiguring mgr.a (unknown last config time)... 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:43.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:43 smithi172 ceph-mon[104705]: Reconfiguring daemon mgr.a on smithi002 2023-11-26T21:57:44.203 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:57:44.359 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:44 smithi172 conmon[106754]: 2023-11-26T21:57:44.081+0000 7fcbfe164200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:57:44.359 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:44 smithi172 conmon[106754]: 2023-11-26T21:57:44.179+0000 7fcbfe164200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-26T21:57:44.449 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:44.449 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.449 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.449 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.449 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:44.450 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:44.450 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:44.450 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.703 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:44 smithi172 conmon[106754]: 2023-11-26T21:57:44.356+0000 7fcbfe164200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:44.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:44.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:44.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:57:44.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:44.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:57:44.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:57:45.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:44 smithi172 conmon[106754]: 2023-11-26T21:57:44.788+0000 7fcbfe164200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-26T21:57:45.204 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:44 smithi172 conmon[106754]: 2023-11-26T21:57:44.877+0000 7fcbfe164200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-26T21:57:45.204 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:45 smithi172 conmon[106754]: 2023-11-26T21:57:45.027+0000 7fcbfe164200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-26T21:57:45.703 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:45 smithi172 conmon[106754]: 2023-11-26T21:57:45.296+0000 7fcbfe164200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-26T21:57:46.343 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:46 smithi172 conmon[106754]: 2023-11-26T21:57:46.011+0000 7fcbfe164200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-26T21:57:46.343 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:46 smithi172 conmon[106754]: 2023-11-26T21:57:46.145+0000 7fcbfe164200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-26T21:57:46.343 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:46 smithi172 conmon[106754]: 2023-11-26T21:57:46.341+0000 7fcbfe164200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-26T21:57:46.675 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:46 smithi172 conmon[106754]: 2023-11-26T21:57:46.457+0000 7fcbfe164200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-26T21:57:46.675 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:46 smithi172 ceph-mon[104705]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:46.675 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:57:46.675 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:57:46.675 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:46.770 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:46 smithi002 ceph-mon[100663]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:46.770 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:57:46.770 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:57:46.770 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:46.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:46 smithi192 ceph-mon[104846]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:46.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:57:46.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:57:46.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:46.953 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:46 smithi172 conmon[106754]: 2023-11-26T21:57:46.673+0000 7fcbfe164200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-26T21:57:47.462 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:47 smithi002 ceph-mon[100663]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:47.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:47 smithi172 ceph-mon[104705]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:47.704 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:57:47 smithi172 conmon[106754]: 2023-11-26T21:57:47.529+0000 7fcbfe164200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-26T21:57:47.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:47 smithi192 ceph-mon[104846]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:57:48.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:48.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: Standby manager daemon b started 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/575605052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9728a956-67e7-4430-84cf-6e8efede5766"}]: dispatch 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/575605052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9728a956-67e7-4430-84cf-6e8efede5766"}]': finished 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: osdmap e5: 1 total, 0 up, 1 in 2023-11-26T21:57:48.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:48 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:57:48.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:48.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: Standby manager daemon b started 2023-11-26T21:57:48.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-26T21:57:48.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-26T21:57:48.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-26T21:57:48.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-26T21:57:48.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/575605052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9728a956-67e7-4430-84cf-6e8efede5766"}]: dispatch 2023-11-26T21:57:48.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/575605052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9728a956-67e7-4430-84cf-6e8efede5766"}]': finished 2023-11-26T21:57:48.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: osdmap e5: 1 total, 0 up, 1 in 2023-11-26T21:57:48.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:48 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:57:48.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:48.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: Standby manager daemon b started 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/1441484216' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/575605052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9728a956-67e7-4430-84cf-6e8efede5766"}]: dispatch 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/575605052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9728a956-67e7-4430-84cf-6e8efede5766"}]': finished 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: osdmap e5: 1 total, 0 up, 1 in 2023-11-26T21:57:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:48 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:57:49.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:49 smithi002 ceph-mon[100663]: mgrmap e14: a(active, since 79s), standbys: b 2023-11-26T21:57:49.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:49 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-26T21:57:49.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:49 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/3962639396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:57:49.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:49 smithi192 ceph-mon[104846]: mgrmap e14: a(active, since 79s), standbys: b 2023-11-26T21:57:49.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:49 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-26T21:57:49.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:49 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/3962639396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:57:49.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:49 smithi172 ceph-mon[104705]: mgrmap e14: a(active, since 79s), standbys: b 2023-11-26T21:57:49.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:49 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-26T21:57:49.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:49 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/3962639396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:57:50.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:50 smithi002 ceph-mon[100663]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:50.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:50 smithi192 ceph-mon[104846]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:50.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:50 smithi172 ceph-mon[104705]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:52.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:52 smithi002 ceph-mon[100663]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.726 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:54 smithi002 ceph-mon[100663]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.727 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:55 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-26T21:57:56.727 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:55 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:56.727 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:55 smithi002 ceph-mon[100663]: Deploying daemon osd.0 on smithi002 2023-11-26T21:57:56.727 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:52 smithi172 ceph-mon[104705]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.727 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:54 smithi172 ceph-mon[104705]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.727 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:55 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-26T21:57:56.728 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:55 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:56.728 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:55 smithi172 ceph-mon[104705]: Deploying daemon osd.0 on smithi002 2023-11-26T21:57:56.728 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:52 smithi192 ceph-mon[104846]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.728 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:54 smithi192 ceph-mon[104846]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.728 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:55 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-26T21:57:56.728 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:55 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:57:56.729 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:55 smithi192 ceph-mon[104846]: Deploying daemon osd.0 on smithi002 2023-11-26T21:57:56.781 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:56 smithi002 ceph-mon[100663]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:56 smithi192 ceph-mon[104846]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:56.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:56 smithi172 ceph-mon[104705]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:58.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:57:58 smithi002 ceph-mon[100663]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:58.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:57:58 smithi192 ceph-mon[104846]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:57:58.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:57:58 smithi172 ceph-mon[104705]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:00.544 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:00 smithi002 ceph-mon[100663]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:00.545 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:00 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:00.545 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:00 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:00.545 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:00 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:00.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:00 smithi192 ceph-mon[104846]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:00.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:00 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:00.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:00 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:00.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:00 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:00.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:00 smithi172 ceph-mon[104705]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:00.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:00 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:00.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:00 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:00.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:00 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:02.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:02 smithi172 ceph-mon[104705]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:02.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:02 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:02 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:02 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:02 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:02 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:02 smithi002 ceph-mon[100663]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:02 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:02 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:02.954 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:02 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:02.955 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:02 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:02.955 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:02 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:03.011 INFO:teuthology.orchestra.run.smithi002.stdout:Created osd(s) 0 on host 'smithi002' 2023-11-26T21:58:03.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:02 smithi192 ceph-mon[104846]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:03.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:02 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:03.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:02 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:03.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:02 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:03.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:02 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:03.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:02 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:03.636 DEBUG:teuthology.orchestra.run.smithi002:osd.0> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.0.service 2023-11-26T21:58:03.639 INFO:tasks.cephadm:Deploying osd.1 on smithi172 with /dev/vg_nvme/lv_4... 2023-11-26T21:58:03.639 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-26T21:58:03.671 INFO:journalctl@ceph.osd.0.smithi002.stdout:-- Logs begin at Sun 2023-11-26 21:36:36 UTC. -- 2023-11-26T21:58:03.981 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.b/config 2023-11-26T21:58:04.234 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:03 smithi172 ceph-mon[104705]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:04.234 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:03 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:04.234 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:03 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:04.234 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:03 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:04.235 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:03 smithi172 ceph-mon[104705]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-26T21:58:04.258 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:03 smithi002 ceph-mon[100663]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:04.258 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:03 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:04.258 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:03 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:04.258 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:03 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:04.258 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:03 smithi002 ceph-mon[100663]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-26T21:58:04.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:03 smithi192 ceph-mon[104846]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:04.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:03 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:04.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:03 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:04.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:03 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:04.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:03 smithi192 ceph-mon[104846]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-26T21:58:05.337 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:04 smithi172 ceph-mon[104705]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-26T21:58:05.337 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:04 smithi172 ceph-mon[104705]: osdmap e6: 1 total, 0 up, 1 in 2023-11-26T21:58:05.338 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:04 smithi172 ceph-mon[104705]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-11-26T21:58:05.338 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:04 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:05.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:04 smithi002 ceph-mon[100663]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-26T21:58:05.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:04 smithi002 ceph-mon[100663]: osdmap e6: 1 total, 0 up, 1 in 2023-11-26T21:58:05.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:04 smithi002 ceph-mon[100663]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-11-26T21:58:05.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:04 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:05.346 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:04 smithi002 conmon[124391]: 2023-11-26T21:58:04.991+0000 7f45d3f31700 -1 osd.0 0 waiting for initial osdmap 2023-11-26T21:58:05.346 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:04 smithi002 conmon[124391]: 2023-11-26T21:58:04.994+0000 7f45cfd2b700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-26T21:58:05.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:04 smithi192 ceph-mon[104846]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-26T21:58:05.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:04 smithi192 ceph-mon[104846]: osdmap e6: 1 total, 0 up, 1 in 2023-11-26T21:58:05.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:04 smithi192 ceph-mon[104846]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-11-26T21:58:05.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:04 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:05.875 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-26T21:58:05.875 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-26T21:58:05.875 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-11-26T21:58:05.875 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-11-26T21:58:05.875 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128325 s, 817 MB/s 2023-11-26T21:58:05.875 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-11-26T21:58:06.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:05 smithi172 ceph-mon[104705]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:06.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:05 smithi172 ceph-mon[104705]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-11-26T21:58:06.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:05 smithi172 ceph-mon[104705]: osdmap e7: 1 total, 0 up, 1 in 2023-11-26T21:58:06.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:05 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:06.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:05 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:06.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:05 smithi002 ceph-mon[100663]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:06.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:05 smithi002 ceph-mon[100663]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-11-26T21:58:06.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:05 smithi002 ceph-mon[100663]: osdmap e7: 1 total, 0 up, 1 in 2023-11-26T21:58:06.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:05 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:06.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:05 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:06.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:05 smithi192 ceph-mon[104846]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:06.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:05 smithi192 ceph-mon[104846]: from='osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-11-26T21:58:06.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:05 smithi192 ceph-mon[104846]: osdmap e7: 1 total, 0 up, 1 in 2023-11-26T21:58:06.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:05 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:06.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:05 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:06.456 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_4 2023-11-26T21:58:06.794 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.b/config 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: purged_snaps scrub starts 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: purged_snaps scrub ok 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466] boot 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: osdmap e8: 1 total, 1 up, 1 in 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: Detected new or changed devices on smithi002 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.327 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.328 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:07.328 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: Adjusting osd_memory_target on smithi002 to 17173M 2023-11-26T21:58:07.328 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.328 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:07.328 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:07.328 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:06 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: purged_snaps scrub starts 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: purged_snaps scrub ok 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466] boot 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: osdmap e8: 1 total, 1 up, 1 in 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: Detected new or changed devices on smithi002 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: Adjusting osd_memory_target on smithi002 to 17173M 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:07.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:07.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:06 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: purged_snaps scrub starts 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: purged_snaps scrub ok 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: osd.0 [v2:172.21.15.2:6802/2709360466,v1:172.21.15.2:6803/2709360466] boot 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: osdmap e8: 1 total, 1 up, 1 in 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: Detected new or changed devices on smithi002 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:07.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: Adjusting osd_memory_target on smithi002 to 17173M 2023-11-26T21:58:07.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:07.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:07.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:07.413 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:06 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:08.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:08 smithi002 ceph-mon[100663]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:08.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:08 smithi002 ceph-mon[100663]: osdmap e9: 1 total, 1 up, 1 in 2023-11-26T21:58:08.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:08 smithi192 ceph-mon[104846]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:08.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:08 smithi192 ceph-mon[104846]: osdmap e9: 1 total, 1 up, 1 in 2023-11-26T21:58:08.453 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:08 smithi172 ceph-mon[104705]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-26T21:58:08.453 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:08 smithi172 ceph-mon[104705]: osdmap e9: 1 total, 1 up, 1 in 2023-11-26T21:58:09.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:09 smithi172 ceph-mon[104705]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:58:09.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:09 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:58:09.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:09 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:58:09.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:09 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:09.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:09 smithi002 ceph-mon[100663]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:58:09.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:58:09.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:58:09.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:09 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:09.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:09 smithi192 ceph-mon[104846]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:58:09.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:09 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:58:09.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:09 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:58:09.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:09 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:10.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:10 smithi172 ceph-mon[104705]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:10.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:10 smithi002 ceph-mon[100663]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:10.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:10 smithi192 ceph-mon[104846]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:11.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:11 smithi002 ceph-mon[100663]: from='client.? 172.21.15.172:0/2726636742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]: dispatch 2023-11-26T21:58:11.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:11 smithi002 ceph-mon[100663]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]: dispatch 2023-11-26T21:58:11.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:11 smithi002 ceph-mon[100663]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]': finished 2023-11-26T21:58:11.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:11 smithi002 ceph-mon[100663]: osdmap e10: 2 total, 1 up, 2 in 2023-11-26T21:58:11.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:11 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:11.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:11 smithi192 ceph-mon[104846]: from='client.? 172.21.15.172:0/2726636742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]: dispatch 2023-11-26T21:58:11.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:11 smithi192 ceph-mon[104846]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]: dispatch 2023-11-26T21:58:11.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:11 smithi192 ceph-mon[104846]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]': finished 2023-11-26T21:58:11.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:11 smithi192 ceph-mon[104846]: osdmap e10: 2 total, 1 up, 2 in 2023-11-26T21:58:11.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:11 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:11.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:11 smithi172 ceph-mon[104705]: from='client.? 172.21.15.172:0/2726636742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]: dispatch 2023-11-26T21:58:11.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:11 smithi172 ceph-mon[104705]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]: dispatch 2023-11-26T21:58:11.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:11 smithi172 ceph-mon[104705]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7a2c91e-315b-4a29-8c17-e0243419ec9d"}]': finished 2023-11-26T21:58:11.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:11 smithi172 ceph-mon[104705]: osdmap e10: 2 total, 1 up, 2 in 2023-11-26T21:58:11.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:11 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:12.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:12 smithi002 ceph-mon[100663]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:13.016 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:12 smithi002 ceph-mon[100663]: from='client.? 172.21.15.172:0/1148038493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:58:13.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:12 smithi172 ceph-mon[104705]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:13.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:12 smithi172 ceph-mon[104705]: from='client.? 172.21.15.172:0/1148038493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:58:13.017 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:12 smithi192 ceph-mon[104846]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:13.017 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:12 smithi192 ceph-mon[104846]: from='client.? 172.21.15.172:0/1148038493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:58:14.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:14 smithi172 ceph-mon[104705]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:14.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:14 smithi002 ceph-mon[100663]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:14.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:14 smithi192 ceph-mon[104846]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:16.730 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:16 smithi172 ceph-mon[104705]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:16.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:16 smithi002 ceph-mon[100663]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:16.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:16 smithi192 ceph-mon[104846]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:17.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:17 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-26T21:58:17.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:17 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:17.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:17 smithi172 ceph-mon[104705]: Deploying daemon osd.1 on smithi172 2023-11-26T21:58:17.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:17 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-26T21:58:17.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:17 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:17.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:17 smithi002 ceph-mon[100663]: Deploying daemon osd.1 on smithi172 2023-11-26T21:58:17.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:17 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-26T21:58:17.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:17 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:17.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:17 smithi192 ceph-mon[104846]: Deploying daemon osd.1 on smithi172 2023-11-26T21:58:18.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:18 smithi172 ceph-mon[104705]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:18.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:18 smithi002 ceph-mon[100663]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:18.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:18 smithi192 ceph-mon[104846]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:20.730 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:20 smithi172 ceph-mon[104705]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:20.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:20 smithi002 ceph-mon[100663]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:20.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:20 smithi192 ceph-mon[104846]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:22.666 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:22 smithi172 ceph-mon[104705]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:22.666 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:22 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:22.666 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:22 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:22.666 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:22 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:22.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:22 smithi002 ceph-mon[100663]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:22.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:22 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:22.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:22 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:22.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:22 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:22 smithi192 ceph-mon[104846]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:22 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:22 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:22 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:24.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:24 smithi172 ceph-mon[104705]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:24.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:24 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:24.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:24 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:24.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:24 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:24.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:24 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:24.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:24 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:25.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:24 smithi002 ceph-mon[100663]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:25.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:24 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:25.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:24 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:25.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:24 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:25.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:24 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:25.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:24 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:25.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:24 smithi192 ceph-mon[104846]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:25.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:24 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:25.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:24 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:25.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:24 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:25.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:24 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:25.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:24 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:25.166 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 1 on host 'smithi172' 2023-11-26T21:58:25.785 DEBUG:teuthology.orchestra.run.smithi172:osd.1> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.1.service 2023-11-26T21:58:25.787 INFO:tasks.cephadm:Deploying osd.2 on smithi192 with /dev/vg_nvme/lv_4... 2023-11-26T21:58:25.787 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-26T21:58:25.816 INFO:journalctl@ceph.osd.1.smithi172.stdout:-- Logs begin at Sun 2023-11-26 21:37:32 UTC. -- 2023-11-26T21:58:26.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:25 smithi002 ceph-mon[100663]: from='osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-26T21:58:26.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:25 smithi002 ceph-mon[100663]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-26T21:58:26.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:25 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:26.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:25 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:26.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:25 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:26.114 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:25 smithi172 ceph-mon[104705]: from='osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-26T21:58:26.115 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:25 smithi172 ceph-mon[104705]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-26T21:58:26.115 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:26.115 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:26.115 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:25 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:26.126 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.c/config 2023-11-26T21:58:26.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:25 smithi192 ceph-mon[104846]: from='osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-26T21:58:26.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:25 smithi192 ceph-mon[104846]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-26T21:58:26.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:25 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:26.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:25 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:26.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:25 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:26.880 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:26 smithi172 conmon[111462]: 2023-11-26T21:58:26.713+0000 7fb3273de700 -1 osd.1 0 waiting for initial osdmap 2023-11-26T21:58:26.880 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:26 smithi172 conmon[111462]: 2023-11-26T21:58:26.716+0000 7fb3231d8700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-26T21:58:26.881 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:26 smithi172 ceph-mon[104705]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:26.881 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:26 smithi172 ceph-mon[104705]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-26T21:58:26.881 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:26 smithi172 ceph-mon[104705]: from='osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-11-26T21:58:26.881 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:26 smithi172 ceph-mon[104705]: osdmap e11: 2 total, 1 up, 2 in 2023-11-26T21:58:26.881 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:26 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:26.881 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:26 smithi172 ceph-mon[104705]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-11-26T21:58:27.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:26 smithi002 ceph-mon[100663]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:27.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:26 smithi002 ceph-mon[100663]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-26T21:58:27.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:26 smithi002 ceph-mon[100663]: from='osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-11-26T21:58:27.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:26 smithi002 ceph-mon[100663]: osdmap e11: 2 total, 1 up, 2 in 2023-11-26T21:58:27.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:26 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:27.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:26 smithi002 ceph-mon[100663]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-11-26T21:58:27.150 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:26 smithi192 ceph-mon[104846]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:27.150 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:26 smithi192 ceph-mon[104846]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-26T21:58:27.150 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:26 smithi192 ceph-mon[104846]: from='osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-11-26T21:58:27.150 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:26 smithi192 ceph-mon[104846]: osdmap e11: 2 total, 1 up, 2 in 2023-11-26T21:58:27.151 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:26 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:27.151 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:26 smithi192 ceph-mon[104846]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-11-26T21:58:27.950 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-26T21:58:27.950 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-26T21:58:27.950 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-11-26T21:58:27.950 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-11-26T21:58:27.950 INFO:teuthology.orchestra.run.smithi192.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124075 s, 845 MB/s 2023-11-26T21:58:27.950 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-11-26T21:58:27.982 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:27 smithi192 ceph-mon[104846]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-11-26T21:58:27.982 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:27 smithi192 ceph-mon[104846]: osdmap e12: 2 total, 1 up, 2 in 2023-11-26T21:58:27.983 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:27 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:27.983 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:27 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:28.050 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:27 smithi172 ceph-mon[104705]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-11-26T21:58:28.050 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:27 smithi172 ceph-mon[104705]: osdmap e12: 2 total, 1 up, 2 in 2023-11-26T21:58:28.050 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:27 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:28.050 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:27 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:28.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:27 smithi002 ceph-mon[100663]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-11-26T21:58:28.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:27 smithi002 ceph-mon[100663]: osdmap e12: 2 total, 1 up, 2 in 2023-11-26T21:58:28.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:27 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:28.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:27 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:28.522 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2023-11-26T21:58:28.855 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.c/config 2023-11-26T21:58:28.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: purged_snaps scrub starts 2023-11-26T21:58:28.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: purged_snaps scrub ok 2023-11-26T21:58:28.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:28.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093] boot 2023-11-26T21:58:28.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: osdmap e13: 2 total, 2 up, 2 in 2023-11-26T21:58:28.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:28.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:28.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:28.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:28.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:28.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:28.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:28.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:28 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:28.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: purged_snaps scrub starts 2023-11-26T21:58:28.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: purged_snaps scrub ok 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093] boot 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: osdmap e13: 2 total, 2 up, 2 in 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:28.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:28 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:29.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: purged_snaps scrub starts 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: purged_snaps scrub ok 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: osd.1 [v2:172.21.15.172:6800/462940093,v1:172.21.15.172:6801/462940093] boot 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: osdmap e13: 2 total, 2 up, 2 in 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:29.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:28 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:30.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:29 smithi192 ceph-mon[104846]: Detected new or changed devices on smithi172 2023-11-26T21:58:30.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:29 smithi192 ceph-mon[104846]: Adjusting osd_memory_target on smithi172 to 17168M 2023-11-26T21:58:30.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:29 smithi192 ceph-mon[104846]: osdmap e14: 2 total, 2 up, 2 in 2023-11-26T21:58:30.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:29 smithi002 ceph-mon[100663]: Detected new or changed devices on smithi172 2023-11-26T21:58:30.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:29 smithi002 ceph-mon[100663]: Adjusting osd_memory_target on smithi172 to 17168M 2023-11-26T21:58:30.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:29 smithi002 ceph-mon[100663]: osdmap e14: 2 total, 2 up, 2 in 2023-11-26T21:58:30.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:29 smithi172 ceph-mon[104705]: Detected new or changed devices on smithi172 2023-11-26T21:58:30.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:29 smithi172 ceph-mon[104705]: Adjusting osd_memory_target on smithi172 to 17168M 2023-11-26T21:58:30.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:29 smithi172 ceph-mon[104705]: osdmap e14: 2 total, 2 up, 2 in 2023-11-26T21:58:30.990 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:30 smithi192 ceph-mon[104846]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:30.991 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:58:30.991 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:58:30.991 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:30 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:31.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:30 smithi002 ceph-mon[100663]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:31.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:58:31.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:58:31.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:30 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:31.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:30 smithi172 ceph-mon[104705]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:31.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-26T21:58:31.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-26T21:58:31.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:30 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:32.002 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:31 smithi192 ceph-mon[104846]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:58:32.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:31 smithi002 ceph-mon[100663]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:58:32.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:31 smithi172 ceph-mon[104705]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-26T21:58:33.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:32 smithi002 ceph-mon[100663]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:33.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:32 smithi192 ceph-mon[104846]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:33.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:32 smithi172 ceph-mon[104705]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:34.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:33 smithi002 ceph-mon[100663]: from='client.? 172.21.15.192:0/2285757229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]: dispatch 2023-11-26T21:58:34.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:33 smithi002 ceph-mon[100663]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]: dispatch 2023-11-26T21:58:34.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:33 smithi002 ceph-mon[100663]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]': finished 2023-11-26T21:58:34.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:33 smithi002 ceph-mon[100663]: osdmap e15: 3 total, 2 up, 3 in 2023-11-26T21:58:34.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:33 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:34.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:33 smithi002 ceph-mon[100663]: from='client.? 172.21.15.192:0/4207300504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:58:34.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:33 smithi192 ceph-mon[104846]: from='client.? 172.21.15.192:0/2285757229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]: dispatch 2023-11-26T21:58:34.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:33 smithi192 ceph-mon[104846]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]: dispatch 2023-11-26T21:58:34.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:33 smithi192 ceph-mon[104846]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]': finished 2023-11-26T21:58:34.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:33 smithi192 ceph-mon[104846]: osdmap e15: 3 total, 2 up, 3 in 2023-11-26T21:58:34.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:33 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:34.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:33 smithi192 ceph-mon[104846]: from='client.? 172.21.15.192:0/4207300504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:58:34.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:33 smithi172 ceph-mon[104705]: from='client.? 172.21.15.192:0/2285757229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]: dispatch 2023-11-26T21:58:34.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:33 smithi172 ceph-mon[104705]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]: dispatch 2023-11-26T21:58:34.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:33 smithi172 ceph-mon[104705]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "782ad777-054e-43a8-993c-76c997a3e7ff"}]': finished 2023-11-26T21:58:34.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:33 smithi172 ceph-mon[104705]: osdmap e15: 3 total, 2 up, 3 in 2023-11-26T21:58:34.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:33 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:34.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:33 smithi172 ceph-mon[104705]: from='client.? 172.21.15.192:0/4207300504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-26T21:58:35.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:34 smithi002 ceph-mon[100663]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:35.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:34 smithi192 ceph-mon[104846]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:35.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:34 smithi172 ceph-mon[104705]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:37.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:36 smithi192 ceph-mon[104846]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:37.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:36 smithi002 ceph-mon[100663]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:37.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:36 smithi172 ceph-mon[104705]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:39.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:38 smithi002 ceph-mon[100663]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:38 smithi192 ceph-mon[104846]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:39.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:38 smithi172 ceph-mon[104705]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:39.883 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:39 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-26T21:58:39.883 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:39 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:40.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:39 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-26T21:58:40.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:39 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:40.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:39 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-26T21:58:40.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:39 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:40.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:40 smithi192 ceph-mon[104846]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:40.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:40 smithi192 ceph-mon[104846]: Deploying daemon osd.2 on smithi192 2023-11-26T21:58:41.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:40 smithi002 ceph-mon[100663]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:41.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:40 smithi002 ceph-mon[100663]: Deploying daemon osd.2 on smithi192 2023-11-26T21:58:41.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:40 smithi172 ceph-mon[104705]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:41.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:40 smithi172 ceph-mon[104705]: Deploying daemon osd.2 on smithi192 2023-11-26T21:58:43.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:42 smithi002 ceph-mon[100663]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:43.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:42 smithi192 ceph-mon[104846]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:43.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:42 smithi172 ceph-mon[104705]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:44.784 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:44 smithi192 ceph-mon[104846]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:44.784 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:44.784 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:44.784 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:44 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:45.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:44 smithi002 ceph-mon[100663]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:45.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:45.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:45.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:44 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:45.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:44 smithi172 ceph-mon[104705]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:45.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:45.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:45.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:44 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:46.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:46 smithi172 ceph-mon[104705]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:46.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:46.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:46.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:46 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.824 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:46 smithi192 ceph-mon[104846]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:46.824 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.824 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.824 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:46.824 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:46.824 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:46 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:46 smithi002 ceph-mon[100663]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:46.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:46.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:46.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:46.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:46 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:47.315 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 2 on host 'smithi192' 2023-11-26T21:58:47.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:47 smithi192 ceph-mon[104846]: from='osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-26T21:58:47.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:47 smithi192 ceph-mon[104846]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-26T21:58:47.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:47 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:47.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:47 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:47.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:47 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:47.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:47 smithi172 ceph-mon[104705]: from='osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-26T21:58:47.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:47 smithi172 ceph-mon[104705]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-26T21:58:47.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:47 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:47.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:47 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:47.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:47 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:47.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:47 smithi002 ceph-mon[100663]: from='osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-26T21:58:47.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:47 smithi002 ceph-mon[100663]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-26T21:58:47.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:47 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:47.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:47 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:47.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:47 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:58:47.994 DEBUG:teuthology.orchestra.run.smithi192:osd.2> sudo journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.2.service 2023-11-26T21:58:47.996 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-11-26T21:58:47.996 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-26T21:58:48.027 INFO:journalctl@ceph.osd.2.smithi192.stdout:-- Logs begin at Sun 2023-11-26 21:38:37 UTC. -- 2023-11-26T21:58:48.360 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:58:48.623 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:48 smithi192 ceph-mon[104846]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:48.624 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:48 smithi192 ceph-mon[104846]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-26T21:58:48.624 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:48 smithi192 ceph-mon[104846]: osdmap e16: 3 total, 2 up, 3 in 2023-11-26T21:58:48.624 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:48 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:48.624 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:48 smithi192 ceph-mon[104846]: from='osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-11-26T21:58:48.624 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:48 smithi192 ceph-mon[104846]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-11-26T21:58:48.791 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:48 smithi002 ceph-mon[100663]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:48.791 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:48 smithi002 ceph-mon[100663]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-26T21:58:48.791 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:48 smithi002 ceph-mon[100663]: osdmap e16: 3 total, 2 up, 3 in 2023-11-26T21:58:48.791 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:48 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:48.791 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:48 smithi002 ceph-mon[100663]: from='osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-11-26T21:58:48.791 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:48 smithi002 ceph-mon[100663]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-11-26T21:58:48.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:48 smithi172 ceph-mon[104705]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:48.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:48 smithi172 ceph-mon[104705]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-26T21:58:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:48 smithi172 ceph-mon[104705]: osdmap e16: 3 total, 2 up, 3 in 2023-11-26T21:58:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:48 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:48 smithi172 ceph-mon[104705]: from='osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-11-26T21:58:48.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:48 smithi172 ceph-mon[104705]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-11-26T21:58:49.162 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:48 smithi192 conmon[111704]: 2023-11-26T21:58:48.902+0000 7fdd615d4700 -1 osd.2 0 waiting for initial osdmap 2023-11-26T21:58:49.162 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:48 smithi192 conmon[111704]: 2023-11-26T21:58:48.906+0000 7fdd593c6700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-26T21:58:49.627 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:49 smithi002 ceph-mon[100663]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-11-26T21:58:49.627 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:49 smithi002 ceph-mon[100663]: osdmap e17: 3 total, 2 up, 3 in 2023-11-26T21:58:49.627 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:49 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:49.627 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:49 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:49.627 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:49 smithi002 ceph-mon[100663]: from='osd.2 ' entity='osd.2' 2023-11-26T21:58:49.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:49 smithi192 ceph-mon[104846]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-11-26T21:58:49.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:49 smithi192 ceph-mon[104846]: osdmap e17: 3 total, 2 up, 3 in 2023-11-26T21:58:49.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:49 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:49.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:49 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:49.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:49 smithi192 ceph-mon[104846]: from='osd.2 ' entity='osd.2' 2023-11-26T21:58:49.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:49 smithi172 ceph-mon[104705]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-11-26T21:58:49.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:49 smithi172 ceph-mon[104705]: osdmap e17: 3 total, 2 up, 3 in 2023-11-26T21:58:49.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:49 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:49.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:49 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:49.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:49 smithi172 ceph-mon[104705]: from='osd.2 ' entity='osd.2' 2023-11-26T21:58:50.015 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:58:50.616 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1701035929,"num_in_osds":3,"osd_in_since":1701035912,"num_remapped_pgs":0} 2023-11-26T21:58:50.616 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-26T21:58:50.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: purged_snaps scrub starts 2023-11-26T21:58:50.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: purged_snaps scrub ok 2023-11-26T21:58:50.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:50.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:50.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655] boot 2023-11-26T21:58:50.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: osdmap e18: 3 total, 3 up, 3 in 2023-11-26T21:58:50.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:50.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:50 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2112307080' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-26T21:58:50.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: purged_snaps scrub starts 2023-11-26T21:58:50.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: purged_snaps scrub ok 2023-11-26T21:58:50.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:50.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:50.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655] boot 2023-11-26T21:58:50.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: osdmap e18: 3 total, 3 up, 3 in 2023-11-26T21:58:50.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:50.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:50 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2112307080' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-26T21:58:50.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: purged_snaps scrub starts 2023-11-26T21:58:50.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: purged_snaps scrub ok 2023-11-26T21:58:50.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-26T21:58:50.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:50.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: osd.2 [v2:172.21.15.192:6800/1117977655,v1:172.21.15.192:6801/1117977655] boot 2023-11-26T21:58:50.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: osdmap e18: 3 total, 3 up, 3 in 2023-11-26T21:58:50.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:58:50.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:50 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2112307080' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-26T21:58:50.980 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:58:51.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: Detected new or changed devices on smithi192 2023-11-26T21:58:51.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:51.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:51.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:51.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: Adjusting osd_memory_target on smithi192 to 21264M 2023-11-26T21:58:51.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:51.847 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:51.847 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:51.847 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:51.847 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: osdmap e19: 3 total, 3 up, 3 in 2023-11-26T21:58:51.847 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:51 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' 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-26T21:58:52.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: Detected new or changed devices on smithi192 2023-11-26T21:58:52.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:52.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: Adjusting osd_memory_target on smithi192 to 21264M 2023-11-26T21:58:52.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:52.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:52.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: osdmap e19: 3 total, 3 up, 3 in 2023-11-26T21:58:52.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:51 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' 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-26T21:58:52.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: Detected new or changed devices on smithi192 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: Adjusting osd_memory_target on smithi192 to 21264M 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: osdmap e19: 3 total, 3 up, 3 in 2023-11-26T21:58:52.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:51 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' 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-26T21:58:52.779 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:58:52.779 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":20,"fsid":"50664450-8ca6-11ee-95a2-87774f69a715","created":"2023-11-26T21:55:27.274812+0000","modified":"2023-11-26T21:58:51.907809+0000","last_up_change":"2023-11-26T21:58:49.905036+0000","last_in_change":"2023-11-26T21:58:32.779894+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-26T21:58:51.429824+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9728a956-67e7-4430-84cf-6e8efede5766","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.2:6802","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6803","nonce":2709360466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6805","nonce":2709360466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6809","nonce":2709360466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6807","nonce":2709360466}]},"public_addr":"172.21.15.2:6803/2709360466","cluster_addr":"172.21.15.2:6805/2709360466","heartbeat_back_addr":"172.21.15.2:6809/2709360466","heartbeat_front_addr":"172.21.15.2:6807/2709360466","state":["exists","up"]},{"osd":1,"uuid":"a7a2c91e-315b-4a29-8c17-e0243419ec9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6801","nonce":462940093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6803","nonce":462940093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6807","nonce":462940093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6805","nonce":462940093}]},"public_addr":"172.21.15.172:6801/462940093","cluster_addr":"172.21.15.172:6803/462940093","heartbeat_back_addr":"172.21.15.172:6807/462940093","heartbeat_front_addr":"172.21.15.172:6805/462940093","state":["exists","up"]},{"osd":2,"uuid":"782ad777-054e-43a8-993c-76c997a3e7ff","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.192:6800","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6801","nonce":1117977655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6803","nonce":1117977655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6807","nonce":1117977655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6805","nonce":1117977655}]},"public_addr":"172.21.15.192:6801/1117977655","cluster_addr":"172.21.15.192:6803/1117977655","heartbeat_back_addr":"172.21.15.192:6807/1117977655","heartbeat_front_addr":"172.21.15.192:6805/1117977655","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:04.020603+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:26.137149+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:48.290611+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:6801/3561396621":"2023-11-27T21:56:28.869072+0000","172.21.15.2:6800/3561396621":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/1247382063":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/277734444":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/4153230950":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/344142631":"2023-11-27T21:55:56.921099+0000","172.21.15.2:6800/1083483299":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/1327357113":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/573049095":"2023-11-27T21:56:28.869072+0000","172.21.15.2:6801/1083483299":"2023-11-27T21:55:56.921099+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-26T21:58:53.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:52 smithi002 ceph-mon[100663]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:53.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:52 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' 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-26T21:58:53.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:52 smithi002 ceph-mon[100663]: osdmap e20: 3 total, 3 up, 3 in 2023-11-26T21:58:53.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:52 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-26T21:58:53.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:52 smithi192 ceph-mon[104846]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:53.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:52 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' 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-26T21:58:53.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:52 smithi192 ceph-mon[104846]: osdmap e20: 3 total, 3 up, 3 in 2023-11-26T21:58:53.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:52 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-26T21:58:53.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:52 smithi172 ceph-mon[104705]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:53.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:52 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' 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-26T21:58:53.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:52 smithi172 ceph-mon[104705]: osdmap e20: 3 total, 3 up, 3 in 2023-11-26T21:58:53.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:52 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-26T21:58:53.519 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-26T21:58:51.429824+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-11-26T21:58:53.520 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-26T21:58:53.772 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131152]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-26T21:58:53.772 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131152]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:53.772 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131152]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:53.772 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131152]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:53.892 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:58:54.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:53 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1439748382' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:58:54.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:53 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-26T21:58:54.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:53 smithi002 ceph-mon[100663]: osdmap e21: 3 total, 3 up, 3 in 2023-11-26T21:58:54.096 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131310]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-26T21:58:54.096 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131310]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:54.097 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131310]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:54.097 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:58:53 smithi002 sudo[131310]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:54.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:53 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/1439748382' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:58:54.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:53 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-26T21:58:54.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:53 smithi192 ceph-mon[104846]: osdmap e21: 3 total, 3 up, 3 in 2023-11-26T21:58:54.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:53 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/1439748382' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:58:54.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:53 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-26T21:58:54.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:53 smithi172 ceph-mon[104705]: osdmap e21: 3 total, 3 up, 3 in 2023-11-26T21:58:54.458 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116570]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-26T21:58:54.458 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116570]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:54.458 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116570]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:54.458 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116570]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:54.772 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116573]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-26T21:58:54.773 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116573]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:54.773 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116573]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:54.773 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:58:54 smithi172 sudo[116573]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:54.974 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116684]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-26T21:58:54.974 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116684]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:54.974 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116684]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:54.974 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116684]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:54.975 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:54 smithi192 ceph-mon[104846]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:54.975 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:54 smithi192 ceph-mon[104846]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-11-26T21:58:54.975 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:54 smithi192 ceph-mon[104846]: osdmap e22: 3 total, 3 up, 3 in 2023-11-26T21:58:54.975 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:54 smithi192 ceph-mon[104846]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-26T21:58:54.975 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:54 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:54.975 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:54 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:55.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:54 smithi002 ceph-mon[100663]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:55.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:54 smithi002 ceph-mon[100663]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-11-26T21:58:55.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:54 smithi002 ceph-mon[100663]: osdmap e22: 3 total, 3 up, 3 in 2023-11-26T21:58:55.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:54 smithi002 ceph-mon[100663]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-26T21:58:55.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:54 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:55.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:54 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:55.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:54 smithi172 ceph-mon[104705]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:55.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:54 smithi172 ceph-mon[104705]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-11-26T21:58:55.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:54 smithi172 ceph-mon[104705]: osdmap e22: 3 total, 3 up, 3 in 2023-11-26T21:58:55.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:54 smithi172 ceph-mon[104705]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-26T21:58:55.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:54 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:55.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:54 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:55.412 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116687]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-26T21:58:55.412 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116687]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:55.412 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116687]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:55.412 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 21:58:54 smithi192 sudo[116687]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:55.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131509]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-26T21:58:55.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131509]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:55.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131509]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:55.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131509]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:56.112 INFO:teuthology.orchestra.run.smithi002.stdout:pg_num: 1 2023-11-26T21:58:56.291 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131512]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-26T21:58:56.291 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131512]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:56.291 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131512]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:56.291 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:55 smithi002 sudo[131512]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:56.392 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116690]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-26T21:58:56.393 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116690]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:56.393 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116690]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:56.393 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116690]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:56.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: Cluster is now healthy 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:56.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:56.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:56 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:56.652 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: Cluster is now healthy 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:56.653 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:56.654 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116576]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-26T21:58:56.654 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116576]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:56.654 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116576]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:56.654 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116576]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:56.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116693]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-26T21:58:56.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116693]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:56.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116693]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:56.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 sudo[116693]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:56.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:56.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' 2023-11-26T21:58:56.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: Cluster is now healthy 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:56.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:56 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:56.714 INFO:tasks.cephadm:Setting up client nodes... 2023-11-26T21:58:56.714 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-26T21:58:56.714 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-26T21:58:56.715 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-11-26T21:58:56.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116579]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-26T21:58:56.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116579]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-26T21:58:56.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116579]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-26T21:58:56.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:56 smithi172 sudo[116579]: pam_unix(sudo:session): session closed for user root 2023-11-26T21:58:57.066 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:58:57.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:57.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/658073696' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-26T21:58:57.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:57.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:57.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:57.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:57.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:57.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:57 smithi002 ceph-mon[100663]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:57.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:57.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/658073696' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-26T21:58:57.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:57.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:57.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:57.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:57.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:57.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:57 smithi192 ceph-mon[104846]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:57.703 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:57.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/658073696' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-26T21:58:57.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:57.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-26T21:58:57.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:58:57.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:58:57.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='mgr.14152 172.21.15.2:0/1229776202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:58:57.704 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:57 smithi172 ceph-mon[104705]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-26T21:58:58.812 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:58:58.839 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:58 smithi002 ceph-mon[100663]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:58.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:58 smithi192 ceph-mon[104846]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:58.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:58 smithi172 ceph-mon[104705]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:58:59.404 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":301961424},{"type":"v1","addr":"172.21.15.2:6801","nonce":301961424}]},"active_addr":"172.21.15.2:6801/301961424","active_change":"2023-11-26T21:56:28.869190+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:v0.0.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:v0.0.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.2:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":3699048392}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":2713545573}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":2834078506}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":2695390208}]}]} 2023-11-26T21:58:59.409 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-26T21:58:59.409 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-26T21:58:59.409 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-26T21:58:59.755 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:58:59.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:58:59 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/3578300471' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-26T21:58:59.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:58:59 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/3578300471' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-26T21:58:59.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:58:59 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/3578300471' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-26T21:59:00.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:00 smithi002 ceph-mon[100663]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 7.2 KiB/s rd, 367 KiB/s wr, 24 op/s 2023-11-26T21:59:00.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:00 smithi192 ceph-mon[104846]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 7.2 KiB/s rd, 367 KiB/s wr, 24 op/s 2023-11-26T21:59:00.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:00 smithi172 ceph-mon[104705]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 7.2 KiB/s rd, 367 KiB/s wr, 24 op/s 2023-11-26T21:59:01.393 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:59:01.394 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":22,"fsid":"50664450-8ca6-11ee-95a2-87774f69a715","created":"2023-11-26T21:55:27.274812+0000","modified":"2023-11-26T21:58:53.910479+0000","last_up_change":"2023-11-26T21:58:49.905036+0000","last_in_change":"2023-11-26T21:58:32.779894+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-26T21:58:51.429824+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9728a956-67e7-4430-84cf-6e8efede5766","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.2:6802","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6803","nonce":2709360466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6805","nonce":2709360466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6809","nonce":2709360466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6807","nonce":2709360466}]},"public_addr":"172.21.15.2:6803/2709360466","cluster_addr":"172.21.15.2:6805/2709360466","heartbeat_back_addr":"172.21.15.2:6809/2709360466","heartbeat_front_addr":"172.21.15.2:6807/2709360466","state":["exists","up"]},{"osd":1,"uuid":"a7a2c91e-315b-4a29-8c17-e0243419ec9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6801","nonce":462940093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6803","nonce":462940093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6807","nonce":462940093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6805","nonce":462940093}]},"public_addr":"172.21.15.172:6801/462940093","cluster_addr":"172.21.15.172:6803/462940093","heartbeat_back_addr":"172.21.15.172:6807/462940093","heartbeat_front_addr":"172.21.15.172:6805/462940093","state":["exists","up"]},{"osd":2,"uuid":"782ad777-054e-43a8-993c-76c997a3e7ff","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.192:6800","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6801","nonce":1117977655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6803","nonce":1117977655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6807","nonce":1117977655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6805","nonce":1117977655}]},"public_addr":"172.21.15.192:6801/1117977655","cluster_addr":"172.21.15.192:6803/1117977655","heartbeat_back_addr":"172.21.15.192:6807/1117977655","heartbeat_front_addr":"172.21.15.192:6805/1117977655","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:04.020603+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:26.137149+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:48.290611+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:6801/3561396621":"2023-11-27T21:56:28.869072+0000","172.21.15.2:6800/3561396621":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/1247382063":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/277734444":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/4153230950":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/344142631":"2023-11-27T21:55:56.921099+0000","172.21.15.2:6800/1083483299":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/1327357113":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/573049095":"2023-11-27T21:56:28.869072+0000","172.21.15.2:6801/1083483299":"2023-11-27T21:55:56.921099+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-26T21:59:01.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:01 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1009158544' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:59:01.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:01 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/1009158544' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:59:01.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:01 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/1009158544' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:59:02.005 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-26T21:59:02.006 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-26T21:59:02.356 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:02.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:02 smithi002 ceph-mon[100663]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 262 KiB/s wr, 17 op/s 2023-11-26T21:59:02.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:02 smithi192 ceph-mon[104846]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 262 KiB/s wr, 17 op/s 2023-11-26T21:59:02.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:02 smithi172 ceph-mon[104705]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 262 KiB/s wr, 17 op/s 2023-11-26T21:59:04.038 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:59:04.038 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":22,"fsid":"50664450-8ca6-11ee-95a2-87774f69a715","created":"2023-11-26T21:55:27.274812+0000","modified":"2023-11-26T21:58:53.910479+0000","last_up_change":"2023-11-26T21:58:49.905036+0000","last_in_change":"2023-11-26T21:58:32.779894+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-26T21:58:51.429824+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9728a956-67e7-4430-84cf-6e8efede5766","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.2:6802","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6803","nonce":2709360466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6805","nonce":2709360466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6809","nonce":2709360466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":2709360466},{"type":"v1","addr":"172.21.15.2:6807","nonce":2709360466}]},"public_addr":"172.21.15.2:6803/2709360466","cluster_addr":"172.21.15.2:6805/2709360466","heartbeat_back_addr":"172.21.15.2:6809/2709360466","heartbeat_front_addr":"172.21.15.2:6807/2709360466","state":["exists","up"]},{"osd":1,"uuid":"a7a2c91e-315b-4a29-8c17-e0243419ec9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6801","nonce":462940093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6803","nonce":462940093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6807","nonce":462940093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":462940093},{"type":"v1","addr":"172.21.15.172:6805","nonce":462940093}]},"public_addr":"172.21.15.172:6801/462940093","cluster_addr":"172.21.15.172:6803/462940093","heartbeat_back_addr":"172.21.15.172:6807/462940093","heartbeat_front_addr":"172.21.15.172:6805/462940093","state":["exists","up"]},{"osd":2,"uuid":"782ad777-054e-43a8-993c-76c997a3e7ff","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.192:6800","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6801","nonce":1117977655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6803","nonce":1117977655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6807","nonce":1117977655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":1117977655},{"type":"v1","addr":"172.21.15.192:6805","nonce":1117977655}]},"public_addr":"172.21.15.192:6801/1117977655","cluster_addr":"172.21.15.192:6803/1117977655","heartbeat_back_addr":"172.21.15.192:6807/1117977655","heartbeat_front_addr":"172.21.15.192:6805/1117977655","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:04.020603+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:26.137149+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-26T21:58:48.290611+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:6801/3561396621":"2023-11-27T21:56:28.869072+0000","172.21.15.2:6800/3561396621":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/1247382063":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/277734444":"2023-11-27T21:56:28.869072+0000","172.21.15.2:0/4153230950":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/344142631":"2023-11-27T21:55:56.921099+0000","172.21.15.2:6800/1083483299":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/1327357113":"2023-11-27T21:55:56.921099+0000","172.21.15.2:0/573049095":"2023-11-27T21:56:28.869072+0000","172.21.15.2:6801/1083483299":"2023-11-27T21:55:56.921099+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-26T21:59:04.640 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-26T21:59:04.640 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-26T21:59:04.641 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-26T21:59:04.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:04 smithi002 ceph-mon[100663]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 203 KiB/s wr, 13 op/s 2023-11-26T21:59:04.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:04 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2037147115' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:59:04.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:04 smithi192 ceph-mon[104846]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 203 KiB/s wr, 13 op/s 2023-11-26T21:59:04.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:04 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2037147115' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:59:04.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:04 smithi172 ceph-mon[104705]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 203 KiB/s wr, 13 op/s 2023-11-26T21:59:04.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:04 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2037147115' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-26T21:59:05.102 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:05.209 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:05.237 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:06.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:06 smithi002 ceph-mon[100663]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 166 KiB/s wr, 11 op/s 2023-11-26T21:59:06.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:06 smithi192 ceph-mon[104846]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 166 KiB/s wr, 11 op/s 2023-11-26T21:59:06.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:06 smithi172 ceph-mon[104705]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 166 KiB/s wr, 11 op/s 2023-11-26T21:59:08.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:08 smithi002 ceph-mon[100663]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-11-26T21:59:08.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:08 smithi192 ceph-mon[104846]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-11-26T21:59:08.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:08 smithi172 ceph-mon[104705]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-11-26T21:59:09.107 INFO:teuthology.orchestra.run.smithi002.stdout:34359738383 2023-11-26T21:59:09.107 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-26T21:59:09.223 INFO:teuthology.orchestra.run.smithi002.stdout:77309411335 2023-11-26T21:59:09.224 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-26T21:59:09.830 INFO:teuthology.orchestra.run.smithi002.stdout:55834574859 2023-11-26T21:59:09.830 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-26T21:59:09.856 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:09.878 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:10.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:10 smithi002 ceph-mon[100663]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-11-26T21:59:10.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:10 smithi192 ceph-mon[104846]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-11-26T21:59:10.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:10 smithi172 ceph-mon[104705]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-11-26T21:59:11.717 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:12.097 INFO:teuthology.orchestra.run.smithi002.stdout:34359738383 2023-11-26T21:59:12.513 INFO:teuthology.orchestra.run.smithi002.stdout:77309411336 2023-11-26T21:59:12.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:12 smithi002 ceph-mon[100663]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:12.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:12 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1904113323' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-26T21:59:12.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:12 smithi192 ceph-mon[104846]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:12.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:12 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/1904113323' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-26T21:59:12.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:12 smithi172 ceph-mon[104705]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:12.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:12 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/1904113323' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-26T21:59:13.034 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738383 got 34359738383 for osd.0 2023-11-26T21:59:13.034 DEBUG:teuthology.parallel:result is None 2023-11-26T21:59:13.714 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:13 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2637107077' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-26T21:59:13.740 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411336 for osd.2 2023-11-26T21:59:13.740 DEBUG:teuthology.parallel:result is None 2023-11-26T21:59:13.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:13 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2637107077' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-26T21:59:13.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:13 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2637107077' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-26T21:59:14.439 INFO:teuthology.orchestra.run.smithi002.stdout:55834574860 2023-11-26T21:59:14.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:14 smithi002 ceph-mon[100663]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:14.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:14 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2993255523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-26T21:59:14.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:14 smithi192 ceph-mon[104846]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:14.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:14 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2993255523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-26T21:59:14.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:14 smithi172 ceph-mon[104705]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:14.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:14 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2993255523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-26T21:59:15.127 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574860 for osd.1 2023-11-26T21:59:15.128 DEBUG:teuthology.parallel:result is None 2023-11-26T21:59:15.128 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-26T21:59:15.128 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-26T21:59:15.481 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:16.690 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:16 smithi002 ceph-mon[100663]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:16.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:16 smithi192 ceph-mon[104846]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:16.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:16 smithi172 ceph-mon[104705]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:17.087 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:59:17.089 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2023-11-26T21:59:17.703 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2023-11-26T21:59:16.901681+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":89372,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146084,"statfs":{"total":287985106944,"available":287893590016,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.002420"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-11-26T21:58:56.903659+0000","last_change":"2023-11-26T21:58:52.914509+0000","last_active":"2023-11-26T21:58:56.903659+0000","last_peered":"2023-11-26T21:58:56.903659+0000","last_clean":"2023-11-26T21:58:56.903659+0000","last_became_active":"2023-11-26T21:58:52.914064+0000","last_became_peered":"2023-11-26T21:58:52.914064+0000","last_unstale":"2023-11-26T21:58:56.903659+0000","last_undegraded":"2023-11-26T21:58:56.903659+0000","last_fullsized":"2023-11-26T21:58:56.903659+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-26T21:58:51.907809+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-26T21:58:51.907809+0000","last_clean_scrub_stamp":"2023-11-26T21:58:51.907809+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-28T07:39:23.339598+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":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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.36299999999999999}]},{"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.64600000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"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.498}]}]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36399999999999999}]},{"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.53500000000000003}]}]}],"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-26T21:59:17.704 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-26T21:59:18.053 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:18.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:18 smithi002 ceph-mon[100663]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:18.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:18 smithi002 ceph-mon[100663]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:59:18.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:18 smithi192 ceph-mon[104846]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:18.913 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:18 smithi192 ceph-mon[104846]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:59:18.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:18 smithi172 ceph-mon[104705]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:18.954 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:18 smithi172 ceph-mon[104705]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:59:19.698 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:59:19.700 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2023-11-26T21:59:20.310 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2023-11-26T21:59:18.901974+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":89372,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146084,"statfs":{"total":287985106944,"available":287893590016,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.002400"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-11-26T21:58:56.903659+0000","last_change":"2023-11-26T21:58:52.914509+0000","last_active":"2023-11-26T21:58:56.903659+0000","last_peered":"2023-11-26T21:58:56.903659+0000","last_clean":"2023-11-26T21:58:56.903659+0000","last_became_active":"2023-11-26T21:58:52.914064+0000","last_became_peered":"2023-11-26T21:58:52.914064+0000","last_unstale":"2023-11-26T21:58:56.903659+0000","last_undegraded":"2023-11-26T21:58:56.903659+0000","last_fullsized":"2023-11-26T21:58:56.903659+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-26T21:58:51.907809+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-26T21:58:51.907809+0000","last_clean_scrub_stamp":"2023-11-26T21:58:51.907809+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-28T07:39:23.339598+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":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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.36299999999999999}]},{"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.64600000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"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.54200000000000004}]}]},{"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.312}]},{"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.374}]}]}],"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-26T21:59:20.311 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-26T21:59:20.311 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-26T21:59:20.311 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-26T21:59:20.311 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-11-26T21:59:20.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:20 smithi002 ceph-mon[100663]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:20.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:20 smithi002 ceph-mon[100663]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:59:20.659 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:20.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:20 smithi192 ceph-mon[104846]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:20.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:20 smithi192 ceph-mon[104846]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:59:20.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:20 smithi172 ceph-mon[104705]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:20.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:20 smithi172 ceph-mon[104705]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-26T21:59:22.385 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-11-26T21:59:22.385 INFO:teuthology.orchestra.run.smithi002.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-26T21:59:22.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:22 smithi002 ceph-mon[100663]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:22.846 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:22 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2488597848' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-26T21:59:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:22 smithi192 ceph-mon[104846]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:22.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:22 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2488597848' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-26T21:59:22.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:22 smithi172 ceph-mon[104705]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:22.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:22 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2488597848' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-26T21:59:22.976 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-26T21:59:22.976 INFO:tasks.cephadm:Setup complete, yielding 2023-11-26T21:59:22.976 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-26T21:59:22.988 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-11-26T21:59:22.988 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-11-26T21:59:23.335 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:24.532 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:24 smithi002 ceph-mon[100663]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:24.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:24 smithi192 ceph-mon[104846]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:24.953 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:24 smithi172 ceph-mon[104705]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:25.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:25 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2374150809' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-26T21:59:25.763 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:25 smithi172 conmon[106754]: ignoring --setuser ceph since I am not root 2023-11-26T21:59:25.763 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:25 smithi172 conmon[106754]: ignoring --setgroup ceph since I am not root 2023-11-26T21:59:25.763 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:25 smithi172 ceph-mgr[106778]: -- 172.21.15.172:0/2876579401 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563a4af5a1a0 con 0x563a4af32800 2023-11-26T21:59:25.764 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:25 smithi172 conmon[106754]: 2023-11-26T21:59:25.682+0000 7fc4c8e8b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-26T21:59:25.764 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:25 smithi172 conmon[106754]: 2023-11-26T21:59:25.760+0000 7fc4c8e8b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-26T21:59:25.815 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:25 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2374150809' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-26T21:59:25.815 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:25 smithi002 conmon[101086]: ignoring --setuser ceph since I am not root 2023-11-26T21:59:25.816 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:25 smithi002 conmon[101086]: ignoring --setgroup ceph since I am not root 2023-11-26T21:59:25.816 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:25 smithi002 conmon[101086]: 2023-11-26T21:59:25.714+0000 7f2fca516200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-26T21:59:25.816 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:25 smithi002 conmon[101086]: 2023-11-26T21:59:25.814+0000 7f2fca516200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-26T21:59:25.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:25 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2374150809' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-26T21:59:26.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:25 smithi002 conmon[101086]: 2023-11-26T21:59:25.922+0000 7f2fca516200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-26T21:59:26.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:26 smithi002 conmon[101086]: 2023-11-26T21:59:26.033+0000 7f2fca516200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-26T21:59:26.113 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:25 smithi172 conmon[106754]: 2023-11-26T21:59:25.849+0000 7fc4c8e8b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-26T21:59:26.113 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:25 smithi172 conmon[106754]: 2023-11-26T21:59:25.942+0000 7fc4c8e8b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-26T21:59:26.227 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-11-26T21:59:26.237 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-11-26T21:59:26.238 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-11-26T21:59:26.453 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:26 smithi172 conmon[106754]: 2023-11-26T21:59:26.111+0000 7fc4c8e8b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-26T21:59:26.511 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:26 smithi002 conmon[101086]: 2023-11-26T21:59:26.244+0000 7f2fca516200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-26T21:59:26.603 INFO:teuthology.orchestra.run.smithi002.stdout:Inferring config /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/mon.a/config 2023-11-26T21:59:26.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:26 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2374150809' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-26T21:59:26.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:26 smithi172 ceph-mon[104705]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-26T21:59:26.790 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:26 smithi172 conmon[106754]: 2023-11-26T21:59:26.474+0000 7fc4c8e8b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-26T21:59:26.790 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:26 smithi172 conmon[106754]: 2023-11-26T21:59:26.603+0000 7fc4c8e8b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-26T21:59:26.790 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:26 smithi172 conmon[106754]: 2023-11-26T21:59:26.691+0000 7fc4c8e8b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-26T21:59:26.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:26 smithi002 conmon[101086]: 2023-11-26T21:59:26.748+0000 7f2fca516200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-26T21:59:26.812 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:26 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2374150809' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-26T21:59:26.812 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:26 smithi002 ceph-mon[100663]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-26T21:59:26.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:26 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2374150809' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-26T21:59:26.912 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:26 smithi192 ceph-mon[104846]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-26T21:59:27.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:26 smithi002 conmon[101086]: 2023-11-26T21:59:26.906+0000 7f2fca516200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-26T21:59:27.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:27 smithi002 conmon[101086]: 2023-11-26T21:59:27.016+0000 7f2fca516200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-26T21:59:27.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:26 smithi172 conmon[106754]: 2023-11-26T21:59:26.786+0000 7fc4c8e8b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-26T21:59:27.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:27 smithi002 conmon[101086]: 2023-11-26T21:59:27.136+0000 7f2fca516200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-26T21:59:27.703 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:27 smithi172 conmon[106754]: 2023-11-26T21:59:27.206+0000 7fc4c8e8b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-26T21:59:27.890 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:27 smithi002 conmon[101086]: 2023-11-26T21:59:27.652+0000 7f2fca516200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-26T21:59:28.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:27 smithi172 conmon[106754]: 2023-11-26T21:59:27.862+0000 7fc4c8e8b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-26T21:59:28.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:27 smithi172 conmon[106754]: 2023-11-26T21:59:27.944+0000 7fc4c8e8b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-26T21:59:28.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:28 smithi002 conmon[101086]: 2023-11-26T21:59:28.467+0000 7f2fca516200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-26T21:59:28.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:28 smithi002 conmon[101086]: 2023-11-26T21:59:28.567+0000 7f2fca516200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-26T21:59:28.985 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:28 smithi172 conmon[106754]: 2023-11-26T21:59:28.718+0000 7fc4c8e8b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:59:28.985 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:28 smithi172 conmon[106754]: 2023-11-26T21:59:28.810+0000 7fc4c8e8b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-26T21:59:29.403 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:28 smithi172 conmon[106754]: 2023-11-26T21:59:28.983+0000 7fc4c8e8b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:59:29.703 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:29 smithi172 conmon[106754]: 2023-11-26T21:59:29.401+0000 7fc4c8e8b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-26T21:59:29.703 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:29 smithi172 conmon[106754]: 2023-11-26T21:59:29.490+0000 7fc4c8e8b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-26T21:59:29.703 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:29 smithi172 conmon[106754]: 2023-11-26T21:59:29.637+0000 7fc4c8e8b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-26T21:59:29.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:29 smithi002 conmon[101086]: 2023-11-26T21:59:29.548+0000 7f2fca516200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:59:29.845 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:29 smithi002 conmon[101086]: 2023-11-26T21:59:29.660+0000 7f2fca516200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-26T21:59:30.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:29 smithi172 conmon[106754]: 2023-11-26T21:59:29.899+0000 7fc4c8e8b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-26T21:59:30.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:29 smithi002 conmon[101086]: 2023-11-26T21:59:29.889+0000 7f2fca516200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-26T21:59:30.684 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:30 smithi002 conmon[101086]: 2023-11-26T21:59:30.391+0000 7f2fca516200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-26T21:59:30.684 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:30 smithi002 conmon[101086]: 2023-11-26T21:59:30.497+0000 7f2fca516200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-26T21:59:30.928 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:30 smithi172 conmon[106754]: 2023-11-26T21:59:30.599+0000 7fc4c8e8b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-26T21:59:30.928 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:30 smithi172 conmon[106754]: 2023-11-26T21:59:30.730+0000 7fc4c8e8b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-26T21:59:31.019 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:30 smithi002 conmon[101086]: 2023-11-26T21:59:30.682+0000 7f2fca516200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-26T21:59:31.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:30 smithi172 conmon[106754]: 2023-11-26T21:59:30.926+0000 7fc4c8e8b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-26T21:59:31.203 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:31 smithi172 conmon[106754]: 2023-11-26T21:59:31.039+0000 7fc4c8e8b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-26T21:59:31.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:31 smithi002 conmon[101086]: 2023-11-26T21:59:31.017+0000 7f2fca516200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-26T21:59:31.703 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:31 smithi172 conmon[106754]: 2023-11-26T21:59:31.256+0000 7fc4c8e8b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-26T21:59:32.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:31 smithi002 conmon[101086]: 2023-11-26T21:59:31.843+0000 7f2fca516200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-26T21:59:32.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:32 smithi002 conmon[101086]: 2023-11-26T21:59:32.004+0000 7f2fca516200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-26T21:59:32.453 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:32 smithi172 conmon[106754]: 2023-11-26T21:59:32.119+0000 7fc4c8e8b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-26T21:59:32.453 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:32 smithi172 ceph-mon[104705]: Standby manager daemon b restarted 2023-11-26T21:59:32.453 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:32 smithi172 ceph-mon[104705]: Standby manager daemon b started 2023-11-26T21:59:32.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:32 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-26T21:59:32.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:32 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-26T21:59:32.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:32 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-26T21:59:32.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:32 smithi172 ceph-mon[104705]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-26T21:59:32.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:32 smithi002 conmon[101086]: 2023-11-26T21:59:32.257+0000 7f2fca516200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-26T21:59:32.595 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:32 smithi002 conmon[101086]: 2023-11-26T21:59:32.395+0000 7f2fca516200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-26T21:59:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:32 smithi002 ceph-mon[100663]: Standby manager daemon b restarted 2023-11-26T21:59:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:32 smithi002 ceph-mon[100663]: Standby manager daemon b started 2023-11-26T21:59:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:32 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-26T21:59:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:32 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-26T21:59:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:32 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-26T21:59:32.596 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:32 smithi002 ceph-mon[100663]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-26T21:59:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:32 smithi192 ceph-mon[104846]: Standby manager daemon b restarted 2023-11-26T21:59:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:32 smithi192 ceph-mon[104846]: Standby manager daemon b started 2023-11-26T21:59:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:32 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-26T21:59:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:32 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-26T21:59:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:32 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-26T21:59:32.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:32 smithi192 ceph-mon[104846]: from='mgr.? 172.21.15.172:0/3880681013' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-26T21:59:33.095 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:32 smithi002 conmon[101086]: 2023-11-26T21:59:32.679+0000 7f2fca516200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-26T21:59:33.453 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:33 smithi172 ceph-mon[104705]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-26T21:59:33.595 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:33 smithi002 ceph-mon[100663]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-26T21:59:33.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:33 smithi192 ceph-mon[104846]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-26T21:59:33.996 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:33 smithi002 conmon[101086]: 2023-11-26T21:59:33.737+0000 7f2fca516200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-26T21:59:34.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: Active manager daemon a restarted 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: Activating manager daemon a 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: osdmap e23: 3 total, 3 up, 3 in 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: mgrmap e18: a(active, starting, since 0.00661233s), standbys: b 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-26T21:59:34.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: Manager daemon a is now available 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-26T21:59:34.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:34 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-26T21:59:34.453 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: Active manager daemon a restarted 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: Activating manager daemon a 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: osdmap e23: 3 total, 3 up, 3 in 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: mgrmap e18: a(active, starting, since 0.00661233s), standbys: b 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:59:34.454 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:59:34.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-26T21:59:34.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-26T21:59:34.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-26T21:59:34.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: Manager daemon a is now available 2023-11-26T21:59:34.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:34.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:34.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-26T21:59:34.456 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:34 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-26T21:59:34.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: Active manager daemon a restarted 2023-11-26T21:59:34.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: Activating manager daemon a 2023-11-26T21:59:34.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: osdmap e23: 3 total, 3 up, 3 in 2023-11-26T21:59:34.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: mgrmap e18: a(active, starting, since 0.00661233s), standbys: b 2023-11-26T21:59:34.662 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: Manager daemon a is now available 2023-11-26T21:59:34.663 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:34.664 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:34.664 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-26T21:59:34.664 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:34 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-26T21:59:36.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: mgrmap e19: a(active, since 1.01153s), standbys: b 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: [26/Nov/2023:21:59:34] ENGINE Bus STARTING 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: [26/Nov/2023:21:59:35] ENGINE Serving on http://172.21.15.2:8765 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: [26/Nov/2023:21:59:35] ENGINE Serving on https://172.21.15.2:7150 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: [26/Nov/2023:21:59:35] ENGINE Bus STARTED 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:35 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: mgrmap e19: a(active, since 1.01153s), standbys: b 2023-11-26T21:59:36.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: [26/Nov/2023:21:59:34] ENGINE Bus STARTING 2023-11-26T21:59:36.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: [26/Nov/2023:21:59:35] ENGINE Serving on http://172.21.15.2:8765 2023-11-26T21:59:36.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: [26/Nov/2023:21:59:35] ENGINE Serving on https://172.21.15.2:7150 2023-11-26T21:59:36.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: [26/Nov/2023:21:59:35] ENGINE Bus STARTED 2023-11-26T21:59:36.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.164 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.164 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:35 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: mgrmap e19: a(active, since 1.01153s), standbys: b 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: [26/Nov/2023:21:59:34] ENGINE Bus STARTING 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: [26/Nov/2023:21:59:35] ENGINE Serving on http://172.21.15.2:8765 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: [26/Nov/2023:21:59:35] ENGINE Serving on https://172.21.15.2:7150 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: [26/Nov/2023:21:59:35] ENGINE Bus STARTED 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:36.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:35 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:37.095 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: osdmap e24: 3 total, 3 up, 3 in 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1037216921' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: Updating smithi002:/etc/ceph/ceph.conf 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:59:37.096 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:59:37.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.097 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:36 smithi002 ceph-mon[100663]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: osdmap e24: 3 total, 3 up, 3 in 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/1037216921' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:59:37.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:59:37.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: Updating smithi002:/etc/ceph/ceph.conf 2023-11-26T21:59:37.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:59:37.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:59:37.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:36 smithi192 ceph-mon[104846]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:37.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: osdmap e24: 3 total, 3 up, 3 in 2023-11-26T21:59:37.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/1037216921' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: Updating smithi002:/etc/ceph/ceph.conf 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: Updating smithi172:/etc/ceph/ceph.conf 2023-11-26T21:59:37.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: Updating smithi192:/etc/ceph/ceph.conf 2023-11-26T21:59:37.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:37.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:36 smithi172 ceph-mon[104705]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-26T21:59:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:37 smithi192 ceph-mon[104846]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-26T21:59:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:37 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/1037216921' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-26T21:59:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:37 smithi192 ceph-mon[104846]: osdmap e25: 3 total, 3 up, 3 in 2023-11-26T21:59:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:37 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:38.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:37 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:37 smithi172 ceph-mon[104705]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-26T21:59:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:37 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/1037216921' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-26T21:59:38.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:37 smithi172 ceph-mon[104705]: osdmap e25: 3 total, 3 up, 3 in 2023-11-26T21:59:38.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:37 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:38.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:37 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:38.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:37 smithi002 ceph-mon[100663]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-26T21:59:38.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:37 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/1037216921' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-26T21:59:38.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:37 smithi002 ceph-mon[100663]: osdmap e25: 3 total, 3 up, 3 in 2023-11-26T21:59:38.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:37 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:38.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:37 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: Updating smithi002:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: osdmap e26: 3 total, 3 up, 3 in 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:39.163 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:59:39.164 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:59:39.164 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:38 smithi192 ceph-mon[104846]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: Updating smithi002:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: osdmap e26: 3 total, 3 up, 3 in 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:39.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:59:39.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:59:39.205 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:38 smithi172 ceph-mon[104705]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: Updating smithi002:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:39.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: Updating smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: Updating smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: Updating smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: osdmap e26: 3 total, 3 up, 3 in 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-26T21:59:39.347 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-26T21:59:39.348 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-26T21:59:39.348 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:38 smithi002 ceph-mon[100663]: from='mgr.14391 172.21.15.2:0/1173355416' entity='mgr.a' 2023-11-26T21:59:40.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:39 smithi192 ceph-mon[104846]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-26T21:59:40.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:39 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-26T21:59:40.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:39 smithi192 ceph-mon[104846]: osdmap e27: 3 total, 3 up, 3 in 2023-11-26T21:59:40.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:39 smithi172 ceph-mon[104705]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-26T21:59:40.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:39 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-26T21:59:40.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:39 smithi172 ceph-mon[104705]: osdmap e27: 3 total, 3 up, 3 in 2023-11-26T21:59:40.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:39 smithi002 ceph-mon[100663]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-26T21:59:40.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:39 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-26T21:59:40.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:39 smithi002 ceph-mon[100663]: osdmap e27: 3 total, 3 up, 3 in 2023-11-26T21:59:41.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:40 smithi192 ceph-mon[104846]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:41.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:40 smithi192 ceph-mon[104846]: osdmap e28: 3 total, 3 up, 3 in 2023-11-26T21:59:41.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:40 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-26T21:59:41.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:40 smithi172 ceph-mon[104705]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:41.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:40 smithi172 ceph-mon[104705]: osdmap e28: 3 total, 3 up, 3 in 2023-11-26T21:59:41.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:40 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-26T21:59:41.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:40 smithi002 ceph-mon[100663]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2023-11-26T21:59:41.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:40 smithi002 ceph-mon[100663]: osdmap e28: 3 total, 3 up, 3 in 2023-11-26T21:59:41.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:40 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-26T21:59:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:41 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-26T21:59:42.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:41 smithi192 ceph-mon[104846]: osdmap e29: 3 total, 3 up, 3 in 2023-11-26T21:59:42.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:41 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-26T21:59:42.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:41 smithi172 ceph-mon[104705]: osdmap e29: 3 total, 3 up, 3 in 2023-11-26T21:59:42.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:41 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/2140854454' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-26T21:59:42.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:41 smithi002 ceph-mon[100663]: osdmap e29: 3 total, 3 up, 3 in 2023-11-26T21:59:43.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:42 smithi192 ceph-mon[104846]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-26T21:59:43.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:42 smithi192 ceph-mon[104846]: osdmap e30: 3 total, 3 up, 3 in 2023-11-26T21:59:43.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:42 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-26T21:59:43.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:42 smithi172 ceph-mon[104705]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-26T21:59:43.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:42 smithi172 ceph-mon[104705]: osdmap e30: 3 total, 3 up, 3 in 2023-11-26T21:59:43.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:42 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-26T21:59:43.345 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:42 smithi002 ceph-mon[100663]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-26T21:59:43.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:42 smithi002 ceph-mon[100663]: osdmap e30: 3 total, 3 up, 3 in 2023-11-26T21:59:43.346 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:42 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr:Error EINVAL: Traceback (most recent call last): 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: return self.func(mgr, **kwargs) 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: return func(self, *args, **kwargs) 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-26T21:59:43.967 INFO:teuthology.orchestra.run.smithi002.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr: self.update_period(realm, zonegroup) 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr: period = RGWPeriod(period_info) 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr: self.realm_name = period_dict['realm_name'] 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr:KeyError: 'realm_name' 2023-11-26T21:59:43.968 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-11-26T21:59:44.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:43 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-26T21:59:44.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:43 smithi002 ceph-mon[100663]: osdmap e31: 3 total, 3 up, 3 in 2023-11-26T21:59:44.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:43 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:43 smithi002 ceph-mon[100663]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:43 smithi002 ceph-mon[100663]: osdmap e32: 3 total, 3 up, 3 in 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: 2023-11-26T21:59:43.961+0000 7f2f3a08f700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: 2023-11-26T21:59:43.962+0000 7f2f3a08f700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: return self.func(mgr, **kwargs) 2023-11-26T21:59:44.168 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: return func(self, *args, **kwargs) 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: self.update_period(realm, zonegroup) 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: period = RGWPeriod(period_info) 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: self.realm_name = period_dict['realm_name'] 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: KeyError: 'realm_name' 2023-11-26T21:59:44.169 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:43 smithi002 conmon[101086]: 2023-11-26T21:59:44.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:43 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-26T21:59:44.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:43 smithi172 ceph-mon[104705]: osdmap e31: 3 total, 3 up, 3 in 2023-11-26T21:59:44.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:43 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-26T21:59:44.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:43 smithi172 ceph-mon[104705]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-26T21:59:44.204 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:43 smithi172 ceph-mon[104705]: osdmap e32: 3 total, 3 up, 3 in 2023-11-26T21:59:44.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:43 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-26T21:59:44.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:43 smithi192 ceph-mon[104846]: osdmap e31: 3 total, 3 up, 3 in 2023-11-26T21:59:44.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:43 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-26T21:59:44.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:43 smithi192 ceph-mon[104846]: from='client.? 172.21.15.2:0/4254064209' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-26T21:59:44.412 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:43 smithi192 ceph-mon[104846]: osdmap e32: 3 total, 3 up, 3 in 2023-11-26T21:59:44.629 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-11-26T21:59:44.630 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_6e53c10527672d8329987098faf1fc1df7be6f04/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_6e53c10527672d8329987098faf1fc1df7be6f04/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 smithi002 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-26T21:59:44.690 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=209325c8ca01421e95e67a666c77c275 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_6e53c10527672d8329987098faf1fc1df7be6f04/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_6e53c10527672d8329987098faf1fc1df7be6f04/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 smithi002 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-26T21:59:44.692 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-26T21:59:44.702 INFO:tasks.cephadm:Teardown begin 2023-11-26T21:59:44.703 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:44.759 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:44.797 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-26T21:59:44.834 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-26T21:59:44.834 DEBUG:teuthology.orchestra.run.smithi002:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-26T21:59:44.853 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-26T21:59:44.872 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-26T21:59:44.893 INFO:tasks.cephadm:Stopping all daemons... 2023-11-26T21:59:44.893 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-11-26T21:59:44.893 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a 2023-11-26T21:59:45.162 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:44 smithi192 ceph-mon[104846]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-26T21:59:45.176 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:44 smithi002 ceph-mon[100663]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-26T21:59:45.177 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:44 smithi002 systemd[1]: Stopping Ceph mon.a for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:59:45.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:44 smithi172 ceph-mon[104705]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-26T21:59:45.477 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:45 smithi002 conmon[100639]: 2023-11-26T21:59:45.174+0000 7f507c5dd700 -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-26T21:59:45.477 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:45 smithi002 conmon[100639]: 2023-11-26T21:59:45.174+0000 7f507c5dd700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-11-26T21:59:45.845 INFO:journalctl@ceph.mon.a.smithi002.stdout:Nov 26 21:59:45 smithi002 bash[139897]: 6232944d04aca20c4472c117e96fa61e25990c63a3e3786477996b231f8c04a0 2023-11-26T21:59:45.983 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.a.service' 2023-11-26T21:59:46.026 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T21:59:46.026 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-11-26T21:59:46.026 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-11-26T21:59:46.027 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.b 2023-11-26T21:59:46.310 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:46 smithi172 systemd[1]: Stopping Ceph mon.b for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:59:46.610 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:46 smithi172 conmon[104681]: 2023-11-26T21:59:46.307+0000 7f448c967700 -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-26T21:59:46.610 INFO:journalctl@ceph.mon.b.smithi172.stdout:Nov 26 21:59:46 smithi172 conmon[104681]: 2023-11-26T21:59:46.307+0000 7f448c967700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-11-26T21:59:47.159 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.b.service' 2023-11-26T21:59:47.217 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T21:59:47.217 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-11-26T21:59:47.218 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-11-26T21:59:47.218 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.c 2023-11-26T21:59:47.623 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:47 smithi192 systemd[1]: Stopping Ceph mon.c for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:59:47.623 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:47 smithi192 conmon[104809]: 2023-11-26T21:59:47.486+0000 7f3df4d7b700 -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-26T21:59:47.623 INFO:journalctl@ceph.mon.c.smithi192.stdout:Nov 26 21:59:47 smithi192 conmon[104809]: 2023-11-26T21:59:47.486+0000 7f3df4d7b700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-11-26T21:59:48.234 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mon.c.service' 2023-11-26T21:59:48.279 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T21:59:48.279 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-11-26T21:59:48.280 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-11-26T21:59:48.280 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.a 2023-11-26T21:59:48.584 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:48 smithi002 systemd[1]: Stopping Ceph mgr.a for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:59:48.584 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Nov 26 21:59:48 smithi002 conmon[101086]: 2023-11-26T21:59:48.556+0000 7f2fbef86700 -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-26T21:59:49.257 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.a.service' 2023-11-26T21:59:49.292 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T21:59:49.292 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-11-26T21:59:49.293 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-11-26T21:59:49.293 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.b 2023-11-26T21:59:49.693 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Nov 26 21:59:49 smithi172 systemd[1]: Stopping Ceph mgr.b for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:59:50.301 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@mgr.b.service' 2023-11-26T21:59:50.337 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T21:59:50.337 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-11-26T21:59:50.337 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-26T21:59:50.337 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.0 2023-11-26T21:59:50.642 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:59:50 smithi002 systemd[1]: Stopping Ceph osd.0 for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:59:51.095 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:59:50 smithi002 conmon[124391]: 2023-11-26T21:59:50.639+0000 7f45d4f33700 -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-26T21:59:51.095 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:59:50 smithi002 conmon[124391]: 2023-11-26T21:59:50.639+0000 7f45d4f33700 -1 osd.0 32 *** Got signal Terminated *** 2023-11-26T21:59:51.096 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:59:50 smithi002 conmon[124391]: 2023-11-26T21:59:50.639+0000 7f45d4f33700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-26T21:59:56.596 INFO:journalctl@ceph.osd.0.smithi002.stdout:Nov 26 21:59:56 smithi002 bash[140495]: fc68f232530b43716fd35d8d69656b54b243e4cc7c38ff3d32bbb8b728a7f922 2023-11-26T21:59:58.037 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.0.service' 2023-11-26T21:59:58.077 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T21:59:58.078 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-26T21:59:58.078 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-26T21:59:58.078 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.1 2023-11-26T21:59:58.387 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:59:58 smithi172 systemd[1]: Stopping Ceph osd.1 for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T21:59:58.703 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:59:58 smithi172 conmon[111462]: 2023-11-26T21:59:58.385+0000 7fb3283e0700 -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-26T21:59:58.703 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:59:58 smithi172 conmon[111462]: 2023-11-26T21:59:58.385+0000 7fb3283e0700 -1 osd.1 32 *** Got signal Terminated *** 2023-11-26T21:59:58.704 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 21:59:58 smithi172 conmon[111462]: 2023-11-26T21:59:58.385+0000 7fb3283e0700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-26T22:00:04.454 INFO:journalctl@ceph.osd.1.smithi172.stdout:Nov 26 22:00:04 smithi172 bash[118918]: 639cc426a065294c6a4a46ecdd8497eaf45709b645fe43fbcd9fa0c202ee2950 2023-11-26T22:00:05.864 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.1.service' 2023-11-26T22:00:05.903 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T22:00:05.903 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-26T22:00:05.904 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-26T22:00:05.904 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.2 2023-11-26T22:00:06.187 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 22:00:05 smithi192 systemd[1]: Stopping Ceph osd.2 for 50664450-8ca6-11ee-95a2-87774f69a715... 2023-11-26T22:00:06.662 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 22:00:06 smithi192 conmon[111704]: 2023-11-26T22:00:06.185+0000 7fdd625d6700 -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-26T22:00:06.662 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 22:00:06 smithi192 conmon[111704]: 2023-11-26T22:00:06.185+0000 7fdd625d6700 -1 osd.2 32 *** Got signal Terminated *** 2023-11-26T22:00:06.663 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 22:00:06 smithi192 conmon[111704]: 2023-11-26T22:00:06.185+0000 7fdd625d6700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-26T22:00:12.162 INFO:journalctl@ceph.osd.2.smithi192.stdout:Nov 26 22:00:11 smithi192 bash[118600]: 22ff39146bbda79f6f70260cd6289f6ca44a49891dd2ca85d1efadb28b9fbaeb 2023-11-26T22:00:13.608 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-50664450-8ca6-11ee-95a2-87774f69a715@osd.2.service' 2023-11-26T22:00:13.648 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-26T22:00:13.648 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-26T22:00:13.648 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50664450-8ca6-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-26T22:00:13.921 INFO:teuthology.orchestra.run.smithi002.stdout:Deleting cluster with fsid: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T22:00:14.638 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50664450-8ca6-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-26T22:00:14.891 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T22:00:15.570 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50664450-8ca6-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-26T22:00:15.821 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T22:00:16.393 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-26T22:00:16.430 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-26T22:00:16.463 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-26T22:00:16.492 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-26T22:00:16.494 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi002/crash 2023-11-26T22:00:16.495 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash -- . 2023-11-26T22:00:16.534 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-26T22:00:16.535 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2023-11-26T22:00:16.536 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi172/crash 2023-11-26T22:00:16.537 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash -- . 2023-11-26T22:00:16.571 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-26T22:00:16.572 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2023-11-26T22:00:16.574 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi192/crash 2023-11-26T22:00:16.574 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash -- . 2023-11-26T22:00:16.617 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/50664450-8ca6-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-26T22:00:16.617 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2023-11-26T22:00:16.618 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-26T22:00:16.618 DEBUG:teuthology.orchestra.run.smithi002:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-26T22:00:16.649 INFO:teuthology.orchestra.run.smithi002.stderr:grep: /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-26T22:00:16.651 INFO:tasks.cephadm:Compressing logs... 2023-11-26T22:00:16.651 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T22:00:16.693 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T22:00:16.695 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T22:00:16.721 INFO:teuthology.orchestra.run.smithi002.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-26T22:00:16.721 INFO:teuthology.orchestra.run.smithi002.stderr:: No such file or directory 2023-11-26T22:00:16.721 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-11-26T22:00:16.722 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mgr.a.log 2023-11-26T22:00:16.722 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-26T22:00:16.723 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-11-26T22:00:16.723 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.a.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-26T22:00:16.725 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-26T22:00:16.726 INFO:teuthology.orchestra.run.smithi192.stderr:: No such file or directory 2023-11-26T22:00:16.726 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-11-26T22:00:16.726 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-11-26T22:00:16.726 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-26T22:00:16.726 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.c.log: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-26T22:00:16.726 INFO:teuthology.orchestra.run.smithi172.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-26T22:00:16.727 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-26T22:00:16.727 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mgr.b.log 2023-11-26T22:00:16.727 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-11-26T22:00:16.727 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-26T22:00:16.727 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mgr.b.log: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-26T22:00:16.727 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-11-26T22:00:16.727 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.b.log: 91.1% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-26T22:00:16.728 INFO:teuthology.orchestra.run.smithi172.stderr: 89.9% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mgr.b.log.gz 2023-11-26T22:00:16.728 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log: 91.1% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-26T22:00:16.729 INFO:teuthology.orchestra.run.smithi002.stderr: 91.3% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-26T22:00:16.760 INFO:teuthology.orchestra.run.smithi192.stderr: 92.6% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-11-26T22:00:16.761 INFO:teuthology.orchestra.run.smithi172.stderr: 92.3% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-11-26T22:00:16.774 INFO:teuthology.orchestra.run.smithi002.stderr: 89.1% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mgr.a.log.gz 2023-11-26T22:00:16.839 INFO:teuthology.orchestra.run.smithi002.stderr: 94.4% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-11-26T22:00:16.847 INFO:teuthology.orchestra.run.smithi192.stderr: 94.4% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-11-26T22:00:16.849 INFO:teuthology.orchestra.run.smithi192.stderr: 2023-11-26T22:00:16.849 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.137s 2023-11-26T22:00:16.849 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.167s 2023-11-26T22:00:16.849 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.021s 2023-11-26T22:00:16.865 INFO:teuthology.orchestra.run.smithi002.stderr: 91.5% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-11-26T22:00:16.867 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-11-26T22:00:16.867 INFO:teuthology.orchestra.run.smithi002.stderr:real 0m0.158s 2023-11-26T22:00:16.867 INFO:teuthology.orchestra.run.smithi002.stderr:user 0m0.312s 2023-11-26T22:00:16.867 INFO:teuthology.orchestra.run.smithi002.stderr:sys 0m0.031s 2023-11-26T22:00:16.870 INFO:teuthology.orchestra.run.smithi172.stderr: 94.3% -- replaced with /var/log/ceph/50664450-8ca6-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-11-26T22:00:16.872 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-11-26T22:00:16.872 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m0.162s 2023-11-26T22:00:16.872 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m0.194s 2023-11-26T22:00:16.872 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.022s 2023-11-26T22:00:16.873 INFO:tasks.cephadm:Archiving logs... 2023-11-26T22:00:16.873 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi002/log 2023-11-26T22:00:16.874 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-26T22:00:16.987 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi172/log 2023-11-26T22:00:16.988 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-26T22:00:17.043 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi192/log 2023-11-26T22:00:17.044 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-26T22:00:17.096 INFO:tasks.cephadm:Removing cluster... 2023-11-26T22:00:17.097 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50664450-8ca6-11ee-95a2-87774f69a715 --force 2023-11-26T22:00:17.349 INFO:teuthology.orchestra.run.smithi002.stdout:Deleting cluster with fsid: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T22:00:17.655 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50664450-8ca6-11ee-95a2-87774f69a715 --force 2023-11-26T22:00:17.899 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T22:00:18.172 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50664450-8ca6-11ee-95a2-87774f69a715 --force 2023-11-26T22:00:18.427 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 50664450-8ca6-11ee-95a2-87774f69a715 2023-11-26T22:00:18.718 INFO:tasks.cephadm:Removing cephadm ... 2023-11-26T22:00:18.719 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-26T22:00:18.740 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-26T22:00:18.759 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-26T22:00:18.777 INFO:tasks.cephadm:Teardown complete 2023-11-26T22:00:18.777 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-26T22:00:18.789 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-26T22:00:18.790 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-26T22:00:18.792 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-26T22:00:18.801 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-26T22:00:18.910 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-26T22:00:18.919 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-26T22:00:18.919 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-26T22:00:18.922 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-26T22:00:18.924 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-26T22:00:18.938 INFO:teuthology.orchestra.run.smithi172.stderr:bash: ntpq: command not found 2023-11-26T22:00:18.939 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-11-26T22:00:18.940 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-11-26T22:00:18.941 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-26T22:00:18.942 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2023-11-26T22:00:18.942 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +2180us[+2180us] +/- 99ms 2023-11-26T22:00:18.942 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 54 -604us[ -604us] +/- 89ms 2023-11-26T22:00:18.942 INFO:teuthology.orchestra.run.smithi172.stdout:^* hv03.front.sepia.ceph.com 3 6 377 56 -999us[ -996us] +/- 72ms 2023-11-26T22:00:18.942 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T22:00:18.944 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-26T22:00:18.944 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-11-26T22:00:18.944 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 +2177us[+2177us] +/- 99ms 2023-11-26T22:00:18.944 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 54 -607us[ -607us] +/- 89ms 2023-11-26T22:00:18.944 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv03.front.sepia.ceph.com 3 6 377 56 -1006us[ -989us] +/- 72ms 2023-11-26T22:00:18.945 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T22:00:18.946 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-26T22:00:18.946 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-11-26T22:00:18.946 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +2172us[+2164us] +/- 99ms 2023-11-26T22:00:18.946 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 54 -631us[ -640us] +/- 89ms 2023-11-26T22:00:18.946 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv03.front.sepia.ceph.com 3 6 377 53 -1012us[-1021us] +/- 72ms 2023-11-26T22:00:18.946 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-26T22:00:18.947 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-26T22:00:18.955 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-26T22:00:18.956 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-26T22:00:19.000 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T22:00:19.103 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T22:00:19.194 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T22:00:19.284 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T22:00:19.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T22:00:19.320 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T22:00:19.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T22:00:19.351 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T22:00:19.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T22:00:19.383 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-26T22:00:19.392 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-26T22:00:19.417 INFO:teuthology.task.internal:Duration was 1261.781014 seconds 2023-11-26T22:00:19.417 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-26T22:00:19.466 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-26T22:00:19.467 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-26T22:00:19.469 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-26T22:00:19.471 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-26T22:00:19.515 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-26T22:00:19.517 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-26T22:00:19.518 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-26T22:00:19.964 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-26T22:00:19.964 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2023-11-26T22:00:19.964 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T22:00:19.992 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2023-11-26T22:00:19.992 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T22:00:20.014 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2023-11-26T22:00:20.014 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T22:00:20.037 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-26T22:00:20.037 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-26T22:00:20.039 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-26T22:00:20.056 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-26T22:00:20.119 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-26T22:00:20.119 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-26T22:00:20.122 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-26T22:00:20.139 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-26T22:00:20.242 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-26T22:00:20.252 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-26T22:00:20.252 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-26T22:00:20.280 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-26T22:00:20.307 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-26T22:00:20.334 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-26T22:00:20.343 DEBUG:teuthology.orchestra.run.smithi002:> 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-26T22:00:20.345 DEBUG:teuthology.orchestra.run.smithi172:> 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-26T22:00:20.349 DEBUG:teuthology.orchestra.run.smithi192:> 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-26T22:00:20.371 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2023-11-26T22:00:20.373 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2023-11-26T22:00:20.400 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2023-11-26T22:00:20.437 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-26T22:00:20.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T22:00:20.454 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-26T22:00:20.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T22:00:20.470 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-26T22:00:20.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-26T22:00:20.493 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-26T22:00:20.503 INFO:teuthology.task.internal:Transferring archived files... 2023-11-26T22:00:20.503 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi002 2023-11-26T22:00:20.504 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-26T22:00:20.542 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi172 2023-11-26T22:00:20.542 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-26T22:00:20.579 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369/remote/smithi192 2023-11-26T22:00:20.579 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-26T22:00:20.616 INFO:teuthology.task.internal:Removing archive directory... 2023-11-26T22:00:20.616 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-26T22:00:20.619 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-26T22:00:20.621 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-26T22:00:20.667 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-26T22:00:20.679 INFO:teuthology.task.internal:Not uploading archives. 2023-11-26T22:00:20.679 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-26T22:00:20.709 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-26T22:00:20.709 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-26T22:00:20.711 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-26T22:00:20.713 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-26T22:00:20.726 INFO:teuthology.orchestra.run.smithi002.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 26 22:00 /home/ubuntu/cephtest 2023-11-26T22:00:20.727 INFO:teuthology.orchestra.run.smithi172.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 26 22:00 /home/ubuntu/cephtest 2023-11-26T22:00:20.729 INFO:teuthology.orchestra.run.smithi192.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 26 22:00 /home/ubuntu/cephtest 2023-11-26T22:00:20.731 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-26T22:00:20.760 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-26T22:00:20.860 INFO:teuthology.nuke:Checking targets against current locks 2023-11-26T22:00:20.886 DEBUG:teuthology.nuke:shortname: smithi002 2023-11-26T22:00:20.887 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-26T22:00:20.908 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369', '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-26 21:32:30.126316', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-26T22:00:20.913 DEBUG:teuthology.nuke:shortname: smithi172 2023-11-26T22:00:20.913 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-26T22:00:20.934 DEBUG:teuthology.nuke:shortname: smithi192 2023-11-26T22:00:20.935 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-26T22:00:20.938 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369', '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-26 21:32:30.124760', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-26T22:00:20.950 INFO:teuthology.orchestra.console.smithi002:Power off 2023-11-26T22:00:20.950 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-26T22:00:20.963 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-26_21:30:23-rados-wip-yuri7-testing-2023-11-17-0819-distro-default-smithi/7467369', '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-26 21:32:30.127845', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-26T22:00:20.974 DEBUG:teuthology.orchestra.console.smithi002:power off output: Chassis Power Control: Down/Off 2023-11-26T22:00:20.974 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:20.990 INFO:teuthology.orchestra.console.smithi172:Power off 2023-11-26T22:00:20.991 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-26T22:00:20.999 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-11-26T22:00:21.011 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2023-11-26T22:00:21.011 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:21.026 INFO:teuthology.orchestra.console.smithi192:Power off 2023-11-26T22:00:21.026 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-26T22:00:21.033 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-11-26T22:00:21.047 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2023-11-26T22:00:21.048 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:21.068 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-11-26T22:00:25.001 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:25.034 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:25.070 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:25.110 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-11-26T22:00:25.142 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-11-26T22:00:25.179 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-11-26T22:00:29.115 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:29.142 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:29.181 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-26T22:00:29.225 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is off 2023-11-26T22:00:29.250 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2023-11-26T22:00:29.290 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2023-11-26T22:00:29.326 INFO:teuthology.orchestra.console.smithi002:Power off completed 2023-11-26T22:00:29.351 INFO:teuthology.orchestra.console.smithi172:Power off completed 2023-11-26T22:00:29.391 INFO:teuthology.orchestra.console.smithi192:Power off completed 2023-11-26T22:00:29.495 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 1261.7810144424438 failure_reason: 'Command failed on smithi002 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6e53c10527672d8329987098faf1fc1df7be6f04 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50664450-8ca6-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=209325c8ca01421e95e67a666c77c275 status: fail success: false 2023-11-26T22:00:29.496 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-26T22:00:29.570 INFO:teuthology.run:FAIL