2023-01-26T16:35:00.600 INFO:root:teuthology version: 0.0.1.dev31+g912c45c 2023-01-26T16:35:00.601 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-01-26_16:19:03-upgrade:quincy-x-wip-yuri-testing-2023-01-23-0926-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-01-26_16:19:03-upgrade:quincy-x-wip-yuri-testing-2023-01-23-0926-distro-default-smithi/7139296 --description upgrade:quincy-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} --verbose -- /home/teuthworker/archive/yuriw-2023-01-26_16:19:03-upgrade:quincy-x-wip-yuri-testing-2023-01-23-0926-distro-default-smithi/7139296/orig.config.yaml 2023-01-26T16:35:00.662 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-01-26T16:35:00.741 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-01-26_16:19:03-upgrade:quincy-x-wip-yuri-testing-2023-01-23-0926-distro-default-smithi/7139296 branch: wip-yuri-testing-2023-01-23-0926 description: upgrade:quincy-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} email: yweinstein@radhat.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 ; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]''; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - workunit: branch: octopus clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' first_in_suite: false job_id: '7139296' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run basic import/export cli tests for rbd ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run basic import/export cli tests for rbd ' name: yuriw-2023-01-26_16:19:03-upgrade:quincy-x-wip-yuri-testing-2023-01-23-0926-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri-testing-2023-01-23-0926 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b0d2592529629ab4f86fed5991e556a87dcda563 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: b0d2592529629ab4f86fed5991e556a87dcda563 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2023-01-23-0926 sha1: b0d2592529629ab4f86fed5991e556a87dcda563 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - ceph orch upgrade resume - sleep 60 - echo wait for upgrade to complete - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - workunit: branch: octopus clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' sha1: b0d2592529629ab4f86fed5991e556a87dcda563 sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: octopus clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: octopus clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: octopus clients: client.0: - rbd/test_librbd.sh - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' suite: upgrade:quincy-x suite_branch: wip-yuri-testing-2023-01-23-0926 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b0d2592529629ab4f86fed5991e556a87dcda563/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b0d2592529629ab4f86fed5991e556a87dcda563 targets: smithi050.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpUxo5ay/ucdkX9rleNMm8Ofp24XRXUtJPOK3Ji3XBpTiUgmmwneaY6316+3CG+k4K0p3IebanuyTvZApjm02/dNCvu8yD3rjEpWVgIuqYH8O3lEdN9DXcCX+7xHJE0m18+ZPsJQVsNrNJxY+5zqyNnBc8jpZq2LStsWwPOKPWhauANRkOBFSGDoLppWZbLx/yJs+R0qoNLLK9LpKQTUnqsapXvbD27OpPahzj/qbNxFPPyY6XrrldZ6qEO+EjJOujFLH3gzv0kJu10DCuzxrpz6ston4RPi1O3GgcHnF4Mqr/W9VwZ94UTMh+k4dIFRVqJEKrcwRHa5kFsvH/WhVx0Ygr/MiV/Q86mmV7JT+/MpzIRTtWyei5L9IBeZIE9cwzj+mOk6SD/t1roIVEGVV/uF2AyFDVBPr6F8oZ822OGpUyyaDsWTitPNdTX4TC3zdSrLc9tyDa1P74eH/ZLeTSf+C6pM/cepOhQaa6XzpDiPSuJUm9HOQxUlEAvcqa7Ac= smithi077.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpUxo5ay/ucdkX9rleNMm8Ofp24XRXUtJPOK3Ji3XBpTiUgmmwneaY6316+3CG+k4K0p3IebanuyTvZApjm02/dNCvu8yD3rjEpWVgIuqYH8O3lEdN9DXcCX+7xHJE0m18+ZPsJQVsNrNJxY+5zqyNnBc8jpZq2LStsWwPOKPWhauANRkOBFSGDoLppWZbLx/yJs+R0qoNLLK9LpKQTUnqsapXvbD27OpPahzj/qbNxFPPyY6XrrldZ6qEO+EjJOujFLH3gzv0kJu10DCuzxrpz6ston4RPi1O3GgcHnF4Mqr/W9VwZ94UTMh+k4dIFRVqJEKrcwRHa5kFsvH/WhVx0Ygr/MiV/Q86mmV7JT+/MpzIRTtWyei5L9IBeZIE9cwzj+mOk6SD/t1roIVEGVV/uF2AyFDVBPr6F8oZ822OGpUyyaDsWTitPNdTX4TC3zdSrLc9tyDa1P74eH/ZLeTSf+C6pM/cepOhQaa6XzpDiPSuJUm9HOQxUlEAvcqa7Ac= 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 - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: branch: quincy exclude_packages: - ceph-volume - cephadm: cephadm_branch: quincy cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.io/ceph/daemon-base:latest-quincy - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 912c45c320f1f67e29963a9ee0910819e4e6e16c timestamp: 2023-01-26_16:19:03 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.17735 2023-01-26T16:35:00.741 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b0d2592529629ab4f86fed5991e556a87dcda563/qa; will attempt to use it 2023-01-26T16:35:00.742 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b0d2592529629ab4f86fed5991e556a87dcda563/qa/tasks 2023-01-26T16:35:00.742 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-01-26T16:35:00.744 INFO:teuthology.task.internal:Checking packages... 2023-01-26T16:35:00.774 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b0d2592529629ab4f86fed5991e556a87dcda563' 2023-01-26T16:35:00.774 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-26T16:35:00.775 INFO:teuthology.packaging:ref: None 2023-01-26T16:35:00.775 INFO:teuthology.packaging:tag: None 2023-01-26T16:35:00.775 INFO:teuthology.packaging:branch: wip-yuri-testing-2023-01-23-0926 2023-01-26T16:35:00.776 INFO:teuthology.packaging:sha1: b0d2592529629ab4f86fed5991e556a87dcda563 2023-01-26T16:35:00.776 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri-testing-2023-01-23-0926 2023-01-26T16:35:00.948 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-1959.gb0d25925 2023-01-26T16:35:00.949 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-01-26T16:35:00.963 INFO:teuthology.task.internal:no buildpackages task found 2023-01-26T16:35:00.963 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-01-26T16:35:00.979 INFO:teuthology.task.internal:Saving configuration 2023-01-26T16:35:01.001 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-01-26T16:35:01.009 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-26T16:35:01.033 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-26_16:19:03-upgrade:quincy-x-wip-yuri-testing-2023-01-23-0926-distro-default-smithi/7139296', '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-01-26 16:30:45.106718', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-01-26T16:35:01.059 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-26_16:19:03-upgrade:quincy-x-wip-yuri-testing-2023-01-23-0926-distro-default-smithi/7139296', '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-01-26 16:30:45.105396', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-01-26T16:35:01.060 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-01-26T16:35:01.068 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-01-26T16:35:01.069 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-01-26T16:35:01.069 INFO:teuthology.run_tasks:Running task console_log... 2023-01-26T16:35:01.150 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5056eac790>, signals=[15]) 2023-01-26T16:35:01.151 INFO:teuthology.run_tasks:Running task internal.connect... 2023-01-26T16:35:01.160 INFO:teuthology.task.internal:Opening connections... 2023-01-26T16:35:01.161 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2023-01-26T16:35:01.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-26T16:35:01.239 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2023-01-26T16:35:01.240 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-26T16:35:01.307 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-01-26T16:35:01.319 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2023-01-26T16:35:01.339 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2023-01-26T16:35:01.340 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2023-01-26T16:35:01.401 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="Red Hat Enterprise Linux" 2023-01-26T16:35:01.402 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="8.6 (Ootpa)" 2023-01-26T16:35:01.402 INFO:teuthology.orchestra.run.smithi050.stdout:ID="rhel" 2023-01-26T16:35:01.402 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE="fedora" 2023-01-26T16:35:01.403 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="8.6" 2023-01-26T16:35:01.403 INFO:teuthology.orchestra.run.smithi050.stdout:PLATFORM_ID="platform:el8" 2023-01-26T16:35:01.403 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-01-26T16:35:01.404 INFO:teuthology.orchestra.run.smithi050.stdout:ANSI_COLOR="0;31" 2023-01-26T16:35:01.404 INFO:teuthology.orchestra.run.smithi050.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-01-26T16:35:01.404 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://www.redhat.com/" 2023-01-26T16:35:01.405 INFO:teuthology.orchestra.run.smithi050.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-01-26T16:35:01.405 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-01-26T16:35:01.406 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:35:01.406 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-01-26T16:35:01.406 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-01-26T16:35:01.407 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-01-26T16:35:01.407 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-01-26T16:35:01.408 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2023-01-26T16:35:01.428 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2023-01-26T16:35:01.449 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2023-01-26T16:35:01.450 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2023-01-26T16:35:01.506 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="Red Hat Enterprise Linux" 2023-01-26T16:35:01.506 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="8.6 (Ootpa)" 2023-01-26T16:35:01.507 INFO:teuthology.orchestra.run.smithi077.stdout:ID="rhel" 2023-01-26T16:35:01.507 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="fedora" 2023-01-26T16:35:01.507 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="8.6" 2023-01-26T16:35:01.507 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el8" 2023-01-26T16:35:01.507 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-01-26T16:35:01.508 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2023-01-26T16:35:01.508 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-01-26T16:35:01.508 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://www.redhat.com/" 2023-01-26T16:35:01.508 INFO:teuthology.orchestra.run.smithi077.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-01-26T16:35:01.509 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-01-26T16:35:01.509 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:35:01.509 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-01-26T16:35:01.509 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-01-26T16:35:01.509 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-01-26T16:35:01.510 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-01-26T16:35:01.510 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2023-01-26T16:35:01.524 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-01-26T16:35:01.536 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-01-26T16:35:01.544 INFO:teuthology.task.internal:Checking for old test directory... 2023-01-26T16:35:01.545 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2023-01-26T16:35:01.548 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2023-01-26T16:35:01.565 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-01-26T16:35:01.572 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-01-26T16:35:01.573 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2023-01-26T16:35:01.610 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2023-01-26T16:35:01.635 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-01-26T16:35:01.684 INFO:teuthology.run_tasks:Running task kernel... 2023-01-26T16:35:01.698 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-01-26T16:35:01.699 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-01-26T16:35:01.699 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2023-01-26T16:35:01.700 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2023-01-26T16:35:01.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-26T16:35:01.717 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2023-01-26T16:35:01.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-26T16:35:01.719 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2023-01-26T16:35:01.773 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-372.9.1.el8.x86_64 2023-01-26T16:35:01.774 INFO:teuthology.task.kernel:Running kernel on smithi077: 4.18.0-372.9.1.el8.x86_64 2023-01-26T16:35:01.774 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2023-01-26T16:35:01.779 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-372.9.1.el8.x86_64 2023-01-26T16:35:01.779 INFO:teuthology.task.kernel:Running kernel on smithi050: 4.18.0-372.9.1.el8.x86_64 2023-01-26T16:35:01.779 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum install -y kernel 2023-01-26T16:35:03.059 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:35:03.060 INFO:teuthology.orchestra.run.smithi050.stdout:Unable to read consumer identity 2023-01-26T16:35:03.712 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:35:03.712 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2023-01-26T16:35:04.679 INFO:teuthology.orchestra.run.smithi050.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-01-26T16:35:05.576 INFO:teuthology.orchestra.run.smithi077.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-01-26T16:35:05.671 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 14 MB/s | 13 MB 00:00 2023-01-26T16:35:06.629 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 13 MB/s | 13 MB 00:01 2023-01-26T16:35:08.996 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 418 kB/s | 24 kB 00:00 2023-01-26T16:35:09.637 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 552 kB/s | 24 kB 00:00 2023-01-26T16:35:09.700 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-01-26T16:35:09.740 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:35:09.741 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:35:09.742 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:35:09.871 DEBUG:teuthology.orchestra.run.smithi050:> echo no | sudo yum reinstall kernel || true 2023-01-26T16:35:10.264 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:35:10.264 INFO:teuthology.orchestra.run.smithi050.stdout:Unable to read consumer identity 2023-01-26T16:35:10.265 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-01-26T16:35:10.315 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:35:10.316 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:35:10.316 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:35:10.437 DEBUG:teuthology.orchestra.run.smithi077:> echo no | sudo yum reinstall kernel || true 2023-01-26T16:35:10.542 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:02 ago on Thu 26 Jan 2023 04:35:08 PM UTC. 2023-01-26T16:35:10.586 INFO:teuthology.orchestra.run.smithi050.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-01-26T16:35:10.625 INFO:teuthology.orchestra.run.smithi050.stderr:Error: No packages marked for reinstall. 2023-01-26T16:35:10.673 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum reinstall -y kernel || true 2023-01-26T16:35:10.767 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:35:10.768 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2023-01-26T16:35:11.022 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:35:11.023 INFO:teuthology.orchestra.run.smithi050.stdout:Unable to read consumer identity 2023-01-26T16:35:11.027 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:02 ago on Thu 26 Jan 2023 04:35:09 PM UTC. 2023-01-26T16:35:11.079 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-01-26T16:35:11.106 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2023-01-26T16:35:11.155 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum reinstall -y kernel || true 2023-01-26T16:35:11.297 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:03 ago on Thu 26 Jan 2023 04:35:08 PM UTC. 2023-01-26T16:35:11.339 INFO:teuthology.orchestra.run.smithi050.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-01-26T16:35:11.367 INFO:teuthology.orchestra.run.smithi050.stderr:Error: No packages marked for reinstall. 2023-01-26T16:35:11.418 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel --last | head -n 1 2023-01-26T16:35:11.486 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:35:11.486 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2023-01-26T16:35:11.500 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-372.9.1.el8.x86_64 Thu 14 Jul 2022 06:23:21 PM UTC 2023-01-26T16:35:11.502 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-01-26T16:35:11.502 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-01-26T16:35:11.502 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-01-26T16:35:11.503 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-01-26T16:35:11.529 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2023-01-26T16:35:11.542 DEBUG:teuthology.parallel:result is None 2023-01-26T16:35:11.738 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:03 ago on Thu 26 Jan 2023 04:35:09 PM UTC. 2023-01-26T16:35:11.780 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-01-26T16:35:11.805 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2023-01-26T16:35:11.851 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel --last | head -n 1 2023-01-26T16:35:11.930 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-372.9.1.el8.x86_64 Thu 14 Jul 2022 06:23:21 PM UTC 2023-01-26T16:35:11.932 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-01-26T16:35:11.932 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-01-26T16:35:11.932 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-01-26T16:35:11.933 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-01-26T16:35:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2023-01-26T16:35:11.998 DEBUG:teuthology.parallel:result is None 2023-01-26T16:35:11.998 INFO:teuthology.run_tasks:Running task internal.base... 2023-01-26T16:35:12.009 INFO:teuthology.task.internal:Creating test directory... 2023-01-26T16:35:12.010 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-01-26T16:35:12.013 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-01-26T16:35:12.030 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-01-26T16:35:12.041 INFO:teuthology.run_tasks:Running task internal.archive... 2023-01-26T16:35:12.055 INFO:teuthology.task.internal:Creating archive directory... 2023-01-26T16:35:12.055 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-01-26T16:35:12.073 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-01-26T16:35:12.101 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-01-26T16:35:12.112 INFO:teuthology.task.internal:Enabling coredump saving... 2023-01-26T16:35:12.112 DEBUG:teuthology.orchestra.run.smithi050:> 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-01-26T16:35:12.138 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-26T16:35:12.171 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-26T16:35:12.180 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-26T16:35:12.181 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-26T16:35:12.192 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-26T16:35:12.193 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-01-26T16:35:12.205 INFO:teuthology.task.internal:Configuring sudo... 2023-01-26T16:35:12.205 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-01-26T16:35:12.208 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-01-26T16:35:12.249 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-01-26T16:35:12.259 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-01-26T16:35:12.259 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-01-26T16:35:12.278 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-01-26T16:35:12.306 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-26T16:35:12.377 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-26T16:35:12.437 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-26T16:35:12.522 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-26T16:35:12.566 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:35:12.566 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-01-26T16:35:12.634 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-26T16:35:12.676 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-26T16:35:12.742 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-26T16:35:12.781 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-26T16:35:12.827 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:35:12.827 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-01-26T16:35:12.900 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2023-01-26T16:35:12.902 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2023-01-26T16:35:12.963 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-01-26T16:35:13.001 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-01-26T16:35:13.439 INFO:teuthology.run_tasks:Running task internal.timer... 2023-01-26T16:35:13.447 INFO:teuthology.task.internal:Starting timer... 2023-01-26T16:35:13.447 INFO:teuthology.run_tasks:Running task pcp... 2023-01-26T16:35:13.463 INFO:teuthology.run_tasks:Running task selinux... 2023-01-26T16:35:13.478 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-01-26T16:35:13.478 DEBUG:teuthology.orchestra.run.smithi050:> sudo service auditd rotate 2023-01-26T16:35:13.543 INFO:teuthology.orchestra.run.smithi050.stdout:Rotating logs: 2023-01-26T16:35:13.545 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2023-01-26T16:35:13.608 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2023-01-26T16:35:13.610 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-01-26T16:35:13.610 DEBUG:teuthology.orchestra.run.smithi050:> /usr/sbin/getenforce 2023-01-26T16:35:13.636 INFO:teuthology.orchestra.run.smithi050.stdout:Permissive 2023-01-26T16:35:13.637 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2023-01-26T16:35:13.670 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2023-01-26T16:35:13.670 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi050.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi077.front.sepia.ceph.com': 'permissive'} 2023-01-26T16:35:13.670 DEBUG:teuthology.orchestra.run.smithi050:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av \'\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|comm="sssd"\|comm="sss_cache"\|context=system_u:system_r:NetworkManager_dispatcher_t:s0\)\' 2023-01-26T16:35:13.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-26T16:35:13.705 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av \'\(comm="dmidecode"\|chronyd.service\|name="cephtest"\|scontext=system_u:system_r:nrpe_t:s0\|scontext=system_u:system_r:pcp_pmlogger_t\|scontext=system_u:system_r:pcp_pmcd_t:s0\|comm="rhsmd"\|scontext=system_u:system_r:syslogd_t:s0\|tcontext=system_u:system_r:nrpe_t:s0\|comm="updatedb"\|comm="smartd"\|comm="rhsmcertd-worke"\|comm="setroubleshootd"\|comm="rpm"\|tcontext=system_u:object_r:container_runtime_exec_t:s0\|comm="ksmtuned"\|comm="sssd"\|comm="sss_cache"\|context=system_u:system_r:NetworkManager_dispatcher_t:s0\)\' 2023-01-26T16:35:13.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-26T16:35:13.738 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-01-26T16:35:13.738 DEBUG:teuthology.orchestra.run.smithi050:> sudo /usr/sbin/setenforce permissive 2023-01-26T16:35:13.772 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2023-01-26T16:35:13.805 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-01-26T16:35:13.818 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-01-26T16:35:13.823 INFO:teuthology.repo_utils:Fetching main from origin 2023-01-26T16:35:13.939 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-01-26T16:35:13.958 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-01-26T16:35:13.959 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi050.front.sepia.ceph.com,smithi077.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-01-26T16:42:21.494 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi050.front.sepia.ceph.com'), Remote(name='ubuntu@smithi077.front.sepia.ceph.com')] 2023-01-26T16:42:21.495 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-01-26T16:42:21.496 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-26T16:42:21.566 DEBUG:teuthology.orchestra.run.smithi050:> true 2023-01-26T16:42:21.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-01-26T16:42:21.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-26T16:42:21.659 DEBUG:teuthology.orchestra.run.smithi077:> true 2023-01-26T16:42:21.727 INFO:teuthology.run_tasks:Running task clock... 2023-01-26T16:42:21.737 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-01-26T16:42:21.738 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-01-26T16:42:21.738 DEBUG:teuthology.orchestra.run.smithi050:> 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-01-26T16:42:21.741 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-01-26T16:42:21.741 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-26T16:42:21.802 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-01-26T16:42:21.802 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-01-26T16:42:21.817 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-01-26T16:42:21.847 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-01-26T16:42:21.888 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2023-01-26T16:42:21.900 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2023-01-26T16:42:21.915 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-01-26T16:42:21.928 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-01-26T16:42:21.969 INFO:teuthology.orchestra.run.smithi050.stderr:sudo: ntpd: command not found 2023-01-26T16:42:21.999 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2023-01-26T16:42:22.004 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-01-26T16:42:22.004 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2023-01-26T16:42:22.004 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.004 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.005 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.005 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.012 INFO:teuthology.orchestra.run.smithi050.stdout:506 Cannot talk to daemon 2023-01-26T16:42:22.057 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-01-26T16:42:22.102 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-01-26T16:42:22.222 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2023-01-26T16:42:22.227 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-01-26T16:42:22.227 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2023-01-26T16:42:22.227 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.227 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.228 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.228 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-01-26T16:42:22.228 INFO:teuthology.run_tasks:Running task pexec... 2023-01-26T16:42:22.238 INFO:teuthology.task.pexec:Executing custom commands... 2023-01-26T16:42:22.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi050.front.sepia.ceph.com 2023-01-26T16:42:22.240 DEBUG:teuthology.orchestra.run.smithi050:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-01-26T16:42:22.240 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2023-01-26T16:42:22.241 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-01-26T16:42:22.612 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:42:22.692 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:42:23.449 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:45 ago on Thu 26 Jan 2023 04:40:38 PM UTC. 2023-01-26T16:42:23.557 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:28 ago on Thu 26 Jan 2023 04:40:55 PM UTC. 2023-01-26T16:42:25.324 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:42:25.324 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:42:25.325 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-01-26T16:42:25.325 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:42:25.325 INFO:teuthology.orchestra.run.smithi077.stdout:Resetting modules: 2023-01-26T16:42:25.325 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools 2023-01-26T16:42:25.325 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:42:25.326 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:42:25.326 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:42:25.326 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:42:25.398 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:42:25.400 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:42:25.400 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-01-26T16:42:25.400 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:42:25.400 INFO:teuthology.orchestra.run.smithi050.stdout:Resetting modules: 2023-01-26T16:42:25.400 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools 2023-01-26T16:42:25.401 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:42:25.401 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:42:25.401 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:42:25.401 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:42:26.277 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:47 ago on Thu 26 Jan 2023 04:40:38 PM UTC. 2023-01-26T16:42:26.392 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:30 ago on Thu 26 Jan 2023 04:40:55 PM UTC. 2023-01-26T16:42:29.071 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:42:29.469 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:42:29.585 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:42:29.925 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:42:30.384 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:34 ago on Thu 26 Jan 2023 04:40:55 PM UTC. 2023-01-26T16:42:30.695 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:52 ago on Thu 26 Jan 2023 04:40:38 PM UTC. 2023-01-26T16:42:32.353 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:42:32.356 INFO:teuthology.orchestra.run.smithi050.stdout:========================================================================================================================== 2023-01-26T16:42:32.357 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:42:32.357 INFO:teuthology.orchestra.run.smithi050.stdout:========================================================================================================================== 2023-01-26T16:42:32.357 INFO:teuthology.orchestra.run.smithi050.stdout:Installing group/module packages: 2023-01-26T16:42:32.357 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.357 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-01-26T16:42:32.358 INFO:teuthology.orchestra.run.smithi050.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-01-26T16:42:32.358 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.358 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.358 INFO:teuthology.orchestra.run.smithi050.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-01-26T16:42:32.358 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:42:32.358 INFO:teuthology.orchestra.run.smithi050.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-01-26T16:42:32.359 INFO:teuthology.orchestra.run.smithi050.stdout:Downgrading: 2023-01-26T16:42:32.359 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.359 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.359 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.359 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.360 INFO:teuthology.orchestra.run.smithi050.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-01-26T16:42:32.360 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.360 INFO:teuthology.orchestra.run.smithi050.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-01-26T16:42:32.360 INFO:teuthology.orchestra.run.smithi050.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-01-26T16:42:32.360 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.361 INFO:teuthology.orchestra.run.smithi050.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-01-26T16:42:32.361 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:42:32.361 INFO:teuthology.orchestra.run.smithi050.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-01-26T16:42:32.361 INFO:teuthology.orchestra.run.smithi050.stdout:Installing module profiles: 2023-01-26T16:42:32.361 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools/common 2023-01-26T16:42:32.362 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling module streams: 2023-01-26T16:42:32.362 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools 3.0 2023-01-26T16:42:32.362 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:42:32.362 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:42:32.362 INFO:teuthology.orchestra.run.smithi050.stdout:========================================================================================================================== 2023-01-26T16:42:32.363 INFO:teuthology.orchestra.run.smithi050.stdout:Install 7 Packages 2023-01-26T16:42:32.363 INFO:teuthology.orchestra.run.smithi050.stdout:Downgrade 12 Packages 2023-01-26T16:42:32.363 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:42:32.363 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 51 M 2023-01-26T16:42:32.364 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:42:32.399 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:42:32.402 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================================================== 2023-01-26T16:42:32.402 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:42:32.403 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================================================== 2023-01-26T16:42:32.403 INFO:teuthology.orchestra.run.smithi077.stdout:Installing group/module packages: 2023-01-26T16:42:32.403 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.403 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-01-26T16:42:32.403 INFO:teuthology.orchestra.run.smithi077.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-01-26T16:42:32.404 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.404 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.404 INFO:teuthology.orchestra.run.smithi077.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-01-26T16:42:32.404 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:42:32.404 INFO:teuthology.orchestra.run.smithi077.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-01-26T16:42:32.405 INFO:teuthology.orchestra.run.smithi077.stdout:Downgrading: 2023-01-26T16:42:32.405 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.405 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.405 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.405 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.406 INFO:teuthology.orchestra.run.smithi077.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-01-26T16:42:32.406 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.406 INFO:teuthology.orchestra.run.smithi077.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-01-26T16:42:32.406 INFO:teuthology.orchestra.run.smithi077.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-01-26T16:42:32.406 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.407 INFO:teuthology.orchestra.run.smithi077.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-01-26T16:42:32.407 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:42:32.407 INFO:teuthology.orchestra.run.smithi077.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-01-26T16:42:32.407 INFO:teuthology.orchestra.run.smithi077.stdout:Installing module profiles: 2023-01-26T16:42:32.407 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools/common 2023-01-26T16:42:32.407 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling module streams: 2023-01-26T16:42:32.408 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools 3.0 2023-01-26T16:42:32.408 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:42:32.408 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:42:32.408 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================================================== 2023-01-26T16:42:32.408 INFO:teuthology.orchestra.run.smithi077.stdout:Install 7 Packages 2023-01-26T16:42:32.409 INFO:teuthology.orchestra.run.smithi077.stdout:Downgrade 12 Packages 2023-01-26T16:42:32.409 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:42:32.409 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 51 M 2023-01-26T16:42:32.409 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:42:32.435 INFO:teuthology.orchestra.run.smithi050.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.2 MB/s | 91 kB 00:00 2023-01-26T16:42:32.460 INFO:teuthology.orchestra.run.smithi050.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 530 kB/s | 53 kB 00:00 2023-01-26T16:42:32.474 INFO:teuthology.orchestra.run.smithi077.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.3 MB/s | 91 kB 00:00 2023-01-26T16:42:32.486 INFO:teuthology.orchestra.run.smithi050.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 411 kB/s | 51 kB 00:00 2023-01-26T16:42:32.499 INFO:teuthology.orchestra.run.smithi077.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 568 kB/s | 53 kB 00:00 2023-01-26T16:42:32.519 INFO:teuthology.orchestra.run.smithi050.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-01-26T16:42:32.524 INFO:teuthology.orchestra.run.smithi077.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 435 kB/s | 51 kB 00:00 2023-01-26T16:42:32.558 INFO:teuthology.orchestra.run.smithi077.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-01-26T16:42:32.578 INFO:teuthology.orchestra.run.smithi050.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 753 kB/s | 69 kB 00:00 2023-01-26T16:42:32.583 INFO:teuthology.orchestra.run.smithi077.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-01-26T16:42:32.603 INFO:teuthology.orchestra.run.smithi050.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 861 kB/s | 72 kB 00:00 2023-01-26T16:42:32.608 INFO:teuthology.orchestra.run.smithi077.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-01-26T16:42:32.645 INFO:teuthology.orchestra.run.smithi050.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-01-26T16:42:32.650 INFO:teuthology.orchestra.run.smithi077.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-01-26T16:42:32.687 INFO:teuthology.orchestra.run.smithi050.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.2 MB/s | 51 kB 00:00 2023-01-26T16:42:32.734 INFO:teuthology.orchestra.run.smithi077.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-01-26T16:42:32.747 INFO:teuthology.orchestra.run.smithi050.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-01-26T16:42:32.751 INFO:teuthology.orchestra.run.smithi077.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 509 kB/s | 51 kB 00:00 2023-01-26T16:42:32.793 INFO:teuthology.orchestra.run.smithi077.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 7.5 MB/s | 322 kB 00:00 2023-01-26T16:42:32.796 INFO:teuthology.orchestra.run.smithi050.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-01-26T16:42:32.826 INFO:teuthology.orchestra.run.smithi077.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-01-26T16:42:32.838 INFO:teuthology.orchestra.run.smithi050.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 978 kB/s | 41 kB 00:00 2023-01-26T16:42:32.927 INFO:teuthology.orchestra.run.smithi077.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 22 MB/s | 2.2 MB 00:00 2023-01-26T16:42:32.955 INFO:teuthology.orchestra.run.smithi050.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 19 MB/s | 2.2 MB 00:00 2023-01-26T16:42:33.060 INFO:teuthology.orchestra.run.smithi077.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-01-26T16:42:33.105 INFO:teuthology.orchestra.run.smithi050.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 21 MB/s | 11 MB 00:00 2023-01-26T16:42:33.236 INFO:teuthology.orchestra.run.smithi077.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 21 MB/s | 6.4 MB 00:00 2023-01-26T16:42:33.305 INFO:teuthology.orchestra.run.smithi050.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 18 MB/s | 6.4 MB 00:00 2023-01-26T16:42:33.353 INFO:teuthology.orchestra.run.smithi077.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 23 MB/s | 6.8 MB 00:00 2023-01-26T16:42:33.364 INFO:teuthology.orchestra.run.smithi050.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 18 MB/s | 1.1 MB 00:00 2023-01-26T16:42:33.394 INFO:teuthology.orchestra.run.smithi077.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.7 MB/s | 1.1 MB 00:00 2023-01-26T16:42:33.420 INFO:teuthology.orchestra.run.smithi077.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-01-26T16:42:33.445 INFO:teuthology.orchestra.run.smithi077.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-01-26T16:42:33.464 INFO:teuthology.orchestra.run.smithi050.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 19 MB/s | 6.8 MB 00:00 2023-01-26T16:42:33.490 INFO:teuthology.orchestra.run.smithi050.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.4 MB/s | 185 kB 00:00 2023-01-26T16:42:33.515 INFO:teuthology.orchestra.run.smithi050.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-01-26T16:42:33.629 INFO:teuthology.orchestra.run.smithi077.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-01-26T16:42:33.629 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:42:33.630 INFO:teuthology.orchestra.run.smithi077.stdout:Total 41 MB/s | 51 MB 00:01 2023-01-26T16:42:33.732 INFO:teuthology.orchestra.run.smithi050.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 18 MB/s | 19 MB 00:01 2023-01-26T16:42:33.732 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:42:33.733 INFO:teuthology.orchestra.run.smithi050.stdout:Total 37 MB/s | 51 MB 00:01 2023-01-26T16:42:34.104 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:42:34.146 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:42:34.146 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:42:34.228 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:42:34.273 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:42:34.274 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:42:34.579 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:42:34.583 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:42:34.733 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:42:34.737 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:42:35.739 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:42:35.786 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-01-26T16:42:35.961 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:42:35.969 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-01-26T16:42:35.978 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-01-26T16:42:35.999 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-01-26T16:42:36.021 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-01-26T16:42:36.227 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-01-26T16:42:36.241 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-01-26T16:42:36.251 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-01-26T16:42:36.267 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-01-26T16:42:36.424 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-01-26T16:42:53.213 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-01-26T16:42:54.473 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-01-26T16:42:55.019 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-01-26T16:42:55.284 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-01-26T16:42:55.520 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-01-26T16:42:55.681 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-01-26T16:42:55.870 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-01-26T16:42:55.870 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-01-26T16:42:55.870 INFO:teuthology.orchestra.run.smithi077.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-01-26T16:42:55.870 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:42:56.331 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-01-26T16:42:56.565 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-01-26T16:42:56.738 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-01-26T16:42:56.768 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-01-26T16:42:57.016 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-01-26T16:42:57.045 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-01-26T16:42:57.266 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-01-26T16:42:57.267 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-01-26T16:42:57.267 INFO:teuthology.orchestra.run.smithi050.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-01-26T16:42:57.267 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:42:58.078 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-01-26T16:42:58.306 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-01-26T16:42:58.503 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-01-26T16:42:58.818 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-01-26T16:42:59.205 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-01-26T16:42:59.471 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-01-26T16:42:59.916 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-01-26T16:43:00.182 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-01-26T16:43:00.217 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-01-26T16:43:00.633 INFO:teuthology.orchestra.run.smithi050.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-01-26T16:43:00.926 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-01-26T16:43:00.938 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-01-26T16:43:01.182 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-01-26T16:43:01.380 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-01-26T16:43:01.608 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-01-26T16:43:01.712 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-01-26T16:43:01.740 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-01-26T16:43:01.740 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-01-26T16:43:02.067 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-01-26T16:43:02.250 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-01-26T16:43:02.250 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-01-26T16:43:02.460 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-01-26T16:43:02.476 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-01-26T16:43:02.591 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-01-26T16:43:02.751 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-01-26T16:43:02.821 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-01-26T16:43:02.925 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-01-26T16:43:03.022 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-01-26T16:43:03.116 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-01-26T16:43:03.230 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-01-26T16:43:03.275 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-01-26T16:43:03.347 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-01-26T16:43:03.347 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-01-26T16:43:03.449 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-01-26T16:43:03.617 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-01-26T16:43:03.617 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-01-26T16:43:03.661 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-01-26T16:43:03.810 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-01-26T16:43:03.810 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-01-26T16:43:03.824 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-01-26T16:43:03.981 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-01-26T16:43:04.105 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-01-26T16:43:04.223 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-01-26T16:43:04.342 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-01-26T16:43:04.397 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-01-26T16:43:04.564 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-01-26T16:43:04.564 INFO:teuthology.orchestra.run.smithi077.stdout:[/usr/lib/tmpfiles.d/journal-nocow.conf:26] Failed to resolve specifier: uninitialized /etc detected, skipping 2023-01-26T16:43:04.564 INFO:teuthology.orchestra.run.smithi077.stdout:All rules containing unresolvable specifiers will be skipped. 2023-01-26T16:43:04.564 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:43:04.576 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-01-26T16:43:04.713 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-01-26T16:43:04.733 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-01-26T16:43:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-01-26T16:43:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-01-26T16:43:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-01-26T16:43:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-01-26T16:43:04.735 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-01-26T16:43:04.735 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-01-26T16:43:04.735 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-01-26T16:43:04.735 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-01-26T16:43:04.735 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-01-26T16:43:04.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-01-26T16:43:04.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-01-26T16:43:04.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-01-26T16:43:04.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-01-26T16:43:04.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-01-26T16:43:04.737 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-01-26T16:43:04.737 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-01-26T16:43:04.737 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-01-26T16:43:04.737 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-01-26T16:43:04.737 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-01-26T16:43:04.738 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-01-26T16:43:04.738 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-01-26T16:43:04.738 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-01-26T16:43:04.738 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-01-26T16:43:04.738 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-01-26T16:43:04.738 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-01-26T16:43:04.739 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-01-26T16:43:04.739 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-01-26T16:43:04.739 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-01-26T16:43:04.739 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-01-26T16:43:04.838 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-01-26T16:43:05.017 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-01-26T16:43:05.018 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-01-26T16:43:05.171 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-01-26T16:43:05.719 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-01-26T16:43:05.975 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-01-26T16:43:05.976 INFO:teuthology.orchestra.run.smithi050.stdout:[/usr/lib/tmpfiles.d/journal-nocow.conf:26] Failed to resolve specifier: uninitialized /etc detected, skipping 2023-01-26T16:43:05.976 INFO:teuthology.orchestra.run.smithi050.stdout:All rules containing unresolvable specifiers will be skipped. 2023-01-26T16:43:05.976 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:43:06.153 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-01-26T16:43:06.154 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-01-26T16:43:06.154 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-01-26T16:43:06.154 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-01-26T16:43:06.154 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-01-26T16:43:06.154 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-01-26T16:43:06.155 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-01-26T16:43:06.155 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-01-26T16:43:06.155 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-01-26T16:43:06.155 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-01-26T16:43:06.156 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-01-26T16:43:06.156 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-01-26T16:43:06.156 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-01-26T16:43:06.156 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-01-26T16:43:06.156 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-01-26T16:43:06.157 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-01-26T16:43:06.157 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-01-26T16:43:06.157 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-01-26T16:43:06.157 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-01-26T16:43:06.157 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-01-26T16:43:06.158 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-01-26T16:43:06.158 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-01-26T16:43:06.158 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-01-26T16:43:06.158 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-01-26T16:43:06.159 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-01-26T16:43:06.159 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-01-26T16:43:06.160 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-01-26T16:43:06.160 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-01-26T16:43:06.160 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-01-26T16:43:06.160 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-01-26T16:43:06.195 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-01-26T16:43:06.196 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:27 ago on Thu 26 Jan 2023 04:40:38 PM UTC. 2023-01-26T16:43:07.671 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-01-26T16:43:07.671 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:12 ago on Thu 26 Jan 2023 04:40:55 PM UTC. 2023-01-26T16:43:08.802 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:43:08.988 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:43:08.988 INFO:teuthology.orchestra.run.smithi077.stdout:Downgraded: 2023-01-26T16:43:08.988 INFO:teuthology.orchestra.run.smithi077.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.988 INFO:teuthology.orchestra.run.smithi077.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:08.989 INFO:teuthology.orchestra.run.smithi077.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.989 INFO:teuthology.orchestra.run.smithi077.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.989 INFO:teuthology.orchestra.run.smithi077.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.989 INFO:teuthology.orchestra.run.smithi077.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.990 INFO:teuthology.orchestra.run.smithi077.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.990 INFO:teuthology.orchestra.run.smithi077.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.990 INFO:teuthology.orchestra.run.smithi077.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.990 INFO:teuthology.orchestra.run.smithi077.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:08.990 INFO:teuthology.orchestra.run.smithi077.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.990 INFO:teuthology.orchestra.run.smithi077.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.991 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:43:08.991 INFO:teuthology.orchestra.run.smithi077.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.991 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:08.991 INFO:teuthology.orchestra.run.smithi077.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.991 INFO:teuthology.orchestra.run.smithi077.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.992 INFO:teuthology.orchestra.run.smithi077.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:08.992 INFO:teuthology.orchestra.run.smithi077.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:08.992 INFO:teuthology.orchestra.run.smithi077.stdout: yajl-2.1.0-10.el8.x86_64 2023-01-26T16:43:08.992 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:43:08.992 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:43:09.176 DEBUG:teuthology.parallel:result is None 2023-01-26T16:43:10.798 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:43:11.018 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:43:11.019 INFO:teuthology.orchestra.run.smithi050.stdout:Downgraded: 2023-01-26T16:43:11.019 INFO:teuthology.orchestra.run.smithi050.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.019 INFO:teuthology.orchestra.run.smithi050.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:11.019 INFO:teuthology.orchestra.run.smithi050.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.019 INFO:teuthology.orchestra.run.smithi050.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.020 INFO:teuthology.orchestra.run.smithi050.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.020 INFO:teuthology.orchestra.run.smithi050.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.020 INFO:teuthology.orchestra.run.smithi050.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.020 INFO:teuthology.orchestra.run.smithi050.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.020 INFO:teuthology.orchestra.run.smithi050.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.021 INFO:teuthology.orchestra.run.smithi050.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:11.021 INFO:teuthology.orchestra.run.smithi050.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.021 INFO:teuthology.orchestra.run.smithi050.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.021 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:43:11.021 INFO:teuthology.orchestra.run.smithi050.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.022 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:11.022 INFO:teuthology.orchestra.run.smithi050.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.022 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.022 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-01-26T16:43:11.022 INFO:teuthology.orchestra.run.smithi050.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-01-26T16:43:11.022 INFO:teuthology.orchestra.run.smithi050.stdout: yajl-2.1.0-10.el8.x86_64 2023-01-26T16:43:11.023 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:43:11.023 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:43:11.247 DEBUG:teuthology.parallel:result is None 2023-01-26T16:43:11.248 INFO:teuthology.run_tasks:Running task install... 2023-01-26T16:43:11.256 DEBUG:teuthology.task.install:project ceph 2023-01-26T16:43:11.256 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b0d2592529629ab4f86fed5991e556a87dcda563'}} 2023-01-26T16:43:11.257 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': 'b0d2592529629ab4f86fed5991e556a87dcda563'} 2023-01-26T16:43:11.257 INFO:teuthology.task.install:Using flavor: default 2023-01-26T16:43:11.262 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', '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', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-01-26T16:43:11.263 INFO:teuthology.task.install:extra packages: [] 2023-01-26T16:43:11.263 DEBUG:teuthology.orchestra.run.smithi050:> sudo lsb_release -is 2023-01-26T16:43:11.335 INFO:teuthology.orchestra.run.smithi050.stdout:RedHatEnterprise 2023-01-26T16:43:11.337 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2023-01-26T16:43:11.397 DEBUG:teuthology.orchestra.run.smithi077:> sudo lsb_release -is 2023-01-26T16:43:11.398 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'quincy', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b0d2592529629ab4f86fed5991e556a87dcda563', 'tag': None, 'wait_for_package': False} 2023-01-26T16:43:11.399 DEBUG:teuthology.orchestra.run.smithi050:> sudo lsb_release -is 2023-01-26T16:43:11.447 INFO:teuthology.orchestra.run.smithi077.stdout:RedHatEnterprise 2023-01-26T16:43:11.448 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2023-01-26T16:43:11.448 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'quincy', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b0d2592529629ab4f86fed5991e556a87dcda563', 'tag': None, 'wait_for_package': False} 2023-01-26T16:43:11.449 DEBUG:teuthology.orchestra.run.smithi077:> sudo lsb_release -is 2023-01-26T16:43:11.471 INFO:teuthology.orchestra.run.smithi050.stdout:RedHatEnterprise 2023-01-26T16:43:11.472 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2023-01-26T16:43:11.472 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-26T16:43:11.473 INFO:teuthology.packaging:ref: None 2023-01-26T16:43:11.473 INFO:teuthology.packaging:tag: None 2023-01-26T16:43:11.473 INFO:teuthology.packaging:branch: quincy 2023-01-26T16:43:11.473 INFO:teuthology.packaging:sha1: b0d2592529629ab4f86fed5991e556a87dcda563 2023-01-26T16:43:11.474 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-01-26T16:43:11.492 INFO:teuthology.orchestra.run.smithi077.stdout:RedHatEnterprise 2023-01-26T16:43:11.494 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2023-01-26T16:43:11.494 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-26T16:43:11.494 INFO:teuthology.packaging:ref: None 2023-01-26T16:43:11.495 INFO:teuthology.packaging:tag: None 2023-01-26T16:43:11.495 INFO:teuthology.packaging:branch: quincy 2023-01-26T16:43:11.495 INFO:teuthology.packaging:sha1: b0d2592529629ab4f86fed5991e556a87dcda563 2023-01-26T16:43:11.495 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-01-26T16:43:11.702 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/ 2023-01-26T16:43:11.702 INFO:teuthology.task.install.rpm:Package version is 17.2.5-691.g6b3a5180 2023-01-26T16:43:11.708 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/ 2023-01-26T16:43:11.708 INFO:teuthology.task.install.rpm:Package version is 17.2.5-691.g6b3a5180 2023-01-26T16:43:11.817 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-01-26T16:43:11.817 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:43:11.818 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-01-26T16:43:11.822 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/quincy/6b3a5180976335120a739cd84efb1ce5e73e19f9/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-01-26T16:43:11.823 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:43:11.823 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-01-26T16:43:11.848 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, 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-01-26T16:43:11.849 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-26T16:43:11.849 INFO:teuthology.packaging:ref: None 2023-01-26T16:43:11.849 INFO:teuthology.packaging:tag: None 2023-01-26T16:43:11.850 INFO:teuthology.packaging:branch: quincy 2023-01-26T16:43:11.850 INFO:teuthology.packaging:sha1: b0d2592529629ab4f86fed5991e556a87dcda563 2023-01-26T16:43:11.850 DEBUG:teuthology.orchestra.run.smithi077:> 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_-]*/;ref/quincy/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-01-26T16:43:11.882 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, 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-01-26T16:43:11.883 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-26T16:43:11.883 INFO:teuthology.packaging:ref: None 2023-01-26T16:43:11.883 INFO:teuthology.packaging:tag: None 2023-01-26T16:43:11.883 INFO:teuthology.packaging:branch: quincy 2023-01-26T16:43:11.884 INFO:teuthology.packaging:sha1: b0d2592529629ab4f86fed5991e556a87dcda563 2023-01-26T16:43:11.884 DEBUG:teuthology.orchestra.run.smithi050:> 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_-]*/;ref/quincy/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-01-26T16:43:11.919 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-26T16:43:11.981 DEBUG:teuthology.orchestra.run.smithi050:> 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-01-26T16:43:11.999 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-26T16:43:12.067 INFO:teuthology.orchestra.run.smithi077.stdout:check_obsoletes = 1 2023-01-26T16:43:12.068 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum clean all 2023-01-26T16:43:12.079 DEBUG:teuthology.orchestra.run.smithi050:> 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-01-26T16:43:12.136 INFO:teuthology.orchestra.run.smithi050.stdout:check_obsoletes = 1 2023-01-26T16:43:12.137 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum clean all 2023-01-26T16:43:12.440 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:43:12.518 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:43:12.686 INFO:teuthology.orchestra.run.smithi077.stdout:44 files removed 2023-01-26T16:43:12.733 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-radosgw 2023-01-26T16:43:12.797 INFO:teuthology.orchestra.run.smithi050.stdout:44 files removed 2023-01-26T16:43:12.845 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-radosgw 2023-01-26T16:43:13.061 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:43:13.226 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:43:13.719 INFO:teuthology.orchestra.run.smithi077.stdout:ceph packages for x86_64 291 kB/s | 78 kB 00:00 2023-01-26T16:43:13.875 INFO:teuthology.orchestra.run.smithi050.stdout:ceph packages for x86_64 284 kB/s | 78 kB 00:00 2023-01-26T16:43:13.995 INFO:teuthology.orchestra.run.smithi077.stdout:ceph noarch packages 37 kB/s | 9.1 kB 00:00 2023-01-26T16:43:14.184 INFO:teuthology.orchestra.run.smithi050.stdout:ceph noarch packages 33 kB/s | 9.1 kB 00:00 2023-01-26T16:43:14.262 INFO:teuthology.orchestra.run.smithi077.stdout:ceph source packages 5.9 kB/s | 1.5 kB 00:00 2023-01-26T16:43:14.421 INFO:teuthology.orchestra.run.smithi077.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-01-26T16:43:14.551 INFO:teuthology.orchestra.run.smithi050.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-01-26T16:43:14.694 INFO:teuthology.orchestra.run.smithi050.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-01-26T16:43:16.380 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 6.9 MB/s | 13 MB 00:01 2023-01-26T16:43:16.686 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 6.8 MB/s | 13 MB 00:01 2023-01-26T16:43:19.380 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-01-26T16:43:19.869 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 368 kB/s | 24 kB 00:00 2023-01-26T16:43:20.274 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 MB/s | 53 MB 00:00 2023-01-26T16:43:20.771 INFO:teuthology.orchestra.run.smithi050.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 MB/s | 47 MB 00:00 2023-01-26T16:43:28.550 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 MB/s | 47 MB 00:00 2023-01-26T16:43:29.281 INFO:teuthology.orchestra.run.smithi050.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 56 MB/s | 53 MB 00:00 2023-01-26T16:43:39.428 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:43:39.430 INFO:teuthology.orchestra.run.smithi077.stdout:=================================================================================================== 2023-01-26T16:43:39.431 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:43:39.431 INFO:teuthology.orchestra.run.smithi077.stdout:=================================================================================================== 2023-01-26T16:43:39.431 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:43:39.431 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 17 M 2023-01-26T16:43:39.431 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrading: 2023-01-26T16:43:39.432 INFO:teuthology.orchestra.run.smithi077.stdout: librados2 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.5 M 2023-01-26T16:43:39.432 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.6 M 2023-01-26T16:43:39.432 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:43:39.432 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 5.1 M 2023-01-26T16:43:39.433 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 23 M 2023-01-26T16:43:39.433 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 24 k 2023-01-26T16:43:39.433 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-01-26T16:43:39.433 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 793 k 2023-01-26T16:43:39.433 INFO:teuthology.orchestra.run.smithi077.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-01-26T16:43:39.434 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-01-26T16:43:39.434 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 507 k 2023-01-26T16:43:39.434 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-01-26T16:43:39.434 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 5.5 M 2023-01-26T16:43:39.434 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-01-26T16:43:39.435 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-01-26T16:43:39.435 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 45 k 2023-01-26T16:43:39.435 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 108 k 2023-01-26T16:43:39.435 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 190 k 2023-01-26T16:43:39.435 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-01-26T16:43:39.435 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 370 k 2023-01-26T16:43:39.436 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 357 k 2023-01-26T16:43:39.436 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 107 k 2023-01-26T16:43:39.436 INFO:teuthology.orchestra.run.smithi077.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-01-26T16:43:39.436 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:43:39.436 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:43:39.437 INFO:teuthology.orchestra.run.smithi077.stdout:=================================================================================================== 2023-01-26T16:43:39.437 INFO:teuthology.orchestra.run.smithi077.stdout:Install 21 Packages 2023-01-26T16:43:39.437 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrade 2 Packages 2023-01-26T16:43:39.437 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:43:39.438 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 63 M 2023-01-26T16:43:39.438 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:43:40.576 INFO:teuthology.orchestra.run.smithi077.stdout:(1/23): ceph-base-17.2.5-691.g6b3a5180.el8.x86_ 4.5 MB/s | 5.1 MB 00:01 2023-01-26T16:43:40.668 INFO:teuthology.orchestra.run.smithi077.stdout:(2/23): ceph-selinux-17.2.5-691.g6b3a5180.el8.x 265 kB/s | 24 kB 00:00 2023-01-26T16:43:40.826 INFO:teuthology.orchestra.run.smithi077.stdout:(3/23): libcephfs2-17.2.5-691.g6b3a5180.el8.x86 4.9 MB/s | 793 kB 00:00 2023-01-26T16:43:40.960 INFO:teuthology.orchestra.run.smithi077.stdout:(4/23): libradosstriper1-17.2.5-691.g6b3a5180.e 3.7 MB/s | 507 kB 00:00 2023-01-26T16:43:41.235 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:43:41.237 INFO:teuthology.orchestra.run.smithi050.stdout:=================================================================================================== 2023-01-26T16:43:41.237 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:43:41.238 INFO:teuthology.orchestra.run.smithi050.stdout:=================================================================================================== 2023-01-26T16:43:41.238 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:43:41.238 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-radosgw x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 17 M 2023-01-26T16:43:41.238 INFO:teuthology.orchestra.run.smithi050.stdout:Upgrading: 2023-01-26T16:43:41.238 INFO:teuthology.orchestra.run.smithi050.stdout: librados2 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.5 M 2023-01-26T16:43:41.239 INFO:teuthology.orchestra.run.smithi050.stdout: librbd1 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.6 M 2023-01-26T16:43:41.239 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:43:41.239 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-base x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 5.1 M 2023-01-26T16:43:41.239 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-common x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 23 M 2023-01-26T16:43:41.239 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-selinux x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 24 k 2023-01-26T16:43:41.240 INFO:teuthology.orchestra.run.smithi050.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-01-26T16:43:41.240 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs2 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 793 k 2023-01-26T16:43:41.240 INFO:teuthology.orchestra.run.smithi050.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-01-26T16:43:41.240 INFO:teuthology.orchestra.run.smithi050.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-01-26T16:43:41.240 INFO:teuthology.orchestra.run.smithi050.stdout: libradosstriper1 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 507 k 2023-01-26T16:43:41.241 INFO:teuthology.orchestra.run.smithi050.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-01-26T16:43:41.241 INFO:teuthology.orchestra.run.smithi050.stdout: librgw2 x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 5.5 M 2023-01-26T16:43:41.241 INFO:teuthology.orchestra.run.smithi050.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-01-26T16:43:41.241 INFO:teuthology.orchestra.run.smithi050.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-01-26T16:43:41.241 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-argparse x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 45 k 2023-01-26T16:43:41.242 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-common x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 108 k 2023-01-26T16:43:41.242 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cephfs x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 190 k 2023-01-26T16:43:41.242 INFO:teuthology.orchestra.run.smithi050.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-01-26T16:43:41.242 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rados x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 370 k 2023-01-26T16:43:41.242 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rbd x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 357 k 2023-01-26T16:43:41.242 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rgw x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 107 k 2023-01-26T16:43:41.243 INFO:teuthology.orchestra.run.smithi050.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-01-26T16:43:41.243 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:43:41.243 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:43:41.243 INFO:teuthology.orchestra.run.smithi050.stdout:=================================================================================================== 2023-01-26T16:43:41.244 INFO:teuthology.orchestra.run.smithi050.stdout:Install 21 Packages 2023-01-26T16:43:41.244 INFO:teuthology.orchestra.run.smithi050.stdout:Upgrade 2 Packages 2023-01-26T16:43:41.244 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:43:41.245 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 63 M 2023-01-26T16:43:41.245 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:43:41.752 INFO:teuthology.orchestra.run.smithi077.stdout:(5/23): librgw2-17.2.5-691.g6b3a5180.el8.x86_64 7.0 MB/s | 5.5 MB 00:00 2023-01-26T16:43:41.843 INFO:teuthology.orchestra.run.smithi077.stdout:(6/23): python3-ceph-argparse-17.2.5-691.g6b3a5 488 kB/s | 45 kB 00:00 2023-01-26T16:43:41.944 INFO:teuthology.orchestra.run.smithi077.stdout:(7/23): python3-ceph-common-17.2.5-691.g6b3a518 1.1 MB/s | 108 kB 00:00 2023-01-26T16:43:42.128 INFO:teuthology.orchestra.run.smithi077.stdout:(8/23): ceph-radosgw-17.2.5-691.g6b3a5180.el8.x 6.2 MB/s | 17 MB 00:02 2023-01-26T16:43:42.153 INFO:teuthology.orchestra.run.smithi077.stdout:(9/23): python3-cephfs-17.2.5-691.g6b3a5180.el8 911 kB/s | 190 kB 00:00 2023-01-26T16:43:42.337 INFO:teuthology.orchestra.run.smithi077.stdout:(10/23): python3-rados-17.2.5-691.g6b3a5180.el8 1.7 MB/s | 370 kB 00:00 2023-01-26T16:43:42.361 INFO:teuthology.orchestra.run.smithi077.stdout:(11/23): python3-rbd-17.2.5-691.g6b3a5180.el8.x 1.7 MB/s | 357 kB 00:00 2023-01-26T16:43:42.387 INFO:teuthology.orchestra.run.smithi077.stdout:(12/23): python3-rgw-17.2.5-691.g6b3a5180.el8.x 2.1 MB/s | 107 kB 00:00 2023-01-26T16:43:42.612 INFO:teuthology.orchestra.run.smithi077.stdout:(13/23): ceph-common-17.2.5-691.g6b3a5180.el8.x 7.3 MB/s | 23 MB 00:03 2023-01-26T16:43:42.721 INFO:teuthology.orchestra.run.smithi077.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-01-26T16:43:42.746 INFO:teuthology.orchestra.run.smithi077.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 562 kB/s | 75 kB 00:00 2023-01-26T16:43:42.796 INFO:teuthology.orchestra.run.smithi077.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 942 kB/s | 47 kB 00:00 2023-01-26T16:43:42.815 INFO:teuthology.orchestra.run.smithi050.stdout:(1/23): ceph-base-17.2.5-691.g6b3a5180.el8.x86_ 3.3 MB/s | 5.1 MB 00:01 2023-01-26T16:43:42.822 INFO:teuthology.orchestra.run.smithi077.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 666 kB/s | 306 kB 00:00 2023-01-26T16:43:42.838 INFO:teuthology.orchestra.run.smithi077.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.0 MB/s | 259 kB 00:00 2023-01-26T16:43:42.873 INFO:teuthology.orchestra.run.smithi050.stdout:(2/23): ceph-selinux-17.2.5-691.g6b3a5180.el8.x 419 kB/s | 24 kB 00:00 2023-01-26T16:43:42.881 INFO:teuthology.orchestra.run.smithi077.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 752 kB/s | 44 kB 00:00 2023-01-26T16:43:42.925 INFO:teuthology.orchestra.run.smithi077.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.3 MB/s | 354 kB 00:00 2023-01-26T16:43:43.090 INFO:teuthology.orchestra.run.smithi050.stdout:(3/23): libcephfs2-17.2.5-691.g6b3a5180.el8.x86 3.6 MB/s | 793 kB 00:00 2023-01-26T16:43:43.106 INFO:teuthology.orchestra.run.smithi077.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 4.5 MB/s | 1.7 MB 00:00 2023-01-26T16:43:43.282 INFO:teuthology.orchestra.run.smithi050.stdout:(4/23): libradosstriper1-17.2.5-691.g6b3a5180.e 2.6 MB/s | 507 kB 00:00 2023-01-26T16:43:43.432 INFO:teuthology.orchestra.run.smithi077.stdout:(22/23): librados2-17.2.5-691.g6b3a5180.el8.x86 6.3 MB/s | 3.5 MB 00:00 2023-01-26T16:43:43.482 INFO:teuthology.orchestra.run.smithi077.stdout:(23/23): librbd1-17.2.5-691.g6b3a5180.el8.x86_6 6.4 MB/s | 3.6 MB 00:00 2023-01-26T16:43:43.484 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:43:43.484 INFO:teuthology.orchestra.run.smithi077.stdout:Total 16 MB/s | 63 MB 00:04 2023-01-26T16:43:43.529 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:43:43.573 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:43:43.573 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:43:43.928 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:43:43.931 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:43:44.599 INFO:teuthology.orchestra.run.smithi050.stdout:(5/23): librgw2-17.2.5-691.g6b3a5180.el8.x86_64 4.2 MB/s | 5.5 MB 00:01 2023-01-26T16:43:44.657 INFO:teuthology.orchestra.run.smithi050.stdout:(6/23): python3-ceph-argparse-17.2.5-691.g6b3a5 768 kB/s | 45 kB 00:00 2023-01-26T16:43:44.716 INFO:teuthology.orchestra.run.smithi050.stdout:(7/23): python3-ceph-common-17.2.5-691.g6b3a518 1.8 MB/s | 108 kB 00:00 2023-01-26T16:43:44.791 INFO:teuthology.orchestra.run.smithi050.stdout:(8/23): python3-cephfs-17.2.5-691.g6b3a5180.el8 2.5 MB/s | 190 kB 00:00 2023-01-26T16:43:44.916 INFO:teuthology.orchestra.run.smithi050.stdout:(9/23): python3-rados-17.2.5-691.g6b3a5180.el8. 2.9 MB/s | 370 kB 00:00 2023-01-26T16:43:44.976 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:43:45.042 INFO:teuthology.orchestra.run.smithi050.stdout:(10/23): python3-rbd-17.2.5-691.g6b3a5180.el8.x 2.8 MB/s | 357 kB 00:00 2023-01-26T16:43:45.100 INFO:teuthology.orchestra.run.smithi050.stdout:(11/23): python3-rgw-17.2.5-691.g6b3a5180.el8.x 1.8 MB/s | 107 kB 00:00 2023-01-26T16:43:45.169 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 1/25 2023-01-26T16:43:45.376 INFO:teuthology.orchestra.run.smithi050.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2023-01-26T16:43:45.426 INFO:teuthology.orchestra.run.smithi050.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.2 MB/s | 59 kB 00:00 2023-01-26T16:43:45.485 INFO:teuthology.orchestra.run.smithi050.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-01-26T16:43:45.583 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 1/25 2023-01-26T16:43:45.777 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 2/25 2023-01-26T16:43:45.819 INFO:teuthology.orchestra.run.smithi050.stdout:(15/23): ceph-radosgw-17.2.5-691.g6b3a5180.el8. 3.6 MB/s | 17 MB 00:04 2023-01-26T16:43:45.877 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 2/25 2023-01-26T16:43:45.878 INFO:teuthology.orchestra.run.smithi050.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-01-26T16:43:45.919 INFO:teuthology.orchestra.run.smithi050.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-01-26T16:43:45.987 INFO:teuthology.orchestra.run.smithi050.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 3.5 MB/s | 1.7 MB 00:00 2023-01-26T16:43:46.020 INFO:teuthology.orchestra.run.smithi050.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.4 MB/s | 354 kB 00:00 2023-01-26T16:43:46.062 INFO:teuthology.orchestra.run.smithi050.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 623 kB/s | 47 kB 00:00 2023-01-26T16:43:46.083 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 3/25 2023-01-26T16:43:46.334 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : liboath-2.6.2-3.el8.x86_64 4/25 2023-01-26T16:43:46.502 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 5/25 2023-01-26T16:43:46.629 INFO:teuthology.orchestra.run.smithi050.stdout:(21/23): librados2-17.2.5-691.g6b3a5180.el8.x86 5.8 MB/s | 3.5 MB 00:00 2023-01-26T16:43:46.704 INFO:teuthology.orchestra.run.smithi050.stdout:(22/23): librbd1-17.2.5-691.g6b3a5180.el8.x86_6 5.6 MB/s | 3.6 MB 00:00 2023-01-26T16:43:46.902 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 5/25 2023-01-26T16:43:47.038 INFO:teuthology.orchestra.run.smithi050.stdout:(23/23): ceph-common-17.2.5-691.g6b3a5180.el8.x 4.0 MB/s | 23 MB 00:05 2023-01-26T16:43:47.041 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:43:47.041 INFO:teuthology.orchestra.run.smithi050.stdout:Total 11 MB/s | 63 MB 00:05 2023-01-26T16:43:47.088 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:43:47.135 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 6/25 2023-01-26T16:43:47.138 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:43:47.138 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:43:47.231 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 6/25 2023-01-26T16:43:47.393 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 7/25 2023-01-26T16:43:47.446 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 7/25 2023-01-26T16:43:47.497 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:43:47.501 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:43:47.788 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-01-26T16:43:48.468 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : thrift-0.13.0-2.el8.x86_64 9/25 2023-01-26T16:43:48.595 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:43:48.643 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 10/25 2023-01-26T16:43:48.692 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 10/25 2023-01-26T16:43:48.815 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 1/25 2023-01-26T16:43:48.828 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-argparse-2:17.2.5-691.g6b3a5180.el8.x 11/25 2023-01-26T16:43:49.021 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 12/25 2023-01-26T16:43:49.230 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 1/25 2023-01-26T16:43:49.244 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 13/25 2023-01-26T16:43:49.398 INFO:teuthology.orchestra.run.smithi050.stdout: Upgrading : librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 2/25 2023-01-26T16:43:49.478 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 14/25 2023-01-26T16:43:49.505 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 2/25 2023-01-26T16:43:49.643 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 15/25 2023-01-26T16:43:49.679 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 3/25 2023-01-26T16:43:49.713 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 15/25 2023-01-26T16:43:49.848 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-01-26T16:43:49.935 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : liboath-2.6.2-3.el8.x86_64 4/25 2023-01-26T16:43:50.115 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 5/25 2023-01-26T16:43:50.237 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-01-26T16:43:50.496 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-01-26T16:43:50.571 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 5/25 2023-01-26T16:43:50.643 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-common-2:17.2.5-691.g6b3a5180.el8.x86 19/25 2023-01-26T16:43:50.987 INFO:teuthology.orchestra.run.smithi050.stdout: Upgrading : librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 6/25 2023-01-26T16:43:51.400 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 6/25 2023-01-26T16:43:51.683 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 7/25 2023-01-26T16:43:51.831 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-01-26T16:43:52.066 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-01-26T16:43:52.806 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : thrift-0.13.0-2.el8.x86_64 9/25 2023-01-26T16:43:52.940 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 10/25 2023-01-26T16:43:53.007 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 10/25 2023-01-26T16:43:53.126 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-ceph-argparse-2:17.2.5-691.g6b3a5180.el8.x 11/25 2023-01-26T16:43:53.316 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 12/25 2023-01-26T16:43:53.541 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 13/25 2023-01-26T16:43:53.724 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 14/25 2023-01-26T16:43:53.897 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 15/25 2023-01-26T16:43:53.971 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 15/25 2023-01-26T16:43:54.100 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-01-26T16:43:54.289 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 20/25 2023-01-26T16:43:54.310 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-01-26T16:43:54.543 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 20/25 2023-01-26T16:43:54.545 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-01-26T16:43:54.723 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-ceph-common-2:17.2.5-691.g6b3a5180.el8.x86 19/25 2023-01-26T16:43:55.102 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 20/25 2023-01-26T16:43:55.351 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 21/25 2023-01-26T16:43:55.461 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 21/25 2023-01-26T16:43:55.584 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 22/25 2023-01-26T16:43:58.697 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 20/25 2023-01-26T16:43:58.997 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 20/25 2023-01-26T16:43:59.602 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 20/25 2023-01-26T16:43:59.835 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 21/25 2023-01-26T16:43:59.953 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 21/25 2023-01-26T16:44:00.055 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 22/25 2023-01-26T16:44:14.206 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 22/25 2023-01-26T16:44:14.207 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /sys 2023-01-26T16:44:14.207 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /proc 2023-01-26T16:44:14.207 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /dev 2023-01-26T16:44:14.208 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /run 2023-01-26T16:44:14.208 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /mnt 2023-01-26T16:44:14.208 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /var/tmp 2023-01-26T16:44:14.208 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /home 2023-01-26T16:44:14.209 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /tmp 2023-01-26T16:44:14.209 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /dev 2023-01-26T16:44:14.209 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:15.873 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 23/25 2023-01-26T16:44:15.936 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 23/25 2023-01-26T16:44:15.936 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-01-26T16:44:16.184 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-01-26T16:44:16.184 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-01-26T16:44:16.620 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-01-26T16:44:16.620 INFO:teuthology.orchestra.run.smithi077.stdout:[/usr/lib/tmpfiles.d/journal-nocow.conf:26] Failed to resolve specifier: uninitialized /etc detected, skipping 2023-01-26T16:44:16.620 INFO:teuthology.orchestra.run.smithi077.stdout:All rules containing unresolvable specifiers will be skipped. 2023-01-26T16:44:16.621 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:16.770 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 1/25 2023-01-26T16:44:16.771 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 2/25 2023-01-26T16:44:16.771 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 3/25 2023-01-26T16:44:16.771 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 4/25 2023-01-26T16:44:16.771 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 5/25 2023-01-26T16:44:16.771 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 6/25 2023-01-26T16:44:16.772 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 7/25 2023-01-26T16:44:16.772 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-argparse-2:17.2.5-691.g6b3a5180.el8.x 8/25 2023-01-26T16:44:16.772 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-common-2:17.2.5-691.g6b3a5180.el8.x86 9/25 2023-01-26T16:44:16.772 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 10/25 2023-01-26T16:44:16.773 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 11/25 2023-01-26T16:44:16.773 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 12/25 2023-01-26T16:44:16.773 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 13/25 2023-01-26T16:44:16.773 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-01-26T16:44:16.773 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-01-26T16:44:16.774 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-01-26T16:44:16.774 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-01-26T16:44:16.774 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-01-26T16:44:16.774 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-01-26T16:44:16.775 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-01-26T16:44:16.775 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-01-26T16:44:16.775 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 22/25 2023-01-26T16:44:16.775 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-01-26T16:44:16.775 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 24/25 2023-01-26T16:44:18.170 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-01-26T16:44:18.171 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:51 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:44:19.455 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 22/25 2023-01-26T16:44:19.455 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /sys 2023-01-26T16:44:19.456 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /proc 2023-01-26T16:44:19.456 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /dev 2023-01-26T16:44:19.456 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /run 2023-01-26T16:44:19.456 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /mnt 2023-01-26T16:44:19.457 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /var/tmp 2023-01-26T16:44:19.457 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /home 2023-01-26T16:44:19.457 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /tmp 2023-01-26T16:44:19.457 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /dev 2023-01-26T16:44:19.458 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:20.558 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:44:20.741 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:20.742 INFO:teuthology.orchestra.run.smithi077.stdout:Upgraded: 2023-01-26T16:44:20.742 INFO:teuthology.orchestra.run.smithi077.stdout: librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.742 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.742 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:44:20.743 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.743 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.743 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.744 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.744 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-01-26T16:44:20.744 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.745 INFO:teuthology.orchestra.run.smithi077.stdout: liboath-2.6.2-3.el8.x86_64 2023-01-26T16:44:20.745 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-01-26T16:44:20.745 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.745 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-01-26T16:44:20.746 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.746 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind-1.3.1-3.el8.x86_64 2023-01-26T16:44:20.746 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-01-26T16:44:20.746 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.747 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.747 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.747 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-01-26T16:44:20.747 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.748 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.748 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:20.748 INFO:teuthology.orchestra.run.smithi077.stdout: thrift-0.13.0-2.el8.x86_64 2023-01-26T16:44:20.749 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:20.749 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:44:20.902 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-test 2023-01-26T16:44:21.246 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:44:21.274 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 23/25 2023-01-26T16:44:21.344 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 23/25 2023-01-26T16:44:21.345 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-01-26T16:44:21.563 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-01-26T16:44:21.563 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-01-26T16:44:21.960 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-01-26T16:44:21.961 INFO:teuthology.orchestra.run.smithi050.stdout:[/usr/lib/tmpfiles.d/journal-nocow.conf:26] Failed to resolve specifier: uninitialized /etc detected, skipping 2023-01-26T16:44:21.961 INFO:teuthology.orchestra.run.smithi050.stdout:All rules containing unresolvable specifiers will be skipped. 2023-01-26T16:44:21.961 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:22.114 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:55 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:44:22.125 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 1/25 2023-01-26T16:44:22.125 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 2/25 2023-01-26T16:44:22.126 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 3/25 2023-01-26T16:44:22.126 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 4/25 2023-01-26T16:44:22.126 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 5/25 2023-01-26T16:44:22.126 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 6/25 2023-01-26T16:44:22.127 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 7/25 2023-01-26T16:44:22.127 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-ceph-argparse-2:17.2.5-691.g6b3a5180.el8.x 8/25 2023-01-26T16:44:22.127 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-ceph-common-2:17.2.5-691.g6b3a5180.el8.x86 9/25 2023-01-26T16:44:22.127 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 10/25 2023-01-26T16:44:22.128 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 11/25 2023-01-26T16:44:22.128 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 12/25 2023-01-26T16:44:22.128 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 13/25 2023-01-26T16:44:22.128 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-01-26T16:44:22.129 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-01-26T16:44:22.129 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-01-26T16:44:22.129 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-01-26T16:44:22.129 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-01-26T16:44:22.129 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-01-26T16:44:22.130 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-01-26T16:44:22.130 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-01-26T16:44:22.130 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 22/25 2023-01-26T16:44:22.130 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-01-26T16:44:22.131 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 24/25 2023-01-26T16:44:23.497 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:44:23.498 INFO:teuthology.orchestra.run.smithi077.stdout:=========================================================================================== 2023-01-26T16:44:23.498 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:44:23.498 INFO:teuthology.orchestra.run.smithi077.stdout:=========================================================================================== 2023-01-26T16:44:23.498 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:44:23.499 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 52 M 2023-01-26T16:44:23.499 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:44:23.499 INFO:teuthology.orchestra.run.smithi077.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-01-26T16:44:23.499 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 175 k 2023-01-26T16:44:23.499 INFO:teuthology.orchestra.run.smithi077.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-01-26T16:44:23.499 INFO:teuthology.orchestra.run.smithi077.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-01-26T16:44:23.500 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-01-26T16:44:23.500 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:23.500 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:44:23.500 INFO:teuthology.orchestra.run.smithi077.stdout:=========================================================================================== 2023-01-26T16:44:23.500 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2023-01-26T16:44:23.500 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:23.501 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 53 M 2023-01-26T16:44:23.501 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 233 M 2023-01-26T16:44:23.501 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:44:23.542 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-01-26T16:44:23.542 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:54 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:44:23.544 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-01-26T16:44:23.611 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-01-26T16:44:23.653 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-01-26T16:44:23.687 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 5.9 MB/s | 202 kB 00:00 2023-01-26T16:44:23.737 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): libcephsqlite-17.2.5-691.g6b3a5180.el8.x 738 kB/s | 175 kB 00:00 2023-01-26T16:44:26.011 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:44:26.214 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:26.214 INFO:teuthology.orchestra.run.smithi050.stdout:Upgraded: 2023-01-26T16:44:26.214 INFO:teuthology.orchestra.run.smithi050.stdout: librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.215 INFO:teuthology.orchestra.run.smithi050.stdout: librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.215 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:44:26.215 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.215 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.215 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-radosgw-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.216 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-selinux-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.216 INFO:teuthology.orchestra.run.smithi050.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-01-26T16:44:26.216 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.216 INFO:teuthology.orchestra.run.smithi050.stdout: liboath-2.6.2-3.el8.x86_64 2023-01-26T16:44:26.216 INFO:teuthology.orchestra.run.smithi050.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-01-26T16:44:26.217 INFO:teuthology.orchestra.run.smithi050.stdout: libradosstriper1-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.217 INFO:teuthology.orchestra.run.smithi050.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-01-26T16:44:26.217 INFO:teuthology.orchestra.run.smithi050.stdout: librgw2-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.217 INFO:teuthology.orchestra.run.smithi050.stdout: libunwind-1.3.1-3.el8.x86_64 2023-01-26T16:44:26.217 INFO:teuthology.orchestra.run.smithi050.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-01-26T16:44:26.217 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-argparse-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.218 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-common-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.218 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.218 INFO:teuthology.orchestra.run.smithi050.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-01-26T16:44:26.218 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.218 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.219 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:26.219 INFO:teuthology.orchestra.run.smithi050.stdout: thrift-0.13.0-2.el8.x86_64 2023-01-26T16:44:26.219 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:26.219 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:44:26.384 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-test 2023-01-26T16:44:26.420 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): ceph-test-17.2.5-691.g6b3a5180.el8.x86_6 18 MB/s | 52 MB 00:02 2023-01-26T16:44:26.423 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:44:26.423 INFO:teuthology.orchestra.run.smithi077.stdout:Total 18 MB/s | 53 MB 00:02 2023-01-26T16:44:26.460 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:44:26.481 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:44:26.481 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:44:26.757 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:44:26.757 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:44:26.761 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:44:27.250 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:44:27.421 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-01-26T16:44:27.505 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-01-26T16:44:27.566 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:58 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:44:27.700 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-01-26T16:44:27.897 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-01-26T16:44:28.070 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-01-26T16:44:28.213 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 5/6 2023-01-26T16:44:29.096 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:44:29.097 INFO:teuthology.orchestra.run.smithi050.stdout:=========================================================================================== 2023-01-26T16:44:29.097 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:44:29.098 INFO:teuthology.orchestra.run.smithi050.stdout:=========================================================================================== 2023-01-26T16:44:29.098 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:44:29.098 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-test x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 52 M 2023-01-26T16:44:29.099 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:44:29.099 INFO:teuthology.orchestra.run.smithi050.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-01-26T16:44:29.099 INFO:teuthology.orchestra.run.smithi050.stdout: libcephsqlite x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 175 k 2023-01-26T16:44:29.099 INFO:teuthology.orchestra.run.smithi050.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-01-26T16:44:29.100 INFO:teuthology.orchestra.run.smithi050.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-01-26T16:44:29.100 INFO:teuthology.orchestra.run.smithi050.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-01-26T16:44:29.100 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:29.100 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:44:29.101 INFO:teuthology.orchestra.run.smithi050.stdout:=========================================================================================== 2023-01-26T16:44:29.101 INFO:teuthology.orchestra.run.smithi050.stdout:Install 6 Packages 2023-01-26T16:44:29.101 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:29.102 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 53 M 2023-01-26T16:44:29.102 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 233 M 2023-01-26T16:44:29.103 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:44:29.135 INFO:teuthology.orchestra.run.smithi050.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-01-26T16:44:29.202 INFO:teuthology.orchestra.run.smithi050.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.5 MB/s | 323 kB 00:00 2023-01-26T16:44:29.244 INFO:teuthology.orchestra.run.smithi050.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-01-26T16:44:29.286 INFO:teuthology.orchestra.run.smithi050.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-01-26T16:44:29.577 INFO:teuthology.orchestra.run.smithi050.stdout:(5/6): libcephsqlite-17.2.5-691.g6b3a5180.el8.x 365 kB/s | 175 kB 00:00 2023-01-26T16:44:33.203 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 5/6 2023-01-26T16:44:33.476 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 6/6 2023-01-26T16:44:33.690 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 6/6 2023-01-26T16:44:33.690 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 1/6 2023-01-26T16:44:33.690 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 2/6 2023-01-26T16:44:33.691 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-01-26T16:44:33.691 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-01-26T16:44:33.691 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-01-26T16:44:34.780 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-01-26T16:44:34.780 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:07 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:44:35.252 INFO:teuthology.orchestra.run.smithi050.stdout:(6/6): ceph-test-17.2.5-691.g6b3a5180.el8.x86_6 8.5 MB/s | 52 MB 00:06 2023-01-26T16:44:35.254 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:44:35.255 INFO:teuthology.orchestra.run.smithi050.stdout:Total 8.6 MB/s | 53 MB 00:06 2023-01-26T16:44:35.294 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:44:35.317 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:44:35.317 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:44:35.609 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:44:35.613 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:44:36.118 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:44:36.250 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-01-26T16:44:36.337 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-01-26T16:44:36.565 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-01-26T16:44:36.693 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-01-26T16:44:36.875 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-01-26T16:44:37.008 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 5/6 2023-01-26T16:44:37.125 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:44:37.304 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:37.305 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:44:37.305 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:37.305 INFO:teuthology.orchestra.run.smithi077.stdout: jq-1.6-3.el8.x86_64 2023-01-26T16:44:37.305 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:37.306 INFO:teuthology.orchestra.run.smithi077.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-01-26T16:44:37.306 INFO:teuthology.orchestra.run.smithi077.stdout: socat-1.7.4.1-1.el8.x86_64 2023-01-26T16:44:37.306 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-01-26T16:44:37.306 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:37.307 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:44:37.439 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph 2023-01-26T16:44:37.771 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:44:38.544 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:11 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:44:39.902 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:44:39.905 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================================== 2023-01-26T16:44:39.905 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:44:39.905 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================================== 2023-01-26T16:44:39.906 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:44:39.906 INFO:teuthology.orchestra.run.smithi077.stdout: ceph x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 6.4 k 2023-01-26T16:44:39.906 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:44:39.906 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 2.3 M 2023-01-26T16:44:39.907 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 1.6 M 2023-01-26T16:44:39.907 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 233 k 2023-01-26T16:44:39.907 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.9 M 2023-01-26T16:44:39.907 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 17 M 2023-01-26T16:44:39.907 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-01-26T16:44:39.908 INFO:teuthology.orchestra.run.smithi077.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-01-26T16:44:39.908 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-01-26T16:44:39.908 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-01-26T16:44:39.908 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-01-26T16:44:39.908 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-01-26T16:44:39.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-01-26T16:44:39.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-01-26T16:44:39.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-01-26T16:44:39.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-01-26T16:44:39.909 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-01-26T16:44:39.910 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-01-26T16:44:39.910 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-01-26T16:44:39.910 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-01-26T16:44:39.910 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-01-26T16:44:39.910 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-01-26T16:44:39.910 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-01-26T16:44:39.911 INFO:teuthology.orchestra.run.smithi077.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-01-26T16:44:39.911 INFO:teuthology.orchestra.run.smithi077.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-01-26T16:44:39.911 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-01-26T16:44:39.911 INFO:teuthology.orchestra.run.smithi077.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-01-26T16:44:39.911 INFO:teuthology.orchestra.run.smithi077.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2023-01-26T16:44:39.912 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-01-26T16:44:39.912 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-01-26T16:44:39.912 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-01-26T16:44:39.912 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-01-26T16:44:39.912 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:39.912 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:44:39.913 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================================== 2023-01-26T16:44:39.913 INFO:teuthology.orchestra.run.smithi077.stdout:Install 32 Packages 2023-01-26T16:44:39.913 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:39.914 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 28 M 2023-01-26T16:44:39.914 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 110 M 2023-01-26T16:44:39.914 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:44:40.254 INFO:teuthology.orchestra.run.smithi077.stdout:(1/32): ceph-17.2.5-691.g6b3a5180.el8.x86_64.rp 19 kB/s | 6.4 kB 00:00 2023-01-26T16:44:40.904 INFO:teuthology.orchestra.run.smithi077.stdout:(2/32): ceph-mgr-17.2.5-691.g6b3a5180.el8.x86_6 1.6 MB/s | 1.6 MB 00:00 2023-01-26T16:44:41.754 INFO:teuthology.orchestra.run.smithi077.stdout:(3/32): ceph-mon-17.2.5-691.g6b3a5180.el8.x86_6 2.6 MB/s | 3.9 MB 00:01 2023-01-26T16:44:41.812 INFO:teuthology.orchestra.run.smithi077.stdout:(4/32): ceph-mgr-modules-core-17.2.5-691.g6b3a5 3.9 MB/s | 233 kB 00:00 2023-01-26T16:44:41.946 INFO:teuthology.orchestra.run.smithi077.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 327 kB/s | 44 kB 00:00 2023-01-26T16:44:42.171 INFO:teuthology.orchestra.run.smithi077.stdout:(6/32): ceph-osd-17.2.5-691.g6b3a5180.el8.x86_6 13 MB/s | 17 MB 00:01 2023-01-26T16:44:42.205 INFO:teuthology.orchestra.run.smithi077.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 715 kB/s | 185 kB 00:00 2023-01-26T16:44:42.289 INFO:teuthology.orchestra.run.smithi077.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 4.5 MB/s | 384 kB 00:00 2023-01-26T16:44:42.325 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 5/6 2023-01-26T16:44:42.339 INFO:teuthology.orchestra.run.smithi077.stdout:(9/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.0 MB/s | 173 kB 00:00 2023-01-26T16:44:42.356 INFO:teuthology.orchestra.run.smithi077.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 166 kB/s | 11 kB 00:00 2023-01-26T16:44:42.381 INFO:teuthology.orchestra.run.smithi077.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 419 kB/s | 18 kB 00:00 2023-01-26T16:44:42.406 INFO:teuthology.orchestra.run.smithi077.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 968 kB/s | 49 kB 00:00 2023-01-26T16:44:42.423 INFO:teuthology.orchestra.run.smithi077.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 1.4 MB/s | 59 kB 00:00 2023-01-26T16:44:42.495 INFO:teuthology.orchestra.run.smithi077.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 220 kB/s | 16 kB 00:00 2023-01-26T16:44:42.524 INFO:teuthology.orchestra.run.smithi077.stdout:(15/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.4 MB/s | 283 kB 00:00 2023-01-26T16:44:42.549 INFO:teuthology.orchestra.run.smithi077.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 344 kB/s | 19 kB 00:00 2023-01-26T16:44:42.574 INFO:teuthology.orchestra.run.smithi077.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 476 kB/s | 24 kB 00:00 2023-01-26T16:44:42.600 INFO:teuthology.orchestra.run.smithi077.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 581 kB/s | 29 kB 00:00 2023-01-26T16:44:42.613 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 6/6 2023-01-26T16:44:42.625 INFO:teuthology.orchestra.run.smithi077.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 546 kB/s | 27 kB 00:00 2023-01-26T16:44:42.650 INFO:teuthology.orchestra.run.smithi077.stdout:(20/32): python3-waitress-1.2.1-2.el8.1.noarch. 4.7 MB/s | 241 kB 00:00 2023-01-26T16:44:42.701 INFO:teuthology.orchestra.run.smithi077.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2023-01-26T16:44:42.743 INFO:teuthology.orchestra.run.smithi077.stdout:(22/32): ceph-mds-17.2.5-691.g6b3a5180.el8.x86_ 828 kB/s | 2.3 MB 00:02 2023-01-26T16:44:42.768 INFO:teuthology.orchestra.run.smithi077.stdout:(23/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2023-01-26T16:44:42.793 INFO:teuthology.orchestra.run.smithi077.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 249 kB/s | 23 kB 00:00 2023-01-26T16:44:42.837 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 6/6 2023-01-26T16:44:42.837 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 1/6 2023-01-26T16:44:42.838 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 2/6 2023-01-26T16:44:42.838 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-01-26T16:44:42.838 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-01-26T16:44:42.838 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-01-26T16:44:42.852 INFO:teuthology.orchestra.run.smithi077.stdout:(25/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 2.8 MB/s | 238 kB 00:00 2023-01-26T16:44:42.877 INFO:teuthology.orchestra.run.smithi077.stdout:(26/32): python3-pycparser-2.14-14.el8.noarch.r 1.0 MB/s | 109 kB 00:00 2023-01-26T16:44:42.902 INFO:teuthology.orchestra.run.smithi077.stdout:(27/32): python3-pytz-2017.2-9.el8.noarch.rpm 1.1 MB/s | 54 kB 00:00 2023-01-26T16:44:42.956 INFO:teuthology.orchestra.run.smithi077.stdout:(28/32): python3-markupsafe-0.23-19.el8.x86_64. 493 kB/s | 39 kB 00:00 2023-01-26T16:44:42.986 INFO:teuthology.orchestra.run.smithi077.stdout:(29/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.8 MB/s | 157 kB 00:00 2023-01-26T16:44:43.012 INFO:teuthology.orchestra.run.smithi077.stdout:(30/32): python3-cryptography-3.2.1-5.el8.x86_6 2.5 MB/s | 559 kB 00:00 2023-01-26T16:44:43.037 INFO:teuthology.orchestra.run.smithi077.stdout:(31/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 2.0 MB/s | 103 kB 00:00 2023-01-26T16:44:43.062 INFO:teuthology.orchestra.run.smithi077.stdout:(32/32): python3-werkzeug-0.12.2-4.el8.noarch.r 4.2 MB/s | 457 kB 00:00 2023-01-26T16:44:43.064 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:44:43.065 INFO:teuthology.orchestra.run.smithi077.stdout:Total 8.9 MB/s | 28 MB 00:03 2023-01-26T16:44:43.153 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:44:43.190 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:44:43.190 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:44:43.394 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:44:43.397 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:44:43.928 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-01-26T16:44:43.929 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:14 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:44:45.102 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:44:45.332 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-01-26T16:44:45.660 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-01-26T16:44:45.881 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-01-26T16:44:46.095 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-01-26T16:44:46.333 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-01-26T16:44:46.405 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:44:46.539 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-01-26T16:44:46.603 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:46.603 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:44:46.603 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-test-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:46.604 INFO:teuthology.orchestra.run.smithi050.stdout: jq-1.6-3.el8.x86_64 2023-01-26T16:44:46.604 INFO:teuthology.orchestra.run.smithi050.stdout: libcephsqlite-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:46.604 INFO:teuthology.orchestra.run.smithi050.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-01-26T16:44:46.604 INFO:teuthology.orchestra.run.smithi050.stdout: socat-1.7.4.1-1.el8.x86_64 2023-01-26T16:44:46.604 INFO:teuthology.orchestra.run.smithi050.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-01-26T16:44:46.605 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:46.605 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:44:46.752 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph 2023-01-26T16:44:46.754 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-01-26T16:44:47.108 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:44:47.140 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-01-26T16:44:47.430 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-01-26T16:44:47.610 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-01-26T16:44:47.811 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-01-26T16:44:47.922 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:18 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:44:48.019 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-01-26T16:44:48.259 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-01-26T16:44:48.450 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 14/32 2023-01-26T16:44:48.665 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-01-26T16:44:48.830 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-01-26T16:44:48.997 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-01-26T16:44:49.166 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-01-26T16:44:49.397 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-01-26T16:44:49.445 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:44:49.448 INFO:teuthology.orchestra.run.smithi050.stdout:====================================================================================================== 2023-01-26T16:44:49.449 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:44:49.449 INFO:teuthology.orchestra.run.smithi050.stdout:====================================================================================================== 2023-01-26T16:44:49.449 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:44:49.449 INFO:teuthology.orchestra.run.smithi050.stdout: ceph x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 6.4 k 2023-01-26T16:44:49.450 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:44:49.450 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mds x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 2.3 M 2023-01-26T16:44:49.450 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 1.6 M 2023-01-26T16:44:49.450 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-modules-core noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 233 k 2023-01-26T16:44:49.450 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mon x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.9 M 2023-01-26T16:44:49.451 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-osd x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 17 M 2023-01-26T16:44:49.451 INFO:teuthology.orchestra.run.smithi050.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-01-26T16:44:49.451 INFO:teuthology.orchestra.run.smithi050.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-01-26T16:44:49.451 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-01-26T16:44:49.451 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-01-26T16:44:49.452 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-01-26T16:44:49.452 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-01-26T16:44:49.452 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-01-26T16:44:49.452 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-01-26T16:44:49.452 INFO:teuthology.orchestra.run.smithi050.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-01-26T16:44:49.453 INFO:teuthology.orchestra.run.smithi050.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-01-26T16:44:49.453 INFO:teuthology.orchestra.run.smithi050.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-01-26T16:44:49.453 INFO:teuthology.orchestra.run.smithi050.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-01-26T16:44:49.453 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-01-26T16:44:49.453 INFO:teuthology.orchestra.run.smithi050.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-01-26T16:44:49.454 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-01-26T16:44:49.454 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-01-26T16:44:49.454 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-01-26T16:44:49.454 INFO:teuthology.orchestra.run.smithi050.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-01-26T16:44:49.454 INFO:teuthology.orchestra.run.smithi050.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-01-26T16:44:49.455 INFO:teuthology.orchestra.run.smithi050.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-01-26T16:44:49.455 INFO:teuthology.orchestra.run.smithi050.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-01-26T16:44:49.455 INFO:teuthology.orchestra.run.smithi050.stdout: python3-waitress noarch 1.2.1-2.el8.1 epel 241 k 2023-01-26T16:44:49.455 INFO:teuthology.orchestra.run.smithi050.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-01-26T16:44:49.455 INFO:teuthology.orchestra.run.smithi050.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-01-26T16:44:49.455 INFO:teuthology.orchestra.run.smithi050.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-01-26T16:44:49.456 INFO:teuthology.orchestra.run.smithi050.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-01-26T16:44:49.456 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:49.456 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:44:49.456 INFO:teuthology.orchestra.run.smithi050.stdout:====================================================================================================== 2023-01-26T16:44:49.457 INFO:teuthology.orchestra.run.smithi050.stdout:Install 32 Packages 2023-01-26T16:44:49.457 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:44:49.457 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 28 M 2023-01-26T16:44:49.458 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 110 M 2023-01-26T16:44:49.458 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:44:49.639 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-01-26T16:44:49.791 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-01-26T16:44:49.812 INFO:teuthology.orchestra.run.smithi050.stdout:(1/32): ceph-17.2.5-691.g6b3a5180.el8.x86_64.rp 18 kB/s | 6.4 kB 00:00 2023-01-26T16:44:50.056 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-01-26T16:44:50.307 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-01-26T16:44:50.353 INFO:teuthology.orchestra.run.smithi050.stdout:(2/32): ceph-mgr-17.2.5-691.g6b3a5180.el8.x86_6 1.7 MB/s | 1.6 MB 00:00 2023-01-26T16:44:50.412 INFO:teuthology.orchestra.run.smithi050.stdout:(3/32): ceph-mds-17.2.5-691.g6b3a5180.el8.x86_6 2.4 MB/s | 2.3 MB 00:00 2023-01-26T16:44:50.538 INFO:teuthology.orchestra.run.smithi050.stdout:(4/32): ceph-mgr-modules-core-17.2.5-691.g6b3a5 1.8 MB/s | 233 kB 00:00 2023-01-26T16:44:50.779 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-01-26T16:44:50.805 INFO:teuthology.orchestra.run.smithi050.stdout:(5/32): ceph-mon-17.2.5-691.g6b3a5180.el8.x86_6 3.9 MB/s | 3.9 MB 00:00 2023-01-26T16:44:50.830 INFO:teuthology.orchestra.run.smithi050.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 149 kB/s | 44 kB 00:00 2023-01-26T16:44:51.014 INFO:teuthology.orchestra.run.smithi050.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 887 kB/s | 185 kB 00:00 2023-01-26T16:44:51.093 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-01-26T16:44:51.173 INFO:teuthology.orchestra.run.smithi050.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 2.4 MB/s | 384 kB 00:00 2023-01-26T16:44:51.198 INFO:teuthology.orchestra.run.smithi050.stdout:(9/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 470 kB/s | 173 kB 00:00 2023-01-26T16:44:51.256 INFO:teuthology.orchestra.run.smithi050.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 133 kB/s | 11 kB 00:00 2023-01-26T16:44:51.282 INFO:teuthology.orchestra.run.smithi050.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 210 kB/s | 18 kB 00:00 2023-01-26T16:44:51.423 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-01-26T16:44:51.457 INFO:teuthology.orchestra.run.smithi050.stdout:(12/32): ceph-osd-17.2.5-691.g6b3a5180.el8.x86_ 15 MB/s | 17 MB 00:01 2023-01-26T16:44:51.482 INFO:teuthology.orchestra.run.smithi050.stdout:(13/32): python3-logutils-0.3.5-11.el8.noarch.r 216 kB/s | 49 kB 00:00 2023-01-26T16:44:51.508 INFO:teuthology.orchestra.run.smithi050.stdout:(14/32): python3-more-itertools-7.2.0-3.el8.noa 260 kB/s | 59 kB 00:00 2023-01-26T16:44:51.583 INFO:teuthology.orchestra.run.smithi050.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 209 kB/s | 16 kB 00:00 2023-01-26T16:44:51.608 INFO:teuthology.orchestra.run.smithi050.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 187 kB/s | 19 kB 00:00 2023-01-26T16:44:51.678 INFO:teuthology.orchestra.run.smithi050.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 253 kB/s | 24 kB 00:00 2023-01-26T16:44:51.709 INFO:teuthology.orchestra.run.smithi050.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 292 kB/s | 29 kB 00:00 2023-01-26T16:44:51.750 INFO:teuthology.orchestra.run.smithi050.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 380 kB/s | 27 kB 00:00 2023-01-26T16:44:51.784 INFO:teuthology.orchestra.run.smithi050.stdout:(20/32): python3-pecan-1.3.2-9.el8.noarch.rpm 866 kB/s | 283 kB 00:00 2023-01-26T16:44:51.790 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-modules-core-2:17.2.5-691.g6b3a5180.el8.n 27/32 2023-01-26T16:44:51.869 INFO:teuthology.orchestra.run.smithi050.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.0 MB/s | 85 kB 00:00 2023-01-26T16:44:51.893 INFO:teuthology.orchestra.run.smithi050.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2023-01-26T16:44:51.943 INFO:teuthology.orchestra.run.smithi050.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 306 kB/s | 23 kB 00:00 2023-01-26T16:44:51.969 INFO:teuthology.orchestra.run.smithi050.stdout:(24/32): python3-waitress-1.2.1-2.el8.1.noarch. 927 kB/s | 241 kB 00:00 2023-01-26T16:44:51.977 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 28/32 2023-01-26T16:44:52.002 INFO:teuthology.orchestra.run.smithi050.stdout:(25/32): python3-pytz-2017.2-9.el8.noarch.rpm 498 kB/s | 54 kB 00:00 2023-01-26T16:44:52.053 INFO:teuthology.orchestra.run.smithi050.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 356 kB/s | 39 kB 00:00 2023-01-26T16:44:52.078 INFO:teuthology.orchestra.run.smithi050.stdout:(27/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.5 MB/s | 157 kB 00:00 2023-01-26T16:44:52.103 INFO:teuthology.orchestra.run.smithi050.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 2.0 MB/s | 103 kB 00:00 2023-01-26T16:44:52.137 INFO:teuthology.orchestra.run.smithi050.stdout:(29/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.6 MB/s | 457 kB 00:00 2023-01-26T16:44:52.162 INFO:teuthology.orchestra.run.smithi050.stdout:(30/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 2.8 MB/s | 238 kB 00:00 2023-01-26T16:44:52.179 INFO:teuthology.orchestra.run.smithi050.stdout:(31/32): python3-pycparser-2.14-14.el8.noarch.r 1.4 MB/s | 109 kB 00:00 2023-01-26T16:44:52.221 INFO:teuthology.orchestra.run.smithi050.stdout:(32/32): python3-cryptography-3.2.1-5.el8.x86_6 6.5 MB/s | 559 kB 00:00 2023-01-26T16:44:52.222 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:44:52.223 INFO:teuthology.orchestra.run.smithi050.stdout:Total 10 MB/s | 28 MB 00:02 2023-01-26T16:44:52.318 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:44:52.357 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:44:52.357 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:44:52.574 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:44:52.577 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:44:53.456 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 28/32 2023-01-26T16:44:53.668 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 29/32 2023-01-26T16:44:53.725 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:44:53.949 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-01-26T16:44:54.059 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 29/32 2023-01-26T16:44:54.170 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-01-26T16:44:54.218 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 30/32 2023-01-26T16:44:54.433 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 30/32 2023-01-26T16:44:54.593 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 31/32 2023-01-26T16:44:54.611 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 31/32 2023-01-26T16:44:54.788 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-01-26T16:44:54.799 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 32/32 2023-01-26T16:44:55.136 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 32/32 2023-01-26T16:44:55.137 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 1/32 2023-01-26T16:44:55.137 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 2/32 2023-01-26T16:44:55.137 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 3/32 2023-01-26T16:44:55.137 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 4/32 2023-01-26T16:44:55.138 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 5/32 2023-01-26T16:44:55.138 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-modules-core-2:17.2.5-691.g6b3a5180.el8.n 6/32 2023-01-26T16:44:55.138 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-01-26T16:44:55.138 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-01-26T16:44:55.138 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-01-26T16:44:55.139 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-01-26T16:44:55.139 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-01-26T16:44:55.139 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-01-26T16:44:55.139 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-01-26T16:44:55.139 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-01-26T16:44:55.139 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-01-26T16:44:55.140 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-01-26T16:44:55.140 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-01-26T16:44:55.140 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-01-26T16:44:55.140 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-01-26T16:44:55.140 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-01-26T16:44:55.141 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 21/32 2023-01-26T16:44:55.141 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-01-26T16:44:55.141 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-01-26T16:44:55.141 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-01-26T16:44:55.141 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 25/32 2023-01-26T16:44:55.142 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 26/32 2023-01-26T16:44:55.142 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 27/32 2023-01-26T16:44:55.142 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-01-26T16:44:55.142 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-01-26T16:44:55.142 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-01-26T16:44:55.143 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-01-26T16:44:55.601 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-01-26T16:44:55.902 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-01-26T16:44:56.056 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-01-26T16:44:56.250 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-01-26T16:44:56.542 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-01-26T16:44:56.585 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-01-26T16:44:56.585 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:29 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:44:56.736 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-01-26T16:44:57.000 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-01-26T16:44:57.210 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-01-26T16:44:57.407 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-01-26T16:44:57.604 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-01-26T16:44:57.763 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-waitress-1.2.1-2.el8.1.noarch 14/32 2023-01-26T16:44:57.969 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-01-26T16:44:58.135 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-01-26T16:44:58.334 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-01-26T16:44:58.462 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-01-26T16:44:58.731 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-01-26T16:44:58.935 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-01-26T16:44:58.958 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:44:59.145 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:59.145 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:44:59.146 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:59.146 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:59.146 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:59.146 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:44:59.146 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:59.147 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:44:59.147 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-01-26T16:44:59.147 INFO:teuthology.orchestra.run.smithi077.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-01-26T16:44:59.147 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-01-26T16:44:59.147 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-01-26T16:44:59.147 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-01-26T16:44:59.148 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-01-26T16:44:59.148 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-6.2-6.el8.noarch 2023-01-26T16:44:59.148 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-01-26T16:44:59.148 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-01-26T16:44:59.149 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako-1.0.6-13.el8.noarch 2023-01-26T16:44:59.149 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-01-26T16:44:59.149 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-01-26T16:44:59.150 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-01-26T16:44:59.150 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend-2.6-1.el8.noarch 2023-01-26T16:44:59.151 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-01-26T16:44:59.151 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser-2.14-14.el8.noarch 2023-01-26T16:44:59.151 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz-2017.2-9.el8.noarch 2023-01-26T16:44:59.152 INFO:teuthology.orchestra.run.smithi077.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-01-26T16:44:59.152 INFO:teuthology.orchestra.run.smithi077.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-01-26T16:44:59.152 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-01-26T16:44:59.152 INFO:teuthology.orchestra.run.smithi077.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-01-26T16:44:59.153 INFO:teuthology.orchestra.run.smithi077.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2023-01-26T16:44:59.153 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-01-26T16:44:59.153 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-01-26T16:44:59.153 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-01-26T16:44:59.154 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-01-26T16:44:59.154 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:44:59.154 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:44:59.187 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-01-26T16:44:59.305 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-base 2023-01-26T16:44:59.440 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-01-26T16:44:59.648 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:44:59.680 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-01-26T16:44:59.935 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-01-26T16:45:00.282 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-01-26T16:45:00.431 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:33 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:00.652 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-01-26T16:45:00.999 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-modules-core-2:17.2.5-691.g6b3a5180.el8.n 27/32 2023-01-26T16:45:01.185 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 28/32 2023-01-26T16:45:01.677 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:45:01.787 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:01.788 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:45:01.788 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:45:02.393 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install cephadm 2023-01-26T16:45:02.736 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:02.764 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 28/32 2023-01-26T16:45:02.977 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 29/32 2023-01-26T16:45:03.393 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 29/32 2023-01-26T16:45:03.522 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 30/32 2023-01-26T16:45:03.554 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:36 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:03.750 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 30/32 2023-01-26T16:45:03.880 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 31/32 2023-01-26T16:45:03.899 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 31/32 2023-01-26T16:45:04.062 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 32/32 2023-01-26T16:45:04.432 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 32/32 2023-01-26T16:45:04.433 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 1/32 2023-01-26T16:45:04.433 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 2/32 2023-01-26T16:45:04.433 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 3/32 2023-01-26T16:45:04.433 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 4/32 2023-01-26T16:45:04.433 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 5/32 2023-01-26T16:45:04.434 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-modules-core-2:17.2.5-691.g6b3a5180.el8.n 6/32 2023-01-26T16:45:04.434 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-01-26T16:45:04.434 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-01-26T16:45:04.434 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-01-26T16:45:04.434 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-01-26T16:45:04.435 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-01-26T16:45:04.435 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-01-26T16:45:04.435 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-01-26T16:45:04.435 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-01-26T16:45:04.435 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-01-26T16:45:04.436 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-01-26T16:45:04.436 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-01-26T16:45:04.436 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-01-26T16:45:04.436 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-01-26T16:45:04.436 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-01-26T16:45:04.437 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-waitress-1.2.1-2.el8.1.noarch 21/32 2023-01-26T16:45:04.437 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-01-26T16:45:04.437 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-01-26T16:45:04.437 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-01-26T16:45:04.437 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-01-26T16:45:04.437 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-01-26T16:45:04.438 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-01-26T16:45:04.438 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-01-26T16:45:04.438 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-01-26T16:45:04.439 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 30/32 2023-01-26T16:45:04.439 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 31/32 2023-01-26T16:45:04.995 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:04.996 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:45:04.996 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:45:04.996 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:45:04.996 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:45:04.997 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 78 k 2023-01-26T16:45:04.997 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:04.997 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:45:04.997 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:45:04.997 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2023-01-26T16:45:04.997 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:04.998 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 78 k 2023-01-26T16:45:04.998 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 355 k 2023-01-26T16:45:04.998 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:45:05.165 INFO:teuthology.orchestra.run.smithi077.stdout:cephadm-17.2.5-691.g6b3a5180.el8.noarch.rpm 466 kB/s | 78 kB 00:00 2023-01-26T16:45:05.165 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:05.166 INFO:teuthology.orchestra.run.smithi077.stdout:Total 463 kB/s | 78 kB 00:00 2023-01-26T16:45:05.166 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:45:05.174 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:45:05.174 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:45:05.175 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:45:05.179 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:45:05.218 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:45:05.955 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 32/32 2023-01-26T16:45:05.956 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:36 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:06.777 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:06.973 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:07.139 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:08.180 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:08.181 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:41 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:08.564 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:45:08.765 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:08.766 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:45:08.766 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:45:08.766 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mds-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:45:08.766 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:45:08.766 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-modules-core-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:08.767 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mon-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:45:08.767 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-osd-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:45:08.767 INFO:teuthology.orchestra.run.smithi050.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-01-26T16:45:08.767 INFO:teuthology.orchestra.run.smithi050.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-01-26T16:45:08.767 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-01-26T16:45:08.768 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-01-26T16:45:08.768 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-01-26T16:45:08.768 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-01-26T16:45:08.768 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-6.2-6.el8.noarch 2023-01-26T16:45:08.768 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-01-26T16:45:08.769 INFO:teuthology.orchestra.run.smithi050.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-01-26T16:45:08.769 INFO:teuthology.orchestra.run.smithi050.stdout: python3-mako-1.0.6-13.el8.noarch 2023-01-26T16:45:08.769 INFO:teuthology.orchestra.run.smithi050.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-01-26T16:45:08.769 INFO:teuthology.orchestra.run.smithi050.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-01-26T16:45:08.769 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-01-26T16:45:08.770 INFO:teuthology.orchestra.run.smithi050.stdout: python3-portend-2.6-1.el8.noarch 2023-01-26T16:45:08.770 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-01-26T16:45:08.770 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pycparser-2.14-14.el8.noarch 2023-01-26T16:45:08.770 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytz-2017.2-9.el8.noarch 2023-01-26T16:45:08.770 INFO:teuthology.orchestra.run.smithi050.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-01-26T16:45:08.771 INFO:teuthology.orchestra.run.smithi050.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-01-26T16:45:08.771 INFO:teuthology.orchestra.run.smithi050.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-01-26T16:45:08.771 INFO:teuthology.orchestra.run.smithi050.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-01-26T16:45:08.771 INFO:teuthology.orchestra.run.smithi050.stdout: python3-waitress-1.2.1-2.el8.1.noarch 2023-01-26T16:45:08.771 INFO:teuthology.orchestra.run.smithi050.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-01-26T16:45:08.772 INFO:teuthology.orchestra.run.smithi050.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-01-26T16:45:08.772 INFO:teuthology.orchestra.run.smithi050.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-01-26T16:45:08.772 INFO:teuthology.orchestra.run.smithi050.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-01-26T16:45:08.772 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:08.773 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:45:08.942 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-base 2023-01-26T16:45:09.312 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:10.131 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:41 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:10.529 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:45:10.706 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:10.707 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:45:10.707 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:10.707 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:10.707 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:45:10.834 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-immutable-object-cache 2023-01-26T16:45:11.190 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:11.543 INFO:teuthology.orchestra.run.smithi050.stdout:Package ceph-base-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:45:11.662 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:45:11.663 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:45:11.663 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:45:11.959 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:44 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:12.405 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install cephadm 2023-01-26T16:45:12.773 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:13.330 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:13.331 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:45:13.331 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2023-01-26T16:45:13.332 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:45:13.332 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:45:13.332 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 161 k 2023-01-26T16:45:13.332 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:13.332 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:45:13.333 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:45:13.333 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2023-01-26T16:45:13.333 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:13.333 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 161 k 2023-01-26T16:45:13.333 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 490 k 2023-01-26T16:45:13.334 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:45:13.587 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:44 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:13.679 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-immutable-object-cache-17.2.5-691.g6b3a518 464 kB/s | 161 kB 00:00 2023-01-26T16:45:13.680 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:13.681 INFO:teuthology.orchestra.run.smithi077.stdout:Total 463 kB/s | 161 kB 00:00 2023-01-26T16:45:13.681 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:45:13.691 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:45:13.691 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:45:13.744 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:45:13.747 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:45:13.861 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:45:14.058 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.e 1/1 2023-01-26T16:45:14.439 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.e 1/1 2023-01-26T16:45:15.121 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:45:15.123 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:45:15.123 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:45:15.123 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:45:15.123 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:45:15.123 INFO:teuthology.orchestra.run.smithi050.stdout: cephadm noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 78 k 2023-01-26T16:45:15.124 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:15.124 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:45:15.124 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:45:15.124 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2023-01-26T16:45:15.124 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:15.125 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 78 k 2023-01-26T16:45:15.125 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 355 k 2023-01-26T16:45:15.125 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:45:15.455 INFO:teuthology.orchestra.run.smithi050.stdout:cephadm-17.2.5-691.g6b3a5180.el8.noarch.rpm 236 kB/s | 78 kB 00:00 2023-01-26T16:45:15.456 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:15.456 INFO:teuthology.orchestra.run.smithi050.stdout:Total 235 kB/s | 78 kB 00:00 2023-01-26T16:45:15.457 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:45:15.465 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:45:15.465 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:45:15.467 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:45:15.471 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.e 1/1 2023-01-26T16:45:15.471 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:48 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:15.472 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:45:15.514 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:45:17.215 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:17.363 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:17.537 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:17.726 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:45:17.904 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:17.905 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:45:17.905 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:45:17.905 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:17.905 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:45:18.035 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr 2023-01-26T16:45:18.380 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:18.580 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/1 2023-01-26T16:45:18.581 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:49 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:19.165 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:52 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:20.438 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:45:20.549 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:20.550 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:45:20.550 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:45:20.663 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-dashboard 2023-01-26T16:45:21.008 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:21.096 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:45:21.296 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:21.297 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:45:21.297 INFO:teuthology.orchestra.run.smithi050.stdout: cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:21.297 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:21.297 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:45:21.591 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-immutable-object-cache 2023-01-26T16:45:21.774 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:54 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:21.967 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:22.793 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:53 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:23.128 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:23.129 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================================== 2023-01-26T16:45:23.129 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:45:23.129 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================================== 2023-01-26T16:45:23.130 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:45:23.130 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 1.6 M 2023-01-26T16:45:23.130 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:45:23.130 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 23 k 2023-01-26T16:45:23.130 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 14 k 2023-01-26T16:45:23.131 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-01-26T16:45:23.131 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-01-26T16:45:23.131 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-01-26T16:45:23.131 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:23.131 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:45:23.132 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================================== 2023-01-26T16:45:23.132 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2023-01-26T16:45:23.132 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:23.133 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 2.0 M 2023-01-26T16:45:23.133 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 7.8 M 2023-01-26T16:45:23.133 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:45:23.285 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): ceph-grafana-dashboards-17.2.5-691.g6b3a 150 kB/s | 23 kB 00:00 2023-01-26T16:45:23.310 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): ceph-prometheus-alerts-17.2.5-691.g6b3a5 81 kB/s | 14 kB 00:00 2023-01-26T16:45:23.419 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 252 kB/s | 34 kB 00:00 2023-01-26T16:45:23.453 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): ceph-mgr-dashboard-17.2.5-691.g6b3a5180. 5.1 MB/s | 1.6 MB 00:00 2023-01-26T16:45:23.511 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 463 kB/s | 43 kB 00:00 2023-01-26T16:45:23.536 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 870 kB/s | 196 kB 00:00 2023-01-26T16:45:23.538 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:23.538 INFO:teuthology.orchestra.run.smithi077.stdout:Total 4.8 MB/s | 2.0 MB 00:00 2023-01-26T16:45:23.549 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:45:23.558 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:45:23.558 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:45:23.613 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:45:23.617 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:45:23.889 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:45:24.098 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-01-26T16:45:24.324 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:45:24.326 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:45:24.326 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2023-01-26T16:45:24.326 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:45:24.326 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:45:24.326 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-immutable-object-cache x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 161 k 2023-01-26T16:45:24.327 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:24.327 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:45:24.327 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:45:24.327 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2023-01-26T16:45:24.327 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:24.328 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 161 k 2023-01-26T16:45:24.328 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 490 k 2023-01-26T16:45:24.328 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:45:24.735 INFO:teuthology.orchestra.run.smithi050.stdout:ceph-immutable-object-cache-17.2.5-691.g6b3a518 395 kB/s | 161 kB 00:00 2023-01-26T16:45:24.736 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:24.736 INFO:teuthology.orchestra.run.smithi050.stdout:Total 394 kB/s | 161 kB 00:00 2023-01-26T16:45:24.737 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:45:24.748 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:45:24.748 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:45:24.807 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:45:24.811 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:45:24.930 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:45:25.223 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-01-26T16:45:25.252 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.e 1/1 2023-01-26T16:45:25.393 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-01-26T16:45:25.546 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-prometheus-alerts-2:17.2.5-691.g6b3a5180.el8.no 4/6 2023-01-26T16:45:25.628 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.e 1/1 2023-01-26T16:45:25.903 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-grafana-dashboards-2:17.2.5-691.g6b3a5180.el8.n 5/6 2023-01-26T16:45:26.126 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 6/6 2023-01-26T16:45:26.350 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 6/6 2023-01-26T16:45:26.350 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-grafana-dashboards-2:17.2.5-691.g6b3a5180.el8.n 1/6 2023-01-26T16:45:26.350 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 2/6 2023-01-26T16:45:26.351 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-prometheus-alerts-2:17.2.5-691.g6b3a5180.el8.no 3/6 2023-01-26T16:45:26.351 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-01-26T16:45:26.351 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-01-26T16:45:26.810 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.e 1/1 2023-01-26T16:45:26.810 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:57 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:27.366 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-01-26T16:45:27.366 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:00 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:29.390 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:45:29.584 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:29.584 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:45:29.585 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-immutable-object-cache-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:45:29.585 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:29.585 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:45:29.781 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr 2023-01-26T16:45:29.924 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:45:30.106 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:30.106 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:45:30.106 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:30.107 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:30.107 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:30.107 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-01-26T16:45:30.107 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-01-26T16:45:30.107 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes-2.4.1-12.el8.noarch 2023-01-26T16:45:30.108 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:30.108 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:45:30.147 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:30.235 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-diskprediction-local 2023-01-26T16:45:30.581 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:30.969 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:01 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:31.373 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:04 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:32.386 INFO:teuthology.orchestra.run.smithi050.stdout:Package ceph-mgr-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:45:32.505 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:45:32.506 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:45:32.506 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:45:32.624 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-dashboard 2023-01-26T16:45:32.730 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:32.731 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================================= 2023-01-26T16:45:32.731 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:45:32.732 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================================= 2023-01-26T16:45:32.732 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:45:32.732 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 7.4 M 2023-01-26T16:45:32.732 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:45:32.732 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-01-26T16:45:32.733 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-01-26T16:45:32.733 INFO:teuthology.orchestra.run.smithi077.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-01-26T16:45:32.733 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-01-26T16:45:32.733 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-01-26T16:45:32.733 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-01-26T16:45:32.734 INFO:teuthology.orchestra.run.smithi077.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-01-26T16:45:32.734 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:32.734 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:45:32.734 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================================= 2023-01-26T16:45:32.734 INFO:teuthology.orchestra.run.smithi077.stdout:Install 8 Packages 2023-01-26T16:45:32.735 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:32.735 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 35 M 2023-01-26T16:45:32.736 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 210 M 2023-01-26T16:45:32.736 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:45:32.811 INFO:teuthology.orchestra.run.smithi077.stdout:(1/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 8.2 MB/s | 644 kB 00:00 2023-01-26T16:45:32.836 INFO:teuthology.orchestra.run.smithi077.stdout:(2/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.6 MB/s | 171 kB 00:00 2023-01-26T16:45:32.945 INFO:teuthology.orchestra.run.smithi077.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 34 MB/s | 3.7 MB 00:00 2023-01-26T16:45:32.987 INFO:teuthology.orchestra.run.smithi077.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 5.3 MB/s | 225 kB 00:00 2023-01-26T16:45:32.988 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:33.222 INFO:teuthology.orchestra.run.smithi077.stdout:(5/8): python3-scipy-1.0.0-21.module+el8.5.0+10 34 MB/s | 14 MB 00:00 2023-01-26T16:45:33.288 INFO:teuthology.orchestra.run.smithi077.stdout:(6/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 16 MB/s | 4.9 MB 00:00 2023-01-26T16:45:33.380 INFO:teuthology.orchestra.run.smithi077.stdout:(7/8): openblas-0.3.15-3.el8.x86_64.rpm 30 MB/s | 4.7 MB 00:00 2023-01-26T16:45:33.571 INFO:teuthology.orchestra.run.smithi077.stdout:(8/8): ceph-mgr-diskprediction-local-17.2.5-691 8.8 MB/s | 7.4 MB 00:00 2023-01-26T16:45:33.572 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:33.573 INFO:teuthology.orchestra.run.smithi077.stdout:Total 42 MB/s | 35 MB 00:00 2023-01-26T16:45:33.808 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:45:33.826 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:45:33.826 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:45:33.827 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:04 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:34.118 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:45:34.121 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:45:34.666 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:45:34.829 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-01-26T16:45:34.951 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-01-26T16:45:35.121 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-01-26T16:45:35.358 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:45:35.359 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================================== 2023-01-26T16:45:35.359 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:45:35.360 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================================== 2023-01-26T16:45:35.360 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:45:35.360 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-dashboard noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 1.6 M 2023-01-26T16:45:35.360 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:45:35.361 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-grafana-dashboards noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 23 k 2023-01-26T16:45:35.361 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-prometheus-alerts noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 14 k 2023-01-26T16:45:35.361 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-01-26T16:45:35.361 INFO:teuthology.orchestra.run.smithi050.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-01-26T16:45:35.361 INFO:teuthology.orchestra.run.smithi050.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-01-26T16:45:35.361 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:35.362 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:45:35.362 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================================== 2023-01-26T16:45:35.362 INFO:teuthology.orchestra.run.smithi050.stdout:Install 6 Packages 2023-01-26T16:45:35.362 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:35.363 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 2.0 M 2023-01-26T16:45:35.363 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 7.8 M 2023-01-26T16:45:35.363 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:45:35.525 INFO:teuthology.orchestra.run.smithi050.stdout:(1/6): ceph-grafana-dashboards-17.2.5-691.g6b3a 141 kB/s | 23 kB 00:00 2023-01-26T16:45:35.550 INFO:teuthology.orchestra.run.smithi050.stdout:(2/6): ceph-prometheus-alerts-17.2.5-691.g6b3a5 77 kB/s | 14 kB 00:00 2023-01-26T16:45:35.717 INFO:teuthology.orchestra.run.smithi050.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 175 kB/s | 34 kB 00:00 2023-01-26T16:45:35.737 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-01-26T16:45:35.775 INFO:teuthology.orchestra.run.smithi050.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 731 kB/s | 43 kB 00:00 2023-01-26T16:45:35.826 INFO:teuthology.orchestra.run.smithi050.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 713 kB/s | 196 kB 00:00 2023-01-26T16:45:35.904 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-01-26T16:45:36.487 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-01-26T16:45:36.646 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-01-26T16:45:37.313 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-01-26T16:45:37.534 INFO:teuthology.orchestra.run.smithi050.stdout:(6/6): ceph-mgr-dashboard-17.2.5-691.g6b3a5180. 778 kB/s | 1.6 MB 00:02 2023-01-26T16:45:37.536 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:37.536 INFO:teuthology.orchestra.run.smithi050.stdout:Total 919 kB/s | 2.0 MB 00:02 2023-01-26T16:45:37.550 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:45:37.561 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:45:37.561 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:45:37.628 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:45:37.632 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:45:37.657 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-01-26T16:45:37.879 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-01-26T16:45:37.925 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:45:38.077 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-01-26T16:45:38.427 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-01-26T16:45:38.595 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-01-26T16:45:38.741 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-prometheus-alerts-2:17.2.5-691.g6b3a5180.el8.no 4/6 2023-01-26T16:45:39.087 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-grafana-dashboards-2:17.2.5-691.g6b3a5180.el8.n 5/6 2023-01-26T16:45:39.270 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 6/6 2023-01-26T16:45:39.506 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 6/6 2023-01-26T16:45:39.506 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-grafana-dashboards-2:17.2.5-691.g6b3a5180.el8.n 1/6 2023-01-26T16:45:39.506 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 2/6 2023-01-26T16:45:39.507 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-prometheus-alerts-2:17.2.5-691.g6b3a5180.el8.no 3/6 2023-01-26T16:45:39.507 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-01-26T16:45:39.507 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-01-26T16:45:39.624 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-01-26T16:45:40.695 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-01-26T16:45:40.695 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:11 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:40.888 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-01-26T16:45:41.045 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180 8/8 2023-01-26T16:45:41.306 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180 8/8 2023-01-26T16:45:41.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180 1/8 2023-01-26T16:45:41.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-01-26T16:45:41.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-01-26T16:45:41.307 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-01-26T16:45:41.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-01-26T16:45:41.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-01-26T16:45:41.308 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-01-26T16:45:42.345 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-01-26T16:45:42.345 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:15 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:43.154 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:45:43.351 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:43.352 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:45:43.352 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-grafana-dashboards-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:43.352 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-dashboard-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:43.352 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-prometheus-alerts-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:43.353 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-01-26T16:45:43.353 INFO:teuthology.orchestra.run.smithi050.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-01-26T16:45:43.353 INFO:teuthology.orchestra.run.smithi050.stdout: python3-routes-2.4.1-12.el8.noarch 2023-01-26T16:45:43.353 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:43.353 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:45:43.520 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-diskprediction-local 2023-01-26T16:45:43.889 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:44.624 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:45:44.728 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:15 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:44.809 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:44.809 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:45:44.809 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:44.810 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-01-26T16:45:44.810 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-01-26T16:45:44.810 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-0.3.15-3.el8.x86_64 2023-01-26T16:45:44.810 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-01-26T16:45:44.811 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-01-26T16:45:44.811 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-01-26T16:45:44.811 INFO:teuthology.orchestra.run.smithi077.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-01-26T16:45:44.811 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:44.811 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:45:44.941 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-rook 2023-01-26T16:45:45.285 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:46.066 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:19 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:46.206 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:45:46.208 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================================================= 2023-01-26T16:45:46.208 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:45:46.208 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================================================= 2023-01-26T16:45:46.209 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:45:46.209 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 7.4 M 2023-01-26T16:45:46.209 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:45:46.209 INFO:teuthology.orchestra.run.smithi050.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-01-26T16:45:46.209 INFO:teuthology.orchestra.run.smithi050.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-01-26T16:45:46.210 INFO:teuthology.orchestra.run.smithi050.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-01-26T16:45:46.210 INFO:teuthology.orchestra.run.smithi050.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-01-26T16:45:46.210 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-01-26T16:45:46.210 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-01-26T16:45:46.210 INFO:teuthology.orchestra.run.smithi050.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-01-26T16:45:46.210 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:46.211 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:45:46.211 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================================================= 2023-01-26T16:45:46.211 INFO:teuthology.orchestra.run.smithi050.stdout:Install 8 Packages 2023-01-26T16:45:46.211 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:45:46.212 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 35 M 2023-01-26T16:45:46.212 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 210 M 2023-01-26T16:45:46.212 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:45:46.365 INFO:teuthology.orchestra.run.smithi050.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 24 MB/s | 3.7 MB 00:00 2023-01-26T16:45:46.407 INFO:teuthology.orchestra.run.smithi050.stdout:(2/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 5.3 MB/s | 225 kB 00:00 2023-01-26T16:45:46.557 INFO:teuthology.orchestra.run.smithi050.stdout:(3/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 32 MB/s | 4.9 MB 00:00 2023-01-26T16:45:46.741 INFO:teuthology.orchestra.run.smithi050.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 26 MB/s | 14 MB 00:00 2023-01-26T16:45:46.817 INFO:teuthology.orchestra.run.smithi050.stdout:(5/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 8.3 MB/s | 644 kB 00:00 2023-01-26T16:45:46.891 INFO:teuthology.orchestra.run.smithi050.stdout:(6/8): openblas-0.3.15-3.el8.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2023-01-26T16:45:46.916 INFO:teuthology.orchestra.run.smithi050.stdout:(7/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.7 MB/s | 171 kB 00:00 2023-01-26T16:45:47.423 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:47.424 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================= 2023-01-26T16:45:47.425 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:45:47.425 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================= 2023-01-26T16:45:47.425 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:45:47.425 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 47 k 2023-01-26T16:45:47.425 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:45:47.426 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-01-26T16:45:47.426 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-01-26T16:45:47.426 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-01-26T16:45:47.426 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-01-26T16:45:47.426 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-01-26T16:45:47.427 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-01-26T16:45:47.427 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-01-26T16:45:47.427 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-01-26T16:45:47.427 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-01-26T16:45:47.428 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-01-26T16:45:47.428 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa noarch 4.8-1.el8 epel 61 k 2023-01-26T16:45:47.428 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-01-26T16:45:47.428 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:47.429 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:45:47.429 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================================= 2023-01-26T16:45:47.429 INFO:teuthology.orchestra.run.smithi077.stdout:Install 13 Packages 2023-01-26T16:45:47.429 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:47.430 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 1.9 M 2023-01-26T16:45:47.430 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 25 M 2023-01-26T16:45:47.430 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:45:47.603 INFO:teuthology.orchestra.run.smithi077.stdout:(1/13): python3-cachetools-3.1.1-4.el8.noarch.r 188 kB/s | 33 kB 00:00 2023-01-26T16:45:47.629 INFO:teuthology.orchestra.run.smithi077.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 81 kB/s | 16 kB 00:00 2023-01-26T16:45:47.729 INFO:teuthology.orchestra.run.smithi077.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 648 kB/s | 81 kB 00:00 2023-01-26T16:45:47.755 INFO:teuthology.orchestra.run.smithi077.stdout:(4/13): ceph-mgr-rook-17.2.5-691.g6b3a5180.el8. 144 kB/s | 47 kB 00:00 2023-01-26T16:45:47.838 INFO:teuthology.orchestra.run.smithi077.stdout:(5/13): python3-rsa-4.8-1.el8.noarch.rpm 566 kB/s | 61 kB 00:00 2023-01-26T16:45:47.888 INFO:teuthology.orchestra.run.smithi077.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 3.0 MB/s | 155 kB 00:00 2023-01-26T16:45:47.947 INFO:teuthology.orchestra.run.smithi077.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 730 kB/s | 43 kB 00:00 2023-01-26T16:45:47.964 INFO:teuthology.orchestra.run.smithi077.stdout:(8/13): python3-websocket-client-0.56.0-5.el8.n 293 kB/s | 61 kB 00:00 2023-01-26T16:45:47.989 INFO:teuthology.orchestra.run.smithi077.stdout:(9/13): python3-pyasn1-modules-0.3.7-6.el8.noar 2.6 MB/s | 110 kB 00:00 2023-01-26T16:45:48.031 INFO:teuthology.orchestra.run.smithi077.stdout:(10/13): python3-jsonpatch-1.21-2.el8.noarch.rp 397 kB/s | 27 kB 00:00 2023-01-26T16:45:48.056 INFO:teuthology.orchestra.run.smithi077.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.0 MB/s | 126 kB 00:00 2023-01-26T16:45:48.073 INFO:teuthology.orchestra.run.smithi077.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 478 kB/s | 20 kB 00:00 2023-01-26T16:45:48.482 INFO:teuthology.orchestra.run.smithi077.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.4 MB/s | 1.2 MB 00:00 2023-01-26T16:45:48.483 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:48.483 INFO:teuthology.orchestra.run.smithi077.stdout:Total 1.8 MB/s | 1.9 MB 00:01 2023-01-26T16:45:48.542 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:45:48.557 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:45:48.557 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:45:48.626 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:45:48.630 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:45:49.117 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:45:49.331 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-01-26T16:45:49.550 INFO:teuthology.orchestra.run.smithi050.stdout:(8/8): ceph-mgr-diskprediction-local-17.2.5-691 2.2 MB/s | 7.4 MB 00:03 2023-01-26T16:45:49.551 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:45:49.552 INFO:teuthology.orchestra.run.smithi050.stdout:Total 11 MB/s | 35 MB 00:03 2023-01-26T16:45:49.554 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rsa-4.8-1.el8.noarch 2/13 2023-01-26T16:45:49.726 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-01-26T16:45:49.800 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:45:49.819 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:45:49.819 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:45:49.918 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-01-26T16:45:50.129 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:45:50.133 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:45:50.138 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-01-26T16:45:50.406 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-01-26T16:45:50.612 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-01-26T16:45:50.826 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-01-26T16:45:50.951 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:45:50.974 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-01-26T16:45:51.106 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-01-26T16:45:51.155 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-01-26T16:45:51.246 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-01-26T16:45:51.398 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-01-26T16:45:52.054 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-01-26T16:45:52.248 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-01-26T16:45:52.604 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-01-26T16:45:52.885 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-01-26T16:45:52.894 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-01-26T16:45:53.027 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 13/13 2023-01-26T16:45:53.081 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-01-26T16:45:53.300 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 13/13 2023-01-26T16:45:53.300 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 1/13 2023-01-26T16:45:53.300 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-01-26T16:45:53.300 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-01-26T16:45:53.301 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-01-26T16:45:53.301 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-01-26T16:45:53.301 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rsa-4.8-1.el8.noarch 6/13 2023-01-26T16:45:53.301 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-01-26T16:45:53.301 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-01-26T16:45:53.302 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-01-26T16:45:53.302 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-01-26T16:45:53.302 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-01-26T16:45:53.302 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-01-26T16:45:53.841 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-01-26T16:45:54.155 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-01-26T16:45:54.365 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-01-26T16:45:54.404 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-01-26T16:45:54.404 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:27 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:56.224 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-01-26T16:45:56.696 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:45:56.875 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:56.876 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:45:56.876 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:45:56.876 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-01-26T16:45:56.876 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-01-26T16:45:56.877 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-01-26T16:45:56.877 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-01-26T16:45:56.877 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-01-26T16:45:56.877 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-01-26T16:45:56.877 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-01-26T16:45:56.878 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-01-26T16:45:56.878 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-01-26T16:45:56.878 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-01-26T16:45:56.878 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa-4.8-1.el8.noarch 2023-01-26T16:45:56.878 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-01-26T16:45:56.878 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:56.879 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:45:57.123 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-cephadm 2023-01-26T16:45:57.473 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:45:57.518 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-01-26T16:45:57.656 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180 8/8 2023-01-26T16:45:57.943 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180 8/8 2023-01-26T16:45:57.943 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180 1/8 2023-01-26T16:45:57.943 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-01-26T16:45:57.943 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-01-26T16:45:57.944 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-01-26T16:45:57.944 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-01-26T16:45:57.944 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-01-26T16:45:57.944 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-01-26T16:45:58.249 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:31 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:45:59.022 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-01-26T16:45:59.023 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:30 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:45:59.602 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:45:59.603 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================================== 2023-01-26T16:45:59.603 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:45:59.603 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================================== 2023-01-26T16:45:59.604 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:45:59.604 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 114 k 2023-01-26T16:45:59.604 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:45:59.604 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-01-26T16:45:59.605 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-01-26T16:45:59.605 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-01-26T16:45:59.605 INFO:teuthology.orchestra.run.smithi077.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-01-26T16:45:59.605 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:59.605 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:45:59.606 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================================== 2023-01-26T16:45:59.606 INFO:teuthology.orchestra.run.smithi077.stdout:Install 5 Packages 2023-01-26T16:45:59.606 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:45:59.607 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 5.9 M 2023-01-26T16:45:59.607 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 26 M 2023-01-26T16:45:59.607 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:45:59.774 INFO:teuthology.orchestra.run.smithi077.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 356 kB/s | 60 kB 00:00 2023-01-26T16:45:59.833 INFO:teuthology.orchestra.run.smithi077.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 9.0 MB/s | 538 kB 00:00 2023-01-26T16:45:59.875 INFO:teuthology.orchestra.run.smithi077.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.7 MB/s | 476 kB 00:00 2023-01-26T16:45:59.917 INFO:teuthology.orchestra.run.smithi077.stdout:(4/5): ceph-mgr-cephadm-17.2.5-691.g6b3a5180.el 367 kB/s | 114 kB 00:00 2023-01-26T16:46:00.017 INFO:teuthology.orchestra.run.smithi077.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 26 MB/s | 4.8 MB 00:00 2023-01-26T16:46:00.018 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:00.018 INFO:teuthology.orchestra.run.smithi077.stdout:Total 14 MB/s | 5.9 MB 00:00 2023-01-26T16:46:00.070 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:46:00.081 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:46:00.081 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:46:00.159 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:46:00.167 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:46:01.107 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:46:01.455 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-01-26T16:46:01.461 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:46:01.661 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:01.662 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:46:01.662 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-diskprediction-local-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:46:01.662 INFO:teuthology.orchestra.run.smithi050.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-01-26T16:46:01.662 INFO:teuthology.orchestra.run.smithi050.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-01-26T16:46:01.663 INFO:teuthology.orchestra.run.smithi050.stdout: openblas-0.3.15-3.el8.x86_64 2023-01-26T16:46:01.663 INFO:teuthology.orchestra.run.smithi050.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-01-26T16:46:01.663 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-01-26T16:46:01.663 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-01-26T16:46:01.663 INFO:teuthology.orchestra.run.smithi050.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-01-26T16:46:01.664 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:01.664 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:01.677 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-01-26T16:46:01.810 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-rook 2023-01-26T16:46:02.023 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-01-26T16:46:02.177 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:02.294 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-01-26T16:46:02.501 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 5/5 2023-01-26T16:46:02.735 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 5/5 2023-01-26T16:46:02.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/5 2023-01-26T16:46:02.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-01-26T16:46:02.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-01-26T16:46:02.736 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-01-26T16:46:02.997 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:33 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:03.773 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-01-26T16:46:03.773 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:36 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:04.528 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:04.529 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================================= 2023-01-26T16:46:04.530 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:46:04.530 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================================= 2023-01-26T16:46:04.530 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:46:04.530 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-rook noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 47 k 2023-01-26T16:46:04.530 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:46:04.531 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-01-26T16:46:04.531 INFO:teuthology.orchestra.run.smithi050.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-01-26T16:46:04.531 INFO:teuthology.orchestra.run.smithi050.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-01-26T16:46:04.531 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-01-26T16:46:04.532 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-01-26T16:46:04.532 INFO:teuthology.orchestra.run.smithi050.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-01-26T16:46:04.532 INFO:teuthology.orchestra.run.smithi050.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-01-26T16:46:04.532 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-01-26T16:46:04.532 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-01-26T16:46:04.533 INFO:teuthology.orchestra.run.smithi050.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-01-26T16:46:04.533 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rsa noarch 4.8-1.el8 epel 61 k 2023-01-26T16:46:04.533 INFO:teuthology.orchestra.run.smithi050.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-01-26T16:46:04.533 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:04.533 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:46:04.533 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================================= 2023-01-26T16:46:04.534 INFO:teuthology.orchestra.run.smithi050.stdout:Install 13 Packages 2023-01-26T16:46:04.534 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:04.534 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 1.9 M 2023-01-26T16:46:04.535 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 25 M 2023-01-26T16:46:04.535 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:46:04.747 INFO:teuthology.orchestra.run.smithi050.stdout:(1/13): ceph-mgr-rook-17.2.5-691.g6b3a5180.el8. 220 kB/s | 47 kB 00:00 2023-01-26T16:46:04.804 INFO:teuthology.orchestra.run.smithi050.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 60 kB/s | 16 kB 00:00 2023-01-26T16:46:04.831 INFO:teuthology.orchestra.run.smithi050.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 111 kB/s | 33 kB 00:00 2023-01-26T16:46:04.856 INFO:teuthology.orchestra.run.smithi050.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 745 kB/s | 81 kB 00:00 2023-01-26T16:46:04.915 INFO:teuthology.orchestra.run.smithi050.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 1.0 MB/s | 61 kB 00:00 2023-01-26T16:46:04.940 INFO:teuthology.orchestra.run.smithi050.stdout:(6/13): python3-rsa-4.8-1.el8.noarch.rpm 565 kB/s | 61 kB 00:00 2023-01-26T16:46:04.990 INFO:teuthology.orchestra.run.smithi050.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.4 MB/s | 110 kB 00:00 2023-01-26T16:46:05.016 INFO:teuthology.orchestra.run.smithi050.stdout:(8/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 352 kB/s | 27 kB 00:00 2023-01-26T16:46:05.041 INFO:teuthology.orchestra.run.smithi050.stdout:(9/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.5 MB/s | 126 kB 00:00 2023-01-26T16:46:05.066 INFO:teuthology.orchestra.run.smithi050.stdout:(10/13): python3-jsonpointer-1.10-11.el8.noarch 399 kB/s | 20 kB 00:00 2023-01-26T16:46:05.100 INFO:teuthology.orchestra.run.smithi050.stdout:(11/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 2.6 MB/s | 155 kB 00:00 2023-01-26T16:46:05.159 INFO:teuthology.orchestra.run.smithi050.stdout:(12/13): python3-requests-oauthlib-1.0.0-1.el8. 463 kB/s | 43 kB 00:00 2023-01-26T16:46:05.592 INFO:teuthology.orchestra.run.smithi050.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.5 MB/s | 1.2 MB 00:00 2023-01-26T16:46:05.593 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:05.593 INFO:teuthology.orchestra.run.smithi050.stdout:Total 1.8 MB/s | 1.9 MB 00:01 2023-01-26T16:46:05.663 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:46:05.681 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:46:05.681 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:46:05.759 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:46:05.763 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:46:06.053 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:46:06.233 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:06.234 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:46:06.234 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:46:06.234 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-01-26T16:46:06.234 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel-2.5.1-7.el8.noarch 2023-01-26T16:46:06.234 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-01-26T16:46:06.235 INFO:teuthology.orchestra.run.smithi077.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-01-26T16:46:06.235 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:06.235 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:06.378 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-fuse 2023-01-26T16:46:06.560 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:46:06.729 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:06.765 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-01-26T16:46:07.027 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rsa-4.8-1.el8.noarch 2/13 2023-01-26T16:46:07.263 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-01-26T16:46:07.502 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-01-26T16:46:07.510 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:40 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:07.703 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-01-26T16:46:07.829 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-01-26T16:46:07.993 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-01-26T16:46:08.213 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-01-26T16:46:08.413 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-01-26T16:46:08.606 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-01-26T16:46:08.867 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:08.868 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:08.868 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-01-26T16:46:08.868 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:08.869 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:46:08.869 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse 2023-01-26T16:46:08.869 INFO:teuthology.orchestra.run.smithi077.stdout: x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 872 k 2023-01-26T16:46:08.869 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-01-26T16:46:08.870 INFO:teuthology.orchestra.run.smithi077.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-01-26T16:46:08.870 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:08.870 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:46:08.870 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:08.870 INFO:teuthology.orchestra.run.smithi077.stdout:Install 2 Packages 2023-01-26T16:46:08.871 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:08.871 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 955 k 2023-01-26T16:46:08.872 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 3.0 M 2023-01-26T16:46:08.872 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:46:08.928 INFO:teuthology.orchestra.run.smithi077.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 1.4 MB/s | 83 kB 00:00 2023-01-26T16:46:09.776 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-01-26T16:46:10.039 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-01-26T16:46:10.212 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 13/13 2023-01-26T16:46:10.466 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 13/13 2023-01-26T16:46:10.466 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 1/13 2023-01-26T16:46:10.466 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-01-26T16:46:10.466 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-01-26T16:46:10.466 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-01-26T16:46:10.467 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-01-26T16:46:10.467 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rsa-4.8-1.el8.noarch 6/13 2023-01-26T16:46:10.467 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-01-26T16:46:10.467 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-01-26T16:46:10.468 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-01-26T16:46:10.468 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-01-26T16:46:10.468 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-01-26T16:46:10.468 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 12/13 2023-01-26T16:46:10.619 INFO:teuthology.orchestra.run.smithi077.stdout:(2/2): ceph-fuse-17.2.5-691.g6b3a5180.el8.x86_6 498 kB/s | 872 kB 00:01 2023-01-26T16:46:10.620 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:10.620 INFO:teuthology.orchestra.run.smithi077.stdout:Total 545 kB/s | 955 kB 00:01 2023-01-26T16:46:10.633 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:46:10.655 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:46:10.655 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:46:10.733 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:46:10.737 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:46:10.900 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:46:11.178 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-01-26T16:46:11.332 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 2/2 2023-01-26T16:46:11.597 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 13/13 2023-01-26T16:46:11.598 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:42 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:11.661 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 2/2 2023-01-26T16:46:11.661 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/2 2023-01-26T16:46:12.756 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-01-26T16:46:12.756 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:45 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:14.075 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:46:14.275 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:14.275 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:46:14.275 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-rook-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:46:14.276 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-01-26T16:46:14.276 INFO:teuthology.orchestra.run.smithi050.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-01-26T16:46:14.276 INFO:teuthology.orchestra.run.smithi050.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-01-26T16:46:14.276 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-01-26T16:46:14.277 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-01-26T16:46:14.277 INFO:teuthology.orchestra.run.smithi050.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-01-26T16:46:14.277 INFO:teuthology.orchestra.run.smithi050.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-01-26T16:46:14.277 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-01-26T16:46:14.277 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-01-26T16:46:14.278 INFO:teuthology.orchestra.run.smithi050.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-01-26T16:46:14.278 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rsa-4.8-1.el8.noarch 2023-01-26T16:46:14.278 INFO:teuthology.orchestra.run.smithi050.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-01-26T16:46:14.278 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:14.278 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:14.418 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-cephadm 2023-01-26T16:46:14.792 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:15.071 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:46:15.253 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:15.253 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:46:15.253 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-01-26T16:46:15.253 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:15.254 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:15.386 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librados-devel 2023-01-26T16:46:15.609 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:46 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:15.740 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:16.510 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:49 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:17.088 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:17.089 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================================== 2023-01-26T16:46:17.089 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:46:17.090 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================================== 2023-01-26T16:46:17.090 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:46:17.090 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-cephadm noarch 2:17.2.5-691.g6b3a5180.el8 ceph-noarch 114 k 2023-01-26T16:46:17.090 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:46:17.091 INFO:teuthology.orchestra.run.smithi050.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-01-26T16:46:17.091 INFO:teuthology.orchestra.run.smithi050.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-01-26T16:46:17.091 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-01-26T16:46:17.091 INFO:teuthology.orchestra.run.smithi050.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-01-26T16:46:17.091 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:17.091 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:46:17.092 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================================== 2023-01-26T16:46:17.092 INFO:teuthology.orchestra.run.smithi050.stdout:Install 5 Packages 2023-01-26T16:46:17.092 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:17.093 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 5.9 M 2023-01-26T16:46:17.093 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 26 M 2023-01-26T16:46:17.093 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:46:17.250 INFO:teuthology.orchestra.run.smithi050.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 383 kB/s | 60 kB 00:00 2023-01-26T16:46:17.308 INFO:teuthology.orchestra.run.smithi050.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 9.0 MB/s | 538 kB 00:00 2023-01-26T16:46:17.375 INFO:teuthology.orchestra.run.smithi050.stdout:(3/5): ceph-mgr-cephadm-17.2.5-691.g6b3a5180.el 404 kB/s | 114 kB 00:00 2023-01-26T16:46:17.459 INFO:teuthology.orchestra.run.smithi050.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 32 MB/s | 4.8 MB 00:00 2023-01-26T16:46:17.484 INFO:teuthology.orchestra.run.smithi050.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.2 MB/s | 476 kB 00:00 2023-01-26T16:46:17.485 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:17.485 INFO:teuthology.orchestra.run.smithi050.stdout:Total 15 MB/s | 5.9 MB 00:00 2023-01-26T16:46:17.539 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:46:17.552 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:46:17.552 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:46:17.635 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:46:17.639 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:46:17.939 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:17.940 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:17.940 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2023-01-26T16:46:17.940 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:17.941 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:46:17.941 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 130 k 2023-01-26T16:46:17.941 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:17.941 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:46:17.941 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:17.942 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2023-01-26T16:46:17.942 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:17.942 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 130 k 2023-01-26T16:46:17.942 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 464 k 2023-01-26T16:46:17.942 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:46:18.143 INFO:teuthology.orchestra.run.smithi077.stdout:librados-devel-17.2.5-691.g6b3a5180.el8.x86_64. 644 kB/s | 130 kB 00:00 2023-01-26T16:46:18.144 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:18.144 INFO:teuthology.orchestra.run.smithi077.stdout:Total 640 kB/s | 130 kB 00:00 2023-01-26T16:46:18.144 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:46:18.149 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:46:18.149 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:46:18.203 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:46:18.206 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:46:18.323 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:46:18.513 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:18.650 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:46:18.730 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:18.991 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-01-26T16:46:19.214 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-01-26T16:46:19.560 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-01-26T16:46:19.743 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:19.744 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:52 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:19.848 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-01-26T16:46:20.053 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 5/5 2023-01-26T16:46:20.298 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 5/5 2023-01-26T16:46:20.299 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 1/5 2023-01-26T16:46:20.299 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-01-26T16:46:20.299 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-01-26T16:46:20.299 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-01-26T16:46:21.356 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-01-26T16:46:21.357 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:52 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:22.259 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:46:22.437 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:22.437 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:46:22.437 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:46:22.438 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:22.438 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:22.565 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs2 2023-01-26T16:46:22.918 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:23.703 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:56 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:23.925 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:46:24.125 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:24.126 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:46:24.126 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-cephadm-2:17.2.5-691.g6b3a5180.el8.noarch 2023-01-26T16:46:24.126 INFO:teuthology.orchestra.run.smithi050.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-01-26T16:46:24.126 INFO:teuthology.orchestra.run.smithi050.stdout: python3-babel-2.5.1-7.el8.noarch 2023-01-26T16:46:24.127 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-01-26T16:46:24.127 INFO:teuthology.orchestra.run.smithi050.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-01-26T16:46:24.127 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:24.127 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:24.284 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-fuse 2023-01-26T16:46:24.660 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:25.024 INFO:teuthology.orchestra.run.smithi077.stdout:Package libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:25.130 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:25.131 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:46:25.132 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:25.240 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs-devel 2023-01-26T16:46:25.522 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:02:56 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:25.590 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:26.489 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:02:59 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:27.052 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:27.053 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:27.053 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-01-26T16:46:27.053 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:27.053 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:46:27.054 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-fuse 2023-01-26T16:46:27.054 INFO:teuthology.orchestra.run.smithi050.stdout: x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 872 k 2023-01-26T16:46:27.054 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-01-26T16:46:27.054 INFO:teuthology.orchestra.run.smithi050.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-01-26T16:46:27.054 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:27.055 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:46:27.055 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:27.055 INFO:teuthology.orchestra.run.smithi050.stdout:Install 2 Packages 2023-01-26T16:46:27.055 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:27.056 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 955 k 2023-01-26T16:46:27.056 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 3.0 M 2023-01-26T16:46:27.056 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:46:27.126 INFO:teuthology.orchestra.run.smithi050.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 1.1 MB/s | 83 kB 00:00 2023-01-26T16:46:27.840 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:27.841 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:27.841 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2023-01-26T16:46:27.841 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:27.842 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:46:27.842 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 25 k 2023-01-26T16:46:27.842 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:27.842 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:46:27.842 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:27.843 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2023-01-26T16:46:27.843 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:27.843 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 25 k 2023-01-26T16:46:27.843 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 109 k 2023-01-26T16:46:27.843 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:46:28.120 INFO:teuthology.orchestra.run.smithi050.stdout:(2/2): ceph-fuse-17.2.5-691.g6b3a5180.el8.x86_6 818 kB/s | 872 kB 00:01 2023-01-26T16:46:28.121 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:28.122 INFO:teuthology.orchestra.run.smithi050.stdout:Total 894 kB/s | 955 kB 00:01 2023-01-26T16:46:28.136 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:46:28.159 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:46:28.160 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:46:28.233 INFO:teuthology.orchestra.run.smithi077.stdout:libcephfs-devel-17.2.5-691.g6b3a5180.el8.x86_64 63 kB/s | 25 kB 00:00 2023-01-26T16:46:28.234 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:28.234 INFO:teuthology.orchestra.run.smithi077.stdout:Total 63 kB/s | 25 kB 00:00 2023-01-26T16:46:28.235 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:46:28.238 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:46:28.238 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:46:28.240 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:46:28.244 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:46:28.244 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:46:28.249 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:46:28.294 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:46:28.487 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:28.739 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:29.265 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:46:29.543 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-01-26T16:46:29.734 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 2/2 2023-01-26T16:46:29.742 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:29.742 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:02 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:30.110 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 2/2 2023-01-26T16:46:30.110 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/2 2023-01-26T16:46:31.228 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-01-26T16:46:31.229 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:02 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:32.106 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:46:32.288 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:32.288 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:46:32.289 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:46:32.289 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:32.289 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:32.421 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librados2 2023-01-26T16:46:32.774 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:33.570 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:06 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:33.709 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:46:33.908 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:33.908 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:46:33.908 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-01-26T16:46:33.908 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:33.909 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:34.058 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install librados-devel 2023-01-26T16:46:34.438 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:34.829 INFO:teuthology.orchestra.run.smithi077.stdout:Package librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:34.935 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:34.937 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:46:34.937 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:35.054 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librbd1 2023-01-26T16:46:35.293 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:06 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:35.405 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:36.197 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:09 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:36.810 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:36.810 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:36.811 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2023-01-26T16:46:36.811 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:36.811 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:46:36.811 INFO:teuthology.orchestra.run.smithi050.stdout: librados-devel x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 130 k 2023-01-26T16:46:36.811 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:36.812 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:46:36.812 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:36.812 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2023-01-26T16:46:36.812 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:36.813 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 130 k 2023-01-26T16:46:36.813 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 464 k 2023-01-26T16:46:36.813 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:46:37.325 INFO:teuthology.orchestra.run.smithi050.stdout:librados-devel-17.2.5-691.g6b3a5180.el8.x86_64. 253 kB/s | 130 kB 00:00 2023-01-26T16:46:37.326 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:37.326 INFO:teuthology.orchestra.run.smithi050.stdout:Total 252 kB/s | 130 kB 00:00 2023-01-26T16:46:37.326 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:46:37.332 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:46:37.332 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:46:37.391 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:46:37.395 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:46:37.453 INFO:teuthology.orchestra.run.smithi077.stdout:Package librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:37.547 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:46:37.563 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:37.564 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:46:37.564 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:37.671 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rados 2023-01-26T16:46:37.707 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:37.935 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:38.021 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:38.831 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:11 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:39.046 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:39.047 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:10 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:40.088 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:40.196 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:40.198 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:46:40.198 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:40.313 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rgw 2023-01-26T16:46:40.664 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:41.455 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:14 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:41.495 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:46:41.695 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:41.696 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:46:41.696 INFO:teuthology.orchestra.run.smithi050.stdout: librados-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:46:41.696 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:41.696 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:41.832 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install libcephfs2 2023-01-26T16:46:42.209 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:42.716 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:42.824 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:42.825 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:46:42.826 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:42.938 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-cephfs 2023-01-26T16:46:43.023 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:14 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:43.289 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:44.077 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:17 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:44.425 INFO:teuthology.orchestra.run.smithi050.stdout:Package libcephfs2-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:44.542 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:44.543 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:46:44.544 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:44.663 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install libcephfs-devel 2023-01-26T16:46:45.040 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:45.351 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:45.459 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:45.460 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:46:45.461 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:45.570 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rbd 2023-01-26T16:46:45.852 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:16 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:45.920 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:46.731 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:19 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:47.373 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:47.374 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:47.374 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2023-01-26T16:46:47.374 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:47.374 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:46:47.374 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs-devel x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 25 k 2023-01-26T16:46:47.375 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:47.375 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:46:47.375 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:46:47.375 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2023-01-26T16:46:47.375 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:47.376 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 25 k 2023-01-26T16:46:47.376 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 109 k 2023-01-26T16:46:47.376 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:46:47.823 INFO:teuthology.orchestra.run.smithi050.stdout:libcephfs-devel-17.2.5-691.g6b3a5180.el8.x86_64 55 kB/s | 25 kB 00:00 2023-01-26T16:46:47.824 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:47.824 INFO:teuthology.orchestra.run.smithi050.stdout:Total 55 kB/s | 25 kB 00:00 2023-01-26T16:46:47.824 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:46:47.828 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:46:47.828 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:46:47.830 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:46:47.834 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:46:47.888 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:46:48.056 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:48.080 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:48.165 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:48.167 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-01-26T16:46:48.167 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:48.296 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-fuse 2023-01-26T16:46:48.301 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:48.647 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:49.331 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:49.331 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:20 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:49.438 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:22 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:50.789 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:50.790 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:50.791 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-01-26T16:46:50.791 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:50.791 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:46:50.791 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 90 k 2023-01-26T16:46:50.791 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:50.792 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:46:50.792 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:50.792 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2023-01-26T16:46:50.792 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:50.792 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 90 k 2023-01-26T16:46:50.792 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 264 k 2023-01-26T16:46:50.793 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:46:51.287 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-fuse-17.2.5-691.g6b3a5180.el8.x86_64.rpm 182 kB/s | 90 kB 00:00 2023-01-26T16:46:51.288 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:51.289 INFO:teuthology.orchestra.run.smithi077.stdout:Total 181 kB/s | 90 kB 00:00 2023-01-26T16:46:51.289 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:46:51.299 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:46:51.299 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:46:51.356 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:46:51.359 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:46:51.492 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:46:51.651 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:51.828 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:46:51.883 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:52.027 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:52.027 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:46:52.027 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs-devel-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:46:52.027 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:46:52.027 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:52.164 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install librados2 2023-01-26T16:46:52.539 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:52.896 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:46:52.897 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:25 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:53.347 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:24 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:54.742 INFO:teuthology.orchestra.run.smithi050.stdout:Package librados2-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:54.858 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:54.860 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:46:54.860 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:54.979 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install librbd1 2023-01-26T16:46:55.206 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:46:55.354 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:55.387 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:55.387 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:46:55.387 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:46:55.388 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:55.388 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:46:55.523 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-mirror 2023-01-26T16:46:55.878 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:56.178 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:27 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:56.685 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:29 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:46:57.606 INFO:teuthology.orchestra.run.smithi050.stdout:Package librbd1-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:46:57.724 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:46:57.726 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:46:57.726 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:46:57.856 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-rados 2023-01-26T16:46:58.103 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:46:58.104 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:58.105 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2023-01-26T16:46:58.105 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:58.105 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:46:58.105 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.5 M 2023-01-26T16:46:58.105 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:58.106 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:46:58.106 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:46:58.106 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2023-01-26T16:46:58.106 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:46:58.106 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 3.5 M 2023-01-26T16:46:58.107 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 16 M 2023-01-26T16:46:58.107 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:46:58.231 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:46:58.933 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-mirror-17.2.5-691.g6b3a5180.el8.x86_64.rpm 4.2 MB/s | 3.5 MB 00:00 2023-01-26T16:46:58.935 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:46:58.935 INFO:teuthology.orchestra.run.smithi077.stdout:Total 4.2 MB/s | 3.5 MB 00:00 2023-01-26T16:46:58.935 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:46:58.946 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:46:58.946 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:46:59.013 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:46:59.016 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:46:59.041 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:30 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:46:59.480 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:46:59.694 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:00.058 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:00.462 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-rados-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:47:00.581 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:47:00.582 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:47:00.583 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:47:00.709 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-rgw 2023-01-26T16:47:01.083 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:47:01.126 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:01.126 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:34 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:47:01.894 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:32 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:03.307 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-rgw-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:47:03.425 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:47:03.426 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:47:03.426 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:47:03.478 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:47:03.548 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-cephfs 2023-01-26T16:47:03.657 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:47:03.658 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:47:03.658 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:47:03.658 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:47:03.658 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:47:03.784 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-nbd 2023-01-26T16:47:03.924 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:47:04.137 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-01-26T16:47:04.765 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:35 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:04.911 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:37 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:47:06.159 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-cephfs-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:47:06.266 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-01-26T16:47:06.267 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:47:06.267 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-01-26T16:47:06.267 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:47:06.268 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-01-26T16:47:06.268 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 172 k 2023-01-26T16:47:06.268 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:47:06.268 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-01-26T16:47:06.269 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-01-26T16:47:06.269 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2023-01-26T16:47:06.269 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:47:06.269 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 172 k 2023-01-26T16:47:06.269 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 548 k 2023-01-26T16:47:06.269 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-01-26T16:47:06.277 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:47:06.279 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:47:06.279 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:47:06.405 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-rbd 2023-01-26T16:47:06.580 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-nbd-17.2.5-691.g6b3a5180.el8.x86_64.rpm 550 kB/s | 172 kB 00:00 2023-01-26T16:47:06.581 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:47:06.581 INFO:teuthology.orchestra.run.smithi077.stdout:Total 548 kB/s | 172 kB 00:00 2023-01-26T16:47:06.582 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-01-26T16:47:06.591 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-01-26T16:47:06.592 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-01-26T16:47:06.645 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-01-26T16:47:06.649 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-01-26T16:47:06.762 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-01-26T16:47:06.781 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:47:06.907 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:07.174 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:07.609 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:38 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:08.272 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:08.273 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:03:41 ago on Thu 26 Jan 2023 04:43:27 PM UTC. 2023-01-26T16:47:09.011 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-rbd-2:17.2.5-691.g6b3a5180.el8.x86_64 is already installed. 2023-01-26T16:47:09.129 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:47:09.131 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2023-01-26T16:47:09.131 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:47:09.260 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install rbd-fuse 2023-01-26T16:47:09.634 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:47:10.531 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:41 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:10.643 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-01-26T16:47:10.823 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:47:10.823 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-01-26T16:47:10.823 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:47:10.823 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:47:10.824 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-01-26T16:47:10.956 DEBUG:teuthology.parallel:result is None 2023-01-26T16:47:12.056 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:47:12.057 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:12.057 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-01-26T16:47:12.057 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:12.057 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:47:12.058 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-fuse x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 90 k 2023-01-26T16:47:12.058 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:12.058 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:47:12.058 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:12.059 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2023-01-26T16:47:12.059 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:12.059 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 90 k 2023-01-26T16:47:12.059 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 264 k 2023-01-26T16:47:12.060 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:47:12.277 INFO:teuthology.orchestra.run.smithi050.stdout:rbd-fuse-17.2.5-691.g6b3a5180.el8.x86_64.rpm 413 kB/s | 90 kB 00:00 2023-01-26T16:47:12.278 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:47:12.278 INFO:teuthology.orchestra.run.smithi050.stdout:Total 410 kB/s | 90 kB 00:00 2023-01-26T16:47:12.278 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:47:12.288 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:47:12.289 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:47:12.346 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:47:12.350 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:47:12.486 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:47:12.610 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:12.857 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:13.980 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:13.981 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:44 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:16.490 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:47:16.690 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:16.690 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:47:16.690 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-fuse-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:47:16.690 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:16.691 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:47:16.834 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install rbd-mirror 2023-01-26T16:47:17.213 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:47:18.033 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:49 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:19.558 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:47:19.559 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:19.559 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2023-01-26T16:47:19.560 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:19.560 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:47:19.560 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-mirror x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 3.5 M 2023-01-26T16:47:19.560 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:19.560 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:47:19.561 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:19.561 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2023-01-26T16:47:19.561 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:19.561 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 3.5 M 2023-01-26T16:47:19.561 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 16 M 2023-01-26T16:47:19.561 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:47:20.930 INFO:teuthology.orchestra.run.smithi050.stdout:rbd-mirror-17.2.5-691.g6b3a5180.el8.x86_64.rpm 2.5 MB/s | 3.5 MB 00:01 2023-01-26T16:47:20.931 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:47:20.931 INFO:teuthology.orchestra.run.smithi050.stdout:Total 2.5 MB/s | 3.5 MB 00:01 2023-01-26T16:47:20.931 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:47:20.945 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:47:20.946 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:47:21.021 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:47:21.025 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:47:21.502 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:47:21.712 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:22.089 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:23.148 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:23.148 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:54 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:25.625 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:47:25.825 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:25.826 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:47:25.826 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-mirror-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:47:25.826 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:25.826 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:47:25.974 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install rbd-nbd 2023-01-26T16:47:26.354 INFO:teuthology.orchestra.run.smithi050.stdout:Updating Subscription Management repositories. 2023-01-26T16:47:27.164 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:03:58 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:28.677 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-01-26T16:47:28.677 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:28.677 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-01-26T16:47:28.678 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:28.678 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-01-26T16:47:28.678 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-nbd x86_64 2:17.2.5-691.g6b3a5180.el8 ceph 172 k 2023-01-26T16:47:28.678 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:28.678 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-01-26T16:47:28.678 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-01-26T16:47:28.679 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2023-01-26T16:47:28.679 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:28.679 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 172 k 2023-01-26T16:47:28.680 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 548 k 2023-01-26T16:47:28.680 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-01-26T16:47:28.950 INFO:teuthology.orchestra.run.smithi050.stdout:rbd-nbd-17.2.5-691.g6b3a5180.el8.x86_64.rpm 633 kB/s | 172 kB 00:00 2023-01-26T16:47:28.951 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:47:28.951 INFO:teuthology.orchestra.run.smithi050.stdout:Total 629 kB/s | 172 kB 00:00 2023-01-26T16:47:28.951 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-01-26T16:47:28.963 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-01-26T16:47:28.963 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-01-26T16:47:29.022 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-01-26T16:47:29.025 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-01-26T16:47:29.178 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-01-26T16:47:29.291 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:29.539 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:30.660 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 1/1 2023-01-26T16:47:30.661 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:04:01 ago on Thu 26 Jan 2023 04:43:29 PM UTC. 2023-01-26T16:47:33.323 INFO:teuthology.orchestra.run.smithi050.stdout:Installed products updated. 2023-01-26T16:47:33.520 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:33.520 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-01-26T16:47:33.521 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-nbd-2:17.2.5-691.g6b3a5180.el8.x86_64 2023-01-26T16:47:33.521 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:47:33.521 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-01-26T16:47:33.666 DEBUG:teuthology.parallel:result is None 2023-01-26T16:47:33.667 DEBUG:teuthology.orchestra.run.smithi050:> sudo lsb_release -is 2023-01-26T16:47:33.709 INFO:teuthology.orchestra.run.smithi050.stdout:RedHatEnterprise 2023-01-26T16:47:33.711 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2023-01-26T16:47:33.711 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-26T16:47:33.711 INFO:teuthology.packaging:ref: None 2023-01-26T16:47:33.712 INFO:teuthology.packaging:tag: None 2023-01-26T16:47:33.712 INFO:teuthology.packaging:branch: quincy 2023-01-26T16:47:33.712 INFO:teuthology.packaging:sha1: b0d2592529629ab4f86fed5991e556a87dcda563 2023-01-26T16:47:33.713 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-01-26T16:47:34.070 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-01-26T16:47:34.093 INFO:teuthology.orchestra.run.smithi050.stdout:17.2.5-691.g6b3a5180.el8 2023-01-26T16:47:34.093 INFO:teuthology.packaging:The installed version of ceph is 17.2.5-691.g6b3a5180.el8 2023-01-26T16:47:34.094 INFO:teuthology.task.install:The correct ceph version 17.2.5-691.g6b3a5180 is installed. 2023-01-26T16:47:34.094 DEBUG:teuthology.orchestra.run.smithi077:> sudo lsb_release -is 2023-01-26T16:47:34.144 INFO:teuthology.orchestra.run.smithi077.stdout:RedHatEnterprise 2023-01-26T16:47:34.146 DEBUG:teuthology.misc:System to be installed: RedHatEnterprise 2023-01-26T16:47:34.146 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-26T16:47:34.146 INFO:teuthology.packaging:ref: None 2023-01-26T16:47:34.147 INFO:teuthology.packaging:tag: None 2023-01-26T16:47:34.147 INFO:teuthology.packaging:branch: quincy 2023-01-26T16:47:34.147 INFO:teuthology.packaging:sha1: b0d2592529629ab4f86fed5991e556a87dcda563 2023-01-26T16:47:34.148 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-01-26T16:47:34.487 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-01-26T16:47:34.513 INFO:teuthology.orchestra.run.smithi077.stdout:17.2.5-691.g6b3a5180.el8 2023-01-26T16:47:34.513 INFO:teuthology.packaging:The installed version of ceph is 17.2.5-691.g6b3a5180.el8 2023-01-26T16:47:34.514 INFO:teuthology.task.install:The correct ceph version 17.2.5-691.g6b3a5180 is installed. 2023-01-26T16:47:34.514 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-01-26T16:47:34.514 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:47:34.515 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-01-26T16:47:34.546 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:47:34.547 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-01-26T16:47:34.583 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-01-26T16:47:34.584 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:47:34.584 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/usr/bin/daemon-helper 2023-01-26T16:47:34.618 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-01-26T16:47:34.687 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:47:34.688 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/daemon-helper 2023-01-26T16:47:34.716 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-01-26T16:47:34.784 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-01-26T16:47:34.785 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:47:34.785 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/usr/bin/adjust-ulimits 2023-01-26T16:47:34.815 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-01-26T16:47:34.884 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:47:34.885 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/adjust-ulimits 2023-01-26T16:47:34.913 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-01-26T16:47:34.979 INFO:teuthology.run_tasks:Running task cephadm... 2023-01-26T16:47:35.058 INFO:tasks.cephadm:Config: {'cephadm_branch': 'quincy', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.io/ceph/daemon-base:latest-quincy', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'b0d2592529629ab4f86fed5991e556a87dcda563'} 2023-01-26T16:47:35.059 INFO:tasks.cephadm:Cluster image is quay.io/ceph/daemon-base:latest-quincy 2023-01-26T16:47:35.067 INFO:tasks.cephadm:Cluster fsid is 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:47:35.068 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-01-26T16:47:35.068 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.50', 'mon.c': '[v2:172.21.15.50:3301,v1:172.21.15.50:6790]', 'mon.b': '172.21.15.77'} 2023-01-26T16:47:35.068 INFO:tasks.cephadm:First mon is mon.a on smithi050 2023-01-26T16:47:35.069 INFO:tasks.cephadm:First mgr is y 2023-01-26T16:47:35.069 INFO:tasks.cephadm:Normalizing hostnames... 2023-01-26T16:47:35.069 DEBUG:teuthology.orchestra.run.smithi050:> sudo hostname $(hostname -s) 2023-01-26T16:47:35.101 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2023-01-26T16:47:35.128 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref quincy)... 2023-01-26T16:47:35.128 DEBUG:teuthology.orchestra.run.smithi050:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-01-26T16:47:35.472 INFO:teuthology.orchestra.run.smithi050.stdout:-rw-rw-r--. 1 ubuntu ubuntu 357770 Jan 26 16:47 /home/ubuntu/cephtest/cephadm 2023-01-26T16:47:35.473 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-01-26T16:47:35.610 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-rw-r--. 1 ubuntu ubuntu 357770 Jan 26 16:47 /home/ubuntu/cephtest/cephadm 2023-01-26T16:47:35.610 DEBUG:teuthology.orchestra.run.smithi050:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-01-26T16:47:35.632 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-01-26T16:47:35.662 INFO:tasks.cephadm:Pulling image quay.io/ceph/daemon-base:latest-quincy on all hosts... 2023-01-26T16:47:35.663 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy pull 2023-01-26T16:47:35.674 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy pull 2023-01-26T16:47:36.694 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay.io/ceph/daemon-base:latest-quincy... 2023-01-26T16:47:36.842 INFO:teuthology.orchestra.run.smithi050.stderr:Pulling container image quay.io/ceph/daemon-base:latest-quincy... 2023-01-26T16:48:11.013 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2023-01-26T16:48:11.013 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable)", 2023-01-26T16:48:11.014 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "1a2e0506720fe0d179304da003e1babf22cb647d1494d19b3497977c6c9da0e4", 2023-01-26T16:48:11.014 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2023-01-26T16:48:11.014 INFO:teuthology.orchestra.run.smithi077.stdout: "quay.io/ceph/daemon-base@sha256:0fe8ed779debfbd874727a649bef9ce13ed58a8784e5005cc31f03cfe73e7c64" 2023-01-26T16:48:11.015 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2023-01-26T16:48:11.015 INFO:teuthology.orchestra.run.smithi077.stdout:} 2023-01-26T16:48:11.800 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2023-01-26T16:48:11.800 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph_version": "ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable)", 2023-01-26T16:48:11.801 INFO:teuthology.orchestra.run.smithi050.stdout: "image_id": "1a2e0506720fe0d179304da003e1babf22cb647d1494d19b3497977c6c9da0e4", 2023-01-26T16:48:11.801 INFO:teuthology.orchestra.run.smithi050.stdout: "repo_digests": [ 2023-01-26T16:48:11.801 INFO:teuthology.orchestra.run.smithi050.stdout: "quay.io/ceph/daemon-base@sha256:0fe8ed779debfbd874727a649bef9ce13ed58a8784e5005cc31f03cfe73e7c64" 2023-01-26T16:48:11.801 INFO:teuthology.orchestra.run.smithi050.stdout: ] 2023-01-26T16:48:11.801 INFO:teuthology.orchestra.run.smithi050.stdout:} 2023-01-26T16:48:11.826 DEBUG:teuthology.orchestra.run.smithi050:> sudo mkdir -p /etc/ceph 2023-01-26T16:48:11.860 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2023-01-26T16:48:11.896 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 777 /etc/ceph 2023-01-26T16:48:11.931 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2023-01-26T16:48:11.966 INFO:tasks.cephadm:Writing seed config... 2023-01-26T16:48:11.967 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2023-01-26T16:48:11.967 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2023-01-26T16:48:11.968 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-01-26T16:48:11.968 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-01-26T16:48:11.968 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-01-26T16:48:11.969 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-01-26T16:48:11.969 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-01-26T16:48:11.970 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-01-26T16:48:11.970 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-01-26T16:48:11.970 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-01-26T16:48:11.971 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-01-26T16:48:11.971 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:48:11.972 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-01-26T16:48:11.990 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 = 2260b1a0-9d99-11ed-9e56-001a4aab830c mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 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 osd_class_default_list = * osd_class_load_list = * 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 [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-01-26T16:48:11.990 DEBUG:teuthology.orchestra.run.smithi050:mon.a> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.a.service 2023-01-26T16:48:12.033 DEBUG:teuthology.orchestra.run.smithi050:mgr.y> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mgr.y.service 2023-01-26T16:48:12.061 INFO:journalctl@ceph.mon.a.smithi050.stdout:-- Logs begin at Thu 2023-01-26 16:34:42 UTC. -- 2023-01-26T16:48:12.062 INFO:tasks.cephadm:Bootstrapping... 2023-01-26T16:48:12.062 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy -v bootstrap --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c --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 y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.50 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-01-26T16:48:12.089 INFO:journalctl@ceph.mgr.y.smithi050.stdout:-- Logs begin at Thu 2023-01-26 16:34:42 UTC. -- 2023-01-26T16:48:12.271 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-01-26T16:48:12.271 INFO:teuthology.orchestra.run.smithi050.stdout:cephadm ['--image', 'quay.io/ceph/daemon-base:latest-quincy', '-v', 'bootstrap', '--fsid', '2260b1a0-9d99-11ed-9e56-001a4aab830c', '--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', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.50', '--skip-admin-label'] 2023-01-26T16:48:12.342 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 3.0.1 2023-01-26T16:48:12.343 INFO:teuthology.orchestra.run.smithi050.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-01-26T16:48:12.343 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying podman|docker is present... 2023-01-26T16:48:12.403 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 3.0.1 2023-01-26T16:48:12.403 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying lvm2 is present... 2023-01-26T16:48:12.403 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying time synchronization is in place... 2023-01-26T16:48:12.410 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-01-26T16:48:12.410 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-01-26T16:48:12.416 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-01-26T16:48:12.416 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-01-26T16:48:12.422 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout enabled 2023-01-26T16:48:12.428 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout active 2023-01-26T16:48:12.428 INFO:teuthology.orchestra.run.smithi050.stdout:Unit chronyd.service is enabled and running 2023-01-26T16:48:12.429 INFO:teuthology.orchestra.run.smithi050.stdout:Repeating the final host check... 2023-01-26T16:48:12.487 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 3.0.1 2023-01-26T16:48:12.487 INFO:teuthology.orchestra.run.smithi050.stdout:podman (/bin/podman) version 3.0.1 is present 2023-01-26T16:48:12.488 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl is present 2023-01-26T16:48:12.488 INFO:teuthology.orchestra.run.smithi050.stdout:lvcreate is present 2023-01-26T16:48:12.493 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-01-26T16:48:12.494 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-01-26T16:48:12.499 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-01-26T16:48:12.500 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-01-26T16:48:12.505 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout enabled 2023-01-26T16:48:12.511 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout active 2023-01-26T16:48:12.512 INFO:teuthology.orchestra.run.smithi050.stdout:Unit chronyd.service is enabled and running 2023-01-26T16:48:12.512 INFO:teuthology.orchestra.run.smithi050.stdout:Host looks OK 2023-01-26T16:48:12.512 INFO:teuthology.orchestra.run.smithi050.stdout:Cluster fsid: 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:12.512 INFO:teuthology.orchestra.run.smithi050.stdout:Acquiring lock 139807852186088 on /run/cephadm/2260b1a0-9d99-11ed-9e56-001a4aab830c.lock 2023-01-26T16:48:12.513 INFO:teuthology.orchestra.run.smithi050.stdout:Lock 139807852186088 acquired on /run/cephadm/2260b1a0-9d99-11ed-9e56-001a4aab830c.lock 2023-01-26T16:48:12.513 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying IP 172.21.15.50 port 3300 ... 2023-01-26T16:48:12.514 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying IP 172.21.15.50 port 6789 ... 2023-01-26T16:48:12.514 INFO:teuthology.orchestra.run.smithi050.stdout:Base mon IP(s) is [172.21.15.50:3300, 172.21.15.50:6789], mon addrv is [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2023-01-26T16:48:12.516 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-01-26T16:48:12.516 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.50 metric 100 2023-01-26T16:48:12.519 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-01-26T16:48:12.519 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-01-26T16:48:12.519 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-01-26T16:48:12.523 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-01-26T16:48:12.523 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-01-26T16:48:12.523 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-01-26T16:48:12.523 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-01-26T16:48:12.524 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1584/64 scope link 2023-01-26T16:48:12.524 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-01-26T16:48:12.525 INFO:teuthology.orchestra.run.smithi050.stdout:Mon IP `172.21.15.50` is in CIDR network `172.21.0.0/20` 2023-01-26T16:48:12.525 INFO:teuthology.orchestra.run.smithi050.stdout:Mon IP `172.21.15.50` is in CIDR network `172.21.0.0/20` 2023-01-26T16:48:12.525 INFO:teuthology.orchestra.run.smithi050.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-01-26T16:48:12.526 INFO:teuthology.orchestra.run.smithi050.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-01-26T16:48:12.526 INFO:teuthology.orchestra.run.smithi050.stdout:Pulling container image quay.io/ceph/daemon-base:latest-quincy... 2023-01-26T16:48:13.180 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 1a2e0506720fe0d179304da003e1babf22cb647d1494d19b3497977c6c9da0e4 2023-01-26T16:48:13.180 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Trying to pull quay.io/ceph/daemon-base:latest-quincy... 2023-01-26T16:48:13.180 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Getting image source signatures 2023-01-26T16:48:13.181 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:82325071c87990880d869ce8b5f13a59353aba9eca3192797a5131a0f914454b 2023-01-26T16:48:13.181 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:f1ee40d9db4a2bf9b96ea48d6cb45c602a6761650f67dc84bba5a0d2495e845a 2023-01-26T16:48:13.181 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 2023-01-26T16:48:13.181 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 2023-01-26T16:48:13.181 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 2023-01-26T16:48:13.182 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying config sha256:1a2e0506720fe0d179304da003e1babf22cb647d1494d19b3497977c6c9da0e4 2023-01-26T16:48:13.182 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Writing manifest to image destination 2023-01-26T16:48:13.182 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Storing signatures 2023-01-26T16:48:14.255 INFO:teuthology.orchestra.run.smithi050.stdout:ceph: stdout ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable) 2023-01-26T16:48:14.256 INFO:teuthology.orchestra.run.smithi050.stdout:Ceph version: ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable) 2023-01-26T16:48:14.257 INFO:teuthology.orchestra.run.smithi050.stdout:Extracting ceph user uid/gid from container image... 2023-01-26T16:48:15.217 INFO:teuthology.orchestra.run.smithi050.stdout:stat: stdout 167 167 2023-01-26T16:48:15.217 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial keys... 2023-01-26T16:48:16.177 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQDPrtJjf3LHIxAALlvevRrmXPVwHFiHyMg3iA== 2023-01-26T16:48:17.099 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQDQrtJjTLvAHxAAlAZqac21j7zS73MX0xtMnQ== 2023-01-26T16:48:18.052 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQDRrtJjXrcTHBAAcHm3I8VL+8k4qjc3RpQqYQ== 2023-01-26T16:48:18.053 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial monmap... 2023-01-26T16:48:18.999 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-01-26T16:48:18.999 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2023-01-26T16:48:19.000 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:19.000 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-01-26T16:48:19.000 INFO:teuthology.orchestra.run.smithi050.stdout:monmaptool for a [v2:172.21.15.50:3300,v1:172.21.15.50:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-01-26T16:48:19.000 INFO:teuthology.orchestra.run.smithi050.stdout:setting min_mon_release = octopus 2023-01-26T16:48:19.001 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: set fsid to 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:19.001 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-01-26T16:48:19.001 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:48:19.001 INFO:teuthology.orchestra.run.smithi050.stdout:Creating mon... 2023-01-26T16:48:20.053 INFO:teuthology.orchestra.run.smithi050.stdout:create mon.a on 2023-01-26T16:48:20.157 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-01-26T16:48:20.248 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-01-26T16:48:20.347 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c.target → /etc/systemd/system/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c.target. 2023-01-26T16:48:20.348 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c.target → /etc/systemd/system/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c.target. 2023-01-26T16:48:20.483 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.a 2023-01-26T16:48:20.483 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.a.service: Unit ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.a.service not loaded. 2023-01-26T16:48:20.575 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c.target.wants/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.a.service → /etc/systemd/system/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@.service. 2023-01-26T16:48:20.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:20 smithi050 systemd[1]: Starting Ceph mon.a for 2260b1a0-9d99-11ed-9e56-001a4aab830c... 2023-01-26T16:48:21.143 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-01-26T16:48:21.143 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-01-26T16:48:21.151 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-01-26T16:48:21.152 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-01-26T16:48:21.152 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-01-26T16:48:21.152 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to enable service . firewalld.service is not available 2023-01-26T16:48:21.153 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mon to start... 2023-01-26T16:48:21.153 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mon... 2023-01-26T16:48:21.384 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:21 smithi050 bash[91685]: 092057ee107da4547ff9c8daafa2e8b07ad0acb3ab3520016ab01349999422bb 2023-01-26T16:48:21.385 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:21 smithi050 systemd[1]: Started Ceph mon.a for 2260b1a0-9d99-11ed-9e56-001a4aab830c. 2023-01-26T16:48:21.385 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:21 smithi050 ceph-mon[91750]: mkfs 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:21.385 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:21 smithi050 ceph-mon[91750]: mon.a is new leader, mons a in quorum (ranks 0) 2023-01-26T16:48:22.464 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout cluster: 2023-01-26T16:48:22.464 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout id: 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:22.465 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-01-26T16:48:22.465 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:22.465 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout services: 2023-01-26T16:48:22.465 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.59903s) 2023-01-26T16:48:22.465 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-01-26T16:48:22.466 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-01-26T16:48:22.466 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:22.466 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout data: 2023-01-26T16:48:22.466 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-01-26T16:48:22.466 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-01-26T16:48:22.467 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-01-26T16:48:22.467 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout pgs: 2023-01-26T16:48:22.467 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:22.467 INFO:teuthology.orchestra.run.smithi050.stdout:mon is available 2023-01-26T16:48:22.467 INFO:teuthology.orchestra.run.smithi050.stdout:Assimilating anything we can from ceph.conf... 2023-01-26T16:48:22.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:22 smithi050 ceph-mon[91750]: mon.a is new leader, mons a in quorum (ranks 0) 2023-01-26T16:48:22.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:22 smithi050 ceph-mon[91750]: monmap e1: 1 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2023-01-26T16:48:22.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:22 smithi050 ceph-mon[91750]: fsmap 2023-01-26T16:48:22.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:22 smithi050 ceph-mon[91750]: osdmap e1: 0 total, 0 up, 0 in 2023-01-26T16:48:22.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:22 smithi050 ceph-mon[91750]: mgrmap e1: no daemons active 2023-01-26T16:48:22.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:22 smithi050 ceph-mon[91750]: from='client.? 172.21.15.50:0/2389778920' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-01-26T16:48:23.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:23 smithi050 ceph-mon[91750]: from='client.? 172.21.15.50:0/2326763701' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-01-26T16:48:23.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:23 smithi050 ceph-mon[91750]: from='client.? 172.21.15.50:0/2326763701' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-01-26T16:48:23.614 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:23.614 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [global] 2023-01-26T16:48:23.614 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout fsid = 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:23.614 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2023-01-26T16:48:23.614 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-01-26T16:48:23.615 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-01-26T16:48:23.615 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-01-26T16:48:23.615 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-01-26T16:48:23.615 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:23.615 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [mgr] 2023-01-26T16:48:23.616 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-01-26T16:48:23.616 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:23.616 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [osd] 2023-01-26T16:48:23.616 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-01-26T16:48:23.616 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-01-26T16:48:23.617 INFO:teuthology.orchestra.run.smithi050.stdout:Generating new minimal ceph.conf... 2023-01-26T16:48:24.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:24 smithi050 ceph-mon[91750]: from='client.? 172.21.15.50:0/538107612' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:48:24.813 INFO:teuthology.orchestra.run.smithi050.stdout:Restarting the monitor... 2023-01-26T16:48:25.071 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:24 smithi050 systemd[1]: Stopping Ceph mon.a for 2260b1a0-9d99-11ed-9e56-001a4aab830c... 2023-01-26T16:48:25.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:25 smithi050 conmon[91726]: 2023-01-26T16:48:25.067+0000 7f9345618700 -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-01-26T16:48:25.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:25 smithi050 conmon[91726]: 2023-01-26T16:48:25.067+0000 7f9345618700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-01-26T16:48:26.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:25 smithi050 bash[92308]: 092057ee107da4547ff9c8daafa2e8b07ad0acb3ab3520016ab01349999422bb 2023-01-26T16:48:26.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:25 smithi050 systemd[1]: ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.a.service: Succeeded. 2023-01-26T16:48:26.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:25 smithi050 systemd[1]: Stopped Ceph mon.a for 2260b1a0-9d99-11ed-9e56-001a4aab830c. 2023-01-26T16:48:26.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:25 smithi050 systemd[1]: Starting Ceph mon.a for 2260b1a0-9d99-11ed-9e56-001a4aab830c... 2023-01-26T16:48:26.191 INFO:teuthology.orchestra.run.smithi050.stdout:Setting mon public_network to 172.21.0.0/20 2023-01-26T16:48:26.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 bash[92556]: e77b6366e0c18c61b2a7ffd2aa11da618aaf48d25ada2a3b2bb8324f54223222 2023-01-26T16:48:26.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: set uid:gid to 167:167 (ceph:ceph) 2023-01-26T16:48:26.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable), process ceph-mon, pid 7 2023-01-26T16:48:26.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: pidfile_write: ignore empty --pid-file 2023-01-26T16:48:26.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 systemd[1]: Started Ceph mon.a for 2260b1a0-9d99-11ed-9e56-001a4aab830c. 2023-01-26T16:48:26.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: load: jerasure load: lrc 2023-01-26T16:48:26.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: RocksDB version: 6.15.5 2023-01-26T16:48:26.441 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-01-26T16:48:26.441 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Compile date Oct 17 2022 2023-01-26T16:48:26.441 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: DB SUMMARY 2023-01-26T16:48:26.441 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: DB Session ID: QISLVHWXN7B11U7W9AYI 2023-01-26T16:48:26.442 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: CURRENT file: CURRENT 2023-01-26T16:48:26.442 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: IDENTITY file: IDENTITY 2023-01-26T16:48:26.442 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-01-26T16:48:26.442 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-01-26T16:48:26.442 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82563 ; 2023-01-26T16:48:26.442 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.error_if_exists: 0 2023-01-26T16:48:26.443 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.create_if_missing: 0 2023-01-26T16:48:26.443 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.paranoid_checks: 1 2023-01-26T16:48:26.443 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-01-26T16:48:26.443 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.env: 0x56532747a860 2023-01-26T16:48:26.443 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.fs: Posix File System 2023-01-26T16:48:26.444 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.info_log: 0x56532959bc20 2023-01-26T16:48:26.444 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_file_opening_threads: 16 2023-01-26T16:48:26.444 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.statistics: (nil) 2023-01-26T16:48:26.444 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.use_fsync: 0 2023-01-26T16:48:26.444 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_log_file_size: 0 2023-01-26T16:48:26.445 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-01-26T16:48:26.445 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.log_file_time_to_roll: 0 2023-01-26T16:48:26.445 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.keep_log_file_num: 1000 2023-01-26T16:48:26.445 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.recycle_log_file_num: 0 2023-01-26T16:48:26.445 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.allow_fallocate: 1 2023-01-26T16:48:26.445 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.allow_mmap_reads: 0 2023-01-26T16:48:26.446 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.allow_mmap_writes: 0 2023-01-26T16:48:26.446 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.use_direct_reads: 0 2023-01-26T16:48:26.446 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-01-26T16:48:26.446 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.create_missing_column_families: 0 2023-01-26T16:48:26.446 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.db_log_dir: 2023-01-26T16:48:26.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-01-26T16:48:26.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.table_cache_numshardbits: 6 2023-01-26T16:48:26.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.WAL_ttl_seconds: 0 2023-01-26T16:48:26.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.WAL_size_limit_MB: 0 2023-01-26T16:48:26.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-01-26T16:48:26.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-01-26T16:48:26.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.is_fd_close_on_exec: 1 2023-01-26T16:48:26.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.advise_random_on_open: 1 2023-01-26T16:48:26.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.db_write_buffer_size: 0 2023-01-26T16:48:26.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.write_buffer_manager: 0x565329668690 2023-01-26T16:48:26.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-01-26T16:48:26.449 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-01-26T16:48:26.449 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-01-26T16:48:26.449 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.use_adaptive_mutex: 0 2023-01-26T16:48:26.449 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.rate_limiter: (nil) 2023-01-26T16:48:26.449 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-01-26T16:48:26.450 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.wal_recovery_mode: 2 2023-01-26T16:48:26.450 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.enable_thread_tracking: 0 2023-01-26T16:48:26.450 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.enable_pipelined_write: 0 2023-01-26T16:48:26.450 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.unordered_write: 0 2023-01-26T16:48:26.450 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-01-26T16:48:26.450 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-01-26T16:48:26.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-01-26T16:48:26.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-01-26T16:48:26.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.row_cache: None 2023-01-26T16:48:26.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.wal_filter: None 2023-01-26T16:48:26.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-01-26T16:48:26.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.allow_ingest_behind: 0 2023-01-26T16:48:26.452 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.preserve_deletes: 0 2023-01-26T16:48:26.452 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.two_write_queues: 0 2023-01-26T16:48:26.452 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.manual_wal_flush: 0 2023-01-26T16:48:26.452 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.atomic_flush: 0 2023-01-26T16:48:26.452 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-01-26T16:48:26.453 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.persist_stats_to_disk: 0 2023-01-26T16:48:26.453 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.write_dbid_to_manifest: 0 2023-01-26T16:48:26.453 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.log_readahead_size: 0 2023-01-26T16:48:26.453 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-01-26T16:48:26.453 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.best_efforts_recovery: 0 2023-01-26T16:48:26.453 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-01-26T16:48:26.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-01-26T16:48:26.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.allow_data_in_errors: 0 2023-01-26T16:48:26.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.db_host_id: __hostname__ 2023-01-26T16:48:26.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_background_jobs: 2 2023-01-26T16:48:26.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_background_compactions: -1 2023-01-26T16:48:26.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_subcompactions: 1 2023-01-26T16:48:26.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-01-26T16:48:26.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-01-26T16:48:26.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.delayed_write_rate : 16777216 2023-01-26T16:48:26.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_total_wal_size: 0 2023-01-26T16:48:26.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-01-26T16:48:26.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.stats_dump_period_sec: 600 2023-01-26T16:48:26.456 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.stats_persist_period_sec: 600 2023-01-26T16:48:26.456 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-01-26T16:48:26.456 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_open_files: -1 2023-01-26T16:48:26.456 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bytes_per_sync: 0 2023-01-26T16:48:26.456 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.wal_bytes_per_sync: 0 2023-01-26T16:48:26.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.strict_bytes_per_sync: 0 2023-01-26T16:48:26.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_readahead_size: 0 2023-01-26T16:48:26.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_background_flushes: -1 2023-01-26T16:48:26.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Compression algorithms supported: 2023-01-26T16:48:26.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-01-26T16:48:26.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kZSTD supported: 0 2023-01-26T16:48:26.458 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kXpressCompression supported: 0 2023-01-26T16:48:26.458 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kLZ4HCCompression supported: 1 2023-01-26T16:48:26.458 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kZlibCompression supported: 1 2023-01-26T16:48:26.458 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kSnappyCompression supported: 1 2023-01-26T16:48:26.458 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kLZ4Compression supported: 1 2023-01-26T16:48:26.459 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: kBZip2Compression supported: 0 2023-01-26T16:48:26.459 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Fast CRC32 supported: Supported on x86 2023-01-26T16:48:26.459 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-01-26T16:48:26.459 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-01-26T16:48:26.459 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-01-26T16:48:26.460 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.merge_operator: 2023-01-26T16:48:26.460 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_filter: None 2023-01-26T16:48:26.460 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_filter_factory: None 2023-01-26T16:48:26.460 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.sst_partitioner_factory: None 2023-01-26T16:48:26.460 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.memtable_factory: SkipListFactory 2023-01-26T16:48:26.461 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.table_factory: BlockBasedTable 2023-01-26T16:48:26.461 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5653295679e0) 2023-01-26T16:48:26.461 INFO:journalctl@ceph.mon.a.smithi050.stdout: cache_index_and_filter_blocks: 1 2023-01-26T16:48:26.461 INFO:journalctl@ceph.mon.a.smithi050.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-01-26T16:48:26.461 INFO:journalctl@ceph.mon.a.smithi050.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-01-26T16:48:26.461 INFO:journalctl@ceph.mon.a.smithi050.stdout: pin_top_level_index_and_filter: 1 2023-01-26T16:48:26.462 INFO:journalctl@ceph.mon.a.smithi050.stdout: index_type: 0 2023-01-26T16:48:26.462 INFO:journalctl@ceph.mon.a.smithi050.stdout: data_block_index_type: 0 2023-01-26T16:48:26.462 INFO:journalctl@ceph.mon.a.smithi050.stdout: index_shortening: 1 2023-01-26T16:48:26.462 INFO:journalctl@ceph.mon.a.smithi050.stdout: data_block_hash_table_util_ratio: 0.750000 2023-01-26T16:48:26.462 INFO:journalctl@ceph.mon.a.smithi050.stdout: hash_index_allow_collision: 1 2023-01-26T16:48:26.462 INFO:journalctl@ceph.mon.a.smithi050.stdout: checksum: 1 2023-01-26T16:48:26.463 INFO:journalctl@ceph.mon.a.smithi050.stdout: no_block_cache: 0 2023-01-26T16:48:26.463 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache: 0x5653295d2170 2023-01-26T16:48:26.463 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache_name: BinnedLRUCache 2023-01-26T16:48:26.463 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache_options: 2023-01-26T16:48:26.463 INFO:journalctl@ceph.mon.a.smithi050.stdout: capacity : 536870912 2023-01-26T16:48:26.464 INFO:journalctl@ceph.mon.a.smithi050.stdout: num_shard_bits : 4 2023-01-26T16:48:26.464 INFO:journalctl@ceph.mon.a.smithi050.stdout: strict_capacity_limit : 0 2023-01-26T16:48:26.464 INFO:journalctl@ceph.mon.a.smithi050.stdout: high_pri_pool_ratio: 0.000 2023-01-26T16:48:26.464 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache_compressed: (nil) 2023-01-26T16:48:26.464 INFO:journalctl@ceph.mon.a.smithi050.stdout: persistent_cache: (nil) 2023-01-26T16:48:26.465 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_size: 4096 2023-01-26T16:48:26.465 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_size_deviation: 10 2023-01-26T16:48:26.465 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_restart_interval: 16 2023-01-26T16:48:26.465 INFO:journalctl@ceph.mon.a.smithi050.stdout: index_block_restart_interval: 1 2023-01-26T16:48:26.465 INFO:journalctl@ceph.mon.a.smithi050.stdout: metadata_block_size: 4096 2023-01-26T16:48:26.466 INFO:journalctl@ceph.mon.a.smithi050.stdout: partition_filters: 0 2023-01-26T16:48:26.466 INFO:journalctl@ceph.mon.a.smithi050.stdout: use_delta_encoding: 1 2023-01-26T16:48:26.466 INFO:journalctl@ceph.mon.a.smithi050.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-01-26T16:48:26.466 INFO:journalctl@ceph.mon.a.smithi050.stdout: whole_key_filtering: 1 2023-01-26T16:48:26.466 INFO:journalctl@ceph.mon.a.smithi050.stdout: verify_compression: 0 2023-01-26T16:48:26.467 INFO:journalctl@ceph.mon.a.smithi050.stdout: read_amp_bytes_per_bit: 0 2023-01-26T16:48:26.467 INFO:journalctl@ceph.mon.a.smithi050.stdout: format_version: 4 2023-01-26T16:48:26.467 INFO:journalctl@ceph.mon.a.smithi050.stdout: enable_index_compression: 1 2023-01-26T16:48:26.467 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_align: 0 2023-01-26T16:48:26.467 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.write_buffer_size: 33554432 2023-01-26T16:48:26.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_write_buffer_number: 2 2023-01-26T16:48:26.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression: NoCompression 2023-01-26T16:48:26.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression: Disabled 2023-01-26T16:48:26.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.prefix_extractor: nullptr 2023-01-26T16:48:26.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-01-26T16:48:26.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.num_levels: 7 2023-01-26T16:48:26.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-01-26T16:48:26.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-01-26T16:48:26.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-01-26T16:48:26.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-01-26T16:48:26.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-01-26T16:48:26.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-01-26T16:48:26.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-01-26T16:48:26.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-01-26T16:48:26.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-01-26T16:48:26.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-01-26T16:48:26.471 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression_opts.window_bits: -14 2023-01-26T16:48:26.472 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression_opts.level: 32767 2023-01-26T16:48:26.472 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression_opts.strategy: 0 2023-01-26T16:48:26.472 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-01-26T16:48:26.472 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-01-26T16:48:26.473 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-01-26T16:48:26.473 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compression_opts.enabled: false 2023-01-26T16:48:26.473 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-01-26T16:48:26.473 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-01-26T16:48:26.473 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-01-26T16:48:26.474 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.target_file_size_base: 67108864 2023-01-26T16:48:26.474 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.target_file_size_multiplier: 1 2023-01-26T16:48:26.474 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-01-26T16:48:26.474 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-01-26T16:48:26.474 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-01-26T16:48:26.474 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-01-26T16:48:26.475 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-01-26T16:48:26.475 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-01-26T16:48:26.475 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-01-26T16:48:26.475 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-01-26T16:48:26.475 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-01-26T16:48:26.475 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-01-26T16:48:26.476 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-01-26T16:48:26.476 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-01-26T16:48:26.476 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.arena_block_size: 4194304 2023-01-26T16:48:26.476 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-01-26T16:48:26.476 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-01-26T16:48:26.477 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-01-26T16:48:26.477 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.disable_auto_compactions: 0 2023-01-26T16:48:26.477 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-01-26T16:48:26.477 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-01-26T16:48:26.477 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-01-26T16:48:26.477 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-01-26T16:48:26.478 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-01-26T16:48:26.478 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-01-26T16:48:26.478 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-01-26T16:48:26.478 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-01-26T16:48:26.478 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-01-26T16:48:26.479 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-01-26T16:48:26.479 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.table_properties_collectors: 2023-01-26T16:48:26.479 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.inplace_update_support: 0 2023-01-26T16:48:26.479 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.inplace_update_num_locks: 10000 2023-01-26T16:48:26.479 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-01-26T16:48:26.480 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-01-26T16:48:26.480 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.memtable_huge_page_size: 0 2023-01-26T16:48:26.480 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.bloom_locality: 0 2023-01-26T16:48:26.480 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.max_successive_merges: 0 2023-01-26T16:48:26.480 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.optimize_filters_for_hits: 0 2023-01-26T16:48:26.481 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.paranoid_file_checks: 0 2023-01-26T16:48:26.481 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.force_consistency_checks: 1 2023-01-26T16:48:26.481 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.report_bg_io_stats: 0 2023-01-26T16:48:26.481 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.ttl: 2592000 2023-01-26T16:48:26.481 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.periodic_compaction_seconds: 0 2023-01-26T16:48:26.482 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.enable_blob_files: false 2023-01-26T16:48:26.482 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.min_blob_size: 0 2023-01-26T16:48:26.482 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.blob_file_size: 268435456 2023-01-26T16:48:26.482 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.blob_compression_type: NoCompression 2023-01-26T16:48:26.482 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.enable_blob_garbage_collection: false 2023-01-26T16:48:26.482 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-01-26T16:48:26.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-01-26T16:48:26.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2023-01-26T16:48:26.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2023-01-26T16:48:26.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751706196362, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-01-26T16:48:26.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2023-01-26T16:48:26.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-01-26T16:48:26.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751706197563, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79232, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77488, "index_size": 232, "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": 10021, "raw_average_key_size": 47, "raw_value_size": 71691, "raw_average_value_size": 339, "num_data_blocks": 10, "num_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1674751706, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "d49776c2-bff0-4819-8ffb-57234ea3d2bf", "db_session_id": "QISLVHWXN7B11U7W9AYI"}} 2023-01-26T16:48:26.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2023-01-26T16:48:26.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751706198078, "job": 1, "event": "recovery_finished"} 2023-01-26T16:48:26.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-01-26T16:48:26.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5653295b9180 2023-01-26T16:48:26.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: DB pointer 0x56532962c000 2023-01-26T16:48:26.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-01-26T16:48:26.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-01-26T16:48:26.485 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** DB Stats ** 2023-01-26T16:48:26.485 INFO:journalctl@ceph.mon.a.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:48:26.486 INFO:journalctl@ceph.mon.a.smithi050.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-01-26T16:48:26.486 INFO:journalctl@ceph.mon.a.smithi050.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-01-26T16:48:26.486 INFO:journalctl@ceph.mon.a.smithi050.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-26T16:48:26.486 INFO:journalctl@ceph.mon.a.smithi050.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-01-26T16:48:26.486 INFO:journalctl@ceph.mon.a.smithi050.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-01-26T16:48:26.486 INFO:journalctl@ceph.mon.a.smithi050.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-26T16:48:26.487 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2023-01-26T16:48:26.487 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:48:26.487 INFO:journalctl@ceph.mon.a.smithi050.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 2023-01-26T16:48:26.487 INFO:journalctl@ceph.mon.a.smithi050.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:48:26.487 INFO:journalctl@ceph.mon.a.smithi050.stdout: L0 2/0 79.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.9 0.00 0.00 1 0.001 0 0 2023-01-26T16:48:26.487 INFO:journalctl@ceph.mon.a.smithi050.stdout: Sum 2/0 79.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.9 0.00 0.00 1 0.001 0 0 2023-01-26T16:48:26.488 INFO:journalctl@ceph.mon.a.smithi050.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 102.9 0.00 0.00 1 0.001 0 0 2023-01-26T16:48:26.488 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2023-01-26T16:48:26.488 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:48:26.488 INFO:journalctl@ceph.mon.a.smithi050.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 2023-01-26T16:48:26.488 INFO:journalctl@ceph.mon.a.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:48:26.489 INFO:journalctl@ceph.mon.a.smithi050.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 102.9 0.00 0.00 1 0.001 0 0 2023-01-26T16:48:26.489 INFO:journalctl@ceph.mon.a.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:48:26.489 INFO:journalctl@ceph.mon.a.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-01-26T16:48:26.489 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-26T16:48:26.489 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-01-26T16:48:26.490 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-01-26T16:48:26.490 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2023-01-26T16:48:26.490 INFO:journalctl@ceph.mon.a.smithi050.stdout: Cumulative compaction: 0.00 GB write, 15.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:48:26.490 INFO:journalctl@ceph.mon.a.smithi050.stdout: Interval compaction: 0.00 GB write, 15.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:48:26.490 INFO:journalctl@ceph.mon.a.smithi050.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-01-26T16:48:26.490 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2023-01-26T16:48:26.491 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2023-01-26T16:48:26.491 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2023-01-26T16:48:26.491 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:48:26.491 INFO:journalctl@ceph.mon.a.smithi050.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 2023-01-26T16:48:26.491 INFO:journalctl@ceph.mon.a.smithi050.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:48:26.492 INFO:journalctl@ceph.mon.a.smithi050.stdout: L0 2/0 79.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.9 0.00 0.00 1 0.001 0 0 2023-01-26T16:48:26.492 INFO:journalctl@ceph.mon.a.smithi050.stdout: Sum 2/0 79.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.9 0.00 0.00 1 0.001 0 0 2023-01-26T16:48:26.492 INFO:journalctl@ceph.mon.a.smithi050.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-01-26T16:48:26.492 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2023-01-26T16:48:26.492 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:48:26.493 INFO:journalctl@ceph.mon.a.smithi050.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 2023-01-26T16:48:26.493 INFO:journalctl@ceph.mon.a.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:48:26.493 INFO:journalctl@ceph.mon.a.smithi050.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 102.9 0.00 0.00 1 0.001 0 0 2023-01-26T16:48:26.493 INFO:journalctl@ceph.mon.a.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:48:26.493 INFO:journalctl@ceph.mon.a.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-01-26T16:48:26.493 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-26T16:48:26.494 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-01-26T16:48:26.494 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-01-26T16:48:26.494 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2023-01-26T16:48:26.494 INFO:journalctl@ceph.mon.a.smithi050.stdout: Cumulative compaction: 0.00 GB write, 15.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:48:26.494 INFO:journalctl@ceph.mon.a.smithi050.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:48:26.494 INFO:journalctl@ceph.mon.a.smithi050.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-01-26T16:48:26.495 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2023-01-26T16:48:26.495 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2023-01-26T16:48:26.495 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: starting mon.a rank 0 at public addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] at bind addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:26.495 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???) e1 preinit fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:26.495 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???).mds e1 new map 2023-01-26T16:48:26.495 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???).mds e1 print_map 2023-01-26T16:48:26.496 INFO:journalctl@ceph.mon.a.smithi050.stdout: e1 2023-01-26T16:48:26.496 INFO:journalctl@ceph.mon.a.smithi050.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-01-26T16:48:26.496 INFO:journalctl@ceph.mon.a.smithi050.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} 2023-01-26T16:48:26.496 INFO:journalctl@ceph.mon.a.smithi050.stdout: legacy client fscid: -1 2023-01-26T16:48:26.496 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2023-01-26T16:48:26.497 INFO:journalctl@ceph.mon.a.smithi050.stdout: No filesystems configured 2023-01-26T16:48:26.497 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-01-26T16:48:26.497 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:48:26.497 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:48:26.497 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:48:26.497 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-01-26T16:48:26.498 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expand map: {default=false} 2023-01-26T16:48:26.498 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta from 'false' to 'false' 2023-01-26T16:48:26.498 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expanded map: {default=false} 2023-01-26T16:48:26.498 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expand map: {default=info} 2023-01-26T16:48:26.498 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta from 'info' to 'info' 2023-01-26T16:48:26.498 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expanded map: {default=info} 2023-01-26T16:48:26.499 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expand map: {default=daemon} 2023-01-26T16:48:26.499 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta from 'daemon' to 'daemon' 2023-01-26T16:48:26.499 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expanded map: {default=daemon} 2023-01-26T16:48:26.499 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expand map: {default=debug} 2023-01-26T16:48:26.499 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta from 'debug' to 'debug' 2023-01-26T16:48:26.499 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: expand_channel_meta expanded map: {default=debug} 2023-01-26T16:48:26.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mon.a is new leader, mons a in quorum (ranks 0) 2023-01-26T16:48:26.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: monmap e1: 1 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2023-01-26T16:48:26.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: fsmap 2023-01-26T16:48:26.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: osdmap e1: 0 total, 0 up, 0 in 2023-01-26T16:48:26.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:26 smithi050 ceph-mon[92621]: mgrmap e1: no daemons active 2023-01-26T16:48:27.487 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote config to /etc/ceph/ceph.conf 2023-01-26T16:48:27.488 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-01-26T16:48:27.488 INFO:teuthology.orchestra.run.smithi050.stdout:Creating mgr... 2023-01-26T16:48:27.489 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying port 9283 ... 2023-01-26T16:48:27.631 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mgr.y 2023-01-26T16:48:27.631 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mgr.y.service: Unit ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mgr.y.service not loaded. 2023-01-26T16:48:27.725 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c.target.wants/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mgr.y.service → /etc/systemd/system/ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@.service. 2023-01-26T16:48:27.786 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:27 smithi050 systemd[1]: Starting Ceph mgr.y for 2260b1a0-9d99-11ed-9e56-001a4aab830c... 2023-01-26T16:48:28.192 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:27 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/432680919' entity='client.admin' 2023-01-26T16:48:28.360 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-01-26T16:48:28.360 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-01-26T16:48:28.369 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-01-26T16:48:28.369 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-01-26T16:48:28.369 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-01-26T16:48:28.369 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to enable service . firewalld.service is not available 2023-01-26T16:48:28.378 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-01-26T16:48:28.378 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-01-26T16:48:28.387 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-01-26T16:48:28.387 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-01-26T16:48:28.387 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-01-26T16:48:28.388 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to open ports <[9283]>. firewalld.service is not available 2023-01-26T16:48:28.388 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr to start... 2023-01-26T16:48:28.388 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr... 2023-01-26T16:48:28.595 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:28 smithi050 bash[93004]: b098b45f5ea9bef9eba4be3146e564509c74507c2c358aa92ae7c5fcff4b30e6 2023-01-26T16:48:28.596 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:28 smithi050 systemd[1]: Started Ceph mgr.y for 2260b1a0-9d99-11ed-9e56-001a4aab830c. 2023-01-26T16:48:28.596 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:28 smithi050 conmon[93045]: 2023-01-26T16:48:28.483+0000 7f0988359000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-01-26T16:48:28.596 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:28 smithi050 conmon[93045]: 2023-01-26T16:48:28.578+0000 7f0988359000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-01-26T16:48:29.012 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:28 smithi050 conmon[93045]: 2023-01-26T16:48:28.693+0000 7f0988359000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-01-26T16:48:29.013 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:28 smithi050 conmon[93045]: 2023-01-26T16:48:28.805+0000 7f0988359000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-01-26T16:48:29.013 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:29 smithi050 conmon[93045]: 2023-01-26T16:48:29.009+0000 7f0988359000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-01-26T16:48:29.286 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:29 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2332438132' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-26T16:48:29.681 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:29.682 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:48:29.682 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "2260b1a0-9d99-11ed-9e56-001a4aab830c", 2023-01-26T16:48:29.682 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-01-26T16:48:29.682 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-26T16:48:29.682 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-26T16:48:29.683 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-26T16:48:29.683 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:29.683 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-26T16:48:29.683 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-26T16:48:29.683 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-01-26T16:48:29.684 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:29.684 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-26T16:48:29.684 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2023-01-26T16:48:29.684 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:29.684 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-01-26T16:48:29.685 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-26T16:48:29.685 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:29.685 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-01-26T16:48:29.685 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-26T16:48:29.685 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:29.686 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-26T16:48:29.686 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:29.686 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-26T16:48:29.686 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-26T16:48:29.686 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-26T16:48:29.687 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-26T16:48:29.687 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-26T16:48:29.687 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-26T16:48:29.690 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:29.690 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-26T16:48:29.691 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-26T16:48:29.691 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-26T16:48:29.691 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-26T16:48:29.691 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-26T16:48:29.692 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-26T16:48:29.692 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-26T16:48:29.692 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-26T16:48:29.692 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-26T16:48:29.692 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:29.693 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-26T16:48:29.693 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:29.693 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-26T16:48:29.693 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-26T16:48:29.693 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:29.694 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-26T16:48:29.694 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-26T16:48:29.694 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-26T16:48:29.694 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-26T16:48:29.694 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-26T16:48:29.695 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-26T16:48:29.695 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-01-26T16:48:29.695 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:29.695 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:29.696 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:29.696 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-26T16:48:29.696 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:29.696 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-01-26T16:48:21.185050+0000", 2023-01-26T16:48:29.696 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:29.697 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:29.697 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-26T16:48:29.697 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:48:29.697 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (1/15)... 2023-01-26T16:48:29.698 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:29 smithi050 conmon[93045]: 2023-01-26T16:48:29.426+0000 7f0988359000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-01-26T16:48:29.698 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:29 smithi050 conmon[93045]: 2023-01-26T16:48:29.532+0000 7f0988359000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-01-26T16:48:30.037 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:29 smithi050 conmon[93045]: 2023-01-26T16:48:29.684+0000 7f0988359000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-01-26T16:48:30.037 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:29 smithi050 conmon[93045]: 2023-01-26T16:48:29.797+0000 7f0988359000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-01-26T16:48:30.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:30 smithi050 conmon[93045]: 2023-01-26T16:48:30.304+0000 7f0988359000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-01-26T16:48:31.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:30 smithi050 conmon[93045]: 2023-01-26T16:48:30.991+0000 7f0988359000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-01-26T16:48:31.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:31 smithi050 conmon[93045]: 2023-01-26T16:48:31.182+0000 7f0988359000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-01-26T16:48:32.465 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:32 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/113484516' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-26T16:48:32.466 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:32 smithi050 conmon[93045]: 2023-01-26T16:48:32.136+0000 7f0988359000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:48:32.466 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:32 smithi050 conmon[93045]: 2023-01-26T16:48:32.246+0000 7f0988359000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-01-26T16:48:32.466 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:32 smithi050 conmon[93045]: 2023-01-26T16:48:32.463+0000 7f0988359000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:48:32.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:32 smithi050 conmon[93045]: 2023-01-26T16:48:32.688+0000 7f0988359000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-01-26T16:48:32.807 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:32.808 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:48:32.809 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "2260b1a0-9d99-11ed-9e56-001a4aab830c", 2023-01-26T16:48:32.809 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-01-26T16:48:32.809 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-26T16:48:32.809 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-26T16:48:32.809 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-26T16:48:32.810 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:32.810 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-26T16:48:32.810 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-26T16:48:32.815 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-01-26T16:48:32.815 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:32.815 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-26T16:48:32.815 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2023-01-26T16:48:32.816 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:32.816 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-01-26T16:48:32.816 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-26T16:48:32.816 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:32.816 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-01-26T16:48:32.817 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-26T16:48:32.817 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:32.817 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-26T16:48:32.817 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:32.817 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-26T16:48:32.818 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-26T16:48:32.818 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-26T16:48:32.818 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-26T16:48:32.818 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-26T16:48:32.818 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-26T16:48:32.818 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:32.819 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-26T16:48:32.819 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-26T16:48:32.819 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-26T16:48:32.819 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-26T16:48:32.819 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-26T16:48:32.820 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-26T16:48:32.820 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-26T16:48:32.820 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-26T16:48:32.820 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-26T16:48:32.820 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:32.821 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-26T16:48:32.821 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:32.821 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-26T16:48:32.821 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-26T16:48:32.821 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:32.822 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-26T16:48:32.822 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-26T16:48:32.822 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-26T16:48:32.822 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-26T16:48:32.822 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-26T16:48:32.822 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-26T16:48:32.823 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-01-26T16:48:32.823 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:32.823 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:32.823 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:32.823 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-26T16:48:32.824 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:32.824 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-01-26T16:48:21.185050+0000", 2023-01-26T16:48:32.824 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:32.824 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:32.824 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-26T16:48:32.825 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:48:32.825 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (2/15)... 2023-01-26T16:48:33.286 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:32 smithi050 conmon[93045]: 2023-01-26T16:48:32.874+0000 7f0988359000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-01-26T16:48:33.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:33 smithi050 conmon[93045]: 2023-01-26T16:48:33.342+0000 7f0988359000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-01-26T16:48:34.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:33 smithi050 conmon[93045]: 2023-01-26T16:48:33.984+0000 7f0988359000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-01-26T16:48:34.699 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:34 smithi050 conmon[93045]: 2023-01-26T16:48:34.330+0000 7f0988359000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-01-26T16:48:34.700 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:34 smithi050 conmon[93045]: 2023-01-26T16:48:34.562+0000 7f0988359000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-01-26T16:48:34.966 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:34 smithi050 conmon[93045]: 2023-01-26T16:48:34.698+0000 7f0988359000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-01-26T16:48:35.286 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:34 smithi050 conmon[93045]: 2023-01-26T16:48:34.964+0000 7f0988359000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-01-26T16:48:35.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:35 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/3904688412' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-26T16:48:36.037 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:35 smithi050 conmon[93045]: 2023-01-26T16:48:35.784+0000 7f0988359000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-01-26T16:48:36.055 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:36.056 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:48:36.056 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "2260b1a0-9d99-11ed-9e56-001a4aab830c", 2023-01-26T16:48:36.056 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-01-26T16:48:36.057 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-26T16:48:36.057 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-26T16:48:36.057 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-26T16:48:36.057 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:36.057 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-26T16:48:36.058 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-26T16:48:36.058 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-01-26T16:48:36.058 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:36.058 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-26T16:48:36.058 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2023-01-26T16:48:36.059 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:36.059 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-01-26T16:48:36.059 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-26T16:48:36.059 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:36.059 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-01-26T16:48:36.060 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-26T16:48:36.060 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:36.060 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-26T16:48:36.060 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:36.061 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-26T16:48:36.061 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-26T16:48:36.061 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-26T16:48:36.061 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-26T16:48:36.061 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-26T16:48:36.062 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-26T16:48:36.065 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:36.065 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-26T16:48:36.066 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-26T16:48:36.066 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-26T16:48:36.066 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-26T16:48:36.066 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-26T16:48:36.066 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-26T16:48:36.067 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-26T16:48:36.067 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-26T16:48:36.067 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-26T16:48:36.067 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:36.067 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-26T16:48:36.068 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:36.068 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-26T16:48:36.068 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-26T16:48:36.068 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:36.068 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-26T16:48:36.069 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2023-01-26T16:48:36.069 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-26T16:48:36.069 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-26T16:48:36.069 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-26T16:48:36.070 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-26T16:48:36.070 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-01-26T16:48:36.070 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:36.070 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:36.071 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:36.071 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-26T16:48:36.071 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:36.071 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-01-26T16:48:21.185050+0000", 2023-01-26T16:48:36.071 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:36.072 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:36.072 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-26T16:48:36.072 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:48:36.072 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (3/15)... 2023-01-26T16:48:36.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: Activating manager daemon y 2023-01-26T16:48:36.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: mgrmap e2: y(active, starting, since 0.00281004s) 2023-01-26T16:48:36.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-26T16:48:36.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-26T16:48:36.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-26T16:48:36.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:48:36.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-01-26T16:48:36.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: Manager daemon y is now available 2023-01-26T16:48:36.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:48:36.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:48:36.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' 2023-01-26T16:48:36.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' 2023-01-26T16:48:36.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:36 smithi050 ceph-mon[92621]: from='mgr.14100 172.21.15.50:0/3539614389' entity='mgr.y' 2023-01-26T16:48:38.259 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:37 smithi050 ceph-mon[92621]: mgrmap e3: y(active, since 1.00661s) 2023-01-26T16:48:39.637 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:39.638 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:48:39.638 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "2260b1a0-9d99-11ed-9e56-001a4aab830c", 2023-01-26T16:48:39.638 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2023-01-26T16:48:39.638 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-01-26T16:48:39.638 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-01-26T16:48:39.639 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-01-26T16:48:39.639 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:39.639 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-01-26T16:48:39.639 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-01-26T16:48:39.639 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2023-01-26T16:48:39.640 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:39.640 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-01-26T16:48:39.640 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2023-01-26T16:48:39.640 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-01-26T16:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2023-01-26T16:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-01-26T16:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-01-26T16:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:39.642 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-01-26T16:48:39.642 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:39.642 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-01-26T16:48:39.642 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-01-26T16:48:39.642 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-01-26T16:48:39.643 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-01-26T16:48:39.643 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-01-26T16:48:39.643 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-01-26T16:48:39.646 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:39.647 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-01-26T16:48:39.647 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-01-26T16:48:39.647 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-01-26T16:48:39.647 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-01-26T16:48:39.647 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-01-26T16:48:39.648 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-01-26T16:48:39.648 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-01-26T16:48:39.648 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-01-26T16:48:39.648 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-01-26T16:48:39.648 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:39.649 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-01-26T16:48:39.649 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:39.649 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-01-26T16:48:39.649 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-01-26T16:48:39.649 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:39.650 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-01-26T16:48:39.650 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-26T16:48:39.650 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-01-26T16:48:39.650 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2023-01-26T16:48:39.650 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2023-01-26T16:48:39.651 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2023-01-26T16:48:39.651 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2023-01-26T16:48:39.651 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2023-01-26T16:48:39.651 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:39.651 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:39.652 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-01-26T16:48:39.652 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-01-26T16:48:39.652 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2023-01-26T16:48:21.185050+0000", 2023-01-26T16:48:39.652 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2023-01-26T16:48:39.652 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2023-01-26T16:48:39.653 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-01-26T16:48:39.653 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:48:39.653 INFO:teuthology.orchestra.run.smithi050.stdout:mgr is available 2023-01-26T16:48:40.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:39 smithi050 ceph-mon[92621]: mgrmap e4: y(active, since 3s) 2023-01-26T16:48:40.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:39 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2897052747' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-01-26T16:48:41.019 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:41.020 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [global] 2023-01-26T16:48:41.020 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout fsid = 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:41.020 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-01-26T16:48:41.020 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-01-26T16:48:41.021 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-01-26T16:48:41.021 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-01-26T16:48:41.021 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:41.021 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [mgr] 2023-01-26T16:48:41.021 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-01-26T16:48:41.021 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2023-01-26T16:48:41.022 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [osd] 2023-01-26T16:48:41.022 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-01-26T16:48:41.022 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-01-26T16:48:41.022 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling cephadm module... 2023-01-26T16:48:41.209 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:40 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1134864371' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-01-26T16:48:42.492 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:42 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1208856980' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-01-26T16:48:42.492 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:42 smithi050 conmon[93045]: ignoring --setuser ceph since I am not root 2023-01-26T16:48:42.492 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:42 smithi050 conmon[93045]: ignoring --setgroup ceph since I am not root 2023-01-26T16:48:42.493 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:42 smithi050 conmon[93045]: 2023-01-26T16:48:42.395+0000 7f7a46ec6000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-01-26T16:48:42.786 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:42 smithi050 conmon[93045]: 2023-01-26T16:48:42.490+0000 7f7a46ec6000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-01-26T16:48:42.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:42 smithi050 conmon[93045]: 2023-01-26T16:48:42.597+0000 7f7a46ec6000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-01-26T16:48:42.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:42 smithi050 conmon[93045]: 2023-01-26T16:48:42.706+0000 7f7a46ec6000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-01-26T16:48:43.212 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:42 smithi050 conmon[93045]: 2023-01-26T16:48:42.922+0000 7f7a46ec6000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-01-26T16:48:43.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:43 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1208856980' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-01-26T16:48:43.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:43 smithi050 ceph-mon[92621]: mgrmap e5: y(active, since 6s) 2023-01-26T16:48:43.537 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:43 smithi050 conmon[93045]: 2023-01-26T16:48:43.334+0000 7f7a46ec6000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-01-26T16:48:43.538 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:43 smithi050 conmon[93045]: 2023-01-26T16:48:43.440+0000 7f7a46ec6000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-01-26T16:48:43.883 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:43 smithi050 conmon[93045]: 2023-01-26T16:48:43.590+0000 7f7a46ec6000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-01-26T16:48:43.883 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:43 smithi050 conmon[93045]: 2023-01-26T16:48:43.703+0000 7f7a46ec6000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-01-26T16:48:44.228 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:48:44.228 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-01-26T16:48:44.229 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-26T16:48:44.229 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "active_name": "y", 2023-01-26T16:48:44.229 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-01-26T16:48:44.230 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:48:44.230 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for the mgr to restart... 2023-01-26T16:48:44.230 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr epoch 5... 2023-01-26T16:48:44.472 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:44 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2197656125' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-01-26T16:48:44.473 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:44 smithi050 conmon[93045]: 2023-01-26T16:48:44.217+0000 7f7a46ec6000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-01-26T16:48:45.286 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:44 smithi050 conmon[93045]: 2023-01-26T16:48:44.902+0000 7f7a46ec6000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-01-26T16:48:45.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:45 smithi050 conmon[93045]: 2023-01-26T16:48:45.093+0000 7f7a46ec6000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-01-26T16:48:46.286 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:46 smithi050 conmon[93045]: 2023-01-26T16:48:46.028+0000 7f7a46ec6000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:48:46.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:46 smithi050 conmon[93045]: 2023-01-26T16:48:46.135+0000 7f7a46ec6000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-01-26T16:48:46.749 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:46 smithi050 conmon[93045]: 2023-01-26T16:48:46.346+0000 7f7a46ec6000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:48:46.749 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:46 smithi050 conmon[93045]: 2023-01-26T16:48:46.567+0000 7f7a46ec6000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-01-26T16:48:47.536 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:46 smithi050 conmon[93045]: 2023-01-26T16:48:46.747+0000 7f7a46ec6000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-01-26T16:48:47.537 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:47 smithi050 conmon[93045]: 2023-01-26T16:48:47.213+0000 7f7a46ec6000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-01-26T16:48:48.195 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:47 smithi050 conmon[93045]: 2023-01-26T16:48:47.852+0000 7f7a46ec6000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-01-26T16:48:48.537 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:48 smithi050 conmon[93045]: 2023-01-26T16:48:48.194+0000 7f7a46ec6000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-01-26T16:48:48.537 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:48 smithi050 conmon[93045]: 2023-01-26T16:48:48.425+0000 7f7a46ec6000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-01-26T16:48:48.823 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:48 smithi050 conmon[93045]: 2023-01-26T16:48:48.561+0000 7f7a46ec6000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-01-26T16:48:49.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:48 smithi050 conmon[93045]: 2023-01-26T16:48:48.821+0000 7f7a46ec6000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-01-26T16:48:50.036 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:49 smithi050 conmon[93045]: 2023-01-26T16:48:49.613+0000 7f7a46ec6000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-01-26T16:48:51.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: Active manager daemon y restarted 2023-01-26T16:48:51.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: Activating manager daemon y 2023-01-26T16:48:51.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: osdmap e2: 0 total, 0 up, 0 in 2023-01-26T16:48:51.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: mgrmap e6: y(active, starting, since 0.0526179s) 2023-01-26T16:48:51.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:48:51.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-01-26T16:48:51.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-26T16:48:51.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-26T16:48:51.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-26T16:48:51.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: Manager daemon y is now available 2023-01-26T16:48:51.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:48:51.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:48:51.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:48:51.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:48:51.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:48:51.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:48:51.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:50 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:48:51.266 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:48:51.267 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-01-26T16:48:51.268 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "initialized": true 2023-01-26T16:48:51.268 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:48:51.268 INFO:teuthology.orchestra.run.smithi050.stdout:mgr epoch 5 is available 2023-01-26T16:48:51.268 INFO:teuthology.orchestra.run.smithi050.stdout:Setting orchestrator backend to cephadm... 2023-01-26T16:48:52.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:51 smithi050 ceph-mon[92621]: mgrmap e7: y(active, since 1.05522s) 2023-01-26T16:48:52.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:51 smithi050 ceph-mon[92621]: [26/Jan/2023:16:48:51] ENGINE Bus STARTING 2023-01-26T16:48:52.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:51 smithi050 ceph-mon[92621]: [26/Jan/2023:16:48:51] ENGINE Serving on https://172.21.15.50:7150 2023-01-26T16:48:52.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:51 smithi050 ceph-mon[92621]: [26/Jan/2023:16:48:51] ENGINE Bus STARTED 2023-01-26T16:48:52.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:51 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:48:52.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:51 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:48:53.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:53 smithi050 ceph-mon[92621]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:48:53.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:53 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:48:53.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:53 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:48:53.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:53 smithi050 ceph-mon[92621]: mgrmap e8: y(active, since 2s) 2023-01-26T16:48:54.092 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout value unchanged 2023-01-26T16:48:54.092 INFO:teuthology.orchestra.run.smithi050.stdout:Generating ssh key... 2023-01-26T16:48:54.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:54 smithi050 ceph-mon[92621]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:48:55.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: Generating public/private rsa key pair. 2023-01-26T16:48:55.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: Your identification has been saved in /tmp/tmp4uqojg04/key. 2023-01-26T16:48:55.287 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: Your public key has been saved in /tmp/tmp4uqojg04/key.pub. 2023-01-26T16:48:55.288 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: The key fingerprint is: 2023-01-26T16:48:55.288 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: SHA256:kYFv0PcIfbD8xe18aVLWTwnqDkszSIE4U2/sQNgz+xY ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:55.288 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: The key's randomart image is: 2023-01-26T16:48:55.288 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: +---[RSA 3072]----+ 2023-01-26T16:48:55.288 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | =o.+.... . | 2023-01-26T16:48:55.289 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | =.== ++o.o...o| 2023-01-26T16:48:55.289 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | o.+Booo= o++| 2023-01-26T16:48:55.289 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | .=E+.o...o+o| 2023-01-26T16:48:55.289 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | .+S= ... o=| 2023-01-26T16:48:55.289 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | o. * o .| 2023-01-26T16:48:55.290 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | . . . | 2023-01-26T16:48:55.290 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | | 2023-01-26T16:48:55.290 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: | | 2023-01-26T16:48:55.290 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:48:55 smithi050 conmon[93045]: +----[SHA256]-----+ 2023-01-26T16:48:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:56 smithi050 ceph-mon[92621]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:48:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:56 smithi050 ceph-mon[92621]: Generating ssh key... 2023-01-26T16:48:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:56 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:48:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:56 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:48:56.966 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCttRrbJdlMulu0/PzcJf+oBaOyNnrMNWWu2oeAbibd2RaXSxE7VCyS1f25AHLewAzjZUDzlFwI6QRHVWfqlnaxpdg7TX3xs5aK+v2z7c/Axrxg5fmWw4QoBEAlnP+RzRSe+7tePc7mWPjjg7s1kigXkr7DhRw2qFqUmDUyBNAy//MPuHjNnDMOqPTEGzlNsOa00zMMLob1Os4cuQLCpl9WSRnbBJWzikpJmzCMK+2zf6ZFSLwgLD54W9T1XHZtXgxl4LKoRAgWgaWRaPmN+5TDTq/+ZqLiC6mM+J84H6qRBxvPB8RT/cH1vhixZTd6mHjnbd+5rizAsBpnwMceJDttxaFZfhR3QP6XWUYo5q12FmRqC6gp2pnX2jnkYEZrELyfNcpIx4e2vgpANuXEovbQ3B9UT0of4dWFiPIGCWinJU30DhvSsOr7n60rIjFnha1zrKlOirOGJygEaS9G7/hcwOvBfaL+fBNwvL03z4tqfOcjvOMJNmOCAMakYof9bx8= ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:48:56.966 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-01-26T16:48:56.967 INFO:teuthology.orchestra.run.smithi050.stdout:Adding key to root@localhost authorized_keys... 2023-01-26T16:48:56.968 INFO:teuthology.orchestra.run.smithi050.stdout:Adding host smithi050... 2023-01-26T16:48:57.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:57 smithi050 ceph-mon[92621]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:48:58.346 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:58 smithi050 ceph-mon[92621]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi050", "addr": "172.21.15.50", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:48:59.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:48:59 smithi050 ceph-mon[92621]: Deploying cephadm binary to smithi050 2023-01-26T16:49:00.458 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Added host 'smithi050' with addr '172.21.15.50' 2023-01-26T16:49:00.459 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying unmanaged mon service... 2023-01-26T16:49:01.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:00 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:49:01.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:00 smithi050 ceph-mon[92621]: Added host smithi050 2023-01-26T16:49:01.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:00 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:02.307 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-01-26T16:49:02.307 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying unmanaged mgr service... 2023-01-26T16:49:02.651 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:02 smithi050 ceph-mon[92621]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:02.651 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:02 smithi050 ceph-mon[92621]: Saving service mon spec with placement count:5 2023-01-26T16:49:02.652 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:02 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:49:03.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:03 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:49:03.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:03 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:49:03.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:03 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:49:04.007 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-01-26T16:49:05.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:05 smithi050 ceph-mon[92621]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:05.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:05 smithi050 ceph-mon[92621]: Saving service mgr spec with placement count:2 2023-01-26T16:49:05.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:05 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:49:05.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:05 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2850539566' entity='client.admin' 2023-01-26T16:49:05.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:05 smithi050 ceph-mon[92621]: from='mgr.14120 172.21.15.50:0/817037445' entity='mgr.y' 2023-01-26T16:49:07.065 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling the dashboard module... 2023-01-26T16:49:07.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:07 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1653722018' entity='client.admin' 2023-01-26T16:49:08.780 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:08 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/3745609469' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-01-26T16:49:08.780 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:08 smithi050 conmon[93045]: ignoring --setuser ceph since I am not root 2023-01-26T16:49:08.781 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:08 smithi050 conmon[93045]: ignoring --setgroup ceph since I am not root 2023-01-26T16:49:08.781 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:08 smithi050 conmon[93045]: 2023-01-26T16:49:08.682+0000 7f9164b81000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-01-26T16:49:09.036 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:08 smithi050 conmon[93045]: 2023-01-26T16:49:08.777+0000 7f9164b81000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-01-26T16:49:09.037 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:08 smithi050 conmon[93045]: 2023-01-26T16:49:08.885+0000 7f9164b81000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-01-26T16:49:09.037 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:08 smithi050 conmon[93045]: 2023-01-26T16:49:08.995+0000 7f9164b81000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-01-26T16:49:09.483 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:09 smithi050 conmon[93045]: 2023-01-26T16:49:09.206+0000 7f9164b81000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-01-26T16:49:09.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:09 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/3745609469' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-01-26T16:49:09.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:09 smithi050 ceph-mon[92621]: mgrmap e9: y(active, since 18s) 2023-01-26T16:49:09.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:09 smithi050 conmon[93045]: 2023-01-26T16:49:09.617+0000 7f9164b81000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-01-26T16:49:09.788 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:09 smithi050 conmon[93045]: 2023-01-26T16:49:09.724+0000 7f9164b81000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-01-26T16:49:10.197 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:09 smithi050 conmon[93045]: 2023-01-26T16:49:09.879+0000 7f9164b81000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-01-26T16:49:10.197 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:09 smithi050 conmon[93045]: 2023-01-26T16:49:09.992+0000 7f9164b81000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-01-26T16:49:10.515 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:49:10.515 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-01-26T16:49:10.515 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2023-01-26T16:49:10.515 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "active_name": "y", 2023-01-26T16:49:10.516 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-01-26T16:49:10.516 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:49:10.516 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for the mgr to restart... 2023-01-26T16:49:10.516 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr epoch 9... 2023-01-26T16:49:10.743 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:10 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/530957497' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-01-26T16:49:10.743 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:10 smithi050 conmon[93045]: 2023-01-26T16:49:10.508+0000 7f9164b81000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-01-26T16:49:11.536 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:11 smithi050 conmon[93045]: 2023-01-26T16:49:11.194+0000 7f9164b81000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-01-26T16:49:11.537 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:11 smithi050 conmon[93045]: 2023-01-26T16:49:11.385+0000 7f9164b81000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-01-26T16:49:12.642 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:12 smithi050 conmon[93045]: 2023-01-26T16:49:12.320+0000 7f9164b81000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:49:12.642 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:12 smithi050 conmon[93045]: 2023-01-26T16:49:12.429+0000 7f9164b81000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-01-26T16:49:13.037 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:12 smithi050 conmon[93045]: 2023-01-26T16:49:12.640+0000 7f9164b81000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:49:13.037 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:12 smithi050 conmon[93045]: 2023-01-26T16:49:12.865+0000 7f9164b81000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-01-26T16:49:13.518 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:13 smithi050 conmon[93045]: 2023-01-26T16:49:13.046+0000 7f9164b81000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-01-26T16:49:13.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:13 smithi050 conmon[93045]: 2023-01-26T16:49:13.516+0000 7f9164b81000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-01-26T16:49:14.519 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:14 smithi050 conmon[93045]: 2023-01-26T16:49:14.156+0000 7f9164b81000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-01-26T16:49:14.786 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:14 smithi050 conmon[93045]: 2023-01-26T16:49:14.517+0000 7f9164b81000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-01-26T16:49:14.787 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:14 smithi050 conmon[93045]: 2023-01-26T16:49:14.753+0000 7f9164b81000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-01-26T16:49:15.154 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:14 smithi050 conmon[93045]: 2023-01-26T16:49:14.890+0000 7f9164b81000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-01-26T16:49:15.536 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:15 smithi050 conmon[93045]: 2023-01-26T16:49:15.152+0000 7f9164b81000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-01-26T16:49:16.286 INFO:journalctl@ceph.mgr.y.smithi050.stdout:Jan 26 16:49:15 smithi050 conmon[93045]: 2023-01-26T16:49:15.944+0000 7f9164b81000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-01-26T16:49:17.254 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: Active manager daemon y restarted 2023-01-26T16:49:17.254 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: Activating manager daemon y 2023-01-26T16:49:17.255 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: osdmap e3: 0 total, 0 up, 0 in 2023-01-26T16:49:17.255 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: mgrmap e10: y(active, starting, since 0.0527591s) 2023-01-26T16:49:17.255 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:49:17.255 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-01-26T16:49:17.256 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-01-26T16:49:17.256 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-01-26T16:49:17.256 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-01-26T16:49:17.256 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: Manager daemon y is now available 2023-01-26T16:49:17.256 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:17.257 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:17.257 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:49:17.257 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:16 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:49:17.731 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2023-01-26T16:49:17.731 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-01-26T16:49:17.732 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "initialized": true 2023-01-26T16:49:17.732 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2023-01-26T16:49:17.732 INFO:teuthology.orchestra.run.smithi050.stdout:mgr epoch 9 is available 2023-01-26T16:49:17.732 INFO:teuthology.orchestra.run.smithi050.stdout:Generating a dashboard self-signed certificate... 2023-01-26T16:49:18.269 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: [26/Jan/2023:16:49:16] ENGINE Bus STARTING 2023-01-26T16:49:18.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-01-26T16:49:18.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: mgrmap e11: y(active, since 1.05599s) 2023-01-26T16:49:18.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: [26/Jan/2023:16:49:17] ENGINE Serving on https://172.21.15.50:7150 2023-01-26T16:49:18.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: [26/Jan/2023:16:49:17] ENGINE Bus STARTED 2023-01-26T16:49:18.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:18.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-01-26T16:49:18.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:18 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:19.480 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-01-26T16:49:19.481 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial admin user... 2023-01-26T16:49:19.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:19.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:19 smithi050 ceph-mon[92621]: mgrmap e12: y(active, since 2s) 2023-01-26T16:49:19.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:19.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:20.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:20 smithi050 ceph-mon[92621]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:21.738 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$pWjkZ1Nx96D4s88YR0NPLu/3KSzBjFtG1MYEkNGhGV2K/Yq89MFou", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1674751761, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-01-26T16:49:21.739 INFO:teuthology.orchestra.run.smithi050.stdout:Fetching dashboard port number... 2023-01-26T16:49:22.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:22 smithi050 ceph-mon[92621]: 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-01-26T16:49:22.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:22 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:23.188 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 8443 2023-01-26T16:49:23.199 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-01-26T16:49:23.199 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2023-01-26T16:49:23.208 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-01-26T16:49:23.208 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2023-01-26T16:49:23.209 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2023-01-26T16:49:23.209 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-01-26T16:49:23.210 INFO:teuthology.orchestra.run.smithi050.stdout:Ceph Dashboard is now available at: 2023-01-26T16:49:23.210 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:23.210 INFO:teuthology.orchestra.run.smithi050.stdout: URL: https://smithi050.front.sepia.ceph.com:8443/ 2023-01-26T16:49:23.211 INFO:teuthology.orchestra.run.smithi050.stdout: User: admin 2023-01-26T16:49:23.211 INFO:teuthology.orchestra.run.smithi050.stdout: Password: 5fdjhe1jk6 2023-01-26T16:49:23.211 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:23.212 INFO:teuthology.orchestra.run.smithi050.stdout:Saving cluster configuration to /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config directory 2023-01-26T16:49:23.213 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling autotune for osd_memory_target 2023-01-26T16:49:23.462 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:23 smithi050 ceph-mon[92621]: mgrmap e13: y(active, since 6s) 2023-01-26T16:49:23.462 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:23 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2200062704' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-01-26T16:49:26.255 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-01-26T16:49:26.255 INFO:teuthology.orchestra.run.smithi050.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-01-26T16:49:26.255 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.255 INFO:teuthology.orchestra.run.smithi050.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-01-26T16:49:26.256 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.256 INFO:teuthology.orchestra.run.smithi050.stdout:Or, if you are only running a single cluster on this host: 2023-01-26T16:49:26.256 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.256 INFO:teuthology.orchestra.run.smithi050.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-01-26T16:49:26.256 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.257 INFO:teuthology.orchestra.run.smithi050.stdout:Please consider enabling telemetry to help improve Ceph: 2023-01-26T16:49:26.257 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.257 INFO:teuthology.orchestra.run.smithi050.stdout: ceph telemetry on 2023-01-26T16:49:26.257 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.257 INFO:teuthology.orchestra.run.smithi050.stdout:For more information see: 2023-01-26T16:49:26.258 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.258 INFO:teuthology.orchestra.run.smithi050.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-01-26T16:49:26.258 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:26.258 INFO:teuthology.orchestra.run.smithi050.stdout:Bootstrap complete. 2023-01-26T16:49:26.293 INFO:tasks.cephadm:Fetching config... 2023-01-26T16:49:26.293 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:49:26.294 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-01-26T16:49:26.312 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-01-26T16:49:26.312 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:49:26.312 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-01-26T16:49:26.370 INFO:tasks.cephadm:Fetching mon keyring... 2023-01-26T16:49:26.371 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:49:26.371 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/keyring of=/dev/stdout 2023-01-26T16:49:26.438 INFO:tasks.cephadm:Fetching pub ssh key... 2023-01-26T16:49:26.439 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:49:26.439 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-01-26T16:49:26.496 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-01-26T16:49:26.496 DEBUG:teuthology.orchestra.run.smithi050:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCttRrbJdlMulu0/PzcJf+oBaOyNnrMNWWu2oeAbibd2RaXSxE7VCyS1f25AHLewAzjZUDzlFwI6QRHVWfqlnaxpdg7TX3xs5aK+v2z7c/Axrxg5fmWw4QoBEAlnP+RzRSe+7tePc7mWPjjg7s1kigXkr7DhRw2qFqUmDUyBNAy//MPuHjNnDMOqPTEGzlNsOa00zMMLob1Os4cuQLCpl9WSRnbBJWzikpJmzCMK+2zf6ZFSLwgLD54W9T1XHZtXgxl4LKoRAgWgaWRaPmN+5TDTq/+ZqLiC6mM+J84H6qRBxvPB8RT/cH1vhixZTd6mHjnbd+5rizAsBpnwMceJDttxaFZfhR3QP6XWUYo5q12FmRqC6gp2pnX2jnkYEZrELyfNcpIx4e2vgpANuXEovbQ3B9UT0of4dWFiPIGCWinJU30DhvSsOr7n60rIjFnha1zrKlOirOGJygEaS9G7/hcwOvBfaL+fBNwvL03z4tqfOcjvOMJNmOCAMakYof9bx8= ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-01-26T16:49:26.576 INFO:teuthology.orchestra.run.smithi050.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCttRrbJdlMulu0/PzcJf+oBaOyNnrMNWWu2oeAbibd2RaXSxE7VCyS1f25AHLewAzjZUDzlFwI6QRHVWfqlnaxpdg7TX3xs5aK+v2z7c/Axrxg5fmWw4QoBEAlnP+RzRSe+7tePc7mWPjjg7s1kigXkr7DhRw2qFqUmDUyBNAy//MPuHjNnDMOqPTEGzlNsOa00zMMLob1Os4cuQLCpl9WSRnbBJWzikpJmzCMK+2zf6ZFSLwgLD54W9T1XHZtXgxl4LKoRAgWgaWRaPmN+5TDTq/+ZqLiC6mM+J84H6qRBxvPB8RT/cH1vhixZTd6mHjnbd+5rizAsBpnwMceJDttxaFZfhR3QP6XWUYo5q12FmRqC6gp2pnX2jnkYEZrELyfNcpIx4e2vgpANuXEovbQ3B9UT0of4dWFiPIGCWinJU30DhvSsOr7n60rIjFnha1zrKlOirOGJygEaS9G7/hcwOvBfaL+fBNwvL03z4tqfOcjvOMJNmOCAMakYof9bx8= ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:49:26.588 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCttRrbJdlMulu0/PzcJf+oBaOyNnrMNWWu2oeAbibd2RaXSxE7VCyS1f25AHLewAzjZUDzlFwI6QRHVWfqlnaxpdg7TX3xs5aK+v2z7c/Axrxg5fmWw4QoBEAlnP+RzRSe+7tePc7mWPjjg7s1kigXkr7DhRw2qFqUmDUyBNAy//MPuHjNnDMOqPTEGzlNsOa00zMMLob1Os4cuQLCpl9WSRnbBJWzikpJmzCMK+2zf6ZFSLwgLD54W9T1XHZtXgxl4LKoRAgWgaWRaPmN+5TDTq/+ZqLiC6mM+J84H6qRBxvPB8RT/cH1vhixZTd6mHjnbd+5rizAsBpnwMceJDttxaFZfhR3QP6XWUYo5q12FmRqC6gp2pnX2jnkYEZrELyfNcpIx4e2vgpANuXEovbQ3B9UT0of4dWFiPIGCWinJU30DhvSsOr7n60rIjFnha1zrKlOirOGJygEaS9G7/hcwOvBfaL+fBNwvL03z4tqfOcjvOMJNmOCAMakYof9bx8= ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-01-26T16:49:26.633 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCttRrbJdlMulu0/PzcJf+oBaOyNnrMNWWu2oeAbibd2RaXSxE7VCyS1f25AHLewAzjZUDzlFwI6QRHVWfqlnaxpdg7TX3xs5aK+v2z7c/Axrxg5fmWw4QoBEAlnP+RzRSe+7tePc7mWPjjg7s1kigXkr7DhRw2qFqUmDUyBNAy//MPuHjNnDMOqPTEGzlNsOa00zMMLob1Os4cuQLCpl9WSRnbBJWzikpJmzCMK+2zf6ZFSLwgLD54W9T1XHZtXgxl4LKoRAgWgaWRaPmN+5TDTq/+ZqLiC6mM+J84H6qRBxvPB8RT/cH1vhixZTd6mHjnbd+5rizAsBpnwMceJDttxaFZfhR3QP6XWUYo5q12FmRqC6gp2pnX2jnkYEZrELyfNcpIx4e2vgpANuXEovbQ3B9UT0of4dWFiPIGCWinJU30DhvSsOr7n60rIjFnha1zrKlOirOGJygEaS9G7/hcwOvBfaL+fBNwvL03z4tqfOcjvOMJNmOCAMakYof9bx8= ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:49:26.646 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-01-26T16:49:26.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:26 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1688814256' entity='client.admin' 2023-01-26T16:49:26.989 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:49:29.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:29.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:29.484 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:49:29.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:29.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:29.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:29.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/465101202' entity='client.admin' 2023-01-26T16:49:29.485 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:29.486 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:29 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:29.916 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-01-26T16:49:29.916 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-01-26T16:49:30.275 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:49:32.545 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi077 2023-01-26T16:49:32.546 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:49:32.546 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.conf 2023-01-26T16:49:32.566 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:49:32.566 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-26T16:49:32.625 INFO:tasks.cephadm:Adding host smithi077 to orchestrator... 2023-01-26T16:49:32.626 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch host add smithi077 2023-01-26T16:49:32.994 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:49:33.118 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:32 smithi050 ceph-mon[92621]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:33.118 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:33.118 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:33.119 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:33.119 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:49:33.119 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:32 smithi050 ceph-mon[92621]: Updating smithi050:/etc/ceph/ceph.conf 2023-01-26T16:49:33.119 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:32 smithi050 ceph-mon[92621]: Updating smithi050:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:49:34.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:34 smithi050 ceph-mon[92621]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2023-01-26T16:49:34.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:34 smithi050 ceph-mon[92621]: Updating smithi050:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-26T16:49:34.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:34.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:34.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:35.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:35 smithi050 ceph-mon[92621]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:36.529 INFO:teuthology.orchestra.run.smithi050.stdout:Added host 'smithi077' with addr '172.21.15.77' 2023-01-26T16:49:36.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:36 smithi050 ceph-mon[92621]: Deploying cephadm binary to smithi077 2023-01-26T16:49:37.110 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch host ls --format=json 2023-01-26T16:49:37.463 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:49:37.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:37.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:37.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: Added host smithi077 2023-01-26T16:49:37.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:37.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:37.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:49:37.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:37.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:39.127 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-01-26T16:49:39.128 INFO:teuthology.orchestra.run.smithi050.stdout:[{"addr": "172.21.15.50", "hostname": "smithi050", "labels": [], "status": ""}, {"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}] 2023-01-26T16:49:39.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:39 smithi050 ceph-mon[92621]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:39.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:39 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:39.708 INFO:tasks.cephadm:Setting crush tunables to default 2023-01-26T16:49:39.709 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph osd crush tunables default 2023-01-26T16:49:40.060 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:49:40.284 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:40 smithi050 ceph-mon[92621]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-01-26T16:49:41.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:41 smithi050 ceph-mon[92621]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:41.469 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:41.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:41.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:41.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:41.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:49:41.470 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:42.226 INFO:teuthology.orchestra.run.smithi050.stderr:adjusted tunables profile to default 2023-01-26T16:49:42.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:42 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1078655396' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-01-26T16:49:42.842 INFO:tasks.cephadm:Adding mon.a on smithi050 2023-01-26T16:49:42.843 INFO:tasks.cephadm:Adding mon.c on smithi050 2023-01-26T16:49:42.843 INFO:tasks.cephadm:Adding mon.b on smithi077 2023-01-26T16:49:42.844 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch apply mon '3;smithi050:172.21.15.50=a;smithi050:[v2:172.21.15.50:3301,v1:172.21.15.50:6790]=c;smithi077:172.21.15.77=b' 2023-01-26T16:49:43.212 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /etc/ceph/ceph.conf 2023-01-26T16:49:43.333 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /etc/ceph/ceph.conf 2023-01-26T16:49:43.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:43 smithi050 ceph-mon[92621]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:43.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:43 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1078655396' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-01-26T16:49:43.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:43 smithi050 ceph-mon[92621]: osdmap e4: 0 total, 0 up, 0 in 2023-01-26T16:49:45.074 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled mon update... 2023-01-26T16:49:45.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:45 smithi050 ceph-mon[92621]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:45.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:45 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:45.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:45 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:45.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:45 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:45.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:45 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:49:45.783 DEBUG:teuthology.orchestra.run.smithi050:mon.c> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.c.service 2023-01-26T16:49:45.786 DEBUG:teuthology.orchestra.run.smithi077:mon.b> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mon.b.service 2023-01-26T16:49:45.789 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-01-26T16:49:45.789 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph mon dump -f json 2023-01-26T16:49:45.815 INFO:journalctl@ceph.mon.b.smithi077.stdout:-- Logs begin at Thu 2023-01-26 16:34:45 UTC. -- 2023-01-26T16:49:45.823 INFO:journalctl@ceph.mon.c.smithi050.stdout:-- Logs begin at Thu 2023-01-26 16:34:42 UTC. -- 2023-01-26T16:49:46.176 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:49:46.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:46 smithi050 ceph-mon[92621]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi050:172.21.15.50=a;smithi050:[v2:172.21.15.50:3301,v1:172.21.15.50:6790]=c;smithi077:172.21.15.77=b", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:46.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:46 smithi050 ceph-mon[92621]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi050:[v2:172.21.15.50:3301,v1:172.21.15.50:6790]=c;smithi077:172.21.15.77=b;count:3 2023-01-26T16:49:46.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:46 smithi050 ceph-mon[92621]: Updating smithi077:/etc/ceph/ceph.conf 2023-01-26T16:49:47.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:49:47.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2023-01-26T16:49:47.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:47.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-26T16:49:47.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:49:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:47 smithi050 ceph-mon[92621]: Deploying daemon mon.b on smithi077 2023-01-26T16:49:48.100 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:49:48.101 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":1,"fsid":"2260b1a0-9d99-11ed-9e56-001a4aab830c","modified":"2023-01-26T16:48:18.402096Z","created":"2023-01-26T16:48:18.402096Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-01-26T16:49:48.103 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 1 2023-01-26T16:49:48.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:48 smithi050 ceph-mon[92621]: from='client.? 172.21.15.77:0/2192370221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:49:49.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:49 smithi050 ceph-mon[92621]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:49.841 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-01-26T16:49:49.842 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph mon dump -f json 2023-01-26T16:49:50.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 systemd[1]: Starting Ceph mon.b for 2260b1a0-9d99-11ed-9e56-001a4aab830c... 2023-01-26T16:49:50.343 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.b/config 2023-01-26T16:49:50.897 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: set uid:gid to 167:167 (ceph:ceph) 2023-01-26T16:49:50.897 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable), process ceph-mon, pid 7 2023-01-26T16:49:50.897 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: pidfile_write: ignore empty --pid-file 2023-01-26T16:49:50.898 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: load: jerasure load: lrc 2023-01-26T16:49:50.898 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: RocksDB version: 6.15.5 2023-01-26T16:49:50.898 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-01-26T16:49:50.898 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Compile date Oct 17 2022 2023-01-26T16:49:50.898 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: DB SUMMARY 2023-01-26T16:49:50.899 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: DB Session ID: KPC8NSJ0M54OQPRFP2UU 2023-01-26T16:49:50.899 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: CURRENT file: CURRENT 2023-01-26T16:49:50.899 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: IDENTITY file: IDENTITY 2023-01-26T16:49:50.899 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-01-26T16:49:50.899 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-01-26T16:49:50.900 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-01-26T16:49:50.900 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.error_if_exists: 0 2023-01-26T16:49:50.900 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.create_if_missing: 0 2023-01-26T16:49:50.900 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.paranoid_checks: 1 2023-01-26T16:49:50.900 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-01-26T16:49:50.901 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.env: 0x557c29f8d860 2023-01-26T16:49:50.901 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.fs: Posix File System 2023-01-26T16:49:50.901 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.info_log: 0x557c2b90dc20 2023-01-26T16:49:50.901 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_file_opening_threads: 16 2023-01-26T16:49:50.901 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.statistics: (nil) 2023-01-26T16:49:50.902 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.use_fsync: 0 2023-01-26T16:49:50.902 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_log_file_size: 0 2023-01-26T16:49:50.902 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-01-26T16:49:50.902 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.log_file_time_to_roll: 0 2023-01-26T16:49:50.902 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.keep_log_file_num: 1000 2023-01-26T16:49:50.902 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.recycle_log_file_num: 0 2023-01-26T16:49:50.903 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.allow_fallocate: 1 2023-01-26T16:49:50.903 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.allow_mmap_reads: 0 2023-01-26T16:49:50.903 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.allow_mmap_writes: 0 2023-01-26T16:49:50.903 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.use_direct_reads: 0 2023-01-26T16:49:50.903 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-01-26T16:49:50.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.create_missing_column_families: 0 2023-01-26T16:49:50.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.db_log_dir: 2023-01-26T16:49:50.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-01-26T16:49:50.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.table_cache_numshardbits: 6 2023-01-26T16:49:50.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.WAL_ttl_seconds: 0 2023-01-26T16:49:50.905 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.WAL_size_limit_MB: 0 2023-01-26T16:49:50.905 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-01-26T16:49:50.905 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-01-26T16:49:50.905 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.is_fd_close_on_exec: 1 2023-01-26T16:49:50.905 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.advise_random_on_open: 1 2023-01-26T16:49:50.905 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.db_write_buffer_size: 0 2023-01-26T16:49:50.906 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.write_buffer_manager: 0x557c2b9da690 2023-01-26T16:49:50.906 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-01-26T16:49:50.906 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-01-26T16:49:50.906 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-01-26T16:49:50.906 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.use_adaptive_mutex: 0 2023-01-26T16:49:50.907 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.rate_limiter: (nil) 2023-01-26T16:49:50.907 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-01-26T16:49:50.907 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.wal_recovery_mode: 2 2023-01-26T16:49:50.907 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.enable_thread_tracking: 0 2023-01-26T16:49:50.907 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.enable_pipelined_write: 0 2023-01-26T16:49:50.908 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.unordered_write: 0 2023-01-26T16:49:50.908 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-01-26T16:49:50.908 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-01-26T16:49:50.908 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-01-26T16:49:50.908 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-01-26T16:49:50.909 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.row_cache: None 2023-01-26T16:49:50.909 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.wal_filter: None 2023-01-26T16:49:50.909 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-01-26T16:49:50.909 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.allow_ingest_behind: 0 2023-01-26T16:49:50.909 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.preserve_deletes: 0 2023-01-26T16:49:50.910 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.two_write_queues: 0 2023-01-26T16:49:50.910 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.manual_wal_flush: 0 2023-01-26T16:49:50.910 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.atomic_flush: 0 2023-01-26T16:49:50.910 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-01-26T16:49:50.910 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.persist_stats_to_disk: 0 2023-01-26T16:49:50.910 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.write_dbid_to_manifest: 0 2023-01-26T16:49:50.911 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.log_readahead_size: 0 2023-01-26T16:49:50.911 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-01-26T16:49:50.911 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.best_efforts_recovery: 0 2023-01-26T16:49:50.911 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-01-26T16:49:50.911 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-01-26T16:49:50.912 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.allow_data_in_errors: 0 2023-01-26T16:49:50.912 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.db_host_id: __hostname__ 2023-01-26T16:49:50.912 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_background_jobs: 2 2023-01-26T16:49:50.912 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_background_compactions: -1 2023-01-26T16:49:50.912 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_subcompactions: 1 2023-01-26T16:49:50.912 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-01-26T16:49:50.913 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-01-26T16:49:50.913 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.delayed_write_rate : 16777216 2023-01-26T16:49:50.913 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_total_wal_size: 0 2023-01-26T16:49:50.913 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-01-26T16:49:50.913 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.stats_dump_period_sec: 600 2023-01-26T16:49:50.914 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.stats_persist_period_sec: 600 2023-01-26T16:49:50.914 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-01-26T16:49:50.914 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_open_files: -1 2023-01-26T16:49:50.914 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bytes_per_sync: 0 2023-01-26T16:49:50.914 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.wal_bytes_per_sync: 0 2023-01-26T16:49:50.914 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.strict_bytes_per_sync: 0 2023-01-26T16:49:50.915 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_readahead_size: 0 2023-01-26T16:49:50.915 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_background_flushes: -1 2023-01-26T16:49:50.915 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Compression algorithms supported: 2023-01-26T16:49:50.915 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-01-26T16:49:50.915 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kZSTD supported: 0 2023-01-26T16:49:50.916 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kXpressCompression supported: 0 2023-01-26T16:49:50.916 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kLZ4HCCompression supported: 1 2023-01-26T16:49:50.916 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kZlibCompression supported: 1 2023-01-26T16:49:50.916 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kSnappyCompression supported: 1 2023-01-26T16:49:50.916 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kLZ4Compression supported: 1 2023-01-26T16:49:50.917 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: kBZip2Compression supported: 0 2023-01-26T16:49:50.917 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Fast CRC32 supported: Supported on x86 2023-01-26T16:49:50.917 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-01-26T16:49:50.917 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-01-26T16:49:50.917 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-01-26T16:49:50.918 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.merge_operator: 2023-01-26T16:49:50.918 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_filter: None 2023-01-26T16:49:50.918 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_filter_factory: None 2023-01-26T16:49:50.918 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.sst_partitioner_factory: None 2023-01-26T16:49:50.918 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.memtable_factory: SkipListFactory 2023-01-26T16:49:50.918 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.table_factory: BlockBasedTable 2023-01-26T16:49:50.919 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557c2b8d99e0) 2023-01-26T16:49:50.919 INFO:journalctl@ceph.mon.b.smithi077.stdout: cache_index_and_filter_blocks: 1 2023-01-26T16:49:50.919 INFO:journalctl@ceph.mon.b.smithi077.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-01-26T16:49:50.919 INFO:journalctl@ceph.mon.b.smithi077.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-01-26T16:49:50.919 INFO:journalctl@ceph.mon.b.smithi077.stdout: pin_top_level_index_and_filter: 1 2023-01-26T16:49:50.920 INFO:journalctl@ceph.mon.b.smithi077.stdout: index_type: 0 2023-01-26T16:49:50.920 INFO:journalctl@ceph.mon.b.smithi077.stdout: data_block_index_type: 0 2023-01-26T16:49:50.921 INFO:journalctl@ceph.mon.b.smithi077.stdout: index_shortening: 1 2023-01-26T16:49:50.921 INFO:journalctl@ceph.mon.b.smithi077.stdout: data_block_hash_table_util_ratio: 0.750000 2023-01-26T16:49:50.921 INFO:journalctl@ceph.mon.b.smithi077.stdout: hash_index_allow_collision: 1 2023-01-26T16:49:50.922 INFO:journalctl@ceph.mon.b.smithi077.stdout: checksum: 1 2023-01-26T16:49:50.922 INFO:journalctl@ceph.mon.b.smithi077.stdout: no_block_cache: 0 2023-01-26T16:49:50.922 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache: 0x557c2b944170 2023-01-26T16:49:50.922 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache_name: BinnedLRUCache 2023-01-26T16:49:50.922 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache_options: 2023-01-26T16:49:50.923 INFO:journalctl@ceph.mon.b.smithi077.stdout: capacity : 536870912 2023-01-26T16:49:50.923 INFO:journalctl@ceph.mon.b.smithi077.stdout: num_shard_bits : 4 2023-01-26T16:49:50.923 INFO:journalctl@ceph.mon.b.smithi077.stdout: strict_capacity_limit : 0 2023-01-26T16:49:50.923 INFO:journalctl@ceph.mon.b.smithi077.stdout: high_pri_pool_ratio: 0.000 2023-01-26T16:49:50.923 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache_compressed: (nil) 2023-01-26T16:49:50.923 INFO:journalctl@ceph.mon.b.smithi077.stdout: persistent_cache: (nil) 2023-01-26T16:49:50.924 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_size: 4096 2023-01-26T16:49:50.924 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_size_deviation: 10 2023-01-26T16:49:50.924 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_restart_interval: 16 2023-01-26T16:49:50.924 INFO:journalctl@ceph.mon.b.smithi077.stdout: index_block_restart_interval: 1 2023-01-26T16:49:50.924 INFO:journalctl@ceph.mon.b.smithi077.stdout: metadata_block_size: 4096 2023-01-26T16:49:50.925 INFO:journalctl@ceph.mon.b.smithi077.stdout: partition_filters: 0 2023-01-26T16:49:50.925 INFO:journalctl@ceph.mon.b.smithi077.stdout: use_delta_encoding: 1 2023-01-26T16:49:50.925 INFO:journalctl@ceph.mon.b.smithi077.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-01-26T16:49:50.925 INFO:journalctl@ceph.mon.b.smithi077.stdout: whole_key_filtering: 1 2023-01-26T16:49:50.925 INFO:journalctl@ceph.mon.b.smithi077.stdout: verify_compression: 0 2023-01-26T16:49:50.926 INFO:journalctl@ceph.mon.b.smithi077.stdout: read_amp_bytes_per_bit: 0 2023-01-26T16:49:50.926 INFO:journalctl@ceph.mon.b.smithi077.stdout: format_version: 4 2023-01-26T16:49:50.926 INFO:journalctl@ceph.mon.b.smithi077.stdout: enable_index_compression: 1 2023-01-26T16:49:50.926 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_align: 0 2023-01-26T16:49:50.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.write_buffer_size: 33554432 2023-01-26T16:49:50.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_write_buffer_number: 2 2023-01-26T16:49:50.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression: NoCompression 2023-01-26T16:49:50.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression: Disabled 2023-01-26T16:49:50.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.prefix_extractor: nullptr 2023-01-26T16:49:50.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-01-26T16:49:50.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.num_levels: 7 2023-01-26T16:49:50.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-01-26T16:49:50.928 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-01-26T16:49:50.928 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-01-26T16:49:50.928 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-01-26T16:49:50.928 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-01-26T16:49:50.928 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-01-26T16:49:50.929 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-01-26T16:49:50.929 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-01-26T16:49:50.929 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-01-26T16:49:50.929 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-01-26T16:49:50.929 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression_opts.window_bits: -14 2023-01-26T16:49:50.929 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression_opts.level: 32767 2023-01-26T16:49:50.930 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression_opts.strategy: 0 2023-01-26T16:49:50.930 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-01-26T16:49:50.930 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-01-26T16:49:50.930 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-01-26T16:49:50.930 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compression_opts.enabled: false 2023-01-26T16:49:50.930 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-01-26T16:49:50.931 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-01-26T16:49:50.931 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-01-26T16:49:50.931 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.target_file_size_base: 67108864 2023-01-26T16:49:50.931 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.target_file_size_multiplier: 1 2023-01-26T16:49:50.931 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-01-26T16:49:50.931 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-01-26T16:49:50.932 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-01-26T16:49:50.932 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-01-26T16:49:50.932 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-01-26T16:49:50.932 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-01-26T16:49:50.932 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-01-26T16:49:50.933 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-01-26T16:49:50.933 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-01-26T16:49:50.933 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-01-26T16:49:50.933 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-01-26T16:49:50.933 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-01-26T16:49:50.934 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.arena_block_size: 4194304 2023-01-26T16:49:50.934 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-01-26T16:49:50.934 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-01-26T16:49:50.934 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-01-26T16:49:50.934 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.disable_auto_compactions: 0 2023-01-26T16:49:50.934 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-01-26T16:49:50.935 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-01-26T16:49:50.935 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-01-26T16:49:50.935 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-01-26T16:49:50.935 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-01-26T16:49:50.935 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-01-26T16:49:50.935 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-01-26T16:49:50.936 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-01-26T16:49:50.936 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-01-26T16:49:50.936 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-01-26T16:49:50.936 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.table_properties_collectors: 2023-01-26T16:49:50.936 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.inplace_update_support: 0 2023-01-26T16:49:50.937 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.inplace_update_num_locks: 10000 2023-01-26T16:49:50.937 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-01-26T16:49:50.937 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-01-26T16:49:50.937 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.memtable_huge_page_size: 0 2023-01-26T16:49:50.937 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.bloom_locality: 0 2023-01-26T16:49:50.938 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.max_successive_merges: 0 2023-01-26T16:49:50.938 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.optimize_filters_for_hits: 0 2023-01-26T16:49:50.938 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.paranoid_file_checks: 0 2023-01-26T16:49:50.938 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.force_consistency_checks: 1 2023-01-26T16:49:50.938 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.report_bg_io_stats: 0 2023-01-26T16:49:50.938 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.ttl: 2592000 2023-01-26T16:49:50.939 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.periodic_compaction_seconds: 0 2023-01-26T16:49:50.939 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.enable_blob_files: false 2023-01-26T16:49:50.939 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.min_blob_size: 0 2023-01-26T16:49:50.939 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.blob_file_size: 268435456 2023-01-26T16:49:50.939 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.blob_compression_type: NoCompression 2023-01-26T16:49:50.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.enable_blob_garbage_collection: false 2023-01-26T16:49:50.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-01-26T16:49:50.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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-01-26T16:49:50.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2023-01-26T16:49:50.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/version_set.cc:4082] Creating manifest 7 2023-01-26T16:49:50.941 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751790806606, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-01-26T16:49:50.941 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2023-01-26T16:49:50.941 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-01-26T16:49:50.941 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751790806975, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1674751790, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "8004fa9e-0982-4a78-a231-db57f7998a23", "db_session_id": "KPC8NSJ0M54OQPRFP2UU"}} 2023-01-26T16:49:50.941 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/version_set.cc:4082] Creating manifest 9 2023-01-26T16:49:50.942 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751790807394, "job": 1, "event": "recovery_finished"} 2023-01-26T16:49:50.942 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [file/delete_scheduler.cc:69] 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-01-26T16:49:50.942 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x557c2b92b180 2023-01-26T16:49:50.942 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: DB pointer 0x557c2b99e000 2023-01-26T16:49:50.942 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-01-26T16:49:50.943 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-01-26T16:49:50.943 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** DB Stats ** 2023-01-26T16:49:50.943 INFO:journalctl@ceph.mon.b.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:49:50.943 INFO:journalctl@ceph.mon.b.smithi077.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-01-26T16:49:50.943 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-01-26T16:49:50.943 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-26T16:49:50.944 INFO:journalctl@ceph.mon.b.smithi077.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-01-26T16:49:50.944 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-01-26T16:49:50.944 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-26T16:49:50.944 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2023-01-26T16:49:50.944 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:50.945 INFO:journalctl@ceph.mon.b.smithi077.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 2023-01-26T16:49:50.945 INFO:journalctl@ceph.mon.b.smithi077.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:50.945 INFO:journalctl@ceph.mon.b.smithi077.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:50.945 INFO:journalctl@ceph.mon.b.smithi077.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:50.945 INFO:journalctl@ceph.mon.b.smithi077.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:50.946 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2023-01-26T16:49:50.946 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:50.946 INFO:journalctl@ceph.mon.b.smithi077.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 2023-01-26T16:49:50.946 INFO:journalctl@ceph.mon.b.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:50.946 INFO:journalctl@ceph.mon.b.smithi077.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.3 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:50.946 INFO:journalctl@ceph.mon.b.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:49:50.947 INFO:journalctl@ceph.mon.b.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:50.947 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:50.947 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-01-26T16:49:50.947 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-01-26T16:49:50.947 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2023-01-26T16:49:50.948 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:50.948 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:50.948 INFO:journalctl@ceph.mon.b.smithi077.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-01-26T16:49:50.948 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2023-01-26T16:49:50.949 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2023-01-26T16:49:50.949 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2023-01-26T16:49:50.949 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:50.949 INFO:journalctl@ceph.mon.b.smithi077.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 2023-01-26T16:49:50.949 INFO:journalctl@ceph.mon.b.smithi077.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:50.949 INFO:journalctl@ceph.mon.b.smithi077.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:50.950 INFO:journalctl@ceph.mon.b.smithi077.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:50.950 INFO:journalctl@ceph.mon.b.smithi077.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-01-26T16:49:50.950 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2023-01-26T16:49:50.950 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:50.950 INFO:journalctl@ceph.mon.b.smithi077.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 2023-01-26T16:49:50.951 INFO:journalctl@ceph.mon.b.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:50.951 INFO:journalctl@ceph.mon.b.smithi077.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.3 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:50.951 INFO:journalctl@ceph.mon.b.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:49:50.951 INFO:journalctl@ceph.mon.b.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:50.951 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:50.951 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-01-26T16:49:50.952 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-01-26T16:49:50.952 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2023-01-26T16:49:50.952 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:50.952 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:50.952 INFO:journalctl@ceph.mon.b.smithi077.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-01-26T16:49:50.953 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2023-01-26T16:49:50.953 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2023-01-26T16:49:50.953 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-01-26T16:49:50.953 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: using public_addr v2:172.21.15.77:0/0 -> [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] 2023-01-26T16:49:50.953 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: starting mon.b rank -1 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:49:50.954 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(???) e0 preinit fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:49:50.954 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).mds e1 new map 2023-01-26T16:49:50.954 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).mds e1 print_map 2023-01-26T16:49:50.954 INFO:journalctl@ceph.mon.b.smithi077.stdout: e1 2023-01-26T16:49:50.954 INFO:journalctl@ceph.mon.b.smithi077.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-01-26T16:49:50.954 INFO:journalctl@ceph.mon.b.smithi077.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} 2023-01-26T16:49:50.955 INFO:journalctl@ceph.mon.b.smithi077.stdout: legacy client fscid: -1 2023-01-26T16:49:50.955 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2023-01-26T16:49:50.955 INFO:journalctl@ceph.mon.b.smithi077.stdout: No filesystems configured 2023-01-26T16:49:50.955 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-01-26T16:49:50.955 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: 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-01-26T16:49:50.956 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-01-26T16:49:50.956 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-01-26T16:49:50.956 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-01-26T16:49:50.956 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-01-26T16:49:50.956 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-01-26T16:49:50.957 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:49:50.957 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:49:50.957 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:49:50.957 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:50.957 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:50.957 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:50.958 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:50.958 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:49:50.958 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi050:172.21.15.50=a;smithi050:[v2:172.21.15.50:3301,v1:172.21.15.50:6790]=c;smithi077:172.21.15.77=b", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:50.958 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi050:[v2:172.21.15.50:3301,v1:172.21.15.50:6790]=c;smithi077:172.21.15.77=b;count:3 2023-01-26T16:49:50.958 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: Updating smithi077:/etc/ceph/ceph.conf 2023-01-26T16:49:50.959 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:49:50.959 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2023-01-26T16:49:50.959 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:50.959 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-26T16:49:50.959 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:50.959 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:50.960 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:50.960 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:49:50.960 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:50.960 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: Deploying daemon mon.b on smithi077 2023-01-26T16:49:50.960 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: from='client.? 172.21.15.77:0/2192370221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:49:50.961 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:50.961 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-01-26T16:49:50.961 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 ceph-mon[94855]: mon.b@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-01-26T16:49:50.961 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 bash[94770]: 05c7b90d5d9fea09b24bf30ee8c81832517c822972ff9ba77fc4ce14c3e3c3e9 2023-01-26T16:49:51.272 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:50 smithi077 systemd[1]: Started Ceph mon.b for 2260b1a0-9d99-11ed-9e56-001a4aab830c. 2023-01-26T16:49:56.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:49:56.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: mon.a calling monitor election 2023-01-26T16:49:56.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:56.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: mon.b calling monitor election 2023-01-26T16:49:56.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:56.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-01-26T16:49:56.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: monmap e2: 2 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],b=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0]} 2023-01-26T16:49:56.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: fsmap 2023-01-26T16:49:56.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: osdmap e4: 0 total, 0 up, 0 in 2023-01-26T16:49:56.276 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: mgrmap e13: y(active, since 39s) 2023-01-26T16:49:56.276 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: overall HEALTH_OK 2023-01-26T16:49:56.276 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:56.276 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:56.276 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:49:56.277 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:49:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: mon.a calling monitor election 2023-01-26T16:49:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:56.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: mon.b calling monitor election 2023-01-26T16:49:56.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:56.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:56.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-01-26T16:49:56.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: monmap e2: 2 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],b=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0]} 2023-01-26T16:49:56.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: fsmap 2023-01-26T16:49:56.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: osdmap e4: 0 total, 0 up, 0 in 2023-01-26T16:49:56.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: mgrmap e13: y(active, since 39s) 2023-01-26T16:49:56.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: overall HEALTH_OK 2023-01-26T16:49:56.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:56.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:56.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:49:56.291 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:56.655 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:49:56.656 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":2,"fsid":"2260b1a0-9d99-11ed-9e56-001a4aab830c","modified":"2023-01-26T16:49:50.829113Z","created":"2023-01-26T16:48:18.402096Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-01-26T16:49:56.657 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 2 2023-01-26T16:49:57.471 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:57 smithi050 ceph-mon[92621]: Deploying daemon mon.c on smithi050 2023-01-26T16:49:57.471 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:57 smithi050 ceph-mon[92621]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:57.471 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:57 smithi050 ceph-mon[92621]: from='client.? 172.21.15.77:0/3051564146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:49:57.472 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:49:57 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:57.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:57 smithi077 ceph-mon[94855]: Deploying daemon mon.c on smithi050 2023-01-26T16:49:57.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:57 smithi077 ceph-mon[94855]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:57.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:57 smithi077 ceph-mon[94855]: from='client.? 172.21.15.77:0/3051564146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:49:57.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:49:57 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:58.311 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-01-26T16:49:58.312 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph mon dump -f json 2023-01-26T16:49:58.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 systemd[1]: Starting Ceph mon.c for 2260b1a0-9d99-11ed-9e56-001a4aab830c... 2023-01-26T16:49:58.659 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.b/config 2023-01-26T16:49:59.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: set uid:gid to 167:167 (ceph:ceph) 2023-01-26T16:49:59.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable), process ceph-mon, pid 7 2023-01-26T16:49:59.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: pidfile_write: ignore empty --pid-file 2023-01-26T16:49:59.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 bash[104841]: d50c330e90b0b1040edd9f9044b7a5d62eb765d5c4198306736b16446941c532 2023-01-26T16:49:59.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: load: jerasure load: lrc 2023-01-26T16:49:59.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: RocksDB version: 6.15.5 2023-01-26T16:49:59.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-01-26T16:49:59.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Compile date Oct 17 2022 2023-01-26T16:49:59.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: DB SUMMARY 2023-01-26T16:49:59.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: DB Session ID: J33TIC5S7ZEJ5KHPJ5OR 2023-01-26T16:49:59.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: CURRENT file: CURRENT 2023-01-26T16:49:59.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: IDENTITY file: IDENTITY 2023-01-26T16:49:59.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-01-26T16:49:59.291 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-01-26T16:49:59.291 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 636 ; 2023-01-26T16:49:59.291 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.error_if_exists: 0 2023-01-26T16:49:59.291 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.create_if_missing: 0 2023-01-26T16:49:59.291 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.paranoid_checks: 1 2023-01-26T16:49:59.291 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-01-26T16:49:59.292 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.env: 0x556d71fa1860 2023-01-26T16:49:59.292 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.fs: Posix File System 2023-01-26T16:49:59.292 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.info_log: 0x556d73c25c20 2023-01-26T16:49:59.292 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_file_opening_threads: 16 2023-01-26T16:49:59.292 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.statistics: (nil) 2023-01-26T16:49:59.293 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.use_fsync: 0 2023-01-26T16:49:59.293 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_log_file_size: 0 2023-01-26T16:49:59.293 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-01-26T16:49:59.293 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.log_file_time_to_roll: 0 2023-01-26T16:49:59.293 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.keep_log_file_num: 1000 2023-01-26T16:49:59.294 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.recycle_log_file_num: 0 2023-01-26T16:49:59.294 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.allow_fallocate: 1 2023-01-26T16:49:59.294 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.allow_mmap_reads: 0 2023-01-26T16:49:59.294 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.allow_mmap_writes: 0 2023-01-26T16:49:59.294 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.use_direct_reads: 0 2023-01-26T16:49:59.295 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-01-26T16:49:59.295 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.create_missing_column_families: 0 2023-01-26T16:49:59.295 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.db_log_dir: 2023-01-26T16:49:59.295 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-01-26T16:49:59.295 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.table_cache_numshardbits: 6 2023-01-26T16:49:59.296 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.WAL_ttl_seconds: 0 2023-01-26T16:49:59.296 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.WAL_size_limit_MB: 0 2023-01-26T16:49:59.296 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-01-26T16:49:59.296 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-01-26T16:49:59.296 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.is_fd_close_on_exec: 1 2023-01-26T16:49:59.297 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.advise_random_on_open: 1 2023-01-26T16:49:59.297 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.db_write_buffer_size: 0 2023-01-26T16:49:59.297 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.write_buffer_manager: 0x556d73cf2660 2023-01-26T16:49:59.297 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-01-26T16:49:59.297 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-01-26T16:49:59.298 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-01-26T16:49:59.298 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.use_adaptive_mutex: 0 2023-01-26T16:49:59.298 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.rate_limiter: (nil) 2023-01-26T16:49:59.298 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-01-26T16:49:59.298 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.wal_recovery_mode: 2 2023-01-26T16:49:59.299 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.enable_thread_tracking: 0 2023-01-26T16:49:59.299 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.enable_pipelined_write: 0 2023-01-26T16:49:59.299 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.unordered_write: 0 2023-01-26T16:49:59.299 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-01-26T16:49:59.299 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-01-26T16:49:59.300 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-01-26T16:49:59.300 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-01-26T16:49:59.300 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.row_cache: None 2023-01-26T16:49:59.300 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.wal_filter: None 2023-01-26T16:49:59.300 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-01-26T16:49:59.301 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.allow_ingest_behind: 0 2023-01-26T16:49:59.301 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.preserve_deletes: 0 2023-01-26T16:49:59.301 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.two_write_queues: 0 2023-01-26T16:49:59.301 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.manual_wal_flush: 0 2023-01-26T16:49:59.301 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.atomic_flush: 0 2023-01-26T16:49:59.302 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-01-26T16:49:59.302 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.persist_stats_to_disk: 0 2023-01-26T16:49:59.302 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.write_dbid_to_manifest: 0 2023-01-26T16:49:59.302 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.log_readahead_size: 0 2023-01-26T16:49:59.302 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-01-26T16:49:59.303 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.best_efforts_recovery: 0 2023-01-26T16:49:59.303 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-01-26T16:49:59.303 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-01-26T16:49:59.303 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.allow_data_in_errors: 0 2023-01-26T16:49:59.303 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.db_host_id: __hostname__ 2023-01-26T16:49:59.303 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_background_jobs: 2 2023-01-26T16:49:59.304 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_background_compactions: -1 2023-01-26T16:49:59.304 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_subcompactions: 1 2023-01-26T16:49:59.304 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-01-26T16:49:59.304 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-01-26T16:49:59.305 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.delayed_write_rate : 16777216 2023-01-26T16:49:59.305 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_total_wal_size: 0 2023-01-26T16:49:59.305 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-01-26T16:49:59.305 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.stats_dump_period_sec: 600 2023-01-26T16:49:59.305 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.stats_persist_period_sec: 600 2023-01-26T16:49:59.306 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-01-26T16:49:59.306 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_open_files: -1 2023-01-26T16:49:59.306 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bytes_per_sync: 0 2023-01-26T16:49:59.306 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.wal_bytes_per_sync: 0 2023-01-26T16:49:59.306 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.strict_bytes_per_sync: 0 2023-01-26T16:49:59.307 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_readahead_size: 0 2023-01-26T16:49:59.307 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_background_flushes: -1 2023-01-26T16:49:59.307 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Compression algorithms supported: 2023-01-26T16:49:59.307 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-01-26T16:49:59.307 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kZSTD supported: 0 2023-01-26T16:49:59.308 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kXpressCompression supported: 0 2023-01-26T16:49:59.308 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kLZ4HCCompression supported: 1 2023-01-26T16:49:59.308 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kZlibCompression supported: 1 2023-01-26T16:49:59.308 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kSnappyCompression supported: 1 2023-01-26T16:49:59.308 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kLZ4Compression supported: 1 2023-01-26T16:49:59.309 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: kBZip2Compression supported: 0 2023-01-26T16:49:59.309 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Fast CRC32 supported: Supported on x86 2023-01-26T16:49:59.309 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2023-01-26T16:49:59.309 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-01-26T16:49:59.309 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-01-26T16:49:59.310 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.merge_operator: 2023-01-26T16:49:59.310 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_filter: None 2023-01-26T16:49:59.310 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_filter_factory: None 2023-01-26T16:49:59.310 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.sst_partitioner_factory: None 2023-01-26T16:49:59.310 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.memtable_factory: SkipListFactory 2023-01-26T16:49:59.311 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.table_factory: BlockBasedTable 2023-01-26T16:49:59.311 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556d73bf19e0) 2023-01-26T16:49:59.311 INFO:journalctl@ceph.mon.c.smithi050.stdout: cache_index_and_filter_blocks: 1 2023-01-26T16:49:59.311 INFO:journalctl@ceph.mon.c.smithi050.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-01-26T16:49:59.311 INFO:journalctl@ceph.mon.c.smithi050.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-01-26T16:49:59.312 INFO:journalctl@ceph.mon.c.smithi050.stdout: pin_top_level_index_and_filter: 1 2023-01-26T16:49:59.312 INFO:journalctl@ceph.mon.c.smithi050.stdout: index_type: 0 2023-01-26T16:49:59.312 INFO:journalctl@ceph.mon.c.smithi050.stdout: data_block_index_type: 0 2023-01-26T16:49:59.312 INFO:journalctl@ceph.mon.c.smithi050.stdout: index_shortening: 1 2023-01-26T16:49:59.313 INFO:journalctl@ceph.mon.c.smithi050.stdout: data_block_hash_table_util_ratio: 0.750000 2023-01-26T16:49:59.313 INFO:journalctl@ceph.mon.c.smithi050.stdout: hash_index_allow_collision: 1 2023-01-26T16:49:59.313 INFO:journalctl@ceph.mon.c.smithi050.stdout: checksum: 1 2023-01-26T16:49:59.313 INFO:journalctl@ceph.mon.c.smithi050.stdout: no_block_cache: 0 2023-01-26T16:49:59.313 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_cache: 0x556d73c5c170 2023-01-26T16:49:59.314 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_cache_name: BinnedLRUCache 2023-01-26T16:49:59.314 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_cache_options: 2023-01-26T16:49:59.314 INFO:journalctl@ceph.mon.c.smithi050.stdout: capacity : 536870912 2023-01-26T16:49:59.314 INFO:journalctl@ceph.mon.c.smithi050.stdout: num_shard_bits : 4 2023-01-26T16:49:59.314 INFO:journalctl@ceph.mon.c.smithi050.stdout: strict_capacity_limit : 0 2023-01-26T16:49:59.315 INFO:journalctl@ceph.mon.c.smithi050.stdout: high_pri_pool_ratio: 0.000 2023-01-26T16:49:59.315 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_cache_compressed: (nil) 2023-01-26T16:49:59.315 INFO:journalctl@ceph.mon.c.smithi050.stdout: persistent_cache: (nil) 2023-01-26T16:49:59.315 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_size: 4096 2023-01-26T16:49:59.316 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_size_deviation: 10 2023-01-26T16:49:59.316 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_restart_interval: 16 2023-01-26T16:49:59.316 INFO:journalctl@ceph.mon.c.smithi050.stdout: index_block_restart_interval: 1 2023-01-26T16:49:59.316 INFO:journalctl@ceph.mon.c.smithi050.stdout: metadata_block_size: 4096 2023-01-26T16:49:59.316 INFO:journalctl@ceph.mon.c.smithi050.stdout: partition_filters: 0 2023-01-26T16:49:59.317 INFO:journalctl@ceph.mon.c.smithi050.stdout: use_delta_encoding: 1 2023-01-26T16:49:59.317 INFO:journalctl@ceph.mon.c.smithi050.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-01-26T16:49:59.317 INFO:journalctl@ceph.mon.c.smithi050.stdout: whole_key_filtering: 1 2023-01-26T16:49:59.317 INFO:journalctl@ceph.mon.c.smithi050.stdout: verify_compression: 0 2023-01-26T16:49:59.317 INFO:journalctl@ceph.mon.c.smithi050.stdout: read_amp_bytes_per_bit: 0 2023-01-26T16:49:59.318 INFO:journalctl@ceph.mon.c.smithi050.stdout: format_version: 4 2023-01-26T16:49:59.318 INFO:journalctl@ceph.mon.c.smithi050.stdout: enable_index_compression: 1 2023-01-26T16:49:59.318 INFO:journalctl@ceph.mon.c.smithi050.stdout: block_align: 0 2023-01-26T16:49:59.318 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.write_buffer_size: 33554432 2023-01-26T16:49:59.318 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_write_buffer_number: 2 2023-01-26T16:49:59.318 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression: NoCompression 2023-01-26T16:49:59.319 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression: Disabled 2023-01-26T16:49:59.319 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.prefix_extractor: nullptr 2023-01-26T16:49:59.319 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-01-26T16:49:59.319 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.num_levels: 7 2023-01-26T16:49:59.319 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-01-26T16:49:59.320 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-01-26T16:49:59.320 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-01-26T16:49:59.320 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-01-26T16:49:59.320 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-01-26T16:49:59.320 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-01-26T16:49:59.321 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-01-26T16:49:59.321 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-01-26T16:49:59.321 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-01-26T16:49:59.321 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-01-26T16:49:59.321 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression_opts.window_bits: -14 2023-01-26T16:49:59.322 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression_opts.level: 32767 2023-01-26T16:49:59.322 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression_opts.strategy: 0 2023-01-26T16:49:59.322 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-01-26T16:49:59.322 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-01-26T16:49:59.322 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-01-26T16:49:59.323 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compression_opts.enabled: false 2023-01-26T16:49:59.323 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-01-26T16:49:59.323 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-01-26T16:49:59.323 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-01-26T16:49:59.323 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.target_file_size_base: 67108864 2023-01-26T16:49:59.324 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.target_file_size_multiplier: 1 2023-01-26T16:49:59.324 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-01-26T16:49:59.324 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-01-26T16:49:59.324 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-01-26T16:49:59.325 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-01-26T16:49:59.325 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-01-26T16:49:59.325 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-01-26T16:49:59.325 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-01-26T16:49:59.325 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-01-26T16:49:59.326 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-01-26T16:49:59.326 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-01-26T16:49:59.326 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-01-26T16:49:59.326 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-01-26T16:49:59.326 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.arena_block_size: 4194304 2023-01-26T16:49:59.327 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-01-26T16:49:59.327 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-01-26T16:49:59.327 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-01-26T16:49:59.327 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.disable_auto_compactions: 0 2023-01-26T16:49:59.327 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-01-26T16:49:59.327 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-01-26T16:49:59.328 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-01-26T16:49:59.328 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-01-26T16:49:59.328 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-01-26T16:49:59.328 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-01-26T16:49:59.328 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-01-26T16:49:59.329 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-01-26T16:49:59.329 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-01-26T16:49:59.329 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-01-26T16:49:59.329 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.table_properties_collectors: 2023-01-26T16:49:59.329 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.inplace_update_support: 0 2023-01-26T16:49:59.329 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.inplace_update_num_locks: 10000 2023-01-26T16:49:59.330 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-01-26T16:49:59.330 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-01-26T16:49:59.330 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.memtable_huge_page_size: 0 2023-01-26T16:49:59.330 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.bloom_locality: 0 2023-01-26T16:49:59.330 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.max_successive_merges: 0 2023-01-26T16:49:59.331 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.optimize_filters_for_hits: 0 2023-01-26T16:49:59.331 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.paranoid_file_checks: 0 2023-01-26T16:49:59.331 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.force_consistency_checks: 1 2023-01-26T16:49:59.331 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.report_bg_io_stats: 0 2023-01-26T16:49:59.331 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.ttl: 2592000 2023-01-26T16:49:59.332 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.periodic_compaction_seconds: 0 2023-01-26T16:49:59.332 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.enable_blob_files: false 2023-01-26T16:49:59.332 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.min_blob_size: 0 2023-01-26T16:49:59.332 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.blob_file_size: 268435456 2023-01-26T16:49:59.332 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.blob_compression_type: NoCompression 2023-01-26T16:49:59.332 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.enable_blob_garbage_collection: false 2023-01-26T16:49:59.333 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-01-26T16:49:59.333 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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-01-26T16:49:59.333 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2023-01-26T16:49:59.333 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/version_set.cc:4082] Creating manifest 7 2023-01-26T16:49:59.334 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751798983435, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-01-26T16:49:59.334 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2023-01-26T16:49:59.334 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-01-26T16:49:59.335 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751798983717, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1670, "file_checksum": "", "file_checksum_func_name": "Unknown", "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_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1674751798, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "df0a4023-19c4-44a2-a9f9-3ef97a6e6acf", "db_session_id": "J33TIC5S7ZEJ5KHPJ5OR"}} 2023-01-26T16:49:59.335 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/version_set.cc:4082] Creating manifest 9 2023-01-26T16:49:59.335 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: EVENT_LOG_v1 {"time_micros": 1674751798984062, "job": 1, "event": "recovery_finished"} 2023-01-26T16:49:59.336 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-01-26T16:49:59.336 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 systemd[1]: Started Ceph mon.c for 2260b1a0-9d99-11ed-9e56-001a4aab830c. 2023-01-26T16:49:59.336 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x556d73c43180 2023-01-26T16:49:59.336 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: DB pointer 0x556d73c52000 2023-01-26T16:49:59.336 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-01-26T16:49:59.337 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-01-26T16:49:59.337 INFO:journalctl@ceph.mon.c.smithi050.stdout: ** DB Stats ** 2023-01-26T16:49:59.337 INFO:journalctl@ceph.mon.c.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:49:59.337 INFO:journalctl@ceph.mon.c.smithi050.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-01-26T16:49:59.337 INFO:journalctl@ceph.mon.c.smithi050.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-01-26T16:49:59.338 INFO:journalctl@ceph.mon.c.smithi050.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-26T16:49:59.338 INFO:journalctl@ceph.mon.c.smithi050.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-01-26T16:49:59.338 INFO:journalctl@ceph.mon.c.smithi050.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-01-26T16:49:59.338 INFO:journalctl@ceph.mon.c.smithi050.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-01-26T16:49:59.338 INFO:journalctl@ceph.mon.c.smithi050.stdout: 2023-01-26T16:49:59.339 INFO:journalctl@ceph.mon.c.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:59.339 INFO:journalctl@ceph.mon.c.smithi050.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 2023-01-26T16:49:59.339 INFO:journalctl@ceph.mon.c.smithi050.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:59.339 INFO:journalctl@ceph.mon.c.smithi050.stdout: L0 1/0 1.63 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.1 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:59.339 INFO:journalctl@ceph.mon.c.smithi050.stdout: Sum 1/0 1.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.1 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:59.340 INFO:journalctl@ceph.mon.c.smithi050.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 6.1 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:59.340 INFO:journalctl@ceph.mon.c.smithi050.stdout: 2023-01-26T16:49:59.340 INFO:journalctl@ceph.mon.c.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:59.340 INFO:journalctl@ceph.mon.c.smithi050.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 2023-01-26T16:49:59.340 INFO:journalctl@ceph.mon.c.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:59.341 INFO:journalctl@ceph.mon.c.smithi050.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 6.1 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:59.341 INFO:journalctl@ceph.mon.c.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:49:59.341 INFO:journalctl@ceph.mon.c.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:59.341 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:59.341 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-01-26T16:49:59.342 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-01-26T16:49:59.342 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2023-01-26T16:49:59.342 INFO:journalctl@ceph.mon.c.smithi050.stdout: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:59.342 INFO:journalctl@ceph.mon.c.smithi050.stdout: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:59.342 INFO:journalctl@ceph.mon.c.smithi050.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-01-26T16:49:59.343 INFO:journalctl@ceph.mon.c.smithi050.stdout: 2023-01-26T16:49:59.343 INFO:journalctl@ceph.mon.c.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2023-01-26T16:49:59.343 INFO:journalctl@ceph.mon.c.smithi050.stdout: 2023-01-26T16:49:59.343 INFO:journalctl@ceph.mon.c.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:59.343 INFO:journalctl@ceph.mon.c.smithi050.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 2023-01-26T16:49:59.344 INFO:journalctl@ceph.mon.c.smithi050.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:59.344 INFO:journalctl@ceph.mon.c.smithi050.stdout: L0 1/0 1.63 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.1 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:59.344 INFO:journalctl@ceph.mon.c.smithi050.stdout: Sum 1/0 1.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.1 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:59.344 INFO:journalctl@ceph.mon.c.smithi050.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-01-26T16:49:59.345 INFO:journalctl@ceph.mon.c.smithi050.stdout: 2023-01-26T16:49:59.345 INFO:journalctl@ceph.mon.c.smithi050.stdout: ** Compaction Stats [default] ** 2023-01-26T16:49:59.345 INFO:journalctl@ceph.mon.c.smithi050.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 2023-01-26T16:49:59.345 INFO:journalctl@ceph.mon.c.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-01-26T16:49:59.345 INFO:journalctl@ceph.mon.c.smithi050.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 6.1 0.00 0.00 1 0.000 0 0 2023-01-26T16:49:59.346 INFO:journalctl@ceph.mon.c.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-01-26T16:49:59.346 INFO:journalctl@ceph.mon.c.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:59.346 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-01-26T16:49:59.346 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-01-26T16:49:59.346 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-01-26T16:49:59.347 INFO:journalctl@ceph.mon.c.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2023-01-26T16:49:59.347 INFO:journalctl@ceph.mon.c.smithi050.stdout: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:59.347 INFO:journalctl@ceph.mon.c.smithi050.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-01-26T16:49:59.347 INFO:journalctl@ceph.mon.c.smithi050.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-01-26T16:49:59.347 INFO:journalctl@ceph.mon.c.smithi050.stdout: 2023-01-26T16:49:59.348 INFO:journalctl@ceph.mon.c.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2023-01-26T16:49:59.348 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-01-26T16:49:59.348 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: using public_addrv [v2:172.21.15.50:3301/0,v1:172.21.15.50:6790/0] 2023-01-26T16:49:59.348 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: starting mon.c rank -1 at public addrs [v2:172.21.15.50:3301/0,v1:172.21.15.50:6790/0] at bind addrs [v2:172.21.15.50:3301/0,v1:172.21.15.50:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:49:59.348 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(???) e0 preinit fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:49:59.349 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).mds e1 new map 2023-01-26T16:49:59.349 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).mds e1 print_map 2023-01-26T16:49:59.349 INFO:journalctl@ceph.mon.c.smithi050.stdout: e1 2023-01-26T16:49:59.349 INFO:journalctl@ceph.mon.c.smithi050.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-01-26T16:49:59.349 INFO:journalctl@ceph.mon.c.smithi050.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} 2023-01-26T16:49:59.350 INFO:journalctl@ceph.mon.c.smithi050.stdout: legacy client fscid: -1 2023-01-26T16:49:59.350 INFO:journalctl@ceph.mon.c.smithi050.stdout: 2023-01-26T16:49:59.350 INFO:journalctl@ceph.mon.c.smithi050.stdout: No filesystems configured 2023-01-26T16:49:59.350 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-01-26T16:49:59.350 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: 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-01-26T16:49:59.351 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-01-26T16:49:59.351 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-01-26T16:49:59.351 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-01-26T16:49:59.351 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-01-26T16:49:59.352 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-01-26T16:49:59.352 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:49:59.352 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:49:59.352 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-01-26T16:49:59.352 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:59.353 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:59.353 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:49:59.353 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:59.353 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:49:59.353 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi050:172.21.15.50=a;smithi050:[v2:172.21.15.50:3301,v1:172.21.15.50:6790]=c;smithi077:172.21.15.77=b", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:49:59.354 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi050:[v2:172.21.15.50:3301,v1:172.21.15.50:6790]=c;smithi077:172.21.15.77=b;count:3 2023-01-26T16:49:59.354 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: Updating smithi077:/etc/ceph/ceph.conf 2023-01-26T16:49:59.354 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:49:59.354 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2023-01-26T16:49:59.355 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:59.355 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.client.admin.keyring 2023-01-26T16:49:59.355 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:59.355 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:59.355 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:59.356 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:49:59.356 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:59.356 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: Deploying daemon mon.b on smithi077 2023-01-26T16:49:59.356 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='client.? 172.21.15.77:0/2192370221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:49:59.356 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:59.357 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:49:59.357 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.a calling monitor election 2023-01-26T16:49:59.357 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:59.357 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:59.358 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:59.358 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:59.358 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: mon.b calling monitor election 2023-01-26T16:49:59.358 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:59.358 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:59.359 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:59.359 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:59.359 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-01-26T16:49:59.359 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: monmap e2: 2 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],b=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0]} 2023-01-26T16:49:59.359 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: fsmap 2023-01-26T16:49:59.360 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: osdmap e4: 0 total, 0 up, 0 in 2023-01-26T16:49:59.360 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: mgrmap e13: y(active, since 39s) 2023-01-26T16:49:59.360 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: overall HEALTH_OK 2023-01-26T16:49:59.360 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:59.361 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:49:59.361 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:49:59.361 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:49:59.361 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: Deploying daemon mon.c on smithi050 2023-01-26T16:49:59.361 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:49:59.362 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: from='client.? 172.21.15.77:0/3051564146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:49:59.362 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:49:59.362 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-01-26T16:49:59.362 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:49:59 smithi050 ceph-mon[104907]: mon.c@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-01-26T16:50:04.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:50:04.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: mon.a calling monitor election 2023-01-26T16:50:04.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:50:04.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: mon.b calling monitor election 2023-01-26T16:50:04.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:04.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: mon.c calling monitor election 2023-01-26T16:50:04.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:04.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.526 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.526 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-01-26T16:50:04.526 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: monmap e3: 3 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],b=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0],c=[v2:172.21.15.50:3301/0,v1:172.21.15.50:6790/0]} 2023-01-26T16:50:04.526 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: fsmap 2023-01-26T16:50:04.527 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: osdmap e4: 0 total, 0 up, 0 in 2023-01-26T16:50:04.527 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: mgrmap e13: y(active, since 48s) 2023-01-26T16:50:04.527 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: overall HEALTH_OK 2023-01-26T16:50:04.528 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:04.528 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:04.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:50:04.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: mon.a calling monitor election 2023-01-26T16:50:04.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:50:04.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: mon.b calling monitor election 2023-01-26T16:50:04.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:04.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: mon.c calling monitor election 2023-01-26T16:50:04.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:04.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-01-26T16:50:04.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: monmap e3: 3 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],b=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0],c=[v2:172.21.15.50:3301/0,v1:172.21.15.50:6790/0]} 2023-01-26T16:50:04.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: fsmap 2023-01-26T16:50:04.541 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: osdmap e4: 0 total, 0 up, 0 in 2023-01-26T16:50:04.541 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: mgrmap e13: y(active, since 48s) 2023-01-26T16:50:04.541 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: overall HEALTH_OK 2023-01-26T16:50:04.541 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:04.542 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:04.542 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:50:04.542 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: mon.a calling monitor election 2023-01-26T16:50:04.542 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:50:04.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: mon.b calling monitor election 2023-01-26T16:50:04.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:04.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: mon.c calling monitor election 2023-01-26T16:50:04.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:04.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:04.545 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-01-26T16:50:04.545 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: monmap e3: 3 mons at {a=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0],b=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0],c=[v2:172.21.15.50:3301/0,v1:172.21.15.50:6790/0]} 2023-01-26T16:50:04.545 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: fsmap 2023-01-26T16:50:04.545 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: osdmap e4: 0 total, 0 up, 0 in 2023-01-26T16:50:04.545 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: mgrmap e13: y(active, since 48s) 2023-01-26T16:50:04.546 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: overall HEALTH_OK 2023-01-26T16:50:04.546 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:04.546 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:04.787 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-01-26T16:50:04.787 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":3,"fsid":"2260b1a0-9d99-11ed-9e56-001a4aab830c","modified":"2023-01-26T16:49:59.004313Z","created":"2023-01-26T16:48:18.402096Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3301","nonce":0},{"type":"v1","addr":"172.21.15.50:6790","nonce":0}]},"addr":"172.21.15.50:6790/0","public_addr":"172.21.15.50:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-01-26T16:50:04.789 INFO:teuthology.orchestra.run.smithi077.stderr:dumped monmap epoch 3 2023-01-26T16:50:05.382 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[104907]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:05.382 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:05.382 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:05.382 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:05.383 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[104907]: from='client.? 172.21.15.77:0/3991874331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:50:05.383 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:05.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[92621]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:05.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:05.384 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:05.384 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:05.384 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[92621]: from='client.? 172.21.15.77:0/3991874331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:50:05.384 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:05.499 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:05 smithi077 ceph-mon[94855]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:05.499 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:05.499 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:05.499 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:05.500 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:05 smithi077 ceph-mon[94855]: from='client.? 172.21.15.77:0/3991874331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-01-26T16:50:05.500 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:50:05.501 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-01-26T16:50:05.501 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph config generate-minimal-conf 2023-01-26T16:50:05.870 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:50:06.407 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.407 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.407 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: Updating smithi050:/etc/ceph/ceph.conf 2023-01-26T16:50:06.407 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.408 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.408 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: Updating smithi077:/etc/ceph/ceph.conf 2023-01-26T16:50:06.408 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: Updating smithi050:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:50:06.408 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.408 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.409 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.409 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.409 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.409 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:06.409 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:06.410 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:06.410 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.410 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.410 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: Updating smithi050:/etc/ceph/ceph.conf 2023-01-26T16:50:06.411 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.411 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.411 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: Updating smithi077:/etc/ceph/ceph.conf 2023-01-26T16:50:06.411 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: Updating smithi050:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:50:06.412 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.412 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.412 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.412 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.412 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.412 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:06.413 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:06.413 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:06.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: Updating smithi050:/etc/ceph/ceph.conf 2023-01-26T16:50:06.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: Updating smithi077:/etc/ceph/ceph.conf 2023-01-26T16:50:06.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: Updating smithi050:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:50:06.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:06.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:06.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:06.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[92621]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:50:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[92621]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[92621]: Reconfiguring mon.a (unknown last config time)... 2023-01-26T16:50:07.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[92621]: Reconfiguring daemon mon.a on smithi050 2023-01-26T16:50:07.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:07.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[104907]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:50:07.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[104907]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:07.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[104907]: Reconfiguring mon.a (unknown last config time)... 2023-01-26T16:50:07.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[104907]: Reconfiguring daemon mon.a on smithi050 2023-01-26T16:50:07.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:07 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:07.622 INFO:teuthology.orchestra.run.smithi050.stdout:# minimal ceph.conf for 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:50:07.622 INFO:teuthology.orchestra.run.smithi050.stdout:[global] 2023-01-26T16:50:07.622 INFO:teuthology.orchestra.run.smithi050.stdout: fsid = 2260b1a0-9d99-11ed-9e56-001a4aab830c 2023-01-26T16:50:07.622 INFO:teuthology.orchestra.run.smithi050.stdout: mon_host = [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] [v2:172.21.15.50:3301/0,v1:172.21.15.50:6790/0] 2023-01-26T16:50:07.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:07 smithi077 ceph-mon[94855]: Updating smithi077:/var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/config/ceph.conf 2023-01-26T16:50:07.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:07 smithi077 ceph-mon[94855]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:07.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:07 smithi077 ceph-mon[94855]: Reconfiguring mon.a (unknown last config time)... 2023-01-26T16:50:07.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:07 smithi077 ceph-mon[94855]: Reconfiguring daemon mon.a on smithi050 2023-01-26T16:50:07.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:07 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:08.365 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:08 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/4224081650' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:08.365 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:08 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/4224081650' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:08.507 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-01-26T16:50:08.508 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:50:08.508 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.conf 2023-01-26T16:50:08.536 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:50:08.536 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-26T16:50:08.604 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:50:08.605 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2023-01-26T16:50:08.634 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:08 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/4224081650' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:08.638 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:50:08.639 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-01-26T16:50:08.709 INFO:tasks.cephadm:Adding mgr.y on smithi050 2023-01-26T16:50:08.709 INFO:tasks.cephadm:Adding mgr.x on smithi077 2023-01-26T16:50:08.709 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch apply mgr '2;smithi050=y;smithi077=x' 2023-01-26T16:50:09.083 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.b/config 2023-01-26T16:50:09.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:09.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:09.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:09.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: Reconfiguring mon.c (monmap changed)... 2023-01-26T16:50:09.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:09.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:09.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:09.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:09 smithi077 ceph-mon[94855]: Reconfiguring daemon mon.c on smithi050 2023-01-26T16:50:09.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:09.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:09.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:09.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: Reconfiguring mon.c (monmap changed)... 2023-01-26T16:50:09.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:09.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:09.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:09.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[92621]: Reconfiguring daemon mon.c on smithi050 2023-01-26T16:50:09.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:09.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:09.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:09.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: Reconfiguring mon.c (monmap changed)... 2023-01-26T16:50:09.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:09.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:09.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:09.541 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:09 smithi050 ceph-mon[104907]: Reconfiguring daemon mon.c on smithi050 2023-01-26T16:50:10.769 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled mgr update... 2023-01-26T16:50:11.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:11.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: Reconfiguring mon.b (monmap changed)... 2023-01-26T16:50:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: Reconfiguring daemon mon.b on smithi077 2023-01-26T16:50:11.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:10 smithi077 ceph-mon[94855]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: Reconfiguring mon.b (monmap changed)... 2023-01-26T16:50:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:11.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:11.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: Reconfiguring daemon mon.b on smithi077 2023-01-26T16:50:11.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[92621]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:11.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:11.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:11.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: Reconfiguring mon.b (monmap changed)... 2023-01-26T16:50:11.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-01-26T16:50:11.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-01-26T16:50:11.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:11.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: Reconfiguring daemon mon.b on smithi077 2023-01-26T16:50:11.040 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:10 smithi050 ceph-mon[104907]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:11.469 DEBUG:teuthology.orchestra.run.smithi077:mgr.x> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@mgr.x.service 2023-01-26T16:50:11.471 INFO:tasks.cephadm:Deploying OSDs... 2023-01-26T16:50:11.472 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-01-26T16:50:11.472 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2023-01-26T16:50:11.495 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-01-26T16:50:11.495 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_1 2023-01-26T16:50:11.499 INFO:journalctl@ceph.mgr.x.smithi077.stdout:-- Logs begin at Thu 2023-01-26 16:34:45 UTC. -- 2023-01-26T16:50:11.556 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-01-26T16:50:11.556 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:11.556 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 351831 Links: 1 2023-01-26T16:50:11.557 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:11.557 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:11.557 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-01-26 16:49:58.416571073 +0000 2023-01-26T16:50:11.557 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-01-26 16:41:52.157985188 +0000 2023-01-26T16:50:11.557 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-01-26 16:41:52.157985188 +0000 2023-01-26T16:50:11.558 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-01-26T16:50:11.558 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-01-26T16:50:11.629 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-01-26T16:50:11.629 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-01-26T16:50:11.629 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000131617 s, 3.9 MB/s 2023-01-26T16:50:11.630 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-01-26T16:50:11.692 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_2 2023-01-26T16:50:11.753 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-01-26T16:50:11.753 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:11.753 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 351948 Links: 1 2023-01-26T16:50:11.753 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:11.754 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:11.754 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-01-26 16:49:58.416571073 +0000 2023-01-26T16:50:11.754 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-01-26 16:41:52.686971769 +0000 2023-01-26T16:50:11.754 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-01-26 16:41:52.686971769 +0000 2023-01-26T16:50:11.754 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-01-26T16:50:11.755 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-01-26T16:50:11.823 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-01-26T16:50:11.824 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-01-26T16:50:11.824 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000128156 s, 4.0 MB/s 2023-01-26T16:50:11.825 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-01-26T16:50:11.885 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_3 2023-01-26T16:50:11.944 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-01-26T16:50:11.944 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:11.944 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 356497 Links: 1 2023-01-26T16:50:11.944 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:11.945 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:11.945 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-01-26 16:49:58.416571073 +0000 2023-01-26T16:50:11.945 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-01-26 16:41:53.243957640 +0000 2023-01-26T16:50:11.945 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-01-26 16:41:53.243957640 +0000 2023-01-26T16:50:11.946 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-01-26T16:50:11.946 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-01-26T16:50:12.010 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi050=y;smithi077=x", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:12.010 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: Saving service mgr spec with placement smithi050=y;smithi077=x;count:2 2023-01-26T16:50:12.010 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.011 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.011 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.011 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:12.011 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:12.012 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:12.012 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.012 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-26T16:50:12.012 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-01-26T16:50:12.013 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-26T16:50:12.013 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:12.013 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[92621]: Deploying daemon mgr.x on smithi077 2023-01-26T16:50:12.013 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi050=y;smithi077=x", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:12.014 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: Saving service mgr spec with placement smithi050=y;smithi077=x;count:2 2023-01-26T16:50:12.014 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.014 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.014 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.014 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:12.015 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:12.015 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:12.015 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.015 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-26T16:50:12.015 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-01-26T16:50:12.016 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-26T16:50:12.016 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:12.016 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:11 smithi050 ceph-mon[104907]: Deploying daemon mgr.x on smithi077 2023-01-26T16:50:12.017 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-01-26T16:50:12.017 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-01-26T16:50:12.017 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000105733 s, 4.8 MB/s 2023-01-26T16:50:12.018 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-01-26T16:50:12.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi050=y;smithi077=x", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:12.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: Saving service mgr spec with placement smithi050=y;smithi077=x;count:2 2023-01-26T16:50:12.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:12.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:12.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:12.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:12.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-26T16:50:12.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-01-26T16:50:12.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-26T16:50:12.025 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:12.025 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:11 smithi077 ceph-mon[94855]: Deploying daemon mgr.x on smithi077 2023-01-26T16:50:12.076 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_4 2023-01-26T16:50:12.134 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-01-26T16:50:12.134 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:12.135 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 358990 Links: 1 2023-01-26T16:50:12.135 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:12.135 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:12.135 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-01-26 16:49:58.416571073 +0000 2023-01-26T16:50:12.135 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-01-26 16:41:53.777944094 +0000 2023-01-26T16:50:12.136 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-01-26 16:41:53.777944094 +0000 2023-01-26T16:50:12.136 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-01-26T16:50:12.136 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-01-26T16:50:12.201 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-01-26T16:50:12.201 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-01-26T16:50:12.201 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000119257 s, 4.3 MB/s 2023-01-26T16:50:12.202 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-01-26T16:50:12.261 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-01-26T16:50:12.261 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2023-01-26T16:50:12.279 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-01-26T16:50:12.279 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2023-01-26T16:50:12.336 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-01-26T16:50:12.336 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:12.337 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 344901 Links: 1 2023-01-26T16:50:12.337 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:12.337 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:12.337 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-01-26 16:49:50.144566999 +0000 2023-01-26T16:50:12.337 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-01-26 16:41:32.093757996 +0000 2023-01-26T16:50:12.337 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-01-26 16:41:32.093757996 +0000 2023-01-26T16:50:12.338 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-01-26T16:50:12.338 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-01-26T16:50:12.403 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-01-26T16:50:12.404 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-01-26T16:50:12.404 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000258333 s, 2.0 MB/s 2023-01-26T16:50:12.405 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-01-26T16:50:12.464 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2023-01-26T16:50:12.525 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-01-26T16:50:12.525 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:12.526 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 353100 Links: 1 2023-01-26T16:50:12.526 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:12.526 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:12.526 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-01-26 16:50:12.517087588 +0000 2023-01-26T16:50:12.526 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-01-26 16:41:32.589747120 +0000 2023-01-26T16:50:12.527 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-01-26 16:41:32.589747120 +0000 2023-01-26T16:50:12.527 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-01-26T16:50:12.527 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-01-26T16:50:12.594 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-01-26T16:50:12.595 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-01-26T16:50:12.595 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000206203 s, 2.5 MB/s 2023-01-26T16:50:12.596 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-01-26T16:50:12.653 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2023-01-26T16:50:12.694 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:12 smithi077 systemd[1]: Starting Ceph mgr.x for 2260b1a0-9d99-11ed-9e56-001a4aab830c... 2023-01-26T16:50:12.712 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-01-26T16:50:12.712 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:12.713 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 345001 Links: 1 2023-01-26T16:50:12.713 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:12.713 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:12.713 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-01-26 16:50:12.643084886 +0000 2023-01-26T16:50:12.713 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-01-26 16:41:33.073736506 +0000 2023-01-26T16:50:12.713 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-01-26 16:41:33.073736506 +0000 2023-01-26T16:50:12.714 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-01-26T16:50:12.714 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-01-26T16:50:12.783 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-01-26T16:50:12.783 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-01-26T16:50:12.784 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000251876 s, 2.0 MB/s 2023-01-26T16:50:12.785 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-01-26T16:50:12.844 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2023-01-26T16:50:12.901 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-01-26T16:50:12.901 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-01-26T16:50:12.901 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 6h/6d Inode: 354751 Links: 1 2023-01-26T16:50:12.901 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-01-26T16:50:12.901 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2023-01-26T16:50:12.902 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2023-01-26 16:50:12.643084886 +0000 2023-01-26T16:50:12.902 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2023-01-26 16:41:33.562725784 +0000 2023-01-26T16:50:12.902 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2023-01-26 16:41:33.562725784 +0000 2023-01-26T16:50:12.902 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2023-01-26T16:50:12.903 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-01-26T16:50:12.964 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:12 smithi077 ceph-mon[94855]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:12.966 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2023-01-26T16:50:12.967 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2023-01-26T16:50:12.967 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000187393 s, 2.7 MB/s 2023-01-26T16:50:12.968 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-01-26T16:50:13.025 INFO:tasks.cephadm:Deploying osd.0 on smithi050 with /dev/vg_nvme/lv_4... 2023-01-26T16:50:13.026 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-01-26T16:50:13.036 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:12 smithi050 ceph-mon[92621]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:13.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:12 smithi050 ceph-mon[104907]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:13.386 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:50:13.522 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 ceph-mgr[97885]: -- 172.21.15.77:0/4079492637 <== mon.1 v2:172.21.15.77:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b00e3e6340 con 0x55b00e3bf000 2023-01-26T16:50:13.522 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 bash[97776]: 8e265024961897a51dd779eb7f8b751e79f8bdd9f5224103f213e9cd8057dc67 2023-01-26T16:50:13.522 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 systemd[1]: Started Ceph mgr.x for 2260b1a0-9d99-11ed-9e56-001a4aab830c. 2023-01-26T16:50:13.522 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 conmon[97860]: 2023-01-26T16:50:13.402+0000 7f6608a54000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-01-26T16:50:13.523 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 conmon[97860]: 2023-01-26T16:50:13.484+0000 7f6608a54000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-01-26T16:50:13.772 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 conmon[97860]: 2023-01-26T16:50:13.581+0000 7f6608a54000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-01-26T16:50:13.772 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 conmon[97860]: 2023-01-26T16:50:13.678+0000 7f6608a54000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-01-26T16:50:14.234 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:13 smithi077 conmon[97860]: 2023-01-26T16:50:13.883+0000 7f6608a54000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-01-26T16:50:14.491 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:14 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:14.491 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:14 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:14.491 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:14 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:14.492 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:14 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:14.492 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:14 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:14.492 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:14 smithi077 conmon[97860]: 2023-01-26T16:50:14.233+0000 7f6608a54000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-01-26T16:50:14.492 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:14 smithi077 conmon[97860]: 2023-01-26T16:50:14.323+0000 7f6608a54000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-01-26T16:50:14.493 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:14 smithi077 conmon[97860]: 2023-01-26T16:50:14.462+0000 7f6608a54000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-01-26T16:50:14.637 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:14.637 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:14.637 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:14.638 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:14.638 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:14.638 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:14.638 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:14.639 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:14.639 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:14.639 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:14 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:14.772 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:14 smithi077 conmon[97860]: 2023-01-26T16:50:14.559+0000 7f6608a54000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-01-26T16:50:15.190 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-01-26T16:50:15.190 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-01-26T16:50:15.190 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-01-26T16:50:15.191 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-01-26T16:50:15.191 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00804298 s, 1.3 GB/s 2023-01-26T16:50:15.191 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-01-26T16:50:15.272 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:14 smithi077 conmon[97860]: 2023-01-26T16:50:14.974+0000 7f6608a54000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-01-26T16:50:15.701 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:15 smithi077 conmon[97860]: 2023-01-26T16:50:15.533+0000 7f6608a54000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-01-26T16:50:15.702 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:15.702 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.702 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.702 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.703 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: Reconfiguring mgr.y (unknown last config time)... 2023-01-26T16:50:15.703 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-26T16:50:15.703 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-26T16:50:15.703 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:15.703 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:15 smithi077 ceph-mon[94855]: Reconfiguring daemon mgr.y on smithi050 2023-01-26T16:50:15.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:15.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: Reconfiguring mgr.y (unknown last config time)... 2023-01-26T16:50:15.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-26T16:50:15.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-26T16:50:15.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:15.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[104907]: Reconfiguring daemon mgr.y on smithi050 2023-01-26T16:50:15.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:15.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:15.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: Reconfiguring mgr.y (unknown last config time)... 2023-01-26T16:50:15.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-01-26T16:50:15.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-01-26T16:50:15.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:15.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:15 smithi050 ceph-mon[92621]: Reconfiguring daemon mgr.y on smithi050 2023-01-26T16:50:16.022 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:15 smithi077 conmon[97860]: 2023-01-26T16:50:15.700+0000 7f6608a54000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-01-26T16:50:16.133 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch daemon add osd smithi050:vg_nvme/lv_4 2023-01-26T16:50:16.530 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:50:16.531 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:16 smithi077 conmon[97860]: 2023-01-26T16:50:16.442+0000 7f6608a54000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:50:16.872 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:16 smithi077 conmon[97860]: 2023-01-26T16:50:16.529+0000 7f6608a54000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-01-26T16:50:16.873 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:16 smithi077 conmon[97860]: 2023-01-26T16:50:16.691+0000 7f6608a54000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-01-26T16:50:17.199 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:16 smithi077 conmon[97860]: 2023-01-26T16:50:16.870+0000 7f6608a54000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-01-26T16:50:17.200 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:17 smithi077 conmon[97860]: 2023-01-26T16:50:17.013+0000 7f6608a54000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-01-26T16:50:17.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:17.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:17.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:17.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:17.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:50:17.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:50:17.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:17.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:17.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:17.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:17.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:50:17.290 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:50:17.291 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.522 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:17 smithi077 conmon[97860]: 2023-01-26T16:50:17.400+0000 7f6608a54000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-01-26T16:50:17.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:17.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:17.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:17.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:17.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:17.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:50:17.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:50:17.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:18.204 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:17 smithi077 conmon[97860]: 2023-01-26T16:50:17.916+0000 7f6608a54000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-01-26T16:50:18.512 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:18 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:50:18.512 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:18 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:50:18.512 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:18 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:18.513 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:18 smithi077 conmon[97860]: 2023-01-26T16:50:18.218+0000 7f6608a54000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-01-26T16:50:18.513 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:18 smithi077 conmon[97860]: 2023-01-26T16:50:18.399+0000 7f6608a54000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-01-26T16:50:18.536 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:18 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:50:18.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:18 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:50:18.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:18 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:18.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:18 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:50:18.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:18 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:50:18.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:18 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:18.772 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:18 smithi077 conmon[97860]: 2023-01-26T16:50:18.509+0000 7f6608a54000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-01-26T16:50:18.772 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:18 smithi077 conmon[97860]: 2023-01-26T16:50:18.713+0000 7f6608a54000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-01-26T16:50:19.467 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:19 smithi050 ceph-mon[92621]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:19.468 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:19 smithi050 ceph-mon[92621]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:19.468 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:19 smithi050 ceph-mon[104907]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:19.468 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:19 smithi050 ceph-mon[104907]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:19.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:19 smithi077 ceph-mon[94855]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:19.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:19 smithi077 ceph-mon[94855]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:19.523 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Jan 26 16:50:19 smithi077 conmon[97860]: 2023-01-26T16:50:19.331+0000 7f6608a54000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-01-26T16:50:20.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:20 smithi077 ceph-mon[94855]: Standby manager daemon x started 2023-01-26T16:50:20.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:20 smithi077 ceph-mon[94855]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-01-26T16:50:20.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:20 smithi077 ceph-mon[94855]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-01-26T16:50:20.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:20 smithi077 ceph-mon[94855]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-01-26T16:50:20.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:20 smithi077 ceph-mon[94855]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-01-26T16:50:20.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[92621]: Standby manager daemon x started 2023-01-26T16:50:20.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[92621]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-01-26T16:50:20.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[92621]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-01-26T16:50:20.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[92621]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-01-26T16:50:20.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[92621]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-01-26T16:50:20.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[104907]: Standby manager daemon x started 2023-01-26T16:50:20.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[104907]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-01-26T16:50:20.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[104907]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-01-26T16:50:20.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[104907]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-01-26T16:50:20.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:20 smithi050 ceph-mon[104907]: from='mgr.? 172.21.15.77:0/227278433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-01-26T16:50:21.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: mgrmap e14: y(active, since 64s), standbys: x 2023-01-26T16:50:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-01-26T16:50:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/2333188401' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfc6905a-b0ac-4d63-9842-116b9ba735fb"}]: dispatch 2023-01-26T16:50:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/2333188401' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfc6905a-b0ac-4d63-9842-116b9ba735fb"}]': finished 2023-01-26T16:50:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: osdmap e5: 1 total, 0 up, 1 in 2023-01-26T16:50:21.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:21.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:21 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/3608033203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:50:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: mgrmap e14: y(active, since 64s), standbys: x 2023-01-26T16:50:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-01-26T16:50:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2333188401' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfc6905a-b0ac-4d63-9842-116b9ba735fb"}]: dispatch 2023-01-26T16:50:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2333188401' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfc6905a-b0ac-4d63-9842-116b9ba735fb"}]': finished 2023-01-26T16:50:21.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: osdmap e5: 1 total, 0 up, 1 in 2023-01-26T16:50:21.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:21.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/3608033203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:50:21.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: mgrmap e14: y(active, since 64s), standbys: x 2023-01-26T16:50:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-01-26T16:50:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/2333188401' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfc6905a-b0ac-4d63-9842-116b9ba735fb"}]: dispatch 2023-01-26T16:50:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/2333188401' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfc6905a-b0ac-4d63-9842-116b9ba735fb"}]': finished 2023-01-26T16:50:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: osdmap e5: 1 total, 0 up, 1 in 2023-01-26T16:50:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:21 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/3608033203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:50:23.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:23 smithi077 ceph-mon[94855]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:23.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:23 smithi050 ceph-mon[92621]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:23.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:23 smithi050 ceph-mon[104907]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:25.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:25 smithi077 ceph-mon[94855]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:25.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:25 smithi050 ceph-mon[92621]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:25.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:25 smithi050 ceph-mon[104907]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:27.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:27 smithi077 ceph-mon[94855]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:27.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:27 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-01-26T16:50:27.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:27 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:27.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:27 smithi050 ceph-mon[92621]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:27.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:27 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-01-26T16:50:27.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:27 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:27.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:27 smithi050 ceph-mon[104907]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:27.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:27 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-01-26T16:50:27.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:27 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:28.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:28 smithi050 ceph-mon[92621]: Deploying daemon osd.0 on smithi050 2023-01-26T16:50:28.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:28 smithi050 ceph-mon[104907]: Deploying daemon osd.0 on smithi050 2023-01-26T16:50:28.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:28 smithi077 ceph-mon[94855]: Deploying daemon osd.0 on smithi050 2023-01-26T16:50:29.415 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:29 smithi050 ceph-mon[92621]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:29.416 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:29 smithi050 ceph-mon[104907]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:29.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:29 smithi077 ceph-mon[94855]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:31.512 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:31 smithi050 ceph-mon[92621]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:31.512 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:31 smithi050 ceph-mon[104907]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:31.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:31 smithi077 ceph-mon[94855]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:32.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:32 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:32.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:32 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:32.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:32 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:32.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:32 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:32.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:32 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:32.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:32.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:32.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:32.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:32.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:32.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:32.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:32.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:32.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:32.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:32 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:33.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:33 smithi077 ceph-mon[94855]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:33.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:33 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:33.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:33 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:33.778 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:33 smithi050 ceph-mon[92621]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:33.778 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:33 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:33.778 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:33 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:33.779 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:33 smithi050 ceph-mon[104907]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:33.779 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:33 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:33.779 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:33 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:34.526 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 0 on host 'smithi050' 2023-01-26T16:50:35.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:35.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:35.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:35.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:35.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:34 smithi077 ceph-mon[94855]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-26T16:50:35.030 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.031 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:35.031 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.031 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.031 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:35.032 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:35.032 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:35.032 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[92621]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-26T16:50:35.032 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.033 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:35.033 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.033 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:35.033 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:35.034 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:35.034 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:35.034 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:34 smithi050 ceph-mon[104907]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-01-26T16:50:35.055 DEBUG:teuthology.orchestra.run.smithi050:osd.0> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@osd.0.service 2023-01-26T16:50:35.057 INFO:tasks.cephadm:Deploying osd.1 on smithi050 with /dev/vg_nvme/lv_3... 2023-01-26T16:50:35.058 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-01-26T16:50:35.089 INFO:journalctl@ceph.osd.0.smithi050.stdout:-- Logs begin at Thu 2023-01-26 16:34:42 UTC. -- 2023-01-26T16:50:36.039 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:50:36.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[92621]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-01-26T16:50:36.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[92621]: osdmap e6: 1 total, 0 up, 1 in 2023-01-26T16:50:36.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:36.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[92621]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:50:36.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[104907]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-01-26T16:50:36.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[104907]: osdmap e6: 1 total, 0 up, 1 in 2023-01-26T16:50:36.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:36.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:36 smithi050 ceph-mon[104907]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:50:36.789 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:50:36 smithi050 conmon[111227]: 2023-01-26T16:50:36.534+0000 7f3e738af700 -1 osd.0 0 waiting for initial osdmap 2023-01-26T16:50:36.789 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:50:36 smithi050 conmon[111227]: 2023-01-26T16:50:36.537+0000 7f3e6eeaa700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-01-26T16:50:37.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:36 smithi077 ceph-mon[94855]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-01-26T16:50:37.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:36 smithi077 ceph-mon[94855]: osdmap e6: 1 total, 0 up, 1 in 2023-01-26T16:50:37.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:36 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:37.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:36 smithi077 ceph-mon[94855]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:50:37.782 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[92621]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:37.782 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[92621]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:50:37.782 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[92621]: osdmap e7: 1 total, 0 up, 1 in 2023-01-26T16:50:37.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:37.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:37.783 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[104907]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:37.783 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[104907]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:50:37.784 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[104907]: osdmap e7: 1 total, 0 up, 1 in 2023-01-26T16:50:37.784 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:37.784 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:37 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:37.894 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:37 smithi077 ceph-mon[94855]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-01-26T16:50:37.894 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:37 smithi077 ceph-mon[94855]: from='osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:50:37.894 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:37 smithi077 ceph-mon[94855]: osdmap e7: 1 total, 0 up, 1 in 2023-01-26T16:50:37.894 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:37 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:37.895 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:37 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:38.468 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-01-26T16:50:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-01-26T16:50:38.469 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-01-26T16:50:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-01-26T16:50:38.469 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00829072 s, 1.3 GB/s 2023-01-26T16:50:38.469 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-01-26T16:50:38.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: purged_snaps scrub starts 2023-01-26T16:50:38.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: purged_snaps scrub ok 2023-01-26T16:50:38.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091] boot 2023-01-26T16:50:38.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: osdmap e8: 1 total, 1 up, 1 in 2023-01-26T16:50:38.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:38.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:38.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:38.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:50:38.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:38.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:38.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: purged_snaps scrub starts 2023-01-26T16:50:38.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: purged_snaps scrub ok 2023-01-26T16:50:38.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091] boot 2023-01-26T16:50:38.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: osdmap e8: 1 total, 1 up, 1 in 2023-01-26T16:50:38.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:38.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:38.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:38.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:50:38.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:38.791 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:38 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:39.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: purged_snaps scrub starts 2023-01-26T16:50:39.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: purged_snaps scrub ok 2023-01-26T16:50:39.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: osd.0 [v2:172.21.15.50:6802/1498426091,v1:172.21.15.50:6803/1498426091] boot 2023-01-26T16:50:39.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: osdmap e8: 1 total, 1 up, 1 in 2023-01-26T16:50:39.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-01-26T16:50:39.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:39.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:39.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:50:39.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:39.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:38 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:39.134 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch daemon add osd smithi050:vg_nvme/lv_3 2023-01-26T16:50:39.486 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:50:39.891 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[92621]: Detected new or changed devices on smithi050 2023-01-26T16:50:39.892 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[92621]: Adjusting osd_memory_target on smithi050 to 16149M 2023-01-26T16:50:39.892 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[92621]: pgmap v39: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:39.892 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[92621]: osdmap e9: 1 total, 1 up, 1 in 2023-01-26T16:50:39.893 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[104907]: Detected new or changed devices on smithi050 2023-01-26T16:50:39.893 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[104907]: Adjusting osd_memory_target on smithi050 to 16149M 2023-01-26T16:50:39.893 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[104907]: pgmap v39: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:39.893 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:39 smithi050 ceph-mon[104907]: osdmap e9: 1 total, 1 up, 1 in 2023-01-26T16:50:40.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:39 smithi077 ceph-mon[94855]: Detected new or changed devices on smithi050 2023-01-26T16:50:40.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:39 smithi077 ceph-mon[94855]: Adjusting osd_memory_target on smithi050 to 16149M 2023-01-26T16:50:40.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:39 smithi077 ceph-mon[94855]: pgmap v39: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:40.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:39 smithi077 ceph-mon[94855]: osdmap e9: 1 total, 1 up, 1 in 2023-01-26T16:50:41.877 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[92621]: pgmap v41: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:41.878 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:50:41.878 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:50:41.878 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:41.879 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[104907]: pgmap v41: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:41.879 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:50:41.879 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:50:41.879 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:41 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:42.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:41 smithi077 ceph-mon[94855]: pgmap v41: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:42.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:41 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:50:42.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:41 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:50:42.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:41 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:42.743 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:42 smithi050 ceph-mon[92621]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:42.743 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:42 smithi050 ceph-mon[104907]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:43.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:42 smithi077 ceph-mon[94855]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:50:44.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:43 smithi077 ceph-mon[94855]: pgmap v42: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:44.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:43 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/3916891801' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]: dispatch 2023-01-26T16:50:44.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:43 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]: dispatch 2023-01-26T16:50:44.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:43 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]': finished 2023-01-26T16:50:44.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:43 smithi077 ceph-mon[94855]: osdmap e10: 2 total, 1 up, 2 in 2023-01-26T16:50:44.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:43 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:50:44.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[92621]: pgmap v42: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:44.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/3916891801' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]: dispatch 2023-01-26T16:50:44.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]: dispatch 2023-01-26T16:50:44.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]': finished 2023-01-26T16:50:44.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[92621]: osdmap e10: 2 total, 1 up, 2 in 2023-01-26T16:50:44.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:50:44.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[104907]: pgmap v42: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:44.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/3916891801' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]: dispatch 2023-01-26T16:50:44.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]: dispatch 2023-01-26T16:50:44.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7932af8-549c-4389-81de-fd382b4ef680"}]': finished 2023-01-26T16:50:44.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[104907]: osdmap e10: 2 total, 1 up, 2 in 2023-01-26T16:50:44.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:43 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:50:45.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:44 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/2134226297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:50:45.036 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:44 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/2134226297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:50:45.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:44 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/2134226297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:50:46.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:45 smithi077 ceph-mon[94855]: pgmap v44: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:46.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:45 smithi050 ceph-mon[92621]: pgmap v44: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:46.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:45 smithi050 ceph-mon[104907]: pgmap v44: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:47.942 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:47 smithi050 ceph-mon[92621]: pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:47.942 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:47 smithi050 ceph-mon[104907]: pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:48.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:47 smithi077 ceph-mon[94855]: pgmap v45: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:50.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:49 smithi077 ceph-mon[94855]: pgmap v46: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:50.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:49 smithi050 ceph-mon[92621]: pgmap v46: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:50.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:49 smithi050 ceph-mon[104907]: pgmap v46: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:50.650 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:50 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-01-26T16:50:50.651 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:50 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:50.651 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:50 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-01-26T16:50:50.651 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:50 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:51.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-01-26T16:50:51.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:51.816 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:51 smithi050 ceph-mon[92621]: Deploying daemon osd.1 on smithi050 2023-01-26T16:50:51.816 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:51 smithi050 ceph-mon[92621]: pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:51.817 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:51 smithi050 ceph-mon[104907]: Deploying daemon osd.1 on smithi050 2023-01-26T16:50:51.817 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:51 smithi050 ceph-mon[104907]: pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:52.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:51 smithi077 ceph-mon[94855]: Deploying daemon osd.1 on smithi050 2023-01-26T16:50:52.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:51 smithi077 ceph-mon[94855]: pgmap v47: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:52.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:52 smithi050 ceph-mon[92621]: pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:52.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:52 smithi050 ceph-mon[104907]: pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:53.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:52 smithi077 ceph-mon[94855]: pgmap v48: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:55.360 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[92621]: pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:55.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:55.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:55.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:55.362 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:55.362 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:55.362 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[104907]: pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:55.362 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:55.363 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:55.363 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:55.363 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:55.363 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:55 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:55.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:55 smithi077 ceph-mon[94855]: pgmap v49: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:55.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:55.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:55.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:55.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:55.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:55 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:57.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:57 smithi077 ceph-mon[94855]: pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:57.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:57 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:57 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:57 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[92621]: pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:57.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[104907]: pgmap v50: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:57.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:57 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:57.681 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 1 on host 'smithi050' 2023-01-26T16:50:58.285 DEBUG:teuthology.orchestra.run.smithi050:osd.1> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@osd.1.service 2023-01-26T16:50:58.287 INFO:tasks.cephadm:Deploying osd.2 on smithi050 with /dev/vg_nvme/lv_2... 2023-01-26T16:50:58.288 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-01-26T16:50:58.317 INFO:journalctl@ceph.osd.1.smithi050.stdout:-- Logs begin at Thu 2023-01-26 16:34:42 UTC. -- 2023-01-26T16:50:58.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:58.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:58.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:58.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:58.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:58.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: from='osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-26T16:50:58.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-26T16:50:58.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[92621]: pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:58.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:58.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:58.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:58.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:58.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:58.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: from='osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-26T16:50:58.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-26T16:50:58.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:58 smithi050 ceph-mon[104907]: pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:59.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:59.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:50:59.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:50:59.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:50:59.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:50:59.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: from='osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-26T16:50:59.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-01-26T16:50:59.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:58 smithi077 ceph-mon[94855]: pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:50:59.277 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:51:00.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:59 smithi077 ceph-mon[94855]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-01-26T16:51:00.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:59 smithi077 ceph-mon[94855]: osdmap e11: 2 total, 1 up, 2 in 2023-01-26T16:51:00.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:59 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:00.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:59 smithi077 ceph-mon[94855]: from='osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:00.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:50:59 smithi077 ceph-mon[94855]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:00.037 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:50:59 smithi050 conmon[117705]: 2023-01-26T16:50:59.695+0000 7f1f54286700 -1 osd.1 0 waiting for initial osdmap 2023-01-26T16:51:00.037 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:50:59 smithi050 conmon[117705]: 2023-01-26T16:50:59.701+0000 7f1f4e87f700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-01-26T16:51:00.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[92621]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-01-26T16:51:00.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[92621]: osdmap e11: 2 total, 1 up, 2 in 2023-01-26T16:51:00.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:00.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[92621]: from='osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:00.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[92621]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:00.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[104907]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-01-26T16:51:00.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[104907]: osdmap e11: 2 total, 1 up, 2 in 2023-01-26T16:51:00.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:00.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[104907]: from='osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:00.040 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:50:59 smithi050 ceph-mon[104907]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:01.001 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[92621]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:01.002 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[92621]: osdmap e12: 2 total, 1 up, 2 in 2023-01-26T16:51:01.002 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.002 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.003 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[92621]: pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:51:01.003 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.003 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[104907]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:01.003 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[104907]: osdmap e12: 2 total, 1 up, 2 in 2023-01-26T16:51:01.004 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.004 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.004 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[104907]: pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:51:01.004 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:00 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:00 smithi077 ceph-mon[94855]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:01.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:00 smithi077 ceph-mon[94855]: osdmap e12: 2 total, 1 up, 2 in 2023-01-26T16:51:01.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:00 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:00 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:00 smithi077 ceph-mon[94855]: pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-01-26T16:51:01.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:00 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:01.839 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-01-26T16:51:01.839 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-01-26T16:51:01.839 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-01-26T16:51:01.839 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-01-26T16:51:01.840 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00805426 s, 1.3 GB/s 2023-01-26T16:51:01.840 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-01-26T16:51:02.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: purged_snaps scrub starts 2023-01-26T16:51:02.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: purged_snaps scrub ok 2023-01-26T16:51:02.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898] boot 2023-01-26T16:51:02.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: osdmap e13: 2 total, 2 up, 2 in 2023-01-26T16:51:02.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:02.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: Detected new or changed devices on smithi050 2023-01-26T16:51:02.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:02.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:02.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: Adjusting osd_memory_target on smithi050 to 8074M 2023-01-26T16:51:02.025 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.025 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:01 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: purged_snaps scrub starts 2023-01-26T16:51:02.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: purged_snaps scrub ok 2023-01-26T16:51:02.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898] boot 2023-01-26T16:51:02.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: osdmap e13: 2 total, 2 up, 2 in 2023-01-26T16:51:02.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:02.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: Detected new or changed devices on smithi050 2023-01-26T16:51:02.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:02.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:02.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: Adjusting osd_memory_target on smithi050 to 8074M 2023-01-26T16:51:02.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: purged_snaps scrub starts 2023-01-26T16:51:02.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: purged_snaps scrub ok 2023-01-26T16:51:02.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: osd.1 [v2:172.21.15.50:6810/116148898,v1:172.21.15.50:6811/116148898] boot 2023-01-26T16:51:02.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: osdmap e13: 2 total, 2 up, 2 in 2023-01-26T16:51:02.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-01-26T16:51:02.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: Detected new or changed devices on smithi050 2023-01-26T16:51:02.040 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.041 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.041 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:02.041 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:02.041 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: Adjusting osd_memory_target on smithi050 to 8074M 2023-01-26T16:51:02.041 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.042 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:01 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:02.515 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch daemon add osd smithi050:vg_nvme/lv_2 2023-01-26T16:51:02.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:02 smithi050 ceph-mon[92621]: osdmap e14: 2 total, 2 up, 2 in 2023-01-26T16:51:02.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:02 smithi050 ceph-mon[92621]: pgmap v57: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:02.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:02 smithi050 ceph-mon[104907]: osdmap e14: 2 total, 2 up, 2 in 2023-01-26T16:51:02.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:02 smithi050 ceph-mon[104907]: pgmap v57: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:02.870 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:51:03.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:02 smithi077 ceph-mon[94855]: osdmap e14: 2 total, 2 up, 2 in 2023-01-26T16:51:03.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:02 smithi077 ceph-mon[94855]: pgmap v57: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:05.382 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[104907]: pgmap v58: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:05.382 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[104907]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:05.382 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:05.383 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:05.383 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:05.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[92621]: pgmap v58: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:05.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[92621]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:05.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:05.384 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:05.384 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:05.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:05 smithi077 ceph-mon[94855]: pgmap v58: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:05.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:05 smithi077 ceph-mon[94855]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:05.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:05.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:05.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:07.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:07 smithi077 ceph-mon[94855]: pgmap v59: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:07.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:07 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/1086957272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]: dispatch 2023-01-26T16:51:07.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:07 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]: dispatch 2023-01-26T16:51:07.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:07 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]': finished 2023-01-26T16:51:07.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:07 smithi077 ceph-mon[94855]: osdmap e15: 3 total, 2 up, 3 in 2023-01-26T16:51:07.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:07 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[92621]: pgmap v59: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1086957272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]: dispatch 2023-01-26T16:51:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]: dispatch 2023-01-26T16:51:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]': finished 2023-01-26T16:51:07.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[92621]: osdmap e15: 3 total, 2 up, 3 in 2023-01-26T16:51:07.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:07.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[104907]: pgmap v59: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:07.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/1086957272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]: dispatch 2023-01-26T16:51:07.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]: dispatch 2023-01-26T16:51:07.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6333395-40e3-4dc0-8011-0d920054d31d"}]': finished 2023-01-26T16:51:07.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[104907]: osdmap e15: 3 total, 2 up, 3 in 2023-01-26T16:51:07.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:07 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:08.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:08 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/1773532013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:08.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:08 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1773532013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:08.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:08 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/1773532013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:09.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:09 smithi077 ceph-mon[94855]: pgmap v61: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:09.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:09 smithi050 ceph-mon[92621]: pgmap v61: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:09.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:09 smithi050 ceph-mon[104907]: pgmap v61: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:11.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:11 smithi050 ceph-mon[92621]: pgmap v62: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:11.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:11 smithi050 ceph-mon[104907]: pgmap v62: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:11.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:11 smithi077 ceph-mon[94855]: pgmap v62: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:13.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:13 smithi077 ceph-mon[94855]: pgmap v63: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:13.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:13 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-01-26T16:51:13.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:13 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:13.536 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:13 smithi050 ceph-mon[92621]: pgmap v63: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:13.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:13 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-01-26T16:51:13.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:13 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:13.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:13 smithi050 ceph-mon[104907]: pgmap v63: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:13.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:13 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-01-26T16:51:13.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:13 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:14.519 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:14 smithi050 ceph-mon[92621]: Deploying daemon osd.2 on smithi050 2023-01-26T16:51:14.519 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:14 smithi050 ceph-mon[104907]: Deploying daemon osd.2 on smithi050 2023-01-26T16:51:14.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:14 smithi077 ceph-mon[94855]: Deploying daemon osd.2 on smithi050 2023-01-26T16:51:15.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:15 smithi077 ceph-mon[94855]: pgmap v64: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:15.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:15 smithi050 ceph-mon[92621]: pgmap v64: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:15.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:15 smithi050 ceph-mon[104907]: pgmap v64: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:17.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:17 smithi077 ceph-mon[94855]: pgmap v65: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:17.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:51:17.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:17 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:51:17.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:17 smithi050 ceph-mon[92621]: pgmap v65: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:17.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:51:17.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:17 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:51:17.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:17 smithi050 ceph-mon[104907]: pgmap v65: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:17.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-01-26T16:51:17.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:17 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-01-26T16:51:19.272 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:19 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:19.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:19 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:19.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:19 smithi077 ceph-mon[94855]: pgmap v66: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:19.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:19 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:19.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:19 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:19.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:19 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:19.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:19.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:19.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[92621]: pgmap v66: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:19.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:19.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:19.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:19.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:19.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:19.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[104907]: pgmap v66: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:19.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:19.290 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:19.291 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:19 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:21.080 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 2 on host 'smithi050' 2023-01-26T16:51:21.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: pgmap v67: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:21.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:21.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:21.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:21 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: pgmap v67: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:21.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:21.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:21.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: pgmap v67: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.539 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:21.540 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:21 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:21.726 DEBUG:teuthology.orchestra.run.smithi050:osd.2> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@osd.2.service 2023-01-26T16:51:21.728 INFO:tasks.cephadm:Deploying osd.3 on smithi050 with /dev/vg_nvme/lv_1... 2023-01-26T16:51:21.728 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-01-26T16:51:21.758 INFO:journalctl@ceph.osd.2.smithi050.stdout:-- Logs begin at Thu 2023-01-26 16:34:42 UTC. -- 2023-01-26T16:51:22.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:22 smithi050 ceph-mon[92621]: from='osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-26T16:51:22.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:22 smithi050 ceph-mon[92621]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-26T16:51:22.338 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:22 smithi050 ceph-mon[104907]: from='osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-26T16:51:22.339 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:22 smithi050 ceph-mon[104907]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-26T16:51:22.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:22 smithi077 ceph-mon[94855]: from='osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-26T16:51:22.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:22 smithi077 ceph-mon[94855]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-01-26T16:51:22.737 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:51:23.413 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:23 smithi050 conmon[124028]: 2023-01-26T16:51:23.206+0000 7f045dc95700 -1 osd.2 0 waiting for initial osdmap 2023-01-26T16:51:23.414 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:23 smithi050 conmon[124028]: 2023-01-26T16:51:23.209+0000 7f0458a8f700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-01-26T16:51:23.414 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[92621]: pgmap v68: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:23.414 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[92621]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-01-26T16:51:23.414 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[92621]: osdmap e16: 3 total, 2 up, 3 in 2023-01-26T16:51:23.415 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:23.415 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[92621]: from='osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:23.415 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[92621]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:23.415 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[104907]: pgmap v68: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:23.416 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[104907]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-01-26T16:51:23.416 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[104907]: osdmap e16: 3 total, 2 up, 3 in 2023-01-26T16:51:23.416 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:23.416 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[104907]: from='osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:23.416 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:23 smithi050 ceph-mon[104907]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:23.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:23 smithi077 ceph-mon[94855]: pgmap v68: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:23.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:23 smithi077 ceph-mon[94855]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-01-26T16:51:23.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:23 smithi077 ceph-mon[94855]: osdmap e16: 3 total, 2 up, 3 in 2023-01-26T16:51:23.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:23 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:23.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:23 smithi077 ceph-mon[94855]: from='osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:23.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:23 smithi077 ceph-mon[94855]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:24.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[104907]: purged_snaps scrub starts 2023-01-26T16:51:24.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[104907]: purged_snaps scrub ok 2023-01-26T16:51:24.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[104907]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:24.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[104907]: osdmap e17: 3 total, 2 up, 3 in 2023-01-26T16:51:24.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:24.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:24.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[92621]: purged_snaps scrub starts 2023-01-26T16:51:24.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[92621]: purged_snaps scrub ok 2023-01-26T16:51:24.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[92621]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:24.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[92621]: osdmap e17: 3 total, 2 up, 3 in 2023-01-26T16:51:24.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:24.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:24 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:24.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:24 smithi077 ceph-mon[94855]: purged_snaps scrub starts 2023-01-26T16:51:24.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:24 smithi077 ceph-mon[94855]: purged_snaps scrub ok 2023-01-26T16:51:24.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:24 smithi077 ceph-mon[94855]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:24.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:24 smithi077 ceph-mon[94855]: osdmap e17: 3 total, 2 up, 3 in 2023-01-26T16:51:24.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:24 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:24.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:24 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:25.049 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-01-26T16:51:25.049 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-01-26T16:51:25.049 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-01-26T16:51:25.049 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-01-26T16:51:25.050 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00814102 s, 1.3 GB/s 2023-01-26T16:51:25.050 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-01-26T16:51:25.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:25.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347] boot 2023-01-26T16:51:25.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: osdmap e18: 3 total, 3 up, 3 in 2023-01-26T16:51:25.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:25.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-01-26T16:51:25.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: Detected new or changed devices on smithi050 2023-01-26T16:51:25.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.524 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:25 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:25.537 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347] boot 2023-01-26T16:51:25.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: osdmap e18: 3 total, 3 up, 3 in 2023-01-26T16:51:25.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:25.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-01-26T16:51:25.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: Detected new or changed devices on smithi050 2023-01-26T16:51:25.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.540 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.541 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: pgmap v71: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-01-26T16:51:25.541 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: osd.2 [v2:172.21.15.50:6818/1584584347,v1:172.21.15.50:6819/1584584347] boot 2023-01-26T16:51:25.541 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: osdmap e18: 3 total, 3 up, 3 in 2023-01-26T16:51:25.542 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-01-26T16:51:25.542 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-01-26T16:51:25.542 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: Detected new or changed devices on smithi050 2023-01-26T16:51:25.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.543 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:25.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.544 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:25 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:25.771 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch daemon add osd smithi050:vg_nvme/lv_1 2023-01-26T16:51:26.128 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.a/config 2023-01-26T16:51:26.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:26 smithi077 ceph-mon[94855]: Adjusting osd_memory_target on smithi050 to 5383M 2023-01-26T16:51:26.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:26 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-01-26T16:51:26.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:26 smithi077 ceph-mon[94855]: osdmap e19: 3 total, 3 up, 3 in 2023-01-26T16:51:26.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:26 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-01-26T16:51:26.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:26 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-01-26T16:51:26.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:26 smithi077 ceph-mon[94855]: osdmap e20: 3 total, 3 up, 3 in 2023-01-26T16:51:26.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[104907]: Adjusting osd_memory_target on smithi050 to 5383M 2023-01-26T16:51:26.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-01-26T16:51:26.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[104907]: osdmap e19: 3 total, 3 up, 3 in 2023-01-26T16:51:26.537 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-01-26T16:51:26.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-01-26T16:51:26.538 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[104907]: osdmap e20: 3 total, 3 up, 3 in 2023-01-26T16:51:26.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[92621]: Adjusting osd_memory_target on smithi050 to 5383M 2023-01-26T16:51:26.538 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-01-26T16:51:26.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[92621]: osdmap e19: 3 total, 3 up, 3 in 2023-01-26T16:51:26.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-01-26T16:51:26.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-01-26T16:51:26.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:26 smithi050 ceph-mon[92621]: osdmap e20: 3 total, 3 up, 3 in 2023-01-26T16:51:27.037 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:26 smithi050 sudo[127356]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-01-26T16:51:27.037 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:26 smithi050 sudo[127356]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:27.038 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:26 smithi050 sudo[127356]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:27.038 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:26 smithi050 sudo[127356]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:27.411 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127394]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-01-26T16:51:27.411 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127394]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:27.412 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127394]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:27.412 INFO:journalctl@ceph.osd.0.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127394]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:27.412 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:27 smithi050 ceph-mon[92621]: pgmap v74: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:27.413 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:27 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:27.413 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:27 smithi050 ceph-mon[92621]: osdmap e21: 3 total, 3 up, 3 in 2023-01-26T16:51:27.413 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:27 smithi050 ceph-mon[104907]: pgmap v74: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:27.413 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:27 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:27.414 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:27 smithi050 ceph-mon[104907]: osdmap e21: 3 total, 3 up, 3 in 2023-01-26T16:51:27.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:27 smithi077 ceph-mon[94855]: pgmap v74: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:27.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:27 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:27.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:27 smithi077 ceph-mon[94855]: osdmap e21: 3 total, 3 up, 3 in 2023-01-26T16:51:28.036 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127488]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-01-26T16:51:28.037 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127488]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:28.037 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127488]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:28.037 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:27 smithi050 sudo[127488]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:28.521 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[92621]: mgrmap e15: y(active, since 2m), standbys: x 2023-01-26T16:51:28.522 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:28.522 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:28.522 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:28.522 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[104907]: mgrmap e15: y(active, since 2m), standbys: x 2023-01-26T16:51:28.523 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:28.523 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:28.523 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:28 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:28.523 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127571]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-01-26T16:51:28.524 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127571]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:28.524 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127571]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:28.524 INFO:journalctl@ceph.osd.1.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127571]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:28.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:28 smithi077 ceph-mon[94855]: mgrmap e15: y(active, since 2m), standbys: x 2023-01-26T16:51:28.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:28 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:28.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:28 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:28.525 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:28 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:28.787 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127737]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-01-26T16:51:28.787 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127737]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:28.787 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127737]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:28.787 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:28 smithi050 sudo[127737]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:29.286 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127795]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-01-26T16:51:29.287 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127795]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:29.287 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127795]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:29.287 INFO:journalctl@ceph.osd.2.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127795]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:29.647 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127851]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-01-26T16:51:29.647 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127851]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:29.647 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127851]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:29.648 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127851]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:30.220 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:29 smithi077 ceph-mon[94855]: from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:30.220 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:29 smithi077 ceph-mon[94855]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:30.220 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98783]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-01-26T16:51:30.220 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98783]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:30.221 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98783]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:30.221 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98783]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:30.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:29 smithi050 ceph-mon[104907]: from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:30.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:29 smithi050 ceph-mon[104907]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:30.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127884]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-01-26T16:51:30.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127884]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:30.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127884]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:30.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 sudo[127884]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:30.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 ceph-mon[92621]: from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:30.289 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:29 smithi050 ceph-mon[92621]: pgmap v77: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:30.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98786]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-01-26T16:51:30.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98786]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:30.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98786]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:30.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:30 smithi077 sudo[98786]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:31.287 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:30 smithi050 sudo[127954]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-01-26T16:51:31.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:30 smithi050 sudo[127954]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:31.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:30 smithi050 sudo[127954]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:31.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:30 smithi050 sudo[127954]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:31.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:31.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:31.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:31.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:31.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/1212220077' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]: dispatch 2023-01-26T16:51:31.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]: dispatch 2023-01-26T16:51:31.775 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:31.775 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]': finished 2023-01-26T16:51:31.775 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: osdmap e22: 4 total, 3 up, 4 in 2023-01-26T16:51:31.775 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:31.775 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:31.776 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.776 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.776 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:31 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:31.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:31.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:31.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:31.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1212220077' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]: dispatch 2023-01-26T16:51:31.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]: dispatch 2023-01-26T16:51:31.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:31.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]': finished 2023-01-26T16:51:31.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: osdmap e22: 4 total, 3 up, 4 in 2023-01-26T16:51:31.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:31.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:31.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.791 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 sudo[128007]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-01-26T16:51:31.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 sudo[128007]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-01-26T16:51:31.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 sudo[128007]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-01-26T16:51:31.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 sudo[128007]: pam_unix(sudo:session): session closed for user root 2023-01-26T16:51:31.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:31.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:31.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.793 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:31.793 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.793 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.793 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:31.793 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: pgmap v78: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:31.794 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/1212220077' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]: dispatch 2023-01-26T16:51:31.794 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]: dispatch 2023-01-26T16:51:31.794 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:31.794 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcb47380-b217-4ee7-875d-8ddebc14817e"}]': finished 2023-01-26T16:51:31.794 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: osdmap e22: 4 total, 3 up, 4 in 2023-01-26T16:51:31.794 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:31.795 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:31.795 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-01-26T16:51:31.795 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-01-26T16:51:31.795 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:31 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-01-26T16:51:32.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:32 smithi077 ceph-mon[94855]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:32.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:32 smithi077 ceph-mon[94855]: from='client.? 172.21.15.50:0/1153327510' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:32.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:32 smithi077 ceph-mon[94855]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:32.786 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:32 smithi050 ceph-mon[104907]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:32.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:32 smithi050 ceph-mon[104907]: from='client.? 172.21.15.50:0/1153327510' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:32.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:32 smithi050 ceph-mon[104907]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:32.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:32 smithi050 ceph-mon[92621]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-01-26T16:51:32.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:32 smithi050 ceph-mon[92621]: from='client.? 172.21.15.50:0/1153327510' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:32.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:32 smithi050 ceph-mon[92621]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-01-26T16:51:33.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:33 smithi077 ceph-mon[94855]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 5.6 KiB/s rd, 271 KiB/s wr, 18 op/s 2023-01-26T16:51:33.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:33 smithi050 ceph-mon[92621]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 5.6 KiB/s rd, 271 KiB/s wr, 18 op/s 2023-01-26T16:51:33.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:33 smithi050 ceph-mon[104907]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 5.6 KiB/s rd, 271 KiB/s wr, 18 op/s 2023-01-26T16:51:35.679 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:35 smithi050 ceph-mon[92621]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 192 KiB/s wr, 13 op/s 2023-01-26T16:51:35.679 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:35 smithi050 ceph-mon[104907]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 192 KiB/s wr, 13 op/s 2023-01-26T16:51:35.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:35 smithi077 ceph-mon[94855]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 192 KiB/s wr, 13 op/s 2023-01-26T16:51:37.694 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:37 smithi050 ceph-mon[104907]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 148 KiB/s wr, 10 op/s 2023-01-26T16:51:37.694 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:37 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-01-26T16:51:37.694 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:37 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:37.694 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:37 smithi050 ceph-mon[92621]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 148 KiB/s wr, 10 op/s 2023-01-26T16:51:37.695 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-01-26T16:51:37.695 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:37 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:37.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:37 smithi077 ceph-mon[94855]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.1 KiB/s rd, 148 KiB/s wr, 10 op/s 2023-01-26T16:51:37.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:37 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-01-26T16:51:37.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:37 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:38.749 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:38 smithi050 ceph-mon[92621]: Deploying daemon osd.3 on smithi050 2023-01-26T16:51:38.750 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:38 smithi050 ceph-mon[104907]: Deploying daemon osd.3 on smithi050 2023-01-26T16:51:38.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:38 smithi077 ceph-mon[94855]: Deploying daemon osd.3 on smithi050 2023-01-26T16:51:39.621 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:39 smithi050 ceph-mon[92621]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-01-26T16:51:39.622 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:39 smithi050 ceph-mon[104907]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-01-26T16:51:39.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:39 smithi077 ceph-mon[94855]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-01-26T16:51:41.700 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:41 smithi050 ceph-mon[92621]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-01-26T16:51:41.700 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:41 smithi050 ceph-mon[104907]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-01-26T16:51:41.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:41 smithi077 ceph-mon[94855]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-01-26T16:51:43.169 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:43.169 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:43.169 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:43.169 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:43.170 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:43.170 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[104907]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 113 KiB/s wr, 7 op/s 2023-01-26T16:51:43.170 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:43.170 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:43.171 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:43.171 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:43.171 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:43.171 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:42 smithi050 ceph-mon[92621]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 113 KiB/s wr, 7 op/s 2023-01-26T16:51:43.272 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:42 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:43.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:42 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:43.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:42 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:43.273 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:42 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:43.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:42 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:43.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:42 smithi077 ceph-mon[94855]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 113 KiB/s wr, 7 op/s 2023-01-26T16:51:45.126 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 3 on host 'smithi050' 2023-01-26T16:51:45.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[92621]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:45.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.287 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[92621]: from='osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-26T16:51:45.288 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[92621]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-26T16:51:45.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[104907]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:45.288 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[104907]: from='osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-26T16:51:45.289 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:45 smithi050 ceph-mon[104907]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-26T16:51:45.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:45 smithi077 ceph-mon[94855]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:45.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:45 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:45 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:45 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:45.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:45 smithi077 ceph-mon[94855]: from='osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-26T16:51:45.523 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:45 smithi077 ceph-mon[94855]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-01-26T16:51:45.790 DEBUG:teuthology.orchestra.run.smithi050:osd.3> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@osd.3.service 2023-01-26T16:51:45.793 INFO:tasks.cephadm:Deploying osd.4 on smithi077 with /dev/vg_nvme/lv_4... 2023-01-26T16:51:45.793 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-01-26T16:51:45.821 INFO:journalctl@ceph.osd.3.smithi050.stdout:-- Logs begin at Thu 2023-01-26 16:34:42 UTC. -- 2023-01-26T16:51:46.130 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.b/config 2023-01-26T16:51:46.376 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:46.376 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:46.377 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:46.377 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:46.377 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:46.377 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-01-26T16:51:46.377 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: osdmap e23: 4 total, 3 up, 4 in 2023-01-26T16:51:46.378 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:46.378 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:46.378 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:46 smithi077 ceph-mon[94855]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:46.426 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:46.426 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:46.426 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:46.427 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:46.427 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:46.427 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-01-26T16:51:46.427 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: osdmap e23: 4 total, 3 up, 4 in 2023-01-26T16:51:46.427 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:46.427 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:46.428 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[92621]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:46.428 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:46.428 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:46.428 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:51:46.429 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:46.429 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:51:46.429 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-01-26T16:51:46.429 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: osdmap e23: 4 total, 3 up, 4 in 2023-01-26T16:51:46.429 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:46.430 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:46.430 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:46 smithi050 ceph-mon[104907]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-01-26T16:51:46.787 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 26 16:51:46 smithi050 conmon[130480]: 2023-01-26T16:51:46.481+0000 7faa3c8dc700 -1 osd.3 0 waiting for initial osdmap 2023-01-26T16:51:46.787 INFO:journalctl@ceph.osd.3.smithi050.stdout:Jan 26 16:51:46 smithi050 conmon[130480]: 2023-01-26T16:51:46.485+0000 7faa36ed5700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-01-26T16:51:47.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:47 smithi077 ceph-mon[94855]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:47.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:47 smithi077 ceph-mon[94855]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:47.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:47 smithi077 ceph-mon[94855]: osdmap e24: 4 total, 3 up, 4 in 2023-01-26T16:51:47.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:47 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:47.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:47 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:47.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[104907]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:47.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[104907]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:47.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[104907]: osdmap e24: 4 total, 3 up, 4 in 2023-01-26T16:51:47.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:47.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[92621]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[92621]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-01-26T16:51:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[92621]: osdmap e24: 4 total, 3 up, 4 in 2023-01-26T16:51:47.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:47.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:47 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:47.816 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-01-26T16:51:47.816 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-01-26T16:51:47.816 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2023-01-26T16:51:47.817 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2023-01-26T16:51:47.817 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110949 s, 945 MB/s 2023-01-26T16:51:47.817 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2023-01-26T16:51:48.417 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph orch daemon add osd smithi077:vg_nvme/lv_4 2023-01-26T16:51:48.754 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.b/config 2023-01-26T16:51:48.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: purged_snaps scrub starts 2023-01-26T16:51:48.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: purged_snaps scrub ok 2023-01-26T16:51:48.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446] boot 2023-01-26T16:51:48.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: osdmap e25: 4 total, 4 up, 4 in 2023-01-26T16:51:48.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:48.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:48 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: purged_snaps scrub starts 2023-01-26T16:51:48.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: purged_snaps scrub ok 2023-01-26T16:51:48.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446] boot 2023-01-26T16:51:48.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: osdmap e25: 4 total, 4 up, 4 in 2023-01-26T16:51:48.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:48.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: purged_snaps scrub starts 2023-01-26T16:51:48.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: purged_snaps scrub ok 2023-01-26T16:51:48.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: osd.3 [v2:172.21.15.50:6826/247612446,v1:172.21.15.50:6827/247612446] boot 2023-01-26T16:51:48.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: osdmap e25: 4 total, 4 up, 4 in 2023-01-26T16:51:48.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-01-26T16:51:48.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.791 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:51:48.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:48.792 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:48 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:51:49.684 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:49 smithi077 ceph-mon[94855]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:49.684 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:49 smithi077 ceph-mon[94855]: Detected new or changed devices on smithi050 2023-01-26T16:51:49.684 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:49 smithi077 ceph-mon[94855]: Adjusting osd_memory_target on smithi050 to 4037M 2023-01-26T16:51:49.684 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:49 smithi077 ceph-mon[94855]: osdmap e26: 4 total, 4 up, 4 in 2023-01-26T16:51:49.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[92621]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:49.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[92621]: Detected new or changed devices on smithi050 2023-01-26T16:51:49.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[92621]: Adjusting osd_memory_target on smithi050 to 4037M 2023-01-26T16:51:49.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[92621]: osdmap e26: 4 total, 4 up, 4 in 2023-01-26T16:51:49.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[104907]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-01-26T16:51:49.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[104907]: Detected new or changed devices on smithi050 2023-01-26T16:51:49.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[104907]: Adjusting osd_memory_target on smithi050 to 4037M 2023-01-26T16:51:49.790 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:49 smithi050 ceph-mon[104907]: osdmap e26: 4 total, 4 up, 4 in 2023-01-26T16:51:50.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:50.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:50.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:50 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:50.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:50 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:50.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:50 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:50.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:50 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:50.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:50 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-01-26T16:51:50.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:50 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-01-26T16:51:50.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:50 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:51.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:51 smithi077 ceph-mon[94855]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:51.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:51 smithi077 ceph-mon[94855]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:51.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:51 smithi050 ceph-mon[92621]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:51.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:51 smithi050 ceph-mon[92621]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:51.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:51 smithi050 ceph-mon[104907]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:51.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:51 smithi050 ceph-mon[104907]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-01-26T16:51:53.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:53 smithi077 ceph-mon[94855]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:53.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:53 smithi077 ceph-mon[94855]: from='client.? 172.21.15.77:0/4165249653' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]: dispatch 2023-01-26T16:51:53.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:53 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]: dispatch 2023-01-26T16:51:53.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:53 smithi077 ceph-mon[94855]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]': finished 2023-01-26T16:51:53.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:53 smithi077 ceph-mon[94855]: osdmap e27: 5 total, 4 up, 5 in 2023-01-26T16:51:53.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:53 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:51:53.774 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:53 smithi077 ceph-mon[94855]: from='client.? 172.21.15.77:0/2462565881' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:53.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[92621]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:53.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[92621]: from='client.? 172.21.15.77:0/4165249653' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]: dispatch 2023-01-26T16:51:53.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]: dispatch 2023-01-26T16:51:53.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[92621]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]': finished 2023-01-26T16:51:53.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[92621]: osdmap e27: 5 total, 4 up, 5 in 2023-01-26T16:51:53.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:51:53.788 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[92621]: from='client.? 172.21.15.77:0/2462565881' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:53.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[104907]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:53.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[104907]: from='client.? 172.21.15.77:0/4165249653' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]: dispatch 2023-01-26T16:51:53.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]: dispatch 2023-01-26T16:51:53.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[104907]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "477ae4cd-43b9-4b57-ac9f-8fde220e0081"}]': finished 2023-01-26T16:51:53.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[104907]: osdmap e27: 5 total, 4 up, 5 in 2023-01-26T16:51:53.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:51:53.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:53 smithi050 ceph-mon[104907]: from='client.? 172.21.15.77:0/2462565881' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-01-26T16:51:55.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:55 smithi077 ceph-mon[94855]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:55.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:55 smithi050 ceph-mon[92621]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:55.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:55 smithi050 ceph-mon[104907]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:57.652 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:57 smithi077 ceph-mon[94855]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:57.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:57 smithi050 ceph-mon[92621]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:57.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:57 smithi050 ceph-mon[104907]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:59.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:59 smithi077 ceph-mon[94855]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:59.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:59 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-01-26T16:51:59.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:51:59 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:59.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:59 smithi050 ceph-mon[92621]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:59.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:59 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-01-26T16:51:59.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:51:59 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:51:59.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:59 smithi050 ceph-mon[104907]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:51:59.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-01-26T16:51:59.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:51:59 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:52:00.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:00 smithi077 ceph-mon[94855]: Deploying daemon osd.4 on smithi077 2023-01-26T16:52:00.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:00 smithi050 ceph-mon[92621]: Deploying daemon osd.4 on smithi077 2023-01-26T16:52:00.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:00 smithi050 ceph-mon[104907]: Deploying daemon osd.4 on smithi077 2023-01-26T16:52:01.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:01 smithi077 ceph-mon[94855]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:01.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:01 smithi050 ceph-mon[92621]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:01.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:01 smithi050 ceph-mon[104907]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:03.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:03 smithi077 ceph-mon[94855]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:03.786 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:03 smithi050 ceph-mon[92621]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:03.787 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:03 smithi050 ceph-mon[104907]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:04.772 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:04.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:04.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:52:04.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:52:04.773 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:04 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:52:04.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:04.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:04.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:52:04.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:52:04.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:52:04.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:04.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:04.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:52:04.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:52:04.789 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:04 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:52:05.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:05 smithi050 ceph-mon[92621]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:05.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:05.787 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:05 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:05.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:05 smithi050 ceph-mon[104907]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:05.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:05.788 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:05 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:05.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:05 smithi077 ceph-mon[94855]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:05.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:05.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:05 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:06.575 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 4 on host 'smithi077' 2023-01-26T16:52:07.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:06 smithi077 ceph-mon[94855]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:07.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:52:07.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:52:07.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:06 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:52:07.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[92621]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:07.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:52:07.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:52:07.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:52:07.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[104907]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:07.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:07.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-01-26T16:52:07.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-01-26T16:52:07.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:06 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-01-26T16:52:07.180 DEBUG:teuthology.orchestra.run.smithi077:osd.4> sudo journalctl -f -n 0 -u ceph-2260b1a0-9d99-11ed-9e56-001a4aab830c@osd.4.service 2023-01-26T16:52:07.182 INFO:tasks.cephadm:Deploying osd.5 on smithi077 with /dev/vg_nvme/lv_3... 2023-01-26T16:52:07.182 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2260b1a0-9d99-11ed-9e56-001a4aab830c -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-01-26T16:52:07.211 INFO:journalctl@ceph.osd.4.smithi077.stdout:-- Logs begin at Thu 2023-01-26 16:34:45 UTC. -- 2023-01-26T16:52:08.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:07 smithi077 ceph-mon[94855]: from='osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-26T16:52:08.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:07 smithi077 ceph-mon[94855]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-26T16:52:08.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:07 smithi050 ceph-mon[92621]: from='osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-26T16:52:08.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:07 smithi050 ceph-mon[92621]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-26T16:52:08.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:07 smithi050 ceph-mon[104907]: from='osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-26T16:52:08.037 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:07 smithi050 ceph-mon[104907]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-01-26T16:52:08.090 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/2260b1a0-9d99-11ed-9e56-001a4aab830c/mon.b/config 2023-01-26T16:52:09.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:08 smithi077 ceph-mon[94855]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-01-26T16:52:09.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:08 smithi077 ceph-mon[94855]: osdmap e28: 5 total, 4 up, 5 in 2023-01-26T16:52:09.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:08 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:09.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:08 smithi077 ceph-mon[94855]: from='osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-01-26T16:52:09.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:08 smithi077 ceph-mon[94855]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-01-26T16:52:09.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:08 smithi077 ceph-mon[94855]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:09.024 INFO:journalctl@ceph.osd.4.smithi077.stdout:Jan 26 16:52:08 smithi077 conmon[102741]: 2023-01-26T16:52:08.733+0000 7f59a1ee6700 -1 osd.4 0 waiting for initial osdmap 2023-01-26T16:52:09.024 INFO:journalctl@ceph.osd.4.smithi077.stdout:Jan 26 16:52:08 smithi077 conmon[102741]: 2023-01-26T16:52:08.737+0000 7f599ece4700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-01-26T16:52:09.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[92621]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-01-26T16:52:09.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[92621]: osdmap e28: 5 total, 4 up, 5 in 2023-01-26T16:52:09.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:09.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[92621]: from='osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-01-26T16:52:09.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[92621]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-01-26T16:52:09.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[92621]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:09.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[104907]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-01-26T16:52:09.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[104907]: osdmap e28: 5 total, 4 up, 5 in 2023-01-26T16:52:09.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:09.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[104907]: from='osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-01-26T16:52:09.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[104907]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2023-01-26T16:52:09.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:08 smithi050 ceph-mon[104907]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-01-26T16:52:09.877 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:09 smithi077 ceph-mon[94855]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-01-26T16:52:09.877 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:09 smithi077 ceph-mon[94855]: osdmap e29: 5 total, 4 up, 5 in 2023-01-26T16:52:09.877 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:09 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:09.878 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:09 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:10.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[92621]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-01-26T16:52:10.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[92621]: osdmap e29: 5 total, 4 up, 5 in 2023-01-26T16:52:10.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:10.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:10.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[104907]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2023-01-26T16:52:10.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[104907]: osdmap e29: 5 total, 4 up, 5 in 2023-01-26T16:52:10.038 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:10.039 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:09 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:10.419 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-01-26T16:52:10.419 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-01-26T16:52:10.420 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2023-01-26T16:52:10.420 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2023-01-26T16:52:10.420 INFO:teuthology.orchestra.run.smithi077.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124326 s, 843 MB/s 2023-01-26T16:52:10.421 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2023-01-26T16:52:11.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: purged_snaps scrub starts 2023-01-26T16:52:11.022 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: purged_snaps scrub ok 2023-01-26T16:52:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766] boot 2023-01-26T16:52:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: osdmap e30: 5 total, 5 up, 5 in 2023-01-26T16:52:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: Detected new or changed devices on smithi077 2023-01-26T16:52:11.023 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:52:11.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: Adjusting osd_memory_target on smithi077 to 17168M 2023-01-26T16:52:11.024 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.025 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.025 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-01-26T16:52:11.025 INFO:journalctl@ceph.mon.b.smithi077.stdout:Jan 26 16:52:10 smithi077 ceph-mon[94855]: osdmap e31: 5 total, 5 up, 5 in 2023-01-26T16:52:11.036 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: purged_snaps scrub starts 2023-01-26T16:52:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: purged_snaps scrub ok 2023-01-26T16:52:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766] boot 2023-01-26T16:52:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: osdmap e30: 5 total, 5 up, 5 in 2023-01-26T16:52:11.037 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:11.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: Detected new or changed devices on smithi077 2023-01-26T16:52:11.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.038 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:52:11.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: Adjusting osd_memory_target on smithi077 to 17168M 2023-01-26T16:52:11.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-01-26T16:52:11.039 INFO:journalctl@ceph.mon.a.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[92621]: osdmap e31: 5 total, 5 up, 5 in 2023-01-26T16:52:11.040 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: purged_snaps scrub starts 2023-01-26T16:52:11.040 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: purged_snaps scrub ok 2023-01-26T16:52:11.040 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: osd.4 [v2:172.21.15.77:6800/3498790766,v1:172.21.15.77:6801/3498790766] boot 2023-01-26T16:52:11.041 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: osdmap e30: 5 total, 5 up, 5 in 2023-01-26T16:52:11.041 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-01-26T16:52:11.041 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: Detected new or changed devices on smithi077 2023-01-26T16:52:11.041 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.041 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' 2023-01-26T16:52:11.042 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: from='mgr.14152 172.21.15.50:0/2950801594' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-01-26T16:52:11.042 INFO:journalctl@ceph.mon.c.smithi050.stdout:Jan 26 16:52:10 smithi050 ceph-mon[104907]: Adjusting osd_memory_target on smithi077 to 17168M 2023-01-26T16:52:11.042 INFO:journalctl@c