2024-08-13T11:08:51.362 INFO:root:teuthology version: 0.0.1.dev425+g43b8805 2024-08-13T11:08:51.378 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-08-13T11:08:51.462 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-08-13_09:54:40-orch:cephadm-wip-guits-main-2024-08-12-1429-distro-default-smithi/7851546 branch: wip-guits-main-2024-08-12-1429 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7851546' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-08-13_09:54:40-orch:cephadm-wip-guits-main-2024-08-12-1429-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-08-12-1429 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: c162f60e3da0da3e28ab677c737cac932063e3b4 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c162f60e3da0da3e28ab677c737cac932063e3b4 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2024-08-12-1429 sha1: c162f60e3da0da3e28ab677c737cac932063e3b4 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 8070 sha1: c162f60e3da0da3e28ab677c737cac932063e3b4 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-08-12-1429 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c162f60e3da0da3e28ab677c737cac932063e3b4/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c162f60e3da0da3e28ab677c737cac932063e3b4 targets: smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGu/pqxpo/zM+h2FOUGii/c/PO2aar1Py+gJLlXh2iuB+rAAYSSOg9TvtBQDr7iR9vKQbGmYsg5JLI/qemudFr8= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKN42K0Tp0rcWv2mUNx2YExC5wyiTlqfCghm9P6O10X5AU3FW1EnyP49tKsGRXLsnzY/x6EbNiDWxI+TOavVmJE= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKIrXUV3ABmLnZ8jeCqTOQ8aQsVTebboWbOkXc7AoKvhYparTfLfkrGB5sAHc5gcuRRZi0B25DGSQd9agV8NPl4= tasks: - pexec: all: - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 43b88056bcf6a0548bdd2d0502e56290cbae52df timestamp: 2024-08-13_09:54:40 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-08-13T11:08:51.463 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c162f60e3da0da3e28ab677c737cac932063e3b4/qa; will attempt to use it 2024-08-13T11:08:51.463 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c162f60e3da0da3e28ab677c737cac932063e3b4/qa/tasks 2024-08-13T11:08:51.464 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-08-13T11:08:51.465 INFO:teuthology.task.internal:Checking packages... 2024-08-13T11:08:51.500 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c162f60e3da0da3e28ab677c737cac932063e3b4' 2024-08-13T11:08:51.500 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-08-13T11:08:51.501 INFO:teuthology.packaging:ref: None 2024-08-13T11:08:51.501 INFO:teuthology.packaging:tag: None 2024-08-13T11:08:51.501 INFO:teuthology.packaging:branch: wip-guits-main-2024-08-12-1429 2024-08-13T11:08:51.501 INFO:teuthology.packaging:sha1: c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:08:51.501 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-08-12-1429 2024-08-13T11:08:51.646 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-5733.gc162f60e 2024-08-13T11:08:51.648 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-08-13T11:08:51.654 INFO:teuthology.task.internal:no buildpackages task found 2024-08-13T11:08:51.654 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-08-13T11:08:51.663 INFO:teuthology.task.internal:Saving configuration 2024-08-13T11:08:51.676 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-08-13T11:08:51.683 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-08-13T11:08:51.708 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-08-13_09:54:40-orch:cephadm-wip-guits-main-2024-08-12-1429-distro-default-smithi/7851546', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-08-13 11:03:46.868259', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGu/pqxpo/zM+h2FOUGii/c/PO2aar1Py+gJLlXh2iuB+rAAYSSOg9TvtBQDr7iR9vKQbGmYsg5JLI/qemudFr8='} 2024-08-13T11:08:51.731 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-08-13_09:54:40-orch:cephadm-wip-guits-main-2024-08-12-1429-distro-default-smithi/7851546', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-08-13 11:03:46.871540', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKN42K0Tp0rcWv2mUNx2YExC5wyiTlqfCghm9P6O10X5AU3FW1EnyP49tKsGRXLsnzY/x6EbNiDWxI+TOavVmJE='} 2024-08-13T11:08:51.753 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-08-13_09:54:40-orch:cephadm-wip-guits-main-2024-08-12-1429-distro-default-smithi/7851546', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-08-13 11:03:46.870049', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKIrXUV3ABmLnZ8jeCqTOQ8aQsVTebboWbOkXc7AoKvhYparTfLfkrGB5sAHc5gcuRRZi0B25DGSQd9agV8NPl4='} 2024-08-13T11:08:51.754 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-08-13T11:08:51.760 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-08-13T11:08:51.760 INFO:teuthology.task.internal:roles: ubuntu@smithi171.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-08-13T11:08:51.760 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-08-13T11:08:51.760 INFO:teuthology.run_tasks:Running task console_log... 2024-08-13T11:08:51.845 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f98056d7be0>, signals=[15]) 2024-08-13T11:08:51.845 INFO:teuthology.run_tasks:Running task internal.connect... 2024-08-13T11:08:51.851 INFO:teuthology.task.internal:Opening connections... 2024-08-13T11:08:51.852 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-08-13T11:08:51.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:08:51.934 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-08-13T11:08:51.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:08:52.012 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-08-13T11:08:52.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:08:52.085 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-08-13T11:08:52.091 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-08-13T11:08:52.109 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-08-13T11:08:52.110 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-08-13T11:08:52.166 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-08-13T11:08:52.166 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-08-13T11:08:52.166 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-08-13T11:08:52.166 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-08-13T11:08:52.166 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-08-13T11:08:52.167 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-08-13T11:08:52.168 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-08-13T11:08:52.189 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-08-13T11:08:52.207 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-08-13T11:08:52.207 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-08-13T11:08:52.264 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="CentOS Stream" 2024-08-13T11:08:52.264 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="9" 2024-08-13T11:08:52.264 INFO:teuthology.orchestra.run.smithi171.stdout:ID="centos" 2024-08-13T11:08:52.264 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE="rhel fedora" 2024-08-13T11:08:52.264 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="9" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:PLATFORM_ID="platform:el9" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="CentOS Stream 9" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:ANSI_COLOR="0;31" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:LOGO="fedora-logo-icon" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://centos.org/" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-08-13T11:08:52.265 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-08-13T11:08:52.265 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-08-13T11:08:52.289 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-08-13T11:08:52.306 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-08-13T11:08:52.307 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-08-13T11:08:52.363 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="CentOS Stream" 2024-08-13T11:08:52.363 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="9" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:ID="centos" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="rhel fedora" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="9" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el9" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="CentOS Stream 9" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:LOGO="fedora-logo-icon" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://centos.org/" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-08-13T11:08:52.364 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-08-13T11:08:52.365 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-08-13T11:08:52.389 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-08-13T11:08:52.398 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-08-13T11:08:52.413 INFO:teuthology.task.internal:Checking for old test directory... 2024-08-13T11:08:52.414 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-08-13T11:08:52.416 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-08-13T11:08:52.418 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-08-13T11:08:52.435 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-08-13T11:08:52.441 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-08-13T11:08:52.441 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-08-13T11:08:52.473 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-08-13T11:08:52.475 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-08-13T11:08:52.568 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-08-13T11:08:52.649 INFO:teuthology.run_tasks:Running task kernel... 2024-08-13T11:08:52.663 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-08-13T11:08:52.663 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-08-13T11:08:52.664 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-13T11:08:52.664 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-13T11:08:52.665 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-13T11:08:52.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-13T11:08:52.681 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-08-13T11:08:52.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-13T11:08:52.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-13T11:08:52.683 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-08-13T11:08:52.683 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-08-13T11:08:52.739 INFO:teuthology.orchestra.run.smithi171.stdout:5.14.0-437.el9.x86_64 2024-08-13T11:08:52.739 INFO:teuthology.task.kernel:Running kernel on smithi171: 5.14.0-437.el9.x86_64 2024-08-13T11:08:52.739 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum install -y kernel 2024-08-13T11:08:52.741 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-437.el9.x86_64 2024-08-13T11:08:52.741 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-437.el9.x86_64 2024-08-13T11:08:52.741 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-437.el9.x86_64 2024-08-13T11:08:52.741 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-08-13T11:08:52.742 INFO:teuthology.task.kernel:Running kernel on smithi187: 5.14.0-437.el9.x86_64 2024-08-13T11:08:52.742 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-08-13T11:08:55.716 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.2 MB 00:01 2024-08-13T11:08:56.175 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.2 MB 00:01 2024-08-13T11:08:57.152 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.2 MB 00:02 2024-08-13T11:08:57.726 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - AppStream 22 MB/s | 20 MB 00:00 2024-08-13T11:08:58.819 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 34 MB/s | 20 MB 00:00 2024-08-13T11:09:00.900 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 5.5 MB/s | 20 MB 00:03 2024-08-13T11:09:03.468 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.6 MB 00:01 2024-08-13T11:09:03.553 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 6.9 MB/s | 6.6 MB 00:00 2024-08-13T11:09:04.985 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - Extras packages 106 kB/s | 18 kB 00:00 2024-08-13T11:09:05.229 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 18 kB 00:00 2024-08-13T11:09:05.776 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 6.0 MB/s | 6.6 MB 00:01 2024-08-13T11:09:06.322 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 18 MB/s | 22 MB 00:01 2024-08-13T11:09:06.524 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 19 MB/s | 22 MB 00:01 2024-08-13T11:09:08.393 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 18 kB 00:01 2024-08-13T11:09:09.564 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 21 MB/s | 22 MB 00:01 2024-08-13T11:09:11.802 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-08-13T11:09:11.947 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-08-13T11:09:12.001 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:01 ago on Tue 13 Aug 2024 11:09:11 AM UTC. 2024-08-13T11:09:13.800 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-08-13T11:09:13.800 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-08-13T11:09:13.870 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-08-13T11:09:13.870 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-08-13T11:09:13.891 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-08-13T11:09:13.897 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-08-13T11:09:13.898 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:09:13.898 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:09:13.898 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:09:13.898 INFO:teuthology.orchestra.run.smithi187.stdout:Install 4 Packages 2024-08-13T11:09:13.898 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:09:13.898 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 84 M 2024-08-13T11:09:13.898 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 126 M 2024-08-13T11:09:13.899 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:09:13.967 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:09:13.978 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:09:13.978 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-08-13T11:09:13.979 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:09:13.980 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 84 M 2024-08-13T11:09:13.980 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 126 M 2024-08-13T11:09:13.980 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:09:14.257 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 6.4 MB/s | 1.5 MB 00:00 2024-08-13T11:09:14.549 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 32 MB/s | 17 MB 00:00 2024-08-13T11:09:14.721 INFO:teuthology.orchestra.run.smithi187.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 2.8 MB/s | 1.5 MB 00:00 2024-08-13T11:09:14.936 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-08-13T11:09:14.991 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-modules-core-5.14.0-480.el9.x86_6 41 MB/s | 30 MB 00:00 2024-08-13T11:09:15.341 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 27 MB/s | 36 MB 00:01 2024-08-13T11:09:15.341 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:09:15.341 INFO:teuthology.orchestra.run.smithi138.stdout:Total 62 MB/s | 84 MB 00:01 2024-08-13T11:09:16.081 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:09:16.436 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:09:16.436 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:09:16.909 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-08-13T11:09:16.909 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-08-13T11:09:17.015 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:09:17.032 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:09:17.032 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-08-13T11:09:17.032 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:09:17.032 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:09:17.032 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-08-13T11:09:17.032 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:09:17.032 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-08-13T11:09:17.033 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-08-13T11:09:17.033 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-08-13T11:09:17.033 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:09:17.033 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:09:17.033 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:09:17.033 INFO:teuthology.orchestra.run.smithi171.stdout:Install 4 Packages 2024-08-13T11:09:17.033 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:09:17.034 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 84 M 2024-08-13T11:09:17.034 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 126 M 2024-08-13T11:09:17.034 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:09:17.432 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:09:17.432 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:09:17.754 INFO:teuthology.orchestra.run.smithi171.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 3.4 MB/s | 1.5 MB 00:00 2024-08-13T11:09:17.812 INFO:teuthology.orchestra.run.smithi187.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 4.7 MB/s | 17 MB 00:03 2024-08-13T11:09:18.670 INFO:teuthology.orchestra.run.smithi187.stdout:(3/4): kernel-modules-core-5.14.0-480.el9.x86_6 7.6 MB/s | 30 MB 00:03 2024-08-13T11:09:19.737 INFO:teuthology.orchestra.run.smithi187.stdout:(4/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 6.5 MB/s | 36 MB 00:05 2024-08-13T11:09:19.737 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:09:19.738 INFO:teuthology.orchestra.run.smithi187.stdout:Total 14 MB/s | 84 MB 00:05 2024-08-13T11:09:19.900 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:09:20.472 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:09:20.643 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-08-13T11:09:20.734 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:09:20.826 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:09:20.827 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:09:21.831 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:09:21.832 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:09:23.378 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:09:23.533 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:09:24.280 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:09:24.929 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-08-13T11:09:25.020 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:09:25.137 INFO:teuthology.orchestra.run.smithi171.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 2.2 MB/s | 17 MB 00:07 2024-08-13T11:09:27.671 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:09:27.814 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:09:28.325 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:09:28.459 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:09:29.686 INFO:teuthology.orchestra.run.smithi171.stdout:(3/4): kernel-modules-core-5.14.0-480.el9.x86_6 2.5 MB/s | 30 MB 00:11 2024-08-13T11:09:30.137 INFO:teuthology.orchestra.run.smithi171.stdout:(4/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 2.8 MB/s | 36 MB 00:12 2024-08-13T11:09:30.137 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:09:30.137 INFO:teuthology.orchestra.run.smithi171.stdout:Total 6.4 MB/s | 84 MB 00:13 2024-08-13T11:09:30.872 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:09:31.223 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:09:31.223 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:09:32.243 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:09:32.243 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:09:32.648 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:09:32.714 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:09:33.288 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:09:34.715 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:09:35.403 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-08-13T11:09:35.504 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:09:37.558 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:09:38.177 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:09:38.333 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:09:43.146 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:09:43.275 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:09:48.091 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:03.007 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:03.048 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:03.433 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:03.434 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-08-13T11:10:03.434 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:10:03.434 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:10:04.250 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:04.250 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:10:04.250 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:10:04.250 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:04.250 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-08-13T11:10:04.251 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-08-13T11:10:04.251 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-08-13T11:10:04.251 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:10:04.251 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:10:04.640 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-08-13T11:10:04.720 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:04.720 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-13T11:10:04.721 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-08-13T11:10:04.721 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-13T11:10:04.721 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-13T11:10:04.721 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-08-13T11:10:04.721 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-08-13T11:10:04.721 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-08-13T11:10:04.778 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:04.779 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-13T11:10:04.779 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-08-13T11:10:04.809 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-08-13T11:10:04.809 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-08-13T11:10:04.809 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2024-08-13T11:10:04.809 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 68.el9 2024-08-13T11:10:04.809 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-08-13T11:10:04.809 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-08-13T11:10:04.809 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8264254 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:10:04.810 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-08-13T11:10:04.811 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-08-13T11:10:04.811 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-08-13T11:10:04.811 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-08-13T11:10:04.811 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:10:04.811 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-08-13T11:10:04.812 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-08-13T11:10:04.812 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 5.14.0-480.el9.x86_64 2024-08-13T11:10:04.812 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-08-13T11:10:05.482 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-08-13T11:10:06.824 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-08-13T11:10:06.856 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-08-13T11:10:06.859 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-08-13T11:10:06.878 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.kpK6YDWeBS 2024-08-13T11:10:06.878 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kpK6YDWeBS 2024-08-13T11:10:06.944 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.kpK6YDWeBS 2024-08-13T11:10:07.077 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.kpK6YDWeBS is 6KB 2024-08-13T11:10:07.129 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.kpK6YDWeBS 2024-08-13T11:10:07.143 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-08-13T11:10:07.204 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-08-13T11:10:07.204 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-08-13T11:10:07.205 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-08-13T11:10:07.205 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-08-13T11:10:07.206 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-08-13T11:10:07.241 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:07.282 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:07.358 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-08-13T11:10:07.687 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:07.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-08-13T11:10:07.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:10:07.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:10:08.511 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:10:08.512 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:10:08.919 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-08-13T11:10:08.998 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:08.999 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-13T11:10:08.999 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-08-13T11:10:08.999 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-13T11:10:08.999 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-13T11:10:08.999 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-08-13T11:10:08.999 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi187.front.sepia.ceph.com, path=None, version=distro) 2024-08-13T11:10:08.999 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-08-13T11:10:09.055 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:09.056 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-13T11:10:09.056 DEBUG:teuthology.orchestra.run.smithi187:> sudo rpm -qi grub2-tools 2024-08-13T11:10:09.092 INFO:teuthology.orchestra.run.smithi187.stdout:Name : grub2-tools 2024-08-13T11:10:09.092 INFO:teuthology.orchestra.run.smithi187.stdout:Epoch : 1 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Version : 2.06 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Release : 68.el9 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Architecture: x86_64 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Group : Unspecified 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Size : 8264254 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:License : GPLv3+ 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Packager : builder@centos.org 2024-08-13T11:10:09.093 INFO:teuthology.orchestra.run.smithi187.stdout:Vendor : CentOS 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:URL : http://www.gnu.org/software/grub/ 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:Summary : Support tools for GRUB. 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:Description : 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:customizable bootloader with modular architecture. It supports a rich 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:variety of kernel formats, file systems, computer architectures and 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:hardware devices. 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:10:09.094 INFO:teuthology.orchestra.run.smithi187.stdout:This subpackage provides tools for support of all platforms. 2024-08-13T11:10:09.095 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-08-13T11:10:09.095 INFO:teuthology.task.kernel:Updating grub on smithi187 to boot 5.14.0-480.el9.x86_64 2024-08-13T11:10:09.095 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-08-13T11:10:09.739 INFO:teuthology.orchestra.run.smithi187.stderr:Generating grub configuration file ... 2024-08-13T11:10:11.205 INFO:teuthology.orchestra.run.smithi187.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-08-13T11:10:11.240 INFO:teuthology.orchestra.run.smithi187.stderr:done 2024-08-13T11:10:11.242 DEBUG:teuthology.orchestra.run.smithi187:> mktemp 2024-08-13T11:10:11.257 INFO:teuthology.orchestra.run.smithi187.stdout:/tmp/tmp.J5LQZJgVxk 2024-08-13T11:10:11.258 DEBUG:teuthology.orchestra.run.smithi187:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.J5LQZJgVxk 2024-08-13T11:10:11.332 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0666 /tmp/tmp.J5LQZJgVxk 2024-08-13T11:10:11.474 DEBUG:teuthology.orchestra.remote:smithi187:/tmp/tmp.J5LQZJgVxk is 6KB 2024-08-13T11:10:11.522 DEBUG:teuthology.orchestra.run.smithi187:> rm -fr /tmp/tmp.J5LQZJgVxk 2024-08-13T11:10:11.537 DEBUG:teuthology.orchestra.run.smithi187:> sudo /bin/ls /boot/loader/entries || true 2024-08-13T11:10:11.598 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-08-13T11:10:11.598 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-08-13T11:10:11.598 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-08-13T11:10:11.598 INFO:teuthology.orchestra.run.smithi187.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-08-13T11:10:11.599 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-08-13T11:10:11.744 DEBUG:teuthology.orchestra.run.smithi187:> sudo shutdown -r now 2024-08-13T11:10:17.564 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:17.605 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:18.015 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:18.015 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-08-13T11:10:18.015 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-13T11:10:18.015 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-08-13T11:10:18.870 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:10:18.871 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:10:19.294 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-08-13T11:10:19.376 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:19.377 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-13T11:10:19.377 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-08-13T11:10:19.377 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-13T11:10:19.377 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-13T11:10:19.377 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-08-13T11:10:19.377 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi171.front.sepia.ceph.com, path=None, version=distro) 2024-08-13T11:10:19.377 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-08-13T11:10:19.434 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-13T11:10:19.434 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-13T11:10:19.434 DEBUG:teuthology.orchestra.run.smithi171:> sudo rpm -qi grub2-tools 2024-08-13T11:10:19.465 INFO:teuthology.orchestra.run.smithi171.stdout:Name : grub2-tools 2024-08-13T11:10:19.465 INFO:teuthology.orchestra.run.smithi171.stdout:Epoch : 1 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Version : 2.06 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Release : 68.el9 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: x86_64 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Group : Unspecified 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Size : 8264254 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:License : GPLv3+ 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Packager : builder@centos.org 2024-08-13T11:10:19.466 INFO:teuthology.orchestra.run.smithi171.stdout:Vendor : CentOS 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:URL : http://www.gnu.org/software/grub/ 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:Summary : Support tools for GRUB. 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:Description : 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:customizable bootloader with modular architecture. It supports a rich 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:variety of kernel formats, file systems, computer architectures and 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:hardware devices. 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:10:19.467 INFO:teuthology.orchestra.run.smithi171.stdout:This subpackage provides tools for support of all platforms. 2024-08-13T11:10:19.468 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-08-13T11:10:19.468 INFO:teuthology.task.kernel:Updating grub on smithi171 to boot 5.14.0-480.el9.x86_64 2024-08-13T11:10:19.468 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-08-13T11:10:20.048 INFO:teuthology.orchestra.run.smithi171.stderr:Generating grub configuration file ... 2024-08-13T11:10:21.509 INFO:teuthology.orchestra.run.smithi171.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-08-13T11:10:21.541 INFO:teuthology.orchestra.run.smithi171.stderr:done 2024-08-13T11:10:21.543 DEBUG:teuthology.orchestra.run.smithi171:> mktemp 2024-08-13T11:10:21.557 INFO:teuthology.orchestra.run.smithi171.stdout:/tmp/tmp.Yh9MqEfjZh 2024-08-13T11:10:21.558 DEBUG:teuthology.orchestra.run.smithi171:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Yh9MqEfjZh 2024-08-13T11:10:21.623 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 0666 /tmp/tmp.Yh9MqEfjZh 2024-08-13T11:10:21.755 DEBUG:teuthology.orchestra.remote:smithi171:/tmp/tmp.Yh9MqEfjZh is 6KB 2024-08-13T11:10:21.804 DEBUG:teuthology.orchestra.run.smithi171:> rm -fr /tmp/tmp.Yh9MqEfjZh 2024-08-13T11:10:21.818 DEBUG:teuthology.orchestra.run.smithi171:> sudo /bin/ls /boot/loader/entries || true 2024-08-13T11:10:21.879 INFO:teuthology.orchestra.run.smithi171.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-08-13T11:10:21.879 INFO:teuthology.orchestra.run.smithi171.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-08-13T11:10:21.879 INFO:teuthology.orchestra.run.smithi171.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-08-13T11:10:21.880 INFO:teuthology.orchestra.run.smithi171.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-08-13T11:10:21.881 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-08-13T11:10:22.031 DEBUG:teuthology.orchestra.run.smithi171:> sudo shutdown -r now 2024-08-13T11:10:37.375 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-08-13T11:10:37.376 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-08-13T11:10:37.377 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:10:41.750 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-08-13T11:10:41.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-08-13T11:10:41.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:10:52.042 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-08-13T11:10:52.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-08-13T11:10:52.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:11:26.687 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-08-13T11:11:35.696 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-08-13T11:11:35.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:11:37.381 DEBUG:teuthology.orchestra.remote:timed out 2024-08-13T11:11:41.755 DEBUG:teuthology.orchestra.remote:timed out 2024-08-13T11:11:46.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-08-13T11:11:46.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:11:49.851 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-08-13T11:11:50.348 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-08-13T11:11:50.349 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-480.el9.x86_64"... 2024-08-13T11:11:50.349 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-08-13T11:11:50.364 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-480.el9.x86_64 2024-08-13T11:11:50.364 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-08-13T11:11:50.364 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-13T11:11:50.364 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-08-13T11:11:50.755 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-08-13T11:11:50.756 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:11:51.246 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-08-13T11:11:51.365 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-08-13T11:11:51.365 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-13T11:11:51.445 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-08-13T11:11:51.485 DEBUG:teuthology.parallel:result is None 2024-08-13T11:11:51.648 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-08-13T11:11:51.649 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-480.el9.x86_64"... 2024-08-13T11:11:51.649 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-08-13T11:11:51.664 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-480.el9.x86_64 2024-08-13T11:11:51.664 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-08-13T11:11:51.664 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-13T11:11:51.664 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-08-13T11:11:52.665 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-08-13T11:11:52.665 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-13T11:11:52.754 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-08-13T11:11:52.792 DEBUG:teuthology.parallel:result is None 2024-08-13T11:11:54.078 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-08-13T11:12:06.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-08-13T11:12:06.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:12:08.233 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-08-13T11:12:08.657 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-08-13T11:12:08.657 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-480.el9.x86_64"... 2024-08-13T11:12:08.658 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-08-13T11:12:08.672 INFO:teuthology.orchestra.run.smithi171.stdout:5.14.0-480.el9.x86_64 2024-08-13T11:12:08.672 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-08-13T11:12:08.672 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-13T11:12:08.672 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-08-13T11:12:09.673 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-08-13T11:12:09.673 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-13T11:12:09.753 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-08-13T11:12:09.817 DEBUG:teuthology.parallel:result is None 2024-08-13T11:12:09.817 INFO:teuthology.run_tasks:Running task internal.base... 2024-08-13T11:12:09.826 INFO:teuthology.task.internal:Creating test directory... 2024-08-13T11:12:09.827 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-13T11:12:09.830 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-13T11:12:09.832 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-13T11:12:09.854 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-08-13T11:12:09.860 INFO:teuthology.run_tasks:Running task internal.archive... 2024-08-13T11:12:09.866 INFO:teuthology.task.internal:Creating archive directory... 2024-08-13T11:12:09.866 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-13T11:12:09.890 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-13T11:12:09.893 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-13T11:12:09.997 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-08-13T11:12:10.003 INFO:teuthology.task.internal:Enabling coredump saving... 2024-08-13T11:12:10.004 DEBUG:teuthology.orchestra.run.smithi138:> 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 2024-08-13T11:12:10.006 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-08-13T11:12:10.008 DEBUG:teuthology.orchestra.run.smithi187:> 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 2024-08-13T11:12:10.035 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-13T11:12:10.039 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-13T11:12:10.047 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-13T11:12:10.051 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-13T11:12:10.066 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-13T11:12:10.076 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-13T11:12:10.078 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-08-13T11:12:10.085 INFO:teuthology.task.internal:Configuring sudo... 2024-08-13T11:12:10.085 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-13T11:12:10.091 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-13T11:12:10.093 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-13T11:12:10.122 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-08-13T11:12:10.134 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-08-13T11:12:10.134 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-13T11:12:10.159 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-13T11:12:10.161 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-13T11:12:10.179 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-13T11:12:10.260 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-13T11:12:10.317 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-13T11:12:10.401 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-13T11:12:10.442 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:12:10.442 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-13T11:12:10.507 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-13T11:12:10.549 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-13T11:12:10.604 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-13T11:12:10.687 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-13T11:12:10.729 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:12:10.729 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-13T11:12:10.799 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-13T11:12:10.846 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-13T11:12:10.902 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-13T11:12:10.987 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-13T11:12:11.029 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:12:11.029 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-13T11:12:11.096 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-08-13T11:12:11.099 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-08-13T11:12:11.102 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-08-13T11:12:11.134 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-13T11:12:11.156 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-13T11:12:11.193 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-13T11:12:11.637 INFO:teuthology.run_tasks:Running task internal.timer... 2024-08-13T11:12:11.644 INFO:teuthology.task.internal:Starting timer... 2024-08-13T11:12:11.644 INFO:teuthology.run_tasks:Running task pcp... 2024-08-13T11:12:11.654 INFO:teuthology.run_tasks:Running task selinux... 2024-08-13T11:12:11.661 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-08-13T11:12:11.661 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-08-13T11:12:11.728 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-08-13T11:12:11.730 DEBUG:teuthology.orchestra.run.smithi171:> sudo service auditd rotate 2024-08-13T11:12:11.803 INFO:teuthology.orchestra.run.smithi171.stdout:Rotating logs: 2024-08-13T11:12:11.805 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-08-13T11:12:11.875 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-08-13T11:12:11.877 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-08-13T11:12:11.877 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-08-13T11:12:11.907 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-08-13T11:12:11.908 DEBUG:teuthology.orchestra.run.smithi171:> /usr/sbin/getenforce 2024-08-13T11:12:11.932 INFO:teuthology.orchestra.run.smithi171.stdout:Permissive 2024-08-13T11:12:11.932 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-08-13T11:12:11.955 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-08-13T11:12:11.955 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi138.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi171.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-08-13T11:12:11.955 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-08-13T11:12:11.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-13T11:12:11.984 DEBUG:teuthology.orchestra.run.smithi171:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-08-13T11:12:12.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-13T11:12:12.010 DEBUG:teuthology.orchestra.run.smithi187:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-08-13T11:12:12.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-13T11:12:12.038 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-08-13T11:12:12.038 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-08-13T11:12:12.068 DEBUG:teuthology.orchestra.run.smithi171:> sudo /usr/sbin/setenforce permissive 2024-08-13T11:12:12.094 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-08-13T11:12:12.120 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-08-13T11:12:12.129 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-08-13T11:12:12.134 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-08-13T11:12:12.257 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-08-13T11:12:12.267 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'}]}] 2024-08-13T11:12:12.268 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi138.front.sepia.ceph.com,smithi171.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-08-13T11:16:48.727 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi138.front.sepia.ceph.com'), Remote(name='ubuntu@smithi171.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2024-08-13T11:16:48.729 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-08-13T11:16:48.730 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:16:48.811 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-08-13T11:16:48.886 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-08-13T11:16:48.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-08-13T11:16:48.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:16:48.964 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-08-13T11:16:49.047 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-08-13T11:16:49.048 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-08-13T11:16:49.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-13T11:16:49.122 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-08-13T11:16:49.212 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-08-13T11:16:49.212 INFO:teuthology.run_tasks:Running task clock... 2024-08-13T11:16:49.222 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-08-13T11:16:49.223 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-13T11:16:49.223 DEBUG:teuthology.orchestra.run.smithi138:> 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 2024-08-13T11:16:49.226 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-13T11:16:49.226 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-08-13T11:16:49.230 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-13T11:16:49.230 DEBUG:teuthology.orchestra.run.smithi187:> 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 2024-08-13T11:16:49.255 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-08-13T11:16:49.259 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-08-13T11:16:49.269 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-08-13T11:16:49.274 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-08-13T11:16:49.286 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-08-13T11:16:49.294 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2024-08-13T11:16:49.299 INFO:teuthology.orchestra.run.smithi171.stderr:sudo: ntpd: command not found 2024-08-13T11:16:49.302 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-08-13T11:16:49.305 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2024-08-13T11:16:49.311 INFO:teuthology.orchestra.run.smithi171.stdout:506 Cannot talk to daemon 2024-08-13T11:16:49.319 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-08-13T11:16:49.325 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-08-13T11:16:49.328 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2024-08-13T11:16:49.332 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-08-13T11:16:49.339 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-08-13T11:16:49.340 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2024-08-13T11:16:49.355 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-08-13T11:16:49.369 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-08-13T11:16:49.387 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-08-13T11:16:49.390 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-13T11:16:49.390 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-08-13T11:16:49.390 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.391 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.391 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.391 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.396 INFO:teuthology.orchestra.run.smithi171.stderr:bash: line 1: ntpq: command not found 2024-08-13T11:16:49.399 INFO:teuthology.orchestra.run.smithi171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-13T11:16:49.399 INFO:teuthology.orchestra.run.smithi171.stdout:=============================================================================== 2024-08-13T11:16:49.399 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.399 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.399 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.399 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.426 INFO:teuthology.orchestra.run.smithi187.stderr:bash: line 1: ntpq: command not found 2024-08-13T11:16:49.430 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-13T11:16:49.430 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-08-13T11:16:49.430 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.430 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.431 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.431 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-13T11:16:49.433 INFO:teuthology.run_tasks:Running task pexec... 2024-08-13T11:16:49.443 INFO:teuthology.task.pexec:Executing custom commands... 2024-08-13T11:16:49.444 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi138.front.sepia.ceph.com 2024-08-13T11:16:49.444 DEBUG:teuthology.orchestra.run.smithi138:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-08-13T11:16:49.444 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi171.front.sepia.ceph.com 2024-08-13T11:16:49.444 DEBUG:teuthology.orchestra.run.smithi171:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-08-13T11:16:49.445 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2024-08-13T11:16:49.445 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-08-13T11:16:50.012 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:13 ago on Tue 13 Aug 2024 11:15:36 AM UTC. 2024-08-13T11:16:50.013 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:12 ago on Tue 13 Aug 2024 11:15:37 AM UTC. 2024-08-13T11:16:50.042 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:13 ago on Tue 13 Aug 2024 11:15:36 AM UTC. 2024-08-13T11:16:50.097 INFO:teuthology.orchestra.run.smithi171.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-08-13T11:16:50.099 INFO:teuthology.orchestra.run.smithi138.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-08-13T11:16:50.128 INFO:teuthology.orchestra.run.smithi187.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-08-13T11:16:50.138 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:16:50.140 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:16:50.148 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:16:50.148 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrading: 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: libnvme x86_64 1.9-2.el9 baseos 106 k 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-08-13T11:16:50.149 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:16:50.150 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:16:50.150 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:16:50.150 INFO:teuthology.orchestra.run.smithi171.stdout:Install 5 Packages 2024-08-13T11:16:50.150 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrade 2 Packages 2024-08-13T11:16:50.150 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:16:50.155 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:16:50.155 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:16:50.155 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrading: 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: libnvme x86_64 1.9-2.el9 baseos 106 k 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:16:50.156 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:16:50.157 INFO:teuthology.orchestra.run.smithi138.stdout:Install 5 Packages 2024-08-13T11:16:50.157 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrade 2 Packages 2024-08-13T11:16:50.157 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:16:50.157 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 5.2 M 2024-08-13T11:16:50.157 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:16:50.158 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 5.2 M 2024-08-13T11:16:50.158 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:16:50.169 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:16:50.180 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout:Upgrading: 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme x86_64 1.9-2.el9 baseos 106 k 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-08-13T11:16:50.181 INFO:teuthology.orchestra.run.smithi187.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-08-13T11:16:50.182 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:16:50.182 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:16:50.182 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:16:50.182 INFO:teuthology.orchestra.run.smithi187.stdout:Install 5 Packages 2024-08-13T11:16:50.182 INFO:teuthology.orchestra.run.smithi187.stdout:Upgrade 2 Packages 2024-08-13T11:16:50.182 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:16:50.189 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 5.2 M 2024-08-13T11:16:50.190 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:16:50.565 INFO:teuthology.orchestra.run.smithi171.stdout:(1/7): python3-kmod-0.9-32.el9.x86_64.rpm 274 kB/s | 84 kB 00:00 2024-08-13T11:16:50.590 INFO:teuthology.orchestra.run.smithi171.stdout:(2/7): nvmetcli-0.7-3.el9.noarch.rpm 134 kB/s | 44 kB 00:00 2024-08-13T11:16:50.615 INFO:teuthology.orchestra.run.smithi171.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 200 kB/s | 72 kB 00:00 2024-08-13T11:16:50.646 INFO:teuthology.orchestra.run.smithi138.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 468 kB/s | 44 kB 00:00 2024-08-13T11:16:50.671 INFO:teuthology.orchestra.run.smithi138.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 596 kB/s | 72 kB 00:00 2024-08-13T11:16:50.691 INFO:teuthology.orchestra.run.smithi187.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 416 kB/s | 44 kB 00:00 2024-08-13T11:16:50.697 INFO:teuthology.orchestra.run.smithi138.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 579 kB/s | 84 kB 00:00 2024-08-13T11:16:50.708 INFO:teuthology.orchestra.run.smithi187.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 579 kB/s | 72 kB 00:00 2024-08-13T11:16:50.733 INFO:teuthology.orchestra.run.smithi187.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 565 kB/s | 84 kB 00:00 2024-08-13T11:16:50.756 INFO:teuthology.orchestra.run.smithi138.stdout:(4/7): libnvme-1.9-2.el9.x86_64.rpm 1.8 MB/s | 106 kB 00:00 2024-08-13T11:16:50.774 INFO:teuthology.orchestra.run.smithi171.stdout:(4/7): libnvme-1.9-2.el9.x86_64.rpm 670 kB/s | 106 kB 00:00 2024-08-13T11:16:50.791 INFO:teuthology.orchestra.run.smithi187.stdout:(4/7): libnvme-1.9-2.el9.x86_64.rpm 1.8 MB/s | 106 kB 00:00 2024-08-13T11:16:50.823 INFO:teuthology.orchestra.run.smithi138.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.6 MB/s | 837 kB 00:00 2024-08-13T11:16:50.825 INFO:teuthology.orchestra.run.smithi187.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.1 MB/s | 837 kB 00:00 2024-08-13T11:16:50.865 INFO:teuthology.orchestra.run.smithi138.stdout:(6/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 8.1 MB/s | 903 kB 00:00 2024-08-13T11:16:50.866 INFO:teuthology.orchestra.run.smithi171.stdout:(5/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-08-13T11:16:50.884 INFO:teuthology.orchestra.run.smithi187.stdout:(6/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 9.6 MB/s | 903 kB 00:00 2024-08-13T11:16:50.891 INFO:teuthology.orchestra.run.smithi171.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2024-08-13T11:16:50.948 INFO:teuthology.orchestra.run.smithi138.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 13 MB/s | 3.2 MB 00:00 2024-08-13T11:16:50.948 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:16:50.949 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.5 MB/s | 5.2 MB 00:00 2024-08-13T11:16:51.009 INFO:teuthology.orchestra.run.smithi187.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-08-13T11:16:51.009 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:16:51.009 INFO:teuthology.orchestra.run.smithi187.stdout:Total 6.3 MB/s | 5.2 MB 00:00 2024-08-13T11:16:51.042 INFO:teuthology.orchestra.run.smithi171.stdout:(7/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 3.3 MB/s | 903 kB 00:00 2024-08-13T11:16:51.042 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:16:51.042 INFO:teuthology.orchestra.run.smithi171.stdout:Total 5.8 MB/s | 5.2 MB 00:00 2024-08-13T11:16:51.056 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:16:51.073 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:16:51.073 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:16:51.119 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:16:51.135 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:16:51.135 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:16:51.151 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:16:51.168 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:16:51.168 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:16:51.319 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:16:51.319 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:16:51.378 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:16:51.379 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:16:51.412 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:16:51.412 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:16:51.728 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:16:51.808 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:16:51.826 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:16:51.952 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : libnvme-1.9-2.el9.x86_64 1/9 2024-08-13T11:16:52.002 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-08-13T11:16:52.014 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : libnvme-1.9-2.el9.x86_64 1/9 2024-08-13T11:16:52.038 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-08-13T11:16:52.047 INFO:teuthology.orchestra.run.smithi187.stdout: Upgrading : libnvme-1.9-2.el9.x86_64 1/9 2024-08-13T11:16:52.071 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-08-13T11:16:52.079 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-08-13T11:16:52.105 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-08-13T11:16:52.113 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-08-13T11:16:52.121 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-08-13T11:16:52.138 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-08-13T11:16:52.148 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-08-13T11:16:52.164 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-08-13T11:16:52.181 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-08-13T11:16:52.206 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-08-13T11:16:52.382 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-08-13T11:16:52.412 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-08-13T11:16:52.449 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-08-13T11:16:52.481 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-08-13T11:16:52.500 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-08-13T11:16:52.535 INFO:teuthology.orchestra.run.smithi187.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-08-13T11:16:52.845 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-08-13T11:16:52.877 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-08-13T11:16:52.885 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-08-13T11:16:52.902 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-08-13T11:16:52.911 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-08-13T11:16:52.916 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-08-13T11:16:52.945 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-08-13T11:16:52.946 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-08-13T11:16:52.961 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-08-13T11:16:52.979 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-08-13T11:16:53.012 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-08-13T11:16:53.037 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-08-13T11:16:53.857 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-08-13T11:16:53.857 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-08-13T11:16:53.858 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-08-13T11:16:53.858 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-08-13T11:16:53.858 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-08-13T11:16:53.858 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-08-13T11:16:53.858 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libnvme-1.9-2.el9.x86_64 6/9 2024-08-13T11:16:53.858 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-08-13T11:16:53.858 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-08-13T11:16:53.929 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-08-13T11:16:53.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-08-13T11:16:53.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-08-13T11:16:53.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-08-13T11:16:53.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-08-13T11:16:53.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-08-13T11:16:53.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libnvme-1.9-2.el9.x86_64 6/9 2024-08-13T11:16:53.930 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-08-13T11:16:53.930 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-08-13T11:16:53.989 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-08-13T11:16:53.989 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-08-13T11:16:53.989 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-08-13T11:16:53.989 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-08-13T11:16:53.989 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-08-13T11:16:53.990 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-08-13T11:16:53.990 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libnvme-1.9-2.el9.x86_64 6/9 2024-08-13T11:16:53.990 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-08-13T11:16:53.990 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-08-13T11:16:54.218 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout:Upgraded: 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout: libnvme-1.9-2.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout: runc-4:1.1.13-4.el9.x86_64 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:16:54.219 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:16:54.302 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout:Upgraded: 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout: libnvme-1.9-2.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout: runc-4:1.1.13-4.el9.x86_64 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:16:54.303 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:16:54.353 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout:Upgraded: 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme-1.9-2.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout: runc-4:1.1.13-4.el9.x86_64 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:16:54.354 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:16:54.599 DEBUG:teuthology.parallel:result is None 2024-08-13T11:16:54.683 DEBUG:teuthology.parallel:result is None 2024-08-13T11:16:54.741 DEBUG:teuthology.parallel:result is None 2024-08-13T11:16:54.741 INFO:teuthology.run_tasks:Running task install... 2024-08-13T11:16:54.749 DEBUG:teuthology.task.install:project ceph 2024-08-13T11:16:54.749 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c162f60e3da0da3e28ab677c737cac932063e3b4'}} 2024-08-13T11:16:54.750 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c162f60e3da0da3e28ab677c737cac932063e3b4'} 2024-08-13T11:16:54.750 INFO:teuthology.task.install:Using flavor: default 2024-08-13T11:16:54.758 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-08-13T11:16:54.758 INFO:teuthology.task.install:extra packages: [] 2024-08-13T11:16:54.758 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c162f60e3da0da3e28ab677c737cac932063e3b4', 'tag': None, 'wait_for_package': False} 2024-08-13T11:16:54.759 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:16:54.761 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c162f60e3da0da3e28ab677c737cac932063e3b4', 'tag': None, 'wait_for_package': False} 2024-08-13T11:16:54.761 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:16:54.762 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'c162f60e3da0da3e28ab677c737cac932063e3b4', 'tag': None, 'wait_for_package': False} 2024-08-13T11:16:54.762 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:16:54.918 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/ 2024-08-13T11:16:54.918 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5733.gc162f60e 2024-08-13T11:16:54.921 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/ 2024-08-13T11:16:54.921 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5733.gc162f60e 2024-08-13T11:16:54.933 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/ 2024-08-13T11:16:54.933 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5733.gc162f60e 2024-08-13T11:16:55.033 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-08-13T11:16:55.034 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:16:55.034 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-08-13T11:16:55.038 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-08-13T11:16:55.038 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:16:55.038 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-08-13T11:16:55.041 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-08-13T11:16:55.042 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:16:55.042 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-08-13T11:16:55.061 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-08-13T11:16:55.061 DEBUG:teuthology.orchestra.run.smithi138:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/c162f60e3da0da3e28ab677c737cac932063e3b4/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-08-13T11:16:55.064 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-08-13T11:16:55.065 DEBUG:teuthology.orchestra.run.smithi187:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/c162f60e3da0da3e28ab677c737cac932063e3b4/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-08-13T11:16:55.069 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-08-13T11:16:55.070 DEBUG:teuthology.orchestra.run.smithi171:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/c162f60e3da0da3e28ab677c737cac932063e3b4/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-08-13T11:16:55.127 DEBUG:teuthology.orchestra.run.smithi138:> 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 2024-08-13T11:16:55.130 DEBUG:teuthology.orchestra.run.smithi187:> 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 2024-08-13T11:16:55.137 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-08-13T11:16:55.204 DEBUG:teuthology.orchestra.run.smithi138:> 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 2024-08-13T11:16:55.205 DEBUG:teuthology.orchestra.run.smithi187:> 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 2024-08-13T11:16:55.246 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-08-13T11:16:55.269 INFO:teuthology.orchestra.run.smithi138.stdout:check_obsoletes = 1 2024-08-13T11:16:55.271 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum clean all 2024-08-13T11:16:55.272 INFO:teuthology.orchestra.run.smithi187.stdout:check_obsoletes = 1 2024-08-13T11:16:55.272 INFO:teuthology.orchestra.run.smithi171.stdout:check_obsoletes = 1 2024-08-13T11:16:55.273 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum clean all 2024-08-13T11:16:55.274 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum clean all 2024-08-13T11:16:55.493 INFO:teuthology.orchestra.run.smithi138.stdout:45 files removed 2024-08-13T11:16:55.503 INFO:teuthology.orchestra.run.smithi187.stdout:45 files removed 2024-08-13T11:16:55.508 INFO:teuthology.orchestra.run.smithi171.stdout:45 files removed 2024-08-13T11:16:55.520 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-radosgw 2024-08-13T11:16:55.530 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-radosgw 2024-08-13T11:16:55.535 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-radosgw 2024-08-13T11:16:56.110 INFO:teuthology.orchestra.run.smithi138.stdout:ceph packages for x86_64 269 kB/s | 84 kB 00:00 2024-08-13T11:16:56.135 INFO:teuthology.orchestra.run.smithi171.stdout:ceph packages for x86_64 266 kB/s | 84 kB 00:00 2024-08-13T11:16:56.144 INFO:teuthology.orchestra.run.smithi187.stdout:ceph packages for x86_64 249 kB/s | 84 kB 00:00 2024-08-13T11:16:56.452 INFO:teuthology.orchestra.run.smithi138.stdout:ceph noarch packages 83 kB/s | 24 kB 00:00 2024-08-13T11:16:56.486 INFO:teuthology.orchestra.run.smithi171.stdout:ceph noarch packages 80 kB/s | 24 kB 00:00 2024-08-13T11:16:56.511 INFO:teuthology.orchestra.run.smithi187.stdout:ceph noarch packages 80 kB/s | 24 kB 00:00 2024-08-13T11:16:56.786 INFO:teuthology.orchestra.run.smithi138.stdout:ceph source packages 6.6 kB/s | 1.9 kB 00:00 2024-08-13T11:16:56.828 INFO:teuthology.orchestra.run.smithi171.stdout:ceph source packages 6.5 kB/s | 1.9 kB 00:00 2024-08-13T11:16:56.845 INFO:teuthology.orchestra.run.smithi187.stdout:ceph source packages 6.6 kB/s | 1.9 kB 00:00 2024-08-13T11:16:57.486 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.2 MB 00:00 2024-08-13T11:16:57.662 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.2 MB 00:00 2024-08-13T11:16:58.778 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.2 MB 00:01 2024-08-13T11:16:59.212 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 31 MB/s | 20 MB 00:00 2024-08-13T11:16:59.871 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - AppStream 18 MB/s | 20 MB 00:01 2024-08-13T11:17:00.570 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 28 MB/s | 20 MB 00:00 2024-08-13T11:17:03.597 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.6 MB 00:00 2024-08-13T11:17:04.255 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.6 MB 00:00 2024-08-13T11:17:05.155 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 6.6 MB 00:00 2024-08-13T11:17:05.256 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 18 kB 00:00 2024-08-13T11:17:05.697 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - Extras packages 90 kB/s | 18 kB 00:00 2024-08-13T11:17:06.427 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 21 MB/s | 22 MB 00:01 2024-08-13T11:17:06.714 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 18 kB 00:00 2024-08-13T11:17:07.010 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 19 MB/s | 22 MB 00:01 2024-08-13T11:17:08.210 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 16 MB/s | 22 MB 00:01 2024-08-13T11:17:11.833 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-08-13T11:17:12.474 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-08-13T11:17:13.474 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 46 kB/s | 1.7 kB 00:00 2024-08-13T11:17:14.167 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:17:14.169 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 11 M 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrading: 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout: librados2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.5 M 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.2 M 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 5.5 M 2024-08-13T11:17:14.170 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 22 M 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 25 k 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 754 k 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-08-13T11:17:14.171 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 508 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 5.5 M 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 45 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 138 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 188 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 369 k 2024-08-13T11:17:14.172 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 356 k 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 116 k 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout:Installing weak dependencies: 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:17:14.173 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:14.174 INFO:teuthology.orchestra.run.smithi171.stdout:Install 30 Packages 2024-08-13T11:17:14.174 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrade 2 Packages 2024-08-13T11:17:14.174 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:14.174 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 62 M 2024-08-13T11:17:14.174 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:17:14.801 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-radosgw x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 11 M 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout:Upgrading: 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout: librados2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.5 M 2024-08-13T11:17:14.803 INFO:teuthology.orchestra.run.smithi187.stdout: librbd1 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.2 M 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-base x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 5.5 M 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-common x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 22 M 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-selinux x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 25 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: libcephfs2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 754 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-08-13T11:17:14.804 INFO:teuthology.orchestra.run.smithi187.stdout: libradosstriper1 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 508 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: librgw2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 5.5 M 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-argparse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 45 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-common x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 138 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cephfs x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 188 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rados x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 369 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rbd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 356 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rgw x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 116 k 2024-08-13T11:17:14.805 INFO:teuthology.orchestra.run.smithi187.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout:Installing weak dependencies: 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout:Install 30 Packages 2024-08-13T11:17:14.806 INFO:teuthology.orchestra.run.smithi187.stdout:Upgrade 2 Packages 2024-08-13T11:17:14.807 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:14.807 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 62 M 2024-08-13T11:17:14.807 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:17:15.009 INFO:teuthology.orchestra.run.smithi171.stdout:(1/32): ceph-base-19.0.0-5733.gc162f60e.el9.x86 8.7 MB/s | 5.5 MB 00:00 2024-08-13T11:17:15.076 INFO:teuthology.orchestra.run.smithi171.stdout:(2/32): ceph-selinux-19.0.0-5733.gc162f60e.el9. 379 kB/s | 25 kB 00:00 2024-08-13T11:17:15.184 INFO:teuthology.orchestra.run.smithi171.stdout:(3/32): libcephfs2-19.0.0-5733.gc162f60e.el9.x8 6.8 MB/s | 754 kB 00:00 2024-08-13T11:17:15.285 INFO:teuthology.orchestra.run.smithi171.stdout:(4/32): libradosstriper1-19.0.0-5733.gc162f60e. 5.0 MB/s | 508 kB 00:00 2024-08-13T11:17:15.510 INFO:teuthology.orchestra.run.smithi171.stdout:(5/32): ceph-common-19.0.0-5733.gc162f60e.el9.x 19 MB/s | 22 MB 00:01 2024-08-13T11:17:15.627 INFO:teuthology.orchestra.run.smithi171.stdout:(6/32): ceph-radosgw-19.0.0-5733.gc162f60e.el9. 8.8 MB/s | 11 MB 00:01 2024-08-13T11:17:15.652 INFO:teuthology.orchestra.run.smithi171.stdout:(7/32): python3-ceph-argparse-19.0.0-5733.gc162 318 kB/s | 45 kB 00:00 2024-08-13T11:17:15.679 INFO:teuthology.orchestra.run.smithi171.stdout:(8/32): python3-ceph-common-19.0.0-5733.gc162f6 2.6 MB/s | 138 kB 00:00 2024-08-13T11:17:15.705 INFO:teuthology.orchestra.run.smithi171.stdout:(9/32): python3-cephfs-19.0.0-5733.gc162f60e.el 3.5 MB/s | 188 kB 00:00 2024-08-13T11:17:15.730 INFO:teuthology.orchestra.run.smithi171.stdout:(10/32): python3-rados-19.0.0-5733.gc162f60e.el 7.2 MB/s | 369 kB 00:00 2024-08-13T11:17:15.780 INFO:teuthology.orchestra.run.smithi171.stdout:(11/32): python3-rbd-19.0.0-5733.gc162f60e.el9. 4.6 MB/s | 356 kB 00:00 2024-08-13T11:17:15.822 INFO:teuthology.orchestra.run.smithi171.stdout:(12/32): python3-rgw-19.0.0-5733.gc162f60e.el9. 1.2 MB/s | 116 kB 00:00 2024-08-13T11:17:15.842 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 11 M 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrading: 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout: librados2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.5 M 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.2 M 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 5.5 M 2024-08-13T11:17:15.845 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 22 M 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 25 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 754 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 508 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2 x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 5.5 M 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-08-13T11:17:15.846 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 45 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 138 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 188 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 369 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 356 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 116 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-08-13T11:17:15.847 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout:Install 30 Packages 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrade 2 Packages 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:15.848 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 62 M 2024-08-13T11:17:15.849 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:17:15.897 INFO:teuthology.orchestra.run.smithi171.stdout:(13/32): librgw2-19.0.0-5733.gc162f60e.el9.x86_ 9.0 MB/s | 5.5 MB 00:00 2024-08-13T11:17:15.973 INFO:teuthology.orchestra.run.smithi171.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 556 kB/s | 107 kB 00:00 2024-08-13T11:17:15.983 INFO:teuthology.orchestra.run.smithi187.stdout:(1/32): ceph-base-19.0.0-5733.gc162f60e.el9.x86 9.9 MB/s | 5.5 MB 00:00 2024-08-13T11:17:16.007 INFO:teuthology.orchestra.run.smithi171.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 417 kB/s | 45 kB 00:00 2024-08-13T11:17:16.040 INFO:teuthology.orchestra.run.smithi171.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 737 kB/s | 160 kB 00:00 2024-08-13T11:17:16.050 INFO:teuthology.orchestra.run.smithi187.stdout:(2/32): ceph-selinux-19.0.0-5733.gc162f60e.el9. 378 kB/s | 25 kB 00:00 2024-08-13T11:17:16.091 INFO:teuthology.orchestra.run.smithi171.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 846 kB/s | 42 kB 00:00 2024-08-13T11:17:16.116 INFO:teuthology.orchestra.run.smithi171.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.5 MB/s | 662 kB 00:00 2024-08-13T11:17:16.134 INFO:teuthology.orchestra.run.smithi187.stdout:(3/32): libcephfs2-19.0.0-5733.gc162f60e.el9.x8 8.9 MB/s | 754 kB 00:00 2024-08-13T11:17:16.140 INFO:teuthology.orchestra.run.smithi171.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-08-13T11:17:16.166 INFO:teuthology.orchestra.run.smithi171.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 719 kB/s | 36 kB 00:00 2024-08-13T11:17:16.191 INFO:teuthology.orchestra.run.smithi171.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-08-13T11:17:16.216 INFO:teuthology.orchestra.run.smithi171.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-08-13T11:17:16.217 INFO:teuthology.orchestra.run.smithi187.stdout:(4/32): libradosstriper1-19.0.0-5733.gc162f60e. 6.0 MB/s | 508 kB 00:00 2024-08-13T11:17:16.333 INFO:teuthology.orchestra.run.smithi171.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-08-13T11:17:16.334 INFO:teuthology.orchestra.run.smithi187.stdout:(5/32): ceph-radosgw-19.0.0-5733.gc162f60e.el9. 12 MB/s | 11 MB 00:00 2024-08-13T11:17:16.350 INFO:teuthology.orchestra.run.smithi171.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 324 kB/s | 26 kB 00:00 2024-08-13T11:17:16.367 INFO:teuthology.orchestra.run.smithi171.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-08-13T11:17:16.377 INFO:teuthology.orchestra.run.smithi187.stdout:(6/32): python3-ceph-argparse-19.0.0-5733.gc162 1.1 MB/s | 45 kB 00:00 2024-08-13T11:17:16.393 INFO:teuthology.orchestra.run.smithi171.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-08-13T11:17:16.434 INFO:teuthology.orchestra.run.smithi171.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-08-13T11:17:16.459 INFO:teuthology.orchestra.run.smithi171.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 839 kB 00:00 2024-08-13T11:17:16.485 INFO:teuthology.orchestra.run.smithi187.stdout:(7/32): librgw2-19.0.0-5733.gc162f60e.el9.x86_6 21 MB/s | 5.5 MB 00:00 2024-08-13T11:17:16.511 INFO:teuthology.orchestra.run.smithi187.stdout:(8/32): python3-ceph-common-19.0.0-5733.gc162f6 1.0 MB/s | 138 kB 00:00 2024-08-13T11:17:16.535 INFO:teuthology.orchestra.run.smithi187.stdout:(9/32): python3-cephfs-19.0.0-5733.gc162f60e.el 3.7 MB/s | 188 kB 00:00 2024-08-13T11:17:16.569 INFO:teuthology.orchestra.run.smithi187.stdout:(10/32): python3-rados-19.0.0-5733.gc162f60e.el 6.2 MB/s | 369 kB 00:00 2024-08-13T11:17:16.585 INFO:teuthology.orchestra.run.smithi171.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-08-13T11:17:16.619 INFO:teuthology.orchestra.run.smithi187.stdout:(11/32): python3-rbd-19.0.0-5733.gc162f60e.el9. 4.2 MB/s | 356 kB 00:00 2024-08-13T11:17:16.693 INFO:teuthology.orchestra.run.smithi171.stdout:(30/32): librados2-19.0.0-5733.gc162f60e.el9.x8 15 MB/s | 3.5 MB 00:00 2024-08-13T11:17:16.760 INFO:teuthology.orchestra.run.smithi171.stdout:(31/32): libarrow-9.0.0-11.el9.x86_64.rpm 7.8 MB/s | 4.4 MB 00:00 2024-08-13T11:17:16.828 INFO:teuthology.orchestra.run.smithi187.stdout:(12/32): ceph-common-19.0.0-5733.gc162f60e.el9. 15 MB/s | 22 MB 00:01 2024-08-13T11:17:16.853 INFO:teuthology.orchestra.run.smithi187.stdout:(13/32): python3-rgw-19.0.0-5733.gc162f60e.el9. 410 kB/s | 116 kB 00:00 2024-08-13T11:17:16.860 INFO:teuthology.orchestra.run.smithi171.stdout:(32/32): librbd1-19.0.0-5733.gc162f60e.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-08-13T11:17:16.865 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:16.865 INFO:teuthology.orchestra.run.smithi171.stdout:Total 23 MB/s | 62 MB 00:02 2024-08-13T11:17:16.937 INFO:teuthology.orchestra.run.smithi187.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 337 kB/s | 107 kB 00:00 2024-08-13T11:17:16.962 INFO:teuthology.orchestra.run.smithi187.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 417 kB/s | 45 kB 00:00 2024-08-13T11:17:16.964 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:17:16.988 INFO:teuthology.orchestra.run.smithi187.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-08-13T11:17:16.999 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:17:16.999 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:17:17.025 INFO:teuthology.orchestra.run.smithi138.stdout:(1/32): ceph-base-19.0.0-5733.gc162f60e.el9.x86 5.9 MB/s | 5.5 MB 00:00 2024-08-13T11:17:17.029 INFO:teuthology.orchestra.run.smithi187.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-08-13T11:17:17.054 INFO:teuthology.orchestra.run.smithi187.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 632 kB/s | 42 kB 00:00 2024-08-13T11:17:17.075 INFO:teuthology.orchestra.run.smithi138.stdout:(2/32): ceph-selinux-19.0.0-5733.gc162f60e.el9. 503 kB/s | 25 kB 00:00 2024-08-13T11:17:17.080 INFO:teuthology.orchestra.run.smithi187.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-08-13T11:17:17.113 INFO:teuthology.orchestra.run.smithi187.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.7 MB/s | 662 kB 00:00 2024-08-13T11:17:17.139 INFO:teuthology.orchestra.run.smithi187.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 428 kB/s | 36 kB 00:00 2024-08-13T11:17:17.150 INFO:teuthology.orchestra.run.smithi138.stdout:(3/32): libcephfs2-19.0.0-5733.gc162f60e.el9.x8 9.8 MB/s | 754 kB 00:00 2024-08-13T11:17:17.164 INFO:teuthology.orchestra.run.smithi187.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 566 kB/s | 47 kB 00:00 2024-08-13T11:17:17.234 INFO:teuthology.orchestra.run.smithi138.stdout:(4/32): libradosstriper1-19.0.0-5733.gc162f60e. 6.0 MB/s | 508 kB 00:00 2024-08-13T11:17:17.281 INFO:teuthology.orchestra.run.smithi187.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-08-13T11:17:17.306 INFO:teuthology.orchestra.run.smithi187.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 284 kB/s | 26 kB 00:00 2024-08-13T11:17:17.332 INFO:teuthology.orchestra.run.smithi187.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 967 kB/s | 49 kB 00:00 2024-08-13T11:17:17.357 INFO:teuthology.orchestra.run.smithi187.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-08-13T11:17:17.391 INFO:teuthology.orchestra.run.smithi187.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 14 MB/s | 839 kB 00:00 2024-08-13T11:17:17.416 INFO:teuthology.orchestra.run.smithi187.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-08-13T11:17:17.483 INFO:teuthology.orchestra.run.smithi187.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-08-13T11:17:17.490 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:17:17.490 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:17:17.608 INFO:teuthology.orchestra.run.smithi187.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.4 MB/s | 4.4 MB 00:00 2024-08-13T11:17:17.725 INFO:teuthology.orchestra.run.smithi187.stdout:(31/32): librados2-19.0.0-5733.gc162f60e.el9.x8 11 MB/s | 3.5 MB 00:00 2024-08-13T11:17:17.759 INFO:teuthology.orchestra.run.smithi138.stdout:(5/32): ceph-common-19.0.0-5733.gc162f60e.el9.x 13 MB/s | 22 MB 00:01 2024-08-13T11:17:17.792 INFO:teuthology.orchestra.run.smithi187.stdout:(32/32): librbd1-19.0.0-5733.gc162f60e.el9.x86_ 10 MB/s | 3.2 MB 00:00 2024-08-13T11:17:17.796 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:17.796 INFO:teuthology.orchestra.run.smithi187.stdout:Total 21 MB/s | 62 MB 00:02 2024-08-13T11:17:17.835 INFO:teuthology.orchestra.run.smithi138.stdout:(6/32): librgw2-19.0.0-5733.gc162f60e.el9.x86_6 9.2 MB/s | 5.5 MB 00:00 2024-08-13T11:17:17.860 INFO:teuthology.orchestra.run.smithi138.stdout:(7/32): python3-ceph-argparse-19.0.0-5733.gc162 451 kB/s | 45 kB 00:00 2024-08-13T11:17:17.885 INFO:teuthology.orchestra.run.smithi138.stdout:(8/32): python3-ceph-common-19.0.0-5733.gc162f6 2.7 MB/s | 138 kB 00:00 2024-08-13T11:17:17.892 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:17:17.913 INFO:teuthology.orchestra.run.smithi138.stdout:(9/32): python3-cephfs-19.0.0-5733.gc162f60e.el 3.5 MB/s | 188 kB 00:00 2024-08-13T11:17:17.928 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:17:17.928 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:17:17.938 INFO:teuthology.orchestra.run.smithi138.stdout:(10/32): python3-rados-19.0.0-5733.gc162f60e.el 6.9 MB/s | 369 kB 00:00 2024-08-13T11:17:17.964 INFO:teuthology.orchestra.run.smithi138.stdout:(11/32): python3-rbd-19.0.0-5733.gc162f60e.el9. 6.9 MB/s | 356 kB 00:00 2024-08-13T11:17:17.989 INFO:teuthology.orchestra.run.smithi138.stdout:(12/32): python3-rgw-19.0.0-5733.gc162f60e.el9. 2.3 MB/s | 116 kB 00:00 2024-08-13T11:17:18.131 INFO:teuthology.orchestra.run.smithi138.stdout:(13/32): ceph-radosgw-19.0.0-5733.gc162f60e.el9 5.4 MB/s | 11 MB 00:02 2024-08-13T11:17:18.413 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:17:18.413 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:17:18.481 INFO:teuthology.orchestra.run.smithi138.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 129 kB/s | 45 kB 00:00 2024-08-13T11:17:18.506 INFO:teuthology.orchestra.run.smithi138.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 310 kB/s | 160 kB 00:00 2024-08-13T11:17:18.532 INFO:teuthology.orchestra.run.smithi138.stdout:(16/32): boost-program-options-1.75.0-8.el9.x86 188 kB/s | 107 kB 00:00 2024-08-13T11:17:18.634 INFO:teuthology.orchestra.run.smithi138.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 423 kB/s | 42 kB 00:00 2024-08-13T11:17:18.774 INFO:teuthology.orchestra.run.smithi138.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-08-13T11:17:18.824 INFO:teuthology.orchestra.run.smithi138.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.1 MB/s | 221 kB 00:00 2024-08-13T11:17:18.866 INFO:teuthology.orchestra.run.smithi138.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 391 kB/s | 36 kB 00:00 2024-08-13T11:17:18.924 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:17:18.924 INFO:teuthology.orchestra.run.smithi138.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 472 kB/s | 47 kB 00:00 2024-08-13T11:17:18.950 INFO:teuthology.orchestra.run.smithi138.stdout:(22/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.4 MB/s | 662 kB 00:00 2024-08-13T11:17:19.000 INFO:teuthology.orchestra.run.smithi138.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.3 MB/s | 309 kB 00:00 2024-08-13T11:17:19.003 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-08-13T11:17:19.032 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-08-13T11:17:19.042 INFO:teuthology.orchestra.run.smithi138.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 3.4 MB/s | 49 kB 00:00 2024-08-13T11:17:19.066 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-08-13T11:17:19.075 INFO:teuthology.orchestra.run.smithi138.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.1 MB/s | 67 kB 00:00 2024-08-13T11:17:19.088 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-13T11:17:19.092 INFO:teuthology.orchestra.run.smithi138.stdout:(26/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 223 kB/s | 26 kB 00:00 2024-08-13T11:17:19.123 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-13T11:17:19.134 INFO:teuthology.orchestra.run.smithi138.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-08-13T11:17:19.168 INFO:teuthology.orchestra.run.smithi138.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 839 kB 00:00 2024-08-13T11:17:19.252 INFO:teuthology.orchestra.run.smithi138.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2024-08-13T11:17:19.319 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-13T11:17:19.344 INFO:teuthology.orchestra.run.smithi138.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.6 MB/s | 1.6 MB 00:00 2024-08-13T11:17:19.377 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-13T11:17:19.527 INFO:teuthology.orchestra.run.smithi138.stdout:(31/32): librados2-19.0.0-5733.gc162f60e.el9.x8 9.7 MB/s | 3.5 MB 00:00 2024-08-13T11:17:19.577 INFO:teuthology.orchestra.run.smithi138.stdout:(32/32): librbd1-19.0.0-5733.gc162f60e.el9.x86_ 9.9 MB/s | 3.2 MB 00:00 2024-08-13T11:17:19.582 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:19.582 INFO:teuthology.orchestra.run.smithi138.stdout:Total 17 MB/s | 62 MB 00:03 2024-08-13T11:17:19.677 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:17:19.714 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:17:19.714 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:17:19.720 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-08-13T11:17:19.842 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:19.861 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:17:19.922 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:19.934 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-08-13T11:17:19.963 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-08-13T11:17:19.989 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-08-13T11:17:20.020 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-13T11:17:20.022 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 8/34 2024-08-13T11:17:20.045 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-13T11:17:20.052 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 9/34 2024-08-13T11:17:20.114 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 9/34 2024-08-13T11:17:20.143 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-08-13T11:17:20.189 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9. 11/34 2024-08-13T11:17:20.197 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-13T11:17:20.199 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:17:20.199 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:17:20.250 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-13T11:17:20.255 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 12/34 2024-08-13T11:17:20.279 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 13/34 2024-08-13T11:17:20.343 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 13/34 2024-08-13T11:17:20.377 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-08-13T11:17:20.487 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-08-13T11:17:20.520 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-08-13T11:17:20.562 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-08-13T11:17:20.593 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-08-13T11:17:20.597 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-08-13T11:17:20.623 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-08-13T11:17:20.655 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-08-13T11:17:20.719 INFO:teuthology.orchestra.run.smithi187.stdout: Upgrading : librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:20.821 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:20.916 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 8/34 2024-08-13T11:17:20.942 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 9/34 2024-08-13T11:17:20.977 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-08-13T11:17:21.004 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 9/34 2024-08-13T11:17:21.018 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 22/34 2024-08-13T11:17:21.034 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-08-13T11:17:21.080 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9. 11/34 2024-08-13T11:17:21.147 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 22/34 2024-08-13T11:17:21.148 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 12/34 2024-08-13T11:17:21.177 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 13/34 2024-08-13T11:17:21.181 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 23/34 2024-08-13T11:17:21.217 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-08-13T11:17:21.225 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 13/34 2024-08-13T11:17:21.259 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-08-13T11:17:21.379 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-08-13T11:17:21.410 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-08-13T11:17:21.452 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-08-13T11:17:21.483 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-08-13T11:17:21.512 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-08-13T11:17:21.545 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-08-13T11:17:21.611 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:17:21.693 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-08-13T11:17:21.708 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-08-13T11:17:21.724 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-08-13T11:17:21.746 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 26/34 2024-08-13T11:17:21.749 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-08-13T11:17:21.797 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-13T11:17:21.818 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 26/34 2024-08-13T11:17:21.818 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-13T11:17:21.875 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-08-13T11:17:21.894 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 27/34 2024-08-13T11:17:21.923 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x8 28/34 2024-08-13T11:17:21.925 INFO:teuthology.orchestra.run.smithi187.stdout: Upgrading : librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 22/34 2024-08-13T11:17:22.030 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 22/34 2024-08-13T11:17:22.055 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 23/34 2024-08-13T11:17:22.058 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-13T11:17:22.099 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-08-13T11:17:22.110 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-13T11:17:22.455 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-08-13T11:17:22.559 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:22.591 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-08-13T11:17:22.619 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 26/34 2024-08-13T11:17:22.639 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:22.675 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 26/34 2024-08-13T11:17:22.726 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 8/34 2024-08-13T11:17:22.752 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 27/34 2024-08-13T11:17:22.752 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 9/34 2024-08-13T11:17:22.780 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x8 28/34 2024-08-13T11:17:22.823 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 9/34 2024-08-13T11:17:22.853 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-08-13T11:17:22.898 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9. 11/34 2024-08-13T11:17:22.967 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 12/34 2024-08-13T11:17:22.997 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 13/34 2024-08-13T11:17:23.060 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 13/34 2024-08-13T11:17:23.095 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-08-13T11:17:23.212 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-08-13T11:17:23.254 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-08-13T11:17:23.302 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-08-13T11:17:23.338 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-08-13T11:17:23.365 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-08-13T11:17:23.398 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-08-13T11:17:23.734 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-08-13T11:17:23.778 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 22/34 2024-08-13T11:17:23.872 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 22/34 2024-08-13T11:17:23.899 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 23/34 2024-08-13T11:17:23.934 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-08-13T11:17:24.218 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:24.269 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:24.434 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-08-13T11:17:24.464 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 26/34 2024-08-13T11:17:24.536 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 26/34 2024-08-13T11:17:24.611 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 27/34 2024-08-13T11:17:24.641 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x8 28/34 2024-08-13T11:17:24.846 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:24.889 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 30/34 2024-08-13T11:17:24.979 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 30/34 2024-08-13T11:17:24.979 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-08-13T11:17:24.980 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-08-13T11:17:24.980 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:25.007 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:25.165 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:25.202 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:25.785 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:25.822 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 30/34 2024-08-13T11:17:25.924 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 30/34 2024-08-13T11:17:25.924 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-08-13T11:17:25.924 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-08-13T11:17:25.924 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:25.956 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:26.936 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:26.971 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:27.560 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 29/34 2024-08-13T11:17:27.607 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 30/34 2024-08-13T11:17:27.691 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 30/34 2024-08-13T11:17:27.691 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-08-13T11:17:27.692 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-08-13T11:17:27.692 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:27.725 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:34.890 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:34.890 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /sys 2024-08-13T11:17:34.890 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /proc 2024-08-13T11:17:34.890 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /mnt 2024-08-13T11:17:34.890 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /var/tmp 2024-08-13T11:17:34.891 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /home 2024-08-13T11:17:34.891 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /root 2024-08-13T11:17:34.891 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /tmp 2024-08-13T11:17:34.891 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:35.850 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:35.850 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /sys 2024-08-13T11:17:35.850 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /proc 2024-08-13T11:17:35.850 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /mnt 2024-08-13T11:17:35.850 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /var/tmp 2024-08-13T11:17:35.850 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /home 2024-08-13T11:17:35.850 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /root 2024-08-13T11:17:35.851 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /tmp 2024-08-13T11:17:35.851 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:35.900 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 32/34 2024-08-13T11:17:35.926 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 32/34 2024-08-13T11:17:35.926 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:35.926 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-08-13T11:17:35.926 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-13T11:17:35.926 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-13T11:17:35.926 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:35.927 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-13T11:17:36.002 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-13T11:17:36.002 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:36.893 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 32/34 2024-08-13T11:17:36.918 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 32/34 2024-08-13T11:17:36.919 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:36.919 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-08-13T11:17:36.919 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-13T11:17:36.919 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-13T11:17:36.919 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:36.920 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-13T11:17:37.003 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-13T11:17:37.004 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:37.208 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:37.208 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 1/34 2024-08-13T11:17:37.208 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2/34 2024-08-13T11:17:37.208 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 3/34 2024-08-13T11:17:37.208 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 4/34 2024-08-13T11:17:37.208 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 5/34 2024-08-13T11:17:37.208 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 6/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9. 8/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x8 9/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 10/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 11/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 12/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 13/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-08-13T11:17:37.209 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-08-13T11:17:37.210 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-08-13T11:17:37.211 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:37.211 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-08-13T11:17:37.211 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 33/34 2024-08-13T11:17:37.705 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:37.705 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /sys 2024-08-13T11:17:37.705 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /proc 2024-08-13T11:17:37.705 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /mnt 2024-08-13T11:17:37.705 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /var/tmp 2024-08-13T11:17:37.705 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /home 2024-08-13T11:17:37.706 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /root 2024-08-13T11:17:37.706 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /tmp 2024-08-13T11:17:37.706 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:37.960 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout:Upgraded: 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.961 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-9.0.0-11.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: liboath-2.6.7-2.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind-1.6.2-1.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.962 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-24.02.0-1.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: re2-1:20211101-3.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: thrift-0.15.0-2.el9.x86_64 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:37.963 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:17:38.101 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:38.101 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 1/34 2024-08-13T11:17:38.101 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2/34 2024-08-13T11:17:38.101 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 3/34 2024-08-13T11:17:38.101 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 4/34 2024-08-13T11:17:38.101 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 5/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 6/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9. 8/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x8 9/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 10/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 11/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 12/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 13/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-08-13T11:17:38.102 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-08-13T11:17:38.103 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-08-13T11:17:38.104 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-08-13T11:17:38.104 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:38.104 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-08-13T11:17:38.104 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 33/34 2024-08-13T11:17:38.352 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-test 2024-08-13T11:17:38.726 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 32/34 2024-08-13T11:17:38.751 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 32/34 2024-08-13T11:17:38.751 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:38.751 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-08-13T11:17:38.751 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-13T11:17:38.751 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-13T11:17:38.751 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:38.753 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-13T11:17:38.828 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:38.828 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:38.828 INFO:teuthology.orchestra.run.smithi187.stdout:Upgraded: 2024-08-13T11:17:38.828 INFO:teuthology.orchestra.run.smithi187.stdout: librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.828 INFO:teuthology.orchestra.run.smithi187.stdout: librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.828 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: libarrow-9.0.0-11.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: liboath-2.6.7-2.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.829 INFO:teuthology.orchestra.run.smithi187.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: libunwind-1.6.2-1.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: qatlib-24.02.0-1.el9.x86_64 2024-08-13T11:17:38.830 INFO:teuthology.orchestra.run.smithi187.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-08-13T11:17:38.831 INFO:teuthology.orchestra.run.smithi187.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-08-13T11:17:38.831 INFO:teuthology.orchestra.run.smithi187.stdout: re2-1:20211101-3.el9.x86_64 2024-08-13T11:17:38.831 INFO:teuthology.orchestra.run.smithi187.stdout: thrift-0.15.0-2.el9.x86_64 2024-08-13T11:17:38.831 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:38.831 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:17:38.837 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-13T11:17:38.837 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:38.908 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:27 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:17:39.034 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:17:39.034 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:39.034 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:17:39.034 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:39.034 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 50 M 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 163 k 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout:Install 4 Packages 2024-08-13T11:17:39.035 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:39.036 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 51 M 2024-08-13T11:17:39.036 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 216 M 2024-08-13T11:17:39.036 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:17:39.211 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-test 2024-08-13T11:17:39.329 INFO:teuthology.orchestra.run.smithi171.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-08-13T11:17:39.354 INFO:teuthology.orchestra.run.smithi171.stdout:(2/4): libcephsqlite-19.0.0-5733.gc162f60e.el9. 649 kB/s | 163 kB 00:00 2024-08-13T11:17:39.380 INFO:teuthology.orchestra.run.smithi171.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-08-13T11:17:39.768 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:27 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:17:39.894 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:17:39.895 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:39.895 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:17:39.895 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:39.895 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:17:39.895 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-test x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 50 M 2024-08-13T11:17:39.895 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:17:39.895 INFO:teuthology.orchestra.run.smithi187.stdout: libcephsqlite x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 163 k 2024-08-13T11:17:39.896 INFO:teuthology.orchestra.run.smithi187.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-08-13T11:17:39.896 INFO:teuthology.orchestra.run.smithi187.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-08-13T11:17:39.896 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:39.896 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:17:39.896 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:39.896 INFO:teuthology.orchestra.run.smithi187.stdout:Install 4 Packages 2024-08-13T11:17:39.896 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:39.897 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 51 M 2024-08-13T11:17:39.897 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 216 M 2024-08-13T11:17:39.897 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:17:39.985 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:39.985 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 1/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 3/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 4/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 5/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_6 6/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 7/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9. 8/34 2024-08-13T11:17:39.986 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x8 9/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 10/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 11/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 12/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 13/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-08-13T11:17:39.987 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-08-13T11:17:39.988 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 31/34 2024-08-13T11:17:39.989 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-08-13T11:17:39.989 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 33/34 2024-08-13T11:17:40.307 INFO:teuthology.orchestra.run.smithi187.stdout:(1/4): libcephsqlite-19.0.0-5733.gc162f60e.el9. 438 kB/s | 163 kB 00:00 2024-08-13T11:17:40.441 INFO:teuthology.orchestra.run.smithi187.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 478 kB/s | 64 kB 00:00 2024-08-13T11:17:40.466 INFO:teuthology.orchestra.run.smithi187.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 572 kB/s | 304 kB 00:00 2024-08-13T11:17:40.755 INFO:teuthology.orchestra.run.smithi171.stdout:(4/4): ceph-test-19.0.0-5733.gc162f60e.el9.x86_ 30 MB/s | 50 MB 00:01 2024-08-13T11:17:40.757 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:40.757 INFO:teuthology.orchestra.run.smithi171.stdout:Total 29 MB/s | 51 MB 00:01 2024-08-13T11:17:40.785 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:17:40.797 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-08-13T11:17:40.797 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:40.797 INFO:teuthology.orchestra.run.smithi138.stdout:Upgraded: 2024-08-13T11:17:40.797 INFO:teuthology.orchestra.run.smithi138.stdout: librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.797 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.797 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-9.0.0-11.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: liboath-2.6.7-2.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-08-13T11:17:40.798 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind-1.6.2-1.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:40.799 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-24.02.0-1.el9.x86_64 2024-08-13T11:17:40.800 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-08-13T11:17:40.800 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-08-13T11:17:40.800 INFO:teuthology.orchestra.run.smithi138.stdout: re2-1:20211101-3.el9.x86_64 2024-08-13T11:17:40.800 INFO:teuthology.orchestra.run.smithi138.stdout: thrift-0.15.0-2.el9.x86_64 2024-08-13T11:17:40.800 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:40.800 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:17:40.805 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:17:40.806 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:17:41.180 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-test 2024-08-13T11:17:41.186 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:17:41.186 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:17:41.683 INFO:teuthology.orchestra.run.smithi187.stdout:(4/4): ceph-test-19.0.0-5733.gc162f60e.el9.x86_ 29 MB/s | 50 MB 00:01 2024-08-13T11:17:41.685 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:41.686 INFO:teuthology.orchestra.run.smithi187.stdout:Total 28 MB/s | 51 MB 00:01 2024-08-13T11:17:41.712 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:17:41.728 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:17:41.733 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:17:41.733 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:17:41.739 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:28 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:17:41.798 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-08-13T11:17:41.837 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-08-13T11:17:41.865 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 3/4 2024-08-13T11:17:41.866 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 50 M 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 163 k 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:41.867 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:17:41.868 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:41.868 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-08-13T11:17:41.868 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:41.868 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 51 M 2024-08-13T11:17:41.868 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 216 M 2024-08-13T11:17:41.868 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:17:42.111 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:17:42.111 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:17:42.165 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): libcephsqlite-19.0.0-5733.gc162f60e.el9. 638 kB/s | 163 kB 00:00 2024-08-13T11:17:42.191 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.1 MB/s | 304 kB 00:00 2024-08-13T11:17:42.299 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 477 kB/s | 64 kB 00:00 2024-08-13T11:17:42.647 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:17:42.741 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-08-13T11:17:42.782 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-08-13T11:17:42.810 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 3/4 2024-08-13T11:17:43.499 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): ceph-test-19.0.0-5733.gc162f60e.el9.x86_ 32 MB/s | 50 MB 00:01 2024-08-13T11:17:43.501 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:43.502 INFO:teuthology.orchestra.run.smithi138.stdout:Total 31 MB/s | 51 MB 00:01 2024-08-13T11:17:43.529 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:17:43.550 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:17:43.550 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:17:43.930 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:17:43.930 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:17:44.466 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:17:44.542 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-08-13T11:17:44.591 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-08-13T11:17:44.618 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 3/4 2024-08-13T11:17:46.617 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 3/4 2024-08-13T11:17:46.738 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 4/4 2024-08-13T11:17:47.555 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 3/4 2024-08-13T11:17:47.641 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 4/4 2024-08-13T11:17:49.323 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 4/4 2024-08-13T11:17:49.323 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 1/4 2024-08-13T11:17:49.323 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 2/4 2024-08-13T11:17:49.323 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-08-13T11:17:49.399 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 3/4 2024-08-13T11:17:49.500 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 4/4 2024-08-13T11:17:49.611 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-08-13T11:17:49.611 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:49.611 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:17:49.611 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:49.611 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:49.611 INFO:teuthology.orchestra.run.smithi171.stdout: socat-1.7.4.1-6.el9.x86_64 2024-08-13T11:17:49.612 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-08-13T11:17:49.612 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:49.612 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:17:49.947 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph 2024-08-13T11:17:50.133 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 4/4 2024-08-13T11:17:50.134 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 1/4 2024-08-13T11:17:50.134 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 2/4 2024-08-13T11:17:50.134 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-08-13T11:17:50.427 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-08-13T11:17:50.427 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:50.428 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:17:50.428 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:50.428 INFO:teuthology.orchestra.run.smithi187.stdout: libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:50.428 INFO:teuthology.orchestra.run.smithi187.stdout: socat-1.7.4.1-6.el9.x86_64 2024-08-13T11:17:50.428 INFO:teuthology.orchestra.run.smithi187.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-08-13T11:17:50.428 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:50.428 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:17:50.512 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:39 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:17:50.651 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:17:50.653 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: ceph x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 6.6 k 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mds x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 2.4 M 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 1.5 M 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 284 k 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mon x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 4.8 M 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-osd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 17 M 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-08-13T11:17:50.654 INFO:teuthology.orchestra.run.smithi171.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-collections 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-08-13T11:17:50.655 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-08-13T11:17:50.656 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout:Install 37 Packages 2024-08-13T11:17:50.657 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:50.658 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 31 M 2024-08-13T11:17:50.658 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 109 M 2024-08-13T11:17:50.658 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:17:50.715 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph 2024-08-13T11:17:51.131 INFO:teuthology.orchestra.run.smithi171.stdout:(1/37): ceph-19.0.0-5733.gc162f60e.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-08-13T11:17:51.285 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:39 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:17:51.306 INFO:teuthology.orchestra.run.smithi171.stdout:(2/37): ceph-mds-19.0.0-5733.gc162f60e.el9.x86_ 6.2 MB/s | 2.4 MB 00:00 2024-08-13T11:17:51.348 INFO:teuthology.orchestra.run.smithi171.stdout:(3/37): ceph-mgr-19.0.0-5733.gc162f60e.el9.x86_ 3.6 MB/s | 1.5 MB 00:00 2024-08-13T11:17:51.424 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:17:51.426 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: ceph x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 6.6 k 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mds x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 2.4 M 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 1.5 M 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 284 k 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mon x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 4.8 M 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-osd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 17 M 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-08-13T11:17:51.427 INFO:teuthology.orchestra.run.smithi187.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-collections 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-08-13T11:17:51.428 INFO:teuthology.orchestra.run.smithi187.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-08-13T11:17:51.429 INFO:teuthology.orchestra.run.smithi187.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout:Install 37 Packages 2024-08-13T11:17:51.430 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:51.431 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 31 M 2024-08-13T11:17:51.431 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 109 M 2024-08-13T11:17:51.431 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:17:51.431 INFO:teuthology.orchestra.run.smithi171.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5733.gc162 3.3 MB/s | 284 kB 00:00 2024-08-13T11:17:51.548 INFO:teuthology.orchestra.run.smithi171.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.1 MB/s | 253 kB 00:00 2024-08-13T11:17:51.874 INFO:teuthology.orchestra.run.smithi171.stdout:(6/37): ceph-osd-19.0.0-5733.gc162f60e.el9.x86_ 30 MB/s | 17 MB 00:00 2024-08-13T11:17:51.907 INFO:teuthology.orchestra.run.smithi171.stdout:(7/37): python3-cryptography-36.0.1-4.el9.x86_6 3.4 MB/s | 1.2 MB 00:00 2024-08-13T11:17:51.919 INFO:teuthology.orchestra.run.smithi187.stdout:(1/37): ceph-19.0.0-5733.gc162f60e.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-08-13T11:17:51.991 INFO:teuthology.orchestra.run.smithi171.stdout:(8/37): ceph-mon-19.0.0-5733.gc162f60e.el9.x86_ 5.6 MB/s | 4.8 MB 00:00 2024-08-13T11:17:52.016 INFO:teuthology.orchestra.run.smithi171.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-08-13T11:17:52.033 INFO:teuthology.orchestra.run.smithi171.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 671 kB/s | 106 kB 00:00 2024-08-13T11:17:52.058 INFO:teuthology.orchestra.run.smithi171.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 5.0 MB/s | 215 kB 00:00 2024-08-13T11:17:52.100 INFO:teuthology.orchestra.run.smithi171.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 1.1 MB/s | 125 kB 00:00 2024-08-13T11:17:52.102 INFO:teuthology.orchestra.run.smithi187.stdout:(2/37): ceph-mgr-19.0.0-5733.gc162f60e.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-08-13T11:17:52.111 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 4/4 2024-08-13T11:17:52.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 1/4 2024-08-13T11:17:52.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 2/4 2024-08-13T11:17:52.112 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-08-13T11:17:52.144 INFO:teuthology.orchestra.run.smithi187.stdout:(3/37): ceph-mds-19.0.0-5733.gc162f60e.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-08-13T11:17:52.236 INFO:teuthology.orchestra.run.smithi187.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5733.gc162 3.0 MB/s | 284 kB 00:00 2024-08-13T11:17:52.367 INFO:teuthology.orchestra.run.smithi171.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 130 kB/s | 35 kB 00:00 2024-08-13T11:17:52.378 INFO:teuthology.orchestra.run.smithi187.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout: socat-1.7.4.1-6.el9.x86_64 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:52.414 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:17:52.470 INFO:teuthology.orchestra.run.smithi187.stdout:(6/37): python3-cryptography-36.0.1-4.el9.x86_6 13 MB/s | 1.2 MB 00:00 2024-08-13T11:17:52.559 INFO:teuthology.orchestra.run.smithi171.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 358 kB/s | 188 kB 00:00 2024-08-13T11:17:52.635 INFO:teuthology.orchestra.run.smithi171.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 289 kB/s | 77 kB 00:00 2024-08-13T11:17:52.646 INFO:teuthology.orchestra.run.smithi187.stdout:(7/37): ceph-osd-19.0.0-5733.gc162f60e.el9.x86_ 31 MB/s | 17 MB 00:00 2024-08-13T11:17:52.660 INFO:teuthology.orchestra.run.smithi171.stdout:(16/37): python3-mako-1.1.4-6.el9.noarch.rpm 286 kB/s | 172 kB 00:00 2024-08-13T11:17:52.671 INFO:teuthology.orchestra.run.smithi187.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-08-13T11:17:52.685 INFO:teuthology.orchestra.run.smithi171.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 406 kB/s | 51 kB 00:00 2024-08-13T11:17:52.697 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph 2024-08-13T11:17:52.735 INFO:teuthology.orchestra.run.smithi171.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-08-13T11:17:52.738 INFO:teuthology.orchestra.run.smithi187.stdout:(9/37): ceph-mon-19.0.0-5733.gc162f60e.el9.x86_ 5.8 MB/s | 4.8 MB 00:00 2024-08-13T11:17:52.763 INFO:teuthology.orchestra.run.smithi187.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-08-13T11:17:52.785 INFO:teuthology.orchestra.run.smithi171.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-08-13T11:17:52.813 INFO:teuthology.orchestra.run.smithi187.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 808 kB/s | 135 kB 00:00 2024-08-13T11:17:52.846 INFO:teuthology.orchestra.run.smithi171.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 953 kB/s | 151 kB 00:00 2024-08-13T11:17:52.869 INFO:teuthology.orchestra.run.smithi171.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 331 kB/s | 43 kB 00:00 2024-08-13T11:17:52.872 INFO:teuthology.orchestra.run.smithi187.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.6 MB/s | 215 kB 00:00 2024-08-13T11:17:52.895 INFO:teuthology.orchestra.run.smithi171.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-08-13T11:17:52.920 INFO:teuthology.orchestra.run.smithi171.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 707 kB/s | 18 kB 00:00 2024-08-13T11:17:52.945 INFO:teuthology.orchestra.run.smithi171.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-08-13T11:17:52.964 INFO:teuthology.orchestra.run.smithi187.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 938 kB/s | 188 kB 00:00 2024-08-13T11:17:52.970 INFO:teuthology.orchestra.run.smithi171.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-08-13T11:17:52.981 INFO:teuthology.orchestra.run.smithi187.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 319 kB/s | 35 kB 00:00 2024-08-13T11:17:52.996 INFO:teuthology.orchestra.run.smithi171.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-08-13T11:17:53.006 INFO:teuthology.orchestra.run.smithi187.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 893 kB/s | 172 kB 00:00 2024-08-13T11:17:53.021 INFO:teuthology.orchestra.run.smithi171.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-08-13T11:17:53.031 INFO:teuthology.orchestra.run.smithi187.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-08-13T11:17:53.046 INFO:teuthology.orchestra.run.smithi171.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-08-13T11:17:53.049 INFO:teuthology.orchestra.run.smithi187.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 994 kB/s | 42 kB 00:00 2024-08-13T11:17:53.080 INFO:teuthology.orchestra.run.smithi171.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-08-13T11:17:53.090 INFO:teuthology.orchestra.run.smithi187.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 467 kB/s | 51 kB 00:00 2024-08-13T11:17:53.105 INFO:teuthology.orchestra.run.smithi171.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 940 kB/s | 79 kB 00:00 2024-08-13T11:17:53.107 INFO:teuthology.orchestra.run.smithi187.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 295 kB/s | 22 kB 00:00 2024-08-13T11:17:53.130 INFO:teuthology.orchestra.run.smithi171.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-08-13T11:17:53.147 INFO:teuthology.orchestra.run.smithi171.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-08-13T11:17:53.172 INFO:teuthology.orchestra.run.smithi171.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 854 kB/s | 36 kB 00:00 2024-08-13T11:17:53.183 INFO:teuthology.orchestra.run.smithi187.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-08-13T11:17:53.198 INFO:teuthology.orchestra.run.smithi171.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-08-13T11:17:53.200 INFO:teuthology.orchestra.run.smithi187.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 408 kB/s | 43 kB 00:00 2024-08-13T11:17:53.223 INFO:teuthology.orchestra.run.smithi171.stdout:(35/37): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-08-13T11:17:53.233 INFO:teuthology.orchestra.run.smithi187.stdout:(22/37): python3-cherrypy-18.6.1-2.el9.noarch.r 7.3 MB/s | 358 kB 00:00 2024-08-13T11:17:53.248 INFO:teuthology.orchestra.run.smithi171.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-08-13T11:17:53.250 INFO:teuthology.orchestra.run.smithi187.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-08-13T11:17:53.260 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:40 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:17:53.267 INFO:teuthology.orchestra.run.smithi187.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 525 kB/s | 18 kB 00:00 2024-08-13T11:17:53.284 INFO:teuthology.orchestra.run.smithi187.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 687 kB/s | 23 kB 00:00 2024-08-13T11:17:53.298 INFO:teuthology.orchestra.run.smithi171.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-08-13T11:17:53.301 INFO:teuthology.orchestra.run.smithi187.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 579 kB/s | 19 kB 00:00 2024-08-13T11:17:53.302 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:53.302 INFO:teuthology.orchestra.run.smithi171.stdout:Total 12 MB/s | 31 MB 00:02 2024-08-13T11:17:53.335 INFO:teuthology.orchestra.run.smithi187.stdout:(27/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 852 kB/s | 172 kB 00:00 2024-08-13T11:17:53.351 INFO:teuthology.orchestra.run.smithi187.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-08-13T11:17:53.377 INFO:teuthology.orchestra.run.smithi187.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-08-13T11:17:53.396 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout: ceph x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 6.6 k 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 2.4 M 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 1.5 M 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 284 k 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 4.8 M 2024-08-13T11:17:53.399 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 17 M 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-08-13T11:17:53.400 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-08-13T11:17:53.401 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout:Install 37 Packages 2024-08-13T11:17:53.402 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:17:53.403 INFO:teuthology.orchestra.run.smithi187.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-08-13T11:17:53.403 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 31 M 2024-08-13T11:17:53.403 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 109 M 2024-08-13T11:17:53.403 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:17:53.427 INFO:teuthology.orchestra.run.smithi187.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-08-13T11:17:53.453 INFO:teuthology.orchestra.run.smithi187.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-08-13T11:17:53.454 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:17:53.478 INFO:teuthology.orchestra.run.smithi187.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-08-13T11:17:53.493 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:17:53.493 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:17:53.503 INFO:teuthology.orchestra.run.smithi187.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-08-13T11:17:53.528 INFO:teuthology.orchestra.run.smithi187.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 807 kB/s | 20 kB 00:00 2024-08-13T11:17:53.553 INFO:teuthology.orchestra.run.smithi187.stdout:(36/37): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-08-13T11:17:53.579 INFO:teuthology.orchestra.run.smithi187.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-08-13T11:17:53.583 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:53.583 INFO:teuthology.orchestra.run.smithi187.stdout:Total 14 MB/s | 31 MB 00:02 2024-08-13T11:17:53.728 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:17:53.768 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:17:53.768 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:17:53.935 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:17:53.935 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:17:54.159 INFO:teuthology.orchestra.run.smithi138.stdout:(1/37): ceph-19.0.0-5733.gc162f60e.el9.x86_64.r 34 kB/s | 6.6 kB 00:00 2024-08-13T11:17:54.216 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:17:54.216 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:17:54.334 INFO:teuthology.orchestra.run.smithi138.stdout:(2/37): ceph-mds-19.0.0-5733.gc162f60e.el9.x86_ 6.4 MB/s | 2.4 MB 00:00 2024-08-13T11:17:54.376 INFO:teuthology.orchestra.run.smithi138.stdout:(3/37): ceph-mgr-19.0.0-5733.gc162f60e.el9.x86_ 3.7 MB/s | 1.5 MB 00:00 2024-08-13T11:17:54.476 INFO:teuthology.orchestra.run.smithi138.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5733.gc162 2.8 MB/s | 284 kB 00:00 2024-08-13T11:17:54.627 INFO:teuthology.orchestra.run.smithi138.stdout:(5/37): ceph-mon-19.0.0-5733.gc162f60e.el9.x86_ 10 MB/s | 4.8 MB 00:00 2024-08-13T11:17:54.702 INFO:teuthology.orchestra.run.smithi138.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-08-13T11:17:54.744 INFO:teuthology.orchestra.run.smithi138.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-08-13T11:17:54.936 INFO:teuthology.orchestra.run.smithi138.stdout:(8/37): ceph-osd-19.0.0-5733.gc162f60e.el9.x86_ 28 MB/s | 17 MB 00:00 2024-08-13T11:17:54.961 INFO:teuthology.orchestra.run.smithi138.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 623 kB/s | 135 kB 00:00 2024-08-13T11:17:55.003 INFO:teuthology.orchestra.run.smithi138.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 3.3 MB/s | 1.2 MB 00:00 2024-08-13T11:17:55.028 INFO:teuthology.orchestra.run.smithi138.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-08-13T11:17:55.079 INFO:teuthology.orchestra.run.smithi138.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 878 kB/s | 125 kB 00:00 2024-08-13T11:17:55.162 INFO:teuthology.orchestra.run.smithi138.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-08-13T11:17:55.187 INFO:teuthology.orchestra.run.smithi138.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 320 kB/s | 35 kB 00:00 2024-08-13T11:17:55.205 INFO:teuthology.orchestra.run.smithi138.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.8 MB/s | 77 kB 00:00 2024-08-13T11:17:55.238 INFO:teuthology.orchestra.run.smithi138.stdout:(16/37): python3-mako-1.1.4-6.el9.noarch.rpm 822 kB/s | 172 kB 00:00 2024-08-13T11:17:55.263 INFO:teuthology.orchestra.run.smithi138.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 711 kB/s | 42 kB 00:00 2024-08-13T11:17:55.288 INFO:teuthology.orchestra.run.smithi138.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 506 kB/s | 51 kB 00:00 2024-08-13T11:17:55.319 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:17:55.372 INFO:teuthology.orchestra.run.smithi138.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 1.4 MB/s | 151 kB 00:00 2024-08-13T11:17:55.376 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-08-13T11:17:55.397 INFO:teuthology.orchestra.run.smithi138.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 401 kB/s | 43 kB 00:00 2024-08-13T11:17:55.409 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-08-13T11:17:55.423 INFO:teuthology.orchestra.run.smithi138.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.5 MB/s | 172 kB 00:00 2024-08-13T11:17:55.437 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-08-13T11:17:55.448 INFO:teuthology.orchestra.run.smithi138.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 433 kB/s | 11 kB 00:00 2024-08-13T11:17:55.465 INFO:teuthology.orchestra.run.smithi138.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 1.0 MB/s | 18 kB 00:00 2024-08-13T11:17:55.482 INFO:teuthology.orchestra.run.smithi138.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 1.4 MB/s | 23 kB 00:00 2024-08-13T11:17:55.507 INFO:teuthology.orchestra.run.smithi138.stdout:(25/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-08-13T11:17:55.510 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-08-13T11:17:55.551 INFO:teuthology.orchestra.run.smithi138.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 281 kB/s | 19 kB 00:00 2024-08-13T11:17:55.553 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-08-13T11:17:55.585 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-08-13T11:17:55.607 INFO:teuthology.orchestra.run.smithi138.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-08-13T11:17:55.624 INFO:teuthology.orchestra.run.smithi138.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 635 kB/s | 46 kB 00:00 2024-08-13T11:17:55.643 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:17:55.649 INFO:teuthology.orchestra.run.smithi138.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.9 MB/s | 79 kB 00:00 2024-08-13T11:17:55.666 INFO:teuthology.orchestra.run.smithi138.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 985 kB/s | 16 kB 00:00 2024-08-13T11:17:55.686 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-08-13T11:17:55.692 INFO:teuthology.orchestra.run.smithi138.stdout:(31/37): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-08-13T11:17:55.715 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-08-13T11:17:55.717 INFO:teuthology.orchestra.run.smithi138.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-08-13T11:17:55.734 INFO:teuthology.orchestra.run.smithi138.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 860 kB/s | 36 kB 00:00 2024-08-13T11:17:55.748 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-08-13T11:17:55.759 INFO:teuthology.orchestra.run.smithi138.stdout:(34/37): python3-webob-1.8.7-6.el9.noarch.rpm 5.4 MB/s | 230 kB 00:00 2024-08-13T11:17:55.773 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-08-13T11:17:55.776 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-08-13T11:17:55.784 INFO:teuthology.orchestra.run.smithi138.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 804 kB/s | 20 kB 00:00 2024-08-13T11:17:55.810 INFO:teuthology.orchestra.run.smithi138.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.5 MB/s | 427 kB 00:00 2024-08-13T11:17:55.822 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-08-13T11:17:55.847 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-08-13T11:17:55.856 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-08-13T11:17:55.868 INFO:teuthology.orchestra.run.smithi138.stdout:(37/37): lua-devel-5.4.4-4.el9.x86_64.rpm 35 kB/s | 22 kB 00:00 2024-08-13T11:17:55.874 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:17:55.874 INFO:teuthology.orchestra.run.smithi138.stdout:Total 12 MB/s | 31 MB 00:02 2024-08-13T11:17:55.886 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-08-13T11:17:55.891 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-08-13T11:17:55.921 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-08-13T11:17:55.924 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-08-13T11:17:55.954 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-08-13T11:17:55.994 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-08-13T11:17:56.017 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-08-13T11:17:56.018 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:17:56.029 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-08-13T11:17:56.057 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:17:56.057 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:17:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-08-13T11:17:56.104 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-08-13T11:17:56.121 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-08-13T11:17:56.144 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-08-13T11:17:56.161 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-08-13T11:17:56.179 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-08-13T11:17:56.209 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-08-13T11:17:56.236 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-08-13T11:17:56.243 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-08-13T11:17:56.276 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-08-13T11:17:56.317 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-08-13T11:17:56.352 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-08-13T11:17:56.374 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-08-13T11:17:56.387 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-08-13T11:17:56.435 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-08-13T11:17:56.452 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-08-13T11:17:56.474 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:17:56.474 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:17:56.476 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-08-13T11:17:56.514 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-08-13T11:17:56.549 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-08-13T11:17:56.552 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-08-13T11:17:56.610 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-08-13T11:17:56.678 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-08-13T11:17:56.688 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-08-13T11:17:56.767 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-08-13T11:17:56.819 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-08-13T11:17:56.858 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-08-13T11:17:56.888 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-08-13T11:17:56.907 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-08-13T11:17:56.965 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-08-13T11:17:56.970 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-08-13T11:17:57.044 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-08-13T11:17:57.142 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-08-13T11:17:57.167 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-08-13T11:17:57.180 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-08-13T11:17:57.212 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-08-13T11:17:57.283 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-08-13T11:17:57.306 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-08-13T11:17:57.373 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-08-13T11:17:57.412 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-08-13T11:17:57.469 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9. 32/37 2024-08-13T11:17:57.490 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 33/37 2024-08-13T11:17:57.517 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 33/37 2024-08-13T11:17:57.517 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:57.517 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-08-13T11:17:57.517 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-13T11:17:57.517 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-13T11:17:57.517 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:57.539 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-08-13T11:17:57.709 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9. 32/37 2024-08-13T11:17:57.738 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 33/37 2024-08-13T11:17:57.765 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 33/37 2024-08-13T11:17:57.765 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:57.765 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-08-13T11:17:57.765 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-13T11:17:57.766 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-13T11:17:57.766 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:57.842 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:17:57.905 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-08-13T11:17:57.937 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-08-13T11:17:57.974 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-08-13T11:17:58.044 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-08-13T11:17:58.106 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-08-13T11:17:58.147 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-08-13T11:17:58.238 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-08-13T11:17:58.341 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-08-13T11:17:58.391 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-08-13T11:17:58.426 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-08-13T11:17:58.456 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-08-13T11:17:58.491 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-08-13T11:17:58.524 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-08-13T11:17:58.565 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-08-13T11:17:58.599 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-08-13T11:17:58.637 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-08-13T11:17:58.707 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-08-13T11:17:58.746 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-08-13T11:17:58.821 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-08-13T11:17:58.959 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-08-13T11:17:58.974 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 34/37 2024-08-13T11:17:59.002 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 34/37 2024-08-13T11:17:59.002 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:59.002 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-08-13T11:17:59.002 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-13T11:17:59.003 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-13T11:17:59.003 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:59.047 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-08-13T11:17:59.100 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-08-13T11:17:59.139 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-08-13T11:17:59.196 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-08-13T11:17:59.215 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 34/37 2024-08-13T11:17:59.242 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 34/37 2024-08-13T11:17:59.242 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:59.243 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-08-13T11:17:59.243 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-13T11:17:59.243 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-13T11:17:59.243 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:59.252 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-08-13T11:17:59.442 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 35/37 2024-08-13T11:17:59.450 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-08-13T11:17:59.466 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 35/37 2024-08-13T11:17:59.466 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:59.466 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-08-13T11:17:59.466 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-13T11:17:59.466 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-13T11:17:59.466 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:59.501 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-08-13T11:17:59.580 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-08-13T11:17:59.668 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-08-13T11:17:59.682 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 35/37 2024-08-13T11:17:59.693 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 36/37 2024-08-13T11:17:59.706 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 35/37 2024-08-13T11:17:59.706 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:59.706 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-08-13T11:17:59.706 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-13T11:17:59.706 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-13T11:17:59.706 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:59.708 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-08-13T11:17:59.717 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 36/37 2024-08-13T11:17:59.717 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:59.717 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-08-13T11:17:59.717 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-13T11:17:59.717 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-13T11:17:59.717 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:17:59.782 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 37/37 2024-08-13T11:17:59.835 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-08-13T11:17:59.924 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 36/37 2024-08-13T11:17:59.948 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 36/37 2024-08-13T11:17:59.948 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:17:59.948 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-08-13T11:17:59.948 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-13T11:17:59.948 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-13T11:17:59.948 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:17:59.998 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9. 32/37 2024-08-13T11:18:00.013 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 37/37 2024-08-13T11:18:00.028 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 33/37 2024-08-13T11:18:00.054 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 33/37 2024-08-13T11:18:00.055 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:00.055 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-08-13T11:18:00.055 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-13T11:18:00.055 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-13T11:18:00.055 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:01.512 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 34/37 2024-08-13T11:18:01.539 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 34/37 2024-08-13T11:18:01.540 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:01.540 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-08-13T11:18:01.540 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-13T11:18:01.540 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-13T11:18:01.540 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 37/37 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 1/37 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 2/37 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 3/37 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 4/37 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 5/37 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9. 6/37 2024-08-13T11:18:01.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-08-13T11:18:01.550 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-08-13T11:18:01.551 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-08-13T11:18:01.552 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-08-13T11:18:01.553 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-08-13T11:18:01.553 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-08-13T11:18:01.553 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-08-13T11:18:01.553 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-08-13T11:18:01.553 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-08-13T11:18:01.554 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-08-13T11:18:01.554 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-08-13T11:18:01.554 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-08-13T11:18:01.554 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-08-13T11:18:01.554 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-08-13T11:18:01.554 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 37/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 1/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 2/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 3/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 4/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 5/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9. 6/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-08-13T11:18:01.848 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-08-13T11:18:01.849 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-08-13T11:18:01.851 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-08-13T11:18:01.851 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-08-13T11:18:01.851 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-08-13T11:18:01.851 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-08-13T11:18:01.851 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-08-13T11:18:01.851 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-08-13T11:18:01.851 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-08-13T11:18:01.852 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-08-13T11:18:01.852 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-08-13T11:18:01.852 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-08-13T11:18:01.852 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-08-13T11:18:01.979 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 35/37 2024-08-13T11:18:02.003 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 35/37 2024-08-13T11:18:02.003 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:02.003 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-08-13T11:18:02.003 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-13T11:18:02.003 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-13T11:18:02.003 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:02.221 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 36/37 2024-08-13T11:18:02.245 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 36/37 2024-08-13T11:18:02.246 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:02.246 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-08-13T11:18:02.246 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-13T11:18:02.246 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-13T11:18:02.246 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:02.310 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 37/37 2024-08-13T11:18:02.513 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-08-13T11:18:02.513 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:02.513 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:02.513 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: lua-5.4.4-4.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: luarocks-3.9.2-5.el9.noarch 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-08-13T11:18:02.514 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-mako-1.1.4-6.el9.noarch 2024-08-13T11:18:02.515 INFO:teuthology.orchestra.run.smithi171.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-packaging-20.9-5.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ply-3.11-14.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-portend-3.1.0-2.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pycparser-2.20-6.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytz-2021.1-5.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-2.25.1-8.el9.noarch 2024-08-13T11:18:02.516 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-08-13T11:18:02.517 INFO:teuthology.orchestra.run.smithi171.stdout: python3-toml-0.10.2-6.el9.noarch 2024-08-13T11:18:02.517 INFO:teuthology.orchestra.run.smithi171.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-08-13T11:18:02.517 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webob-1.8.7-6.el9.noarch 2024-08-13T11:18:02.517 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-08-13T11:18:02.517 INFO:teuthology.orchestra.run.smithi171.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-08-13T11:18:02.517 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:02.517 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.894 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: lua-5.4.4-4.el9.x86_64 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: luarocks-3.9.2-5.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-08-13T11:18:02.895 INFO:teuthology.orchestra.run.smithi187.stdout: python3-mako-1.1.4-6.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-packaging-20.9-5.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ply-3.11-14.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-portend-3.1.0-2.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pycparser-2.20-6.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytz-2021.1-5.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-requests-2.25.1-8.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-toml-0.10.2-6.el9.noarch 2024-08-13T11:18:02.896 INFO:teuthology.orchestra.run.smithi187.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-08-13T11:18:02.897 INFO:teuthology.orchestra.run.smithi187.stdout: python3-webob-1.8.7-6.el9.noarch 2024-08-13T11:18:02.897 INFO:teuthology.orchestra.run.smithi187.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-08-13T11:18:02.897 INFO:teuthology.orchestra.run.smithi187.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-08-13T11:18:02.897 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:02.897 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:02.902 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-base 2024-08-13T11:18:03.279 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-base 2024-08-13T11:18:03.458 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:52 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:03.543 INFO:teuthology.orchestra.run.smithi171.stdout:Package ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:03.584 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:03.585 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:03.585 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:03.643 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install cephadm 2024-08-13T11:18:03.830 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:51 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:03.916 INFO:teuthology.orchestra.run.smithi187.stdout:Package ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:03.958 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:03.959 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:03.959 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:04.032 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install cephadm 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 37/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 1/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 2/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 3/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 4/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 5/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9. 6/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-08-13T11:18:04.120 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-08-13T11:18:04.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-08-13T11:18:04.122 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-08-13T11:18:04.123 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-08-13T11:18:04.124 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-08-13T11:18:04.189 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:53 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:04.316 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout: cephadm noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 773 k 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:18:04.317 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:04.318 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 773 k 2024-08-13T11:18:04.318 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 779 k 2024-08-13T11:18:04.318 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:04.578 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:52 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:04.613 INFO:teuthology.orchestra.run.smithi171.stdout:cephadm-19.0.0-5733.gc162f60e.el9.noarch.rpm 2.6 MB/s | 773 kB 00:00 2024-08-13T11:18:04.613 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:04.614 INFO:teuthology.orchestra.run.smithi171.stdout:Total 2.5 MB/s | 773 kB 00:00 2024-08-13T11:18:04.614 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:04.619 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:04.619 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:04.625 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:04.625 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:04.697 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:04.705 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:04.706 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:04.706 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:18:04.706 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout: cephadm noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 773 k 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 773 k 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 779 k 2024-08-13T11:18:04.707 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:05.006 INFO:teuthology.orchestra.run.smithi187.stdout:cephadm-19.0.0-5733.gc162f60e.el9.noarch.rpm 2.5 MB/s | 773 kB 00:00 2024-08-13T11:18:05.007 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:05.007 INFO:teuthology.orchestra.run.smithi187.stdout:Total 2.5 MB/s | 773 kB 00:00 2024-08-13T11:18:05.007 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:05.012 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:05.012 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:05.018 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:05.018 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:05.019 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-08-13T11:18:05.019 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:05.019 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:05.019 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:05.019 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:05.019 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:05.019 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: lua-5.4.4-4.el9.x86_64 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks-3.9.2-5.el9.noarch 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-08-13T11:18:05.020 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako-1.1.4-6.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging-20.9-5.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply-3.11-14.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend-3.1.0-2.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser-2.20-6.el9.noarch 2024-08-13T11:18:05.021 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz-2021.1-5.el9.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-2.25.1-8.el9.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml-0.10.2-6.el9.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob-1.8.7-6.el9.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:05.022 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:05.104 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:05.159 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:05.268 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:05.430 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-base 2024-08-13T11:18:05.567 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:05.604 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:05.660 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:05.860 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:05.860 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:05.860 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:05.860 INFO:teuthology.orchestra.run.smithi171.stdout: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:05.860 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:05.860 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:05.984 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:52 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:06.043 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:06.052 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-immutable-object-cache 2024-08-13T11:18:06.069 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-base-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:06.110 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:06.111 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:06.111 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:06.177 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install cephadm 2024-08-13T11:18:06.302 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:06.302 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:06.302 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:06.302 INFO:teuthology.orchestra.run.smithi187.stdout: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:06.302 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:06.302 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:06.560 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-immutable-object-cache 2024-08-13T11:18:06.620 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:55 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:06.721 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:53 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:06.750 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:06.750 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 145 k 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 145 k 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 436 k 2024-08-13T11:18:06.751 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:06.847 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 773 k 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:06.848 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:06.849 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:18:06.849 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:06.849 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 773 k 2024-08-13T11:18:06.849 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 779 k 2024-08-13T11:18:06.849 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:06.949 INFO:teuthology.orchestra.run.smithi171.stdout:ceph-immutable-object-cache-19.0.0-5733.gc162f6 736 kB/s | 145 kB 00:00 2024-08-13T11:18:06.949 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:06.949 INFO:teuthology.orchestra.run.smithi171.stdout:Total 729 kB/s | 145 kB 00:00 2024-08-13T11:18:06.950 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:06.957 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:06.957 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:07.014 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:07.014 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:07.126 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:55 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:07.135 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm-19.0.0-5733.gc162f60e.el9.noarch.rpm 2.6 MB/s | 773 kB 00:00 2024-08-13T11:18:07.135 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:07.136 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.6 MB/s | 773 kB 00:00 2024-08-13T11:18:07.136 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:07.141 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:07.141 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:07.147 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:07.147 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:07.182 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:07.220 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:07.258 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:07.258 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:07.258 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repo Size 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 145 k 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 145 k 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 436 k 2024-08-13T11:18:07.259 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:07.266 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:07.292 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:07.292 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:07.292 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-08-13T11:18:07.292 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:07.494 INFO:teuthology.orchestra.run.smithi187.stdout:ceph-immutable-object-cache-19.0.0-5733.gc162f6 617 kB/s | 145 kB 00:00 2024-08-13T11:18:07.495 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:07.495 INFO:teuthology.orchestra.run.smithi187.stdout:Total 613 kB/s | 145 kB 00:00 2024-08-13T11:18:07.495 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:07.502 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:07.503 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:07.559 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:07.559 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:07.706 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:07.714 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:07.779 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:07.799 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:07.804 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:07.804 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:07.804 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-08-13T11:18:07.804 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:08.208 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:08.218 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:08.218 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:08.218 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:08.218 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:08.218 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:08.219 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:08.445 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:08.446 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:08.446 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:08.446 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:08.446 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:08.446 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:08.456 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr 2024-08-13T11:18:08.682 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-immutable-object-cache 2024-08-13T11:18:08.760 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:08.760 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:08.760 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:08.760 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:08.760 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:08.760 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:09.010 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-mgr 2024-08-13T11:18:09.013 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:58 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:09.104 INFO:teuthology.orchestra.run.smithi171.stdout:Package ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:09.145 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:09.146 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:09.146 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:09.205 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-dashboard 2024-08-13T11:18:09.248 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:56 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:09.380 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 145 k 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:09.381 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:09.382 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:18:09.382 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:09.382 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 145 k 2024-08-13T11:18:09.382 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 436 k 2024-08-13T11:18:09.382 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:09.566 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:57 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:09.612 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-immutable-object-cache-19.0.0-5733.gc162f6 630 kB/s | 145 kB 00:00 2024-08-13T11:18:09.613 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:09.613 INFO:teuthology.orchestra.run.smithi138.stdout:Total 626 kB/s | 145 kB 00:00 2024-08-13T11:18:09.613 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:09.620 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:09.620 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:09.655 INFO:teuthology.orchestra.run.smithi187.stdout:Package ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:09.678 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:09.678 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:09.697 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:09.698 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:09.698 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:09.758 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:58 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:09.768 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-mgr-dashboard 2024-08-13T11:18:09.825 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:09.885 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:09.886 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 14 M 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 34 k 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 16 k 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-08-13T11:18:09.887 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout:Install 12 Packages 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:09.888 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 19 M 2024-08-13T11:18:09.889 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 158 M 2024-08-13T11:18:09.889 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:09.896 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:09.921 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:09.921 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:09.921 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-08-13T11:18:09.921 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:10.317 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:58 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:10.445 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:10.446 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 14 M 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 34 k 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 16 k 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-08-13T11:18:10.447 INFO:teuthology.orchestra.run.smithi187.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout:Install 12 Packages 2024-08-13T11:18:10.448 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:10.449 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 19 M 2024-08-13T11:18:10.449 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 158 M 2024-08-13T11:18:10.449 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:10.623 INFO:teuthology.orchestra.run.smithi171.stdout:(1/12): ceph-prometheus-alerts-19.0.0-5733.gc16 88 kB/s | 16 kB 00:00 2024-08-13T11:18:10.640 INFO:teuthology.orchestra.run.smithi171.stdout:(2/12): ceph-grafana-dashboards-19.0.0-5733.gc1 168 kB/s | 34 kB 00:00 2024-08-13T11:18:10.782 INFO:teuthology.orchestra.run.smithi171.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-08-13T11:18:10.849 INFO:teuthology.orchestra.run.smithi171.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.5 MB/s | 1.0 MB 00:00 2024-08-13T11:18:10.942 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e. 1/1 2024-08-13T11:18:10.942 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:10.942 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:10.943 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:10.943 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:10.943 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:10.958 INFO:teuthology.orchestra.run.smithi171.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.9 MB/s | 548 kB 00:00 2024-08-13T11:18:10.992 INFO:teuthology.orchestra.run.smithi171.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.0 MB/s | 863 kB 00:00 2024-08-13T11:18:11.017 INFO:teuthology.orchestra.run.smithi171.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 332 kB/s | 19 kB 00:00 2024-08-13T11:18:11.201 INFO:teuthology.orchestra.run.smithi171.stdout:(8/12): ceph-mgr-dashboard-19.0.0-5733.gc162f60 18 MB/s | 14 MB 00:00 2024-08-13T11:18:11.206 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr 2024-08-13T11:18:11.248 INFO:teuthology.orchestra.run.smithi187.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5733.gc1 167 kB/s | 34 kB 00:00 2024-08-13T11:18:11.259 INFO:teuthology.orchestra.run.smithi171.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 660 kB/s | 144 kB 00:00 2024-08-13T11:18:11.265 INFO:teuthology.orchestra.run.smithi187.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5733.gc16 74 kB/s | 16 kB 00:00 2024-08-13T11:18:11.293 INFO:teuthology.orchestra.run.smithi171.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 342 kB/s | 31 kB 00:00 2024-08-13T11:18:11.319 INFO:teuthology.orchestra.run.smithi171.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.3 MB/s | 188 kB 00:00 2024-08-13T11:18:11.377 INFO:teuthology.orchestra.run.smithi171.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.3 MB/s | 2.0 MB 00:00 2024-08-13T11:18:11.380 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:11.381 INFO:teuthology.orchestra.run.smithi171.stdout:Total 13 MB/s | 19 MB 00:01 2024-08-13T11:18:11.427 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:11.445 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:11.446 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:11.448 INFO:teuthology.orchestra.run.smithi187.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-08-13T11:18:11.515 INFO:teuthology.orchestra.run.smithi187.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.8 MB/s | 1.0 MB 00:00 2024-08-13T11:18:11.582 INFO:teuthology.orchestra.run.smithi187.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.1 MB/s | 548 kB 00:00 2024-08-13T11:18:11.599 INFO:teuthology.orchestra.run.smithi187.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.1 MB/s | 19 kB 00:00 2024-08-13T11:18:11.688 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:11.689 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:11.750 INFO:teuthology.orchestra.run.smithi187.stdout:(7/12): ceph-mgr-dashboard-19.0.0-5733.gc162f60 20 MB/s | 14 MB 00:00 2024-08-13T11:18:11.770 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:58 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:11.833 INFO:teuthology.orchestra.run.smithi187.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 8.7 MB/s | 2.0 MB 00:00 2024-08-13T11:18:11.858 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-mgr-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:11.858 INFO:teuthology.orchestra.run.smithi187.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.3 MB/s | 144 kB 00:00 2024-08-13T11:18:11.884 INFO:teuthology.orchestra.run.smithi187.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 612 kB/s | 31 kB 00:00 2024-08-13T11:18:11.898 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:11.902 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:11.902 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:11.925 INFO:teuthology.orchestra.run.smithi187.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.8 MB/s | 863 kB 00:00 2024-08-13T11:18:11.951 INFO:teuthology.orchestra.run.smithi187.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-08-13T11:18:11.954 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:11.954 INFO:teuthology.orchestra.run.smithi187.stdout:Total 13 MB/s | 19 MB 00:01 2024-08-13T11:18:11.969 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-dashboard 2024-08-13T11:18:12.001 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:12.020 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:12.020 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:12.262 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:12.262 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:12.273 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:12.345 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-08-13T11:18:12.388 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-08-13T11:18:12.435 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-08-13T11:18:12.465 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-08-13T11:18:12.522 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:59 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:12.563 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-08-13T11:18:12.646 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:12.647 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:12.647 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:18:12.647 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:12.647 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:12.647 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 14 M 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 34 k 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 16 k 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-08-13T11:18:12.648 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-08-13T11:18:12.649 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:12.650 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 19 M 2024-08-13T11:18:12.650 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 158 M 2024-08-13T11:18:12.650 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:12.702 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-08-13T11:18:12.804 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-08-13T11:18:12.854 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:12.864 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-08-13T11:18:12.892 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-08-13T11:18:12.925 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9 10/12 2024-08-13T11:18:12.934 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-08-13T11:18:12.978 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-08-13T11:18:13.024 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-08-13T11:18:13.055 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-08-13T11:18:13.156 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-08-13T11:18:13.281 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-08-13T11:18:13.374 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-08-13T11:18:13.435 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-08-13T11:18:13.513 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-08-13T11:18:13.546 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9 10/12 2024-08-13T11:18:13.602 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5733.gc1 167 kB/s | 34 kB 00:00 2024-08-13T11:18:13.627 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5733.gc16 71 kB/s | 16 kB 00:00 2024-08-13T11:18:13.770 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-08-13T11:18:13.845 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-08-13T11:18:13.920 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 7.1 MB/s | 548 kB 00:00 2024-08-13T11:18:13.946 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 783 kB/s | 19 kB 00:00 2024-08-13T11:18:13.979 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.0 MB/s | 863 kB 00:00 2024-08-13T11:18:14.038 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-08-13T11:18:14.072 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 925 kB/s | 31 kB 00:00 2024-08-13T11:18:14.097 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-08-13T11:18:14.147 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 10 MB/s | 2.0 MB 00:00 2024-08-13T11:18:14.306 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): ceph-mgr-dashboard-19.0.0-5733.gc162f6 16 MB/s | 14 MB 00:00 2024-08-13T11:18:14.309 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:14.310 INFO:teuthology.orchestra.run.smithi138.stdout:Total 12 MB/s | 19 MB 00:01 2024-08-13T11:18:14.358 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:14.376 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:14.377 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:14.628 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:14.628 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:15.239 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:15.315 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-08-13T11:18:15.358 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-08-13T11:18:15.405 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-08-13T11:18:15.436 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-08-13T11:18:15.535 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-08-13T11:18:15.790 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-08-13T11:18:15.882 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-08-13T11:18:15.942 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-08-13T11:18:15.972 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-08-13T11:18:16.003 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9 10/12 2024-08-13T11:18:16.096 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el 11/12 2024-08-13T11:18:16.157 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 12/12 2024-08-13T11:18:16.705 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el 11/12 2024-08-13T11:18:16.767 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 12/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 12/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el 1/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 2/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9 3/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-08-13T11:18:18.192 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-08-13T11:18:18.193 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-08-13T11:18:18.193 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-08-13T11:18:18.193 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-08-13T11:18:18.516 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: grpc-data-1.46.7-10.el9.noarch 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf-3.14.0-13.el9.x86_64 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-08-13T11:18:18.517 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-08-13T11:18:18.518 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-08-13T11:18:18.518 INFO:teuthology.orchestra.run.smithi171.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-08-13T11:18:18.518 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-08-13T11:18:18.518 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes-2.5.1-5.el9.noarch 2024-08-13T11:18:18.518 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:18.518 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 12/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el 1/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 2/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9 3/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-08-13T11:18:18.763 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-08-13T11:18:18.764 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-08-13T11:18:18.764 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-08-13T11:18:18.824 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-diskprediction-local 2024-08-13T11:18:19.091 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-08-13T11:18:19.091 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:19.091 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:19.091 INFO:teuthology.orchestra.run.smithi187.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-08-13T11:18:19.091 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:19.091 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: grpc-data-1.46.7-10.el9.noarch 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: protobuf-3.14.0-13.el9.x86_64 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: python3-routes-2.5.1-5.el9.noarch 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:19.092 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:19.196 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el 11/12 2024-08-13T11:18:19.268 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 12/12 2024-08-13T11:18:19.370 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:08 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:19.378 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-mgr-diskprediction-local 2024-08-13T11:18:19.499 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:19.500 INFO:teuthology.orchestra.run.smithi171.stdout:======================================================================================= 2024-08-13T11:18:19.500 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:18:19.500 INFO:teuthology.orchestra.run.smithi171.stdout:======================================================================================= 2024-08-13T11:18:19.500 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:19.500 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 7.4 M 2024-08-13T11:18:19.500 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:18:19.500 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:19.501 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:19.502 INFO:teuthology.orchestra.run.smithi171.stdout:======================================================================================= 2024-08-13T11:18:19.502 INFO:teuthology.orchestra.run.smithi171.stdout:Install 12 Packages 2024-08-13T11:18:19.502 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:19.502 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 38 M 2024-08-13T11:18:19.502 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 209 M 2024-08-13T11:18:19.503 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:19.926 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:07 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:20.033 INFO:teuthology.orchestra.run.smithi171.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 995 kB/s | 195 kB 00:00 2024-08-13T11:18:20.054 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout:======================================================================================= 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout:======================================================================================= 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 7.4 M 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-08-13T11:18:20.055 INFO:teuthology.orchestra.run.smithi187.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout:======================================================================================= 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout:Install 12 Packages 2024-08-13T11:18:20.056 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:20.057 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 38 M 2024-08-13T11:18:20.057 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 209 M 2024-08-13T11:18:20.057 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:20.150 INFO:teuthology.orchestra.run.smithi171.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-08-13T11:18:20.175 INFO:teuthology.orchestra.run.smithi171.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 803 kB 00:00 2024-08-13T11:18:20.309 INFO:teuthology.orchestra.run.smithi171.stdout:(4/12): ceph-mgr-diskprediction-local-19.0.0-57 16 MB/s | 7.4 MB 00:00 2024-08-13T11:18:20.334 INFO:teuthology.orchestra.run.smithi171.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 114 kB/s | 18 kB 00:00 2024-08-13T11:18:20.443 INFO:teuthology.orchestra.run.smithi171.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 263 kB/s | 35 kB 00:00 2024-08-13T11:18:20.501 INFO:teuthology.orchestra.run.smithi171.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.5 MB/s | 3.0 MB 00:00 2024-08-13T11:18:20.585 INFO:teuthology.orchestra.run.smithi171.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.7 MB/s | 244 kB 00:00 2024-08-13T11:18:20.599 INFO:teuthology.orchestra.run.smithi187.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-57 17 MB/s | 7.4 MB 00:00 2024-08-13T11:18:20.661 INFO:teuthology.orchestra.run.smithi171.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-08-13T11:18:20.666 INFO:teuthology.orchestra.run.smithi187.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 384 kB/s | 195 kB 00:00 2024-08-13T11:18:20.716 INFO:teuthology.orchestra.run.smithi187.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-08-13T11:18:20.758 INFO:teuthology.orchestra.run.smithi187.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 437 kB/s | 18 kB 00:00 2024-08-13T11:18:20.761 INFO:teuthology.orchestra.run.smithi171.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 5.1 MB 00:00 2024-08-13T11:18:20.800 INFO:teuthology.orchestra.run.smithi187.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 844 kB/s | 35 kB 00:00 2024-08-13T11:18:20.836 INFO:teuthology.orchestra.run.smithi171.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 9.4 MB/s | 4.7 MB 00:00 2024-08-13T11:18:20.958 INFO:teuthology.orchestra.run.smithi187.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-08-13T11:18:21.116 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 12/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el 1/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noa 2/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9 3/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-08-13T11:18:21.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-08-13T11:18:21.118 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-08-13T11:18:21.118 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-08-13T11:18:21.167 INFO:teuthology.orchestra.run.smithi187.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.0 MB/s | 3.0 MB 00:00 2024-08-13T11:18:21.192 INFO:teuthology.orchestra.run.smithi187.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2024-08-13T11:18:21.276 INFO:teuthology.orchestra.run.smithi187.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 10 MB/s | 4.7 MB 00:00 2024-08-13T11:18:21.301 INFO:teuthology.orchestra.run.smithi187.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-08-13T11:18:21.338 INFO:teuthology.orchestra.run.smithi171.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 24 MB/s | 16 MB 00:00 2024-08-13T11:18:21.338 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:21.339 INFO:teuthology.orchestra.run.smithi171.stdout:Total 21 MB/s | 38 MB 00:01 2024-08-13T11:18:21.419 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-08-13T11:18:21.419 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:21.419 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:21.419 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data-1.46.7-10.el9.noarch 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-3.14.0-13.el9.x86_64 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes-2.5.1-5.el9.noarch 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:21.420 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:21.426 INFO:teuthology.orchestra.run.smithi187.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 5.1 MB 00:00 2024-08-13T11:18:21.691 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:21.703 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-diskprediction-local 2024-08-13T11:18:21.718 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:21.718 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:21.726 INFO:teuthology.orchestra.run.smithi187.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-08-13T11:18:21.727 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:21.727 INFO:teuthology.orchestra.run.smithi187.stdout:Total 23 MB/s | 38 MB 00:01 2024-08-13T11:18:22.076 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:22.103 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:22.103 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:22.150 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:22.151 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:22.246 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:09 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:22.377 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:22.378 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-08-13T11:18:22.378 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:18:22.378 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 7.4 M 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-08-13T11:18:22.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-08-13T11:18:22.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-08-13T11:18:22.380 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:22.380 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:22.380 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-08-13T11:18:22.380 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-08-13T11:18:22.380 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:22.380 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 38 M 2024-08-13T11:18:22.381 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 209 M 2024-08-13T11:18:22.381 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:22.539 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:22.539 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:22.913 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:22.985 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-08-13T11:18:23.035 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-08-13T11:18:23.134 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-08-13T11:18:23.177 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-57 15 MB/s | 7.4 MB 00:00 2024-08-13T11:18:23.178 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-08-13T11:18:23.203 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 380 kB/s | 195 kB 00:00 2024-08-13T11:18:23.278 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 326 kB/s | 33 kB 00:00 2024-08-13T11:18:23.293 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:23.329 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 362 kB/s | 18 kB 00:00 2024-08-13T11:18:23.355 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-08-13T11:18:23.366 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-08-13T11:18:23.379 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 704 kB/s | 35 kB 00:00 2024-08-13T11:18:23.394 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-08-13T11:18:23.399 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-08-13T11:18:23.470 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-08-13T11:18:23.487 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-08-13T11:18:23.498 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-08-13T11:18:23.512 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): libgfortran-11.4.1-3.el9.x86_64.rpm 975 kB/s | 803 kB 00:00 2024-08-13T11:18:23.534 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-08-13T11:18:23.538 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 4.7 MB/s | 244 kB 00:00 2024-08-13T11:18:23.588 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-08-13T11:18:23.697 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 15 MB/s | 4.7 MB 00:00 2024-08-13T11:18:23.710 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-08-13T11:18:23.741 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-08-13T11:18:23.817 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-08-13T11:18:23.964 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-08-13T11:18:24.048 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.5 MB/s | 5.1 MB 00:00 2024-08-13T11:18:24.048 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:24.048 INFO:teuthology.orchestra.run.smithi138.stdout:Total 23 MB/s | 38 MB 00:01 2024-08-13T11:18:24.148 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-08-13T11:18:24.275 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-08-13T11:18:24.398 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:24.425 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:24.425 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:24.461 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-08-13T11:18:24.579 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-08-13T11:18:24.862 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:24.862 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:25.515 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-08-13T11:18:25.634 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:25.695 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-08-13T11:18:25.737 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-08-13T11:18:25.818 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-08-13T11:18:25.837 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-08-13T11:18:25.872 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-08-13T11:18:26.048 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-08-13T11:18:26.072 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-08-13T11:18:26.148 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-08-13T11:18:26.550 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-08-13T11:18:26.575 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 12/12 2024-08-13T11:18:26.797 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-08-13T11:18:26.836 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-08-13T11:18:26.874 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 12/12 2024-08-13T11:18:26.918 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-08-13T11:18:28.161 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-08-13T11:18:29.200 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 12/12 2024-08-13T11:18:29.200 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 1/12 2024-08-13T11:18:29.200 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-08-13T11:18:29.200 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-08-13T11:18:29.201 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-08-13T11:18:29.230 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 12/12 2024-08-13T11:18:29.541 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 12/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 1/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-08-13T11:18:29.542 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-08-13T11:18:29.633 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-0.3.21-2.el9.x86_64 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-08-13T11:18:29.634 INFO:teuthology.orchestra.run.smithi171.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-08-13T11:18:29.635 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-08-13T11:18:29.635 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-08-13T11:18:29.635 INFO:teuthology.orchestra.run.smithi171.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-08-13T11:18:29.635 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:29.635 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:29.916 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: openblas-0.3.21-2.el9.x86_64 2024-08-13T11:18:29.917 INFO:teuthology.orchestra.run.smithi187.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-08-13T11:18:29.918 INFO:teuthology.orchestra.run.smithi187.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-08-13T11:18:29.918 INFO:teuthology.orchestra.run.smithi187.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-08-13T11:18:29.918 INFO:teuthology.orchestra.run.smithi187.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-08-13T11:18:29.918 INFO:teuthology.orchestra.run.smithi187.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-08-13T11:18:29.918 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:29.918 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:30.067 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-rook 2024-08-13T11:18:30.311 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-mgr-rook 2024-08-13T11:18:30.633 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:19 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:30.761 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:30.762 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-rook noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 49 k 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-08-13T11:18:30.763 INFO:teuthology.orchestra.run.smithi171.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout:Install 13 Packages 2024-08-13T11:18:30.764 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:30.765 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 2.2 M 2024-08-13T11:18:30.765 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 26 M 2024-08-13T11:18:30.765 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:30.883 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:18 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:31.013 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-rook noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 49 k 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-08-13T11:18:31.014 INFO:teuthology.orchestra.run.smithi187.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout:Install 13 Packages 2024-08-13T11:18:31.015 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:31.016 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 2.2 M 2024-08-13T11:18:31.016 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 26 M 2024-08-13T11:18:31.016 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:31.288 INFO:teuthology.orchestra.run.smithi187.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 160 kB/s | 26 kB 00:00 2024-08-13T11:18:31.313 INFO:teuthology.orchestra.run.smithi187.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 104 kB/s | 19 kB 00:00 2024-08-13T11:18:31.339 INFO:teuthology.orchestra.run.smithi187.stdout:(3/13): ceph-mgr-rook-19.0.0-5733.gc162f60e.el9 234 kB/s | 49 kB 00:00 2024-08-13T11:18:31.364 INFO:teuthology.orchestra.run.smithi171.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 160 kB/s | 19 kB 00:00 2024-08-13T11:18:31.389 INFO:teuthology.orchestra.run.smithi171.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 177 kB/s | 26 kB 00:00 2024-08-13T11:18:31.415 INFO:teuthology.orchestra.run.smithi171.stdout:(3/13): ceph-mgr-rook-19.0.0-5733.gc162f60e.el9 289 kB/s | 49 kB 00:00 2024-08-13T11:18:31.456 INFO:teuthology.orchestra.run.smithi187.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-08-13T11:18:31.481 INFO:teuthology.orchestra.run.smithi187.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 948 kB/s | 159 kB 00:00 2024-08-13T11:18:31.498 INFO:teuthology.orchestra.run.smithi171.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-08-13T11:18:31.524 INFO:teuthology.orchestra.run.smithi171.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-08-13T11:18:31.531 INFO:teuthology.orchestra.run.smithi187.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 712 kB/s | 54 kB 00:00 2024-08-13T11:18:31.549 INFO:teuthology.orchestra.run.smithi171.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-08-13T11:18:31.582 INFO:teuthology.orchestra.run.smithi187.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-08-13T11:18:31.607 INFO:teuthology.orchestra.run.smithi187.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.0 MB/s | 279 kB 00:00 2024-08-13T11:18:31.641 INFO:teuthology.orchestra.run.smithi187.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 132 kB/s | 14 kB 00:00 2024-08-13T11:18:31.658 INFO:teuthology.orchestra.run.smithi171.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.1 MB/s | 279 kB 00:00 2024-08-13T11:18:31.683 INFO:teuthology.orchestra.run.smithi171.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 202 kB/s | 32 kB 00:00 2024-08-13T11:18:31.691 INFO:teuthology.orchestra.run.smithi187.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-08-13T11:18:31.716 INFO:teuthology.orchestra.run.smithi187.stdout:(11/13): python3-google-auth-2.32.0-1.el9.noarc 1.6 MB/s | 216 kB 00:00 2024-08-13T11:18:31.734 INFO:teuthology.orchestra.run.smithi171.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 76 kB/s | 14 kB 00:00 2024-08-13T11:18:31.741 INFO:teuthology.orchestra.run.smithi187.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-08-13T11:18:31.767 INFO:teuthology.orchestra.run.smithi171.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.9 MB/s | 59 kB 00:00 2024-08-13T11:18:31.783 INFO:teuthology.orchestra.run.smithi187.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.8 MB/s | 1.0 MB 00:00 2024-08-13T11:18:31.785 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:31.786 INFO:teuthology.orchestra.run.smithi187.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-08-13T11:18:31.792 INFO:teuthology.orchestra.run.smithi171.stdout:(11/13): python3-google-auth-2.32.0-1.el9.noarc 1.6 MB/s | 216 kB 00:00 2024-08-13T11:18:31.809 INFO:teuthology.orchestra.run.smithi171.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2024-08-13T11:18:31.848 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:31.851 INFO:teuthology.orchestra.run.smithi171.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.1 MB/s | 1.0 MB 00:00 2024-08-13T11:18:31.854 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:31.854 INFO:teuthology.orchestra.run.smithi171.stdout:Total 2.0 MB/s | 2.2 MB 00:01 2024-08-13T11:18:31.863 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:31.863 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:31.917 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:31.932 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 12/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f 1/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-08-13T11:18:31.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-08-13T11:18:31.934 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:31.935 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:31.951 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:31.951 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:32.018 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:32.018 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-08-13T11:18:32.305 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-0.3.21-2.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:32.306 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:32.470 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:32.532 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:32.646 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-08-13T11:18:32.691 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-08-13T11:18:32.702 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-08-13T11:18:32.745 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-08-13T11:18:32.758 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-08-13T11:18:32.760 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-rook 2024-08-13T11:18:32.795 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-08-13T11:18:32.825 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-08-13T11:18:32.836 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-08-13T11:18:32.863 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-08-13T11:18:32.905 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-08-13T11:18:32.934 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-08-13T11:18:33.003 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-08-13T11:18:33.040 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-08-13T11:18:33.097 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-08-13T11:18:33.109 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-08-13T11:18:33.167 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-08-13T11:18:33.328 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:20 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:33.457 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:33.458 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:33.458 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:18:33.458 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:33.459 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:33.459 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 49 k 2024-08-13T11:18:33.459 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:18:33.459 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-08-13T11:18:33.459 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-08-13T11:18:33.459 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:33.460 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:33.461 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:33.461 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2024-08-13T11:18:33.461 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:33.461 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 2.2 M 2024-08-13T11:18:33.461 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 26 M 2024-08-13T11:18:33.461 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:33.817 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-08-13T11:18:33.862 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-08-13T11:18:33.885 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-08-13T11:18:33.895 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-08-13T11:18:33.932 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-08-13T11:18:33.952 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-08-13T11:18:33.966 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-08-13T11:18:33.973 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 13/13 2024-08-13T11:18:34.011 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 217 kB/s | 26 kB 00:00 2024-08-13T11:18:34.023 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-08-13T11:18:34.036 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 133 kB/s | 19 kB 00:00 2024-08-13T11:18:34.053 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 13/13 2024-08-13T11:18:34.094 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): ceph-mgr-rook-19.0.0-5733.gc162f60e.el9 244 kB/s | 49 kB 00:00 2024-08-13T11:18:34.145 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-08-13T11:18:34.170 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-08-13T11:18:34.220 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 714 kB/s | 54 kB 00:00 2024-08-13T11:18:34.271 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 321 kB/s | 32 kB 00:00 2024-08-13T11:18:34.296 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 193 kB/s | 14 kB 00:00 2024-08-13T11:18:34.330 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): python3-google-auth-2.32.0-1.el9.noarch 3.7 MB/s | 216 kB 00:00 2024-08-13T11:18:34.355 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.0 MB/s | 279 kB 00:00 2024-08-13T11:18:34.380 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.2 MB/s | 59 kB 00:00 2024-08-13T11:18:34.447 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 976 kB/s | 90 kB 00:00 2024-08-13T11:18:34.506 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.9 MB/s | 1.0 MB 00:00 2024-08-13T11:18:34.509 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:34.509 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-08-13T11:18:34.572 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:34.587 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:34.587 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:34.674 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:34.680 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:34.757 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 13/13 2024-08-13T11:18:34.757 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 1/13 2024-08-13T11:18:34.757 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-08-13T11:18:34.757 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-08-13T11:18:34.757 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-08-13T11:18:34.758 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-08-13T11:18:34.794 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 13/13 2024-08-13T11:18:34.794 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 1/13 2024-08-13T11:18:34.794 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-08-13T11:18:34.794 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-08-13T11:18:34.794 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-08-13T11:18:34.794 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-08-13T11:18:34.795 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-08-13T11:18:34.795 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-08-13T11:18:34.795 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-08-13T11:18:34.795 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-08-13T11:18:34.795 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-08-13T11:18:34.795 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-08-13T11:18:34.795 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-08-13T11:18:35.087 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-08-13T11:18:35.087 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:35.087 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:35.087 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:35.087 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-08-13T11:18:35.087 INFO:teuthology.orchestra.run.smithi187.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-08-13T11:18:35.087 INFO:teuthology.orchestra.run.smithi187.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rsa-4.9-2.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:35.088 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:35.130 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-08-13T11:18:35.131 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-08-13T11:18:35.132 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-08-13T11:18:35.132 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rsa-4.9-2.el9.noarch 2024-08-13T11:18:35.132 INFO:teuthology.orchestra.run.smithi171.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-08-13T11:18:35.132 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:35.132 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:35.182 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:35.353 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-08-13T11:18:35.358 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-mgr-cephadm 2024-08-13T11:18:35.416 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-08-13T11:18:35.433 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-cephadm 2024-08-13T11:18:35.471 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-08-13T11:18:35.529 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-08-13T11:18:35.575 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-08-13T11:18:35.673 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-08-13T11:18:35.780 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-08-13T11:18:35.829 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-08-13T11:18:35.909 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:23 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:35.987 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:24 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:36.039 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:36.040 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:36.040 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:18:36.040 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:36.040 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:36.040 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 150 k 2024-08-13T11:18:36.040 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:18:36.040 INFO:teuthology.orchestra.run.smithi187.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout:Install 6 Packages 2024-08-13T11:18:36.041 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:36.042 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 7.0 M 2024-08-13T11:18:36.042 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 33 M 2024-08-13T11:18:36.042 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:36.117 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:36.117 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:36.117 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 150 k 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:36.118 INFO:teuthology.orchestra.run.smithi171.stdout:Install 6 Packages 2024-08-13T11:18:36.119 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:36.119 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 7.0 M 2024-08-13T11:18:36.119 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 33 M 2024-08-13T11:18:36.119 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:36.470 INFO:teuthology.orchestra.run.smithi187.stdout:(1/6): ceph-mgr-cephadm-19.0.0-5733.gc162f60e.e 652 kB/s | 150 kB 00:00 2024-08-13T11:18:36.537 INFO:teuthology.orchestra.run.smithi187.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.0 MB/s | 548 kB 00:00 2024-08-13T11:18:36.547 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-08-13T11:18:36.562 INFO:teuthology.orchestra.run.smithi187.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-08-13T11:18:36.588 INFO:teuthology.orchestra.run.smithi187.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-08-13T11:18:36.594 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-08-13T11:18:36.628 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-08-13T11:18:36.676 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-08-13T11:18:36.698 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 13/13 2024-08-13T11:18:36.813 INFO:teuthology.orchestra.run.smithi187.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 433 kB/s | 248 kB 00:00 2024-08-13T11:18:36.971 INFO:teuthology.orchestra.run.smithi171.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-08-13T11:18:36.996 INFO:teuthology.orchestra.run.smithi171.stdout:(2/6): ceph-mgr-cephadm-19.0.0-5733.gc162f60e.e 613 kB/s | 150 kB 00:00 2024-08-13T11:18:37.088 INFO:teuthology.orchestra.run.smithi171.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 630 kB/s | 58 kB 00:00 2024-08-13T11:18:37.122 INFO:teuthology.orchestra.run.smithi171.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.2 MB/s | 74 kB 00:00 2024-08-13T11:18:37.147 INFO:teuthology.orchestra.run.smithi171.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.0 MB/s | 548 kB 00:00 2024-08-13T11:18:37.273 INFO:teuthology.orchestra.run.smithi171.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-08-13T11:18:37.275 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:37.276 INFO:teuthology.orchestra.run.smithi171.stdout:Total 6.1 MB/s | 7.0 MB 00:01 2024-08-13T11:18:37.346 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:37.357 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:37.357 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:37.456 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 13/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 1/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-08-13T11:18:37.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-08-13T11:18:37.458 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:37.458 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:37.581 INFO:teuthology.orchestra.run.smithi187.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.4 MB/s | 6.0 MB 00:01 2024-08-13T11:18:37.583 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:37.584 INFO:teuthology.orchestra.run.smithi187.stdout:Total 4.5 MB/s | 7.0 MB 00:01 2024-08-13T11:18:37.654 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:37.665 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:37.666 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:37.768 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:37.768 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:37.795 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-08-13T11:18:37.799 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa-4.9-2.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:37.800 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:37.968 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-08-13T11:18:38.020 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-08-13T11:18:38.074 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:38.098 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-cephadm 2024-08-13T11:18:38.241 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-08-13T11:18:38.284 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-08-13T11:18:38.546 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-08-13T11:18:38.633 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-08-13T11:18:38.656 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:25 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:38.700 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-08-13T11:18:38.730 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 6/6 2024-08-13T11:18:38.786 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:38.788 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:38.788 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 150 k 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:38.789 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2024-08-13T11:18:38.790 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:38.790 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 7.0 M 2024-08-13T11:18:38.790 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 33 M 2024-08-13T11:18:38.790 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:38.794 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-08-13T11:18:38.870 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-08-13T11:18:38.936 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-08-13T11:18:38.964 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 6/6 2024-08-13T11:18:39.324 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): ceph-mgr-cephadm-19.0.0-5733.gc162f60e.e 627 kB/s | 150 kB 00:00 2024-08-13T11:18:39.350 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 936 kB/s | 248 kB 00:00 2024-08-13T11:18:39.442 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 629 kB/s | 58 kB 00:00 2024-08-13T11:18:39.467 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.8 MB/s | 548 kB 00:00 2024-08-13T11:18:39.492 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-08-13T11:18:39.531 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 6/6 2024-08-13T11:18:39.531 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/6 2024-08-13T11:18:39.532 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-08-13T11:18:39.532 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-08-13T11:18:39.532 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-08-13T11:18:39.532 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-08-13T11:18:39.634 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-08-13T11:18:39.636 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:39.636 INFO:teuthology.orchestra.run.smithi138.stdout:Total 8.3 MB/s | 7.0 MB 00:00 2024-08-13T11:18:39.706 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:39.717 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:39.717 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:39.753 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 6/6 2024-08-13T11:18:39.753 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/6 2024-08-13T11:18:39.753 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-08-13T11:18:39.753 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-08-13T11:18:39.754 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-08-13T11:18:39.754 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-08-13T11:18:39.812 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-08-13T11:18:39.812 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel-2.9.1-2.el9.noarch 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:39.813 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:39.816 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:39.816 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:40.027 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-08-13T11:18:40.027 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:40.027 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout: python3-babel-2.9.1-2.el9.noarch 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:40.028 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:40.081 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-fuse 2024-08-13T11:18:40.121 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:40.276 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-08-13T11:18:40.308 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-fuse 2024-08-13T11:18:40.322 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-08-13T11:18:40.631 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:29 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:40.761 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:40.761 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:40.761 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:18:40.761 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:40.761 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:40.761 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-fuse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 900 k 2024-08-13T11:18:40.761 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-08-13T11:18:40.762 INFO:teuthology.orchestra.run.smithi171.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-08-13T11:18:40.762 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:40.762 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:40.762 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:40.762 INFO:teuthology.orchestra.run.smithi171.stdout:Install 2 Packages 2024-08-13T11:18:40.762 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:40.762 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 980 k 2024-08-13T11:18:40.763 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 2.9 M 2024-08-13T11:18:40.763 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:40.840 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-08-13T11:18:40.858 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:28 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:40.936 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-08-13T11:18:40.986 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:40.987 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:40.987 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:18:40.987 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:40.987 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-fuse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 900 k 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout:Install 2 Packages 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 980 k 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 2.9 M 2024-08-13T11:18:40.988 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:40.994 INFO:teuthology.orchestra.run.smithi171.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 674 kB/s | 80 kB 00:00 2024-08-13T11:18:41.006 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-08-13T11:18:41.033 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 6/6 2024-08-13T11:18:41.178 INFO:teuthology.orchestra.run.smithi171.stdout:(2/2): ceph-fuse-19.0.0-5733.gc162f60e.el9.x86_ 2.9 MB/s | 900 kB 00:00 2024-08-13T11:18:41.179 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:41.179 INFO:teuthology.orchestra.run.smithi171.stdout:Total 2.3 MB/s | 980 kB 00:00 2024-08-13T11:18:41.190 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:41.213 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:41.213 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:41.239 INFO:teuthology.orchestra.run.smithi187.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 594 kB/s | 80 kB 00:00 2024-08-13T11:18:41.293 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:41.293 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:41.439 INFO:teuthology.orchestra.run.smithi187.stdout:(2/2): ceph-fuse-19.0.0-5733.gc162f60e.el9.x86_ 2.6 MB/s | 900 kB 00:00 2024-08-13T11:18:41.439 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:41.439 INFO:teuthology.orchestra.run.smithi187.stdout:Total 2.1 MB/s | 980 kB 00:00 2024-08-13T11:18:41.451 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:41.474 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:41.474 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:41.482 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:41.556 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:41.556 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:41.614 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-08-13T11:18:41.688 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2/2 2024-08-13T11:18:41.742 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:41.859 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 6/6 2024-08-13T11:18:41.859 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 1/6 2024-08-13T11:18:41.859 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-08-13T11:18:41.859 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-08-13T11:18:41.859 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-08-13T11:18:41.859 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-08-13T11:18:41.883 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-08-13T11:18:41.954 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2/2 2024-08-13T11:18:42.108 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel-2.9.1-2.el9.noarch 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:42.109 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:42.300 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2/2 2024-08-13T11:18:42.300 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/2 2024-08-13T11:18:42.373 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-fuse 2024-08-13T11:18:42.555 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-08-13T11:18:42.555 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:42.555 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:42.555 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-08-13T11:18:42.555 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:42.555 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:42.587 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2/2 2024-08-13T11:18:42.587 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/2 2024-08-13T11:18:42.832 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-volume 2024-08-13T11:18:42.845 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-08-13T11:18:42.845 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:42.845 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:42.845 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-08-13T11:18:42.845 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:42.846 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:42.920 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:29 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:43.048 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 900 k 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:43.049 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2024-08-13T11:18:43.050 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:43.050 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 980 k 2024-08-13T11:18:43.050 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 2.9 M 2024-08-13T11:18:43.050 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:43.152 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-volume 2024-08-13T11:18:43.339 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 461 kB/s | 80 kB 00:00 2024-08-13T11:18:43.399 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:32 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:43.489 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): ceph-fuse-19.0.0-5733.gc162f60e.el9.x86_ 2.7 MB/s | 900 kB 00:00 2024-08-13T11:18:43.490 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:43.490 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.2 MB/s | 980 kB 00:00 2024-08-13T11:18:43.501 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:43.524 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:43.524 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:43.530 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:43.530 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-volume noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 285 k 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 285 k 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 1.3 M 2024-08-13T11:18:43.531 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:43.604 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:43.604 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:43.715 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:31 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:43.787 INFO:teuthology.orchestra.run.smithi171.stdout:ceph-volume-19.0.0-5733.gc162f60e.el9.noarch.rp 1.1 MB/s | 285 kB 00:00 2024-08-13T11:18:43.787 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:43.788 INFO:teuthology.orchestra.run.smithi171.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-08-13T11:18:43.788 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:43.796 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:43.796 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:43.797 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:43.826 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:43.826 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:43.847 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:43.847 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:43.847 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-08-13T11:18:43.847 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-volume noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 285 k 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 285 k 2024-08-13T11:18:43.848 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 1.3 M 2024-08-13T11:18:43.849 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:43.942 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-08-13T11:18:44.014 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2/2 2024-08-13T11:18:44.048 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:44.069 INFO:teuthology.orchestra.run.smithi187.stdout:ceph-volume-19.0.0-5733.gc162f60e.el9.noarch.rp 1.3 MB/s | 285 kB 00:00 2024-08-13T11:18:44.069 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:44.069 INFO:teuthology.orchestra.run.smithi187.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-08-13T11:18:44.070 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:44.078 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:44.078 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:44.102 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:44.102 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:44.157 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:44.173 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:44.173 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:44.173 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-08-13T11:18:44.173 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:44.316 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:44.429 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:44.446 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:44.446 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:44.446 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-08-13T11:18:44.447 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:44.690 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2/2 2024-08-13T11:18:44.690 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/2 2024-08-13T11:18:44.965 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-08-13T11:18:44.965 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:44.966 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:44.966 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-08-13T11:18:44.966 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:44.966 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:45.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:45.104 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:45.104 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:45.105 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:45.105 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:45.105 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:45.244 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-volume 2024-08-13T11:18:45.420 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:45.420 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:45.420 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:45.421 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:45.421 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:45.421 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:45.462 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librados-devel 2024-08-13T11:18:45.779 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install librados-devel 2024-08-13T11:18:45.811 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:32 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:45.946 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume noarch 2:19.0.0-5733.gc162f60e.el9 ceph-noarch 285 k 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:45.947 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:18:45.948 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:45.948 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 285 k 2024-08-13T11:18:45.948 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 1.3 M 2024-08-13T11:18:45.948 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:46.034 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:35 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:46.165 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout: librados-devel x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 127 k 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:18:46.166 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:46.167 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 127 k 2024-08-13T11:18:46.167 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 456 k 2024-08-13T11:18:46.167 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:46.173 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-volume-19.0.0-5733.gc162f60e.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-08-13T11:18:46.173 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:46.174 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-08-13T11:18:46.174 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:46.182 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:46.182 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:46.208 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:46.208 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:46.347 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:34 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:46.398 INFO:teuthology.orchestra.run.smithi171.stdout:librados-devel-19.0.0-5733.gc162f60e.el9.x86_64 546 kB/s | 127 kB 00:00 2024-08-13T11:18:46.399 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:46.399 INFO:teuthology.orchestra.run.smithi171.stdout:Total 543 kB/s | 127 kB 00:00 2024-08-13T11:18:46.399 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:46.405 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:46.405 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:46.429 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:46.468 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:46.468 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:46.478 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:46.479 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:46.480 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repo Size 2024-08-13T11:18:46.480 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:46.480 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:46.480 INFO:teuthology.orchestra.run.smithi187.stdout: librados-devel x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 127 k 2024-08-13T11:18:46.480 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:46.481 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:46.481 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:46.481 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:18:46.481 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:46.481 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 127 k 2024-08-13T11:18:46.481 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 456 k 2024-08-13T11:18:46.481 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:46.500 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:46.516 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:46.516 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:46.517 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-08-13T11:18:46.517 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:46.648 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:46.709 INFO:teuthology.orchestra.run.smithi187.stdout:librados-devel-19.0.0-5733.gc162f60e.el9.x86_64 554 kB/s | 127 kB 00:00 2024-08-13T11:18:46.709 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:46.710 INFO:teuthology.orchestra.run.smithi187.stdout:Total 550 kB/s | 127 kB 00:00 2024-08-13T11:18:46.710 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:46.715 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:46.715 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:46.739 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:46.778 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:46.779 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:46.933 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:47.022 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:47.194 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:47.478 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:47.479 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:47.479 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:47.479 INFO:teuthology.orchestra.run.smithi171.stdout: librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:47.479 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:47.479 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:47.481 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:47.520 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 1/1 2024-08-13T11:18:47.520 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:47.520 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:47.520 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume-2:19.0.0-5733.gc162f60e.el9.noarch 2024-08-13T11:18:47.520 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:47.521 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:47.726 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:47.726 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:47.726 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:47.726 INFO:teuthology.orchestra.run.smithi187.stdout: librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:47.726 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:47.726 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:47.745 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install libcephfs2 2024-08-13T11:18:47.852 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados-devel 2024-08-13T11:18:47.966 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install libcephfs2 2024-08-13T11:18:48.312 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:37 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:48.399 INFO:teuthology.orchestra.run.smithi171.stdout:Package libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:48.416 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:35 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:48.444 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:48.445 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:48.445 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:48.530 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install libcephfs-devel 2024-08-13T11:18:48.532 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:36 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:48.550 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 127 k 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:48.551 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:48.552 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:18:48.552 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:48.552 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 127 k 2024-08-13T11:18:48.552 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 456 k 2024-08-13T11:18:48.552 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:48.622 INFO:teuthology.orchestra.run.smithi187.stdout:Package libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:48.664 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:48.665 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:48.665 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:48.753 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install libcephfs-devel 2024-08-13T11:18:48.768 INFO:teuthology.orchestra.run.smithi138.stdout:librados-devel-19.0.0-5733.gc162f60e.el9.x86_64 586 kB/s | 127 kB 00:00 2024-08-13T11:18:48.768 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:48.769 INFO:teuthology.orchestra.run.smithi138.stdout:Total 582 kB/s | 127 kB 00:00 2024-08-13T11:18:48.769 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:48.774 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:48.774 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:48.838 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:48.838 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:48.987 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:49.081 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:38 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:49.094 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:49.208 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:49.208 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:49.208 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-devel x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 32 k 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:18:49.209 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:49.210 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 32 k 2024-08-13T11:18:49.210 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 142 k 2024-08-13T11:18:49.210 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:49.305 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:37 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:49.377 INFO:teuthology.orchestra.run.smithi171.stdout:libcephfs-devel-19.0.0-5733.gc162f60e.el9.x86_6 190 kB/s | 32 kB 00:00 2024-08-13T11:18:49.377 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:49.377 INFO:teuthology.orchestra.run.smithi171.stdout:Total 189 kB/s | 32 kB 00:00 2024-08-13T11:18:49.377 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:49.381 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:49.381 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:49.400 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:49.400 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:49.433 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:49.434 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:49.434 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repo Size 2024-08-13T11:18:49.434 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:49.434 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:49.434 INFO:teuthology.orchestra.run.smithi187.stdout: libcephfs-devel x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 32 k 2024-08-13T11:18:49.434 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:49.434 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:49.435 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:49.435 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:18:49.435 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:49.435 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 32 k 2024-08-13T11:18:49.435 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 142 k 2024-08-13T11:18:49.435 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:49.477 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:49.526 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:49.599 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:49.623 INFO:teuthology.orchestra.run.smithi187.stdout:libcephfs-devel-19.0.0-5733.gc162f60e.el9.x86_6 168 kB/s | 32 kB 00:00 2024-08-13T11:18:49.623 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:49.624 INFO:teuthology.orchestra.run.smithi187.stdout:Total 167 kB/s | 32 kB 00:00 2024-08-13T11:18:49.624 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:49.627 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:49.627 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:49.648 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:49.649 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:49.728 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:49.790 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:49.790 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:49.790 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:49.790 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:49.790 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:49.790 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:49.847 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:50.021 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs2 2024-08-13T11:18:50.032 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:50.238 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:50.268 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:50.268 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:50.268 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:50.268 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:50.268 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:50.268 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:50.450 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librados2 2024-08-13T11:18:50.476 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:50.476 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:50.476 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:50.476 INFO:teuthology.orchestra.run.smithi187.stdout: libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:50.476 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:50.476 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:50.583 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:37 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:50.673 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install librados2 2024-08-13T11:18:50.673 INFO:teuthology.orchestra.run.smithi138.stdout:Package libcephfs2-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:50.718 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:50.719 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:50.719 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:50.792 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs-devel 2024-08-13T11:18:50.999 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:39 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:51.085 INFO:teuthology.orchestra.run.smithi171.stdout:Package librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:51.127 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:51.128 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:51.128 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:51.200 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librbd1 2024-08-13T11:18:51.222 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:39 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:51.308 INFO:teuthology.orchestra.run.smithi187.stdout:Package librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:51.343 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:38 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:51.350 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:51.351 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:51.351 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:51.439 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install librbd1 2024-08-13T11:18:51.471 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:51.472 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:51.472 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-08-13T11:18:51.472 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 32 k 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 32 k 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 142 k 2024-08-13T11:18:51.473 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:51.646 INFO:teuthology.orchestra.run.smithi138.stdout:libcephfs-devel-19.0.0-5733.gc162f60e.el9.x86_6 184 kB/s | 32 kB 00:00 2024-08-13T11:18:51.646 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:51.646 INFO:teuthology.orchestra.run.smithi138.stdout:Total 182 kB/s | 32 kB 00:00 2024-08-13T11:18:51.647 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:51.650 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:51.650 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:51.666 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:51.666 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:51.750 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:51.753 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:40 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:51.838 INFO:teuthology.orchestra.run.smithi171.stdout:Package librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:51.881 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:51.881 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:51.882 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:51.883 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:51.960 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rados 2024-08-13T11:18:51.987 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:39 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:52.072 INFO:teuthology.orchestra.run.smithi187.stdout:Package librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:52.115 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:52.116 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:52.116 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:52.202 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install python3-rados 2024-08-13T11:18:52.235 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:52.454 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:52.454 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:52.454 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:52.454 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:52.454 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:52.455 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:52.523 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:41 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:52.608 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:52.627 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados2 2024-08-13T11:18:52.651 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:52.652 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:52.652 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:52.726 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rgw 2024-08-13T11:18:52.762 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:40 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:52.849 INFO:teuthology.orchestra.run.smithi187.stdout:Package python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:52.891 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:52.892 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:52.892 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:52.977 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install python3-rgw 2024-08-13T11:18:53.174 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:40 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:53.260 INFO:teuthology.orchestra.run.smithi138.stdout:Package librados2-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:53.275 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:42 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:53.303 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:53.304 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:53.305 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:53.362 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:53.374 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librbd1 2024-08-13T11:18:53.404 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:53.405 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:53.405 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:53.484 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-cephfs 2024-08-13T11:18:53.522 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:41 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:53.606 INFO:teuthology.orchestra.run.smithi187.stdout:Package python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:53.648 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:53.649 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:53.649 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:53.735 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install python3-cephfs 2024-08-13T11:18:53.922 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:40 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:54.008 INFO:teuthology.orchestra.run.smithi138.stdout:Package librbd1-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:54.034 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:43 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:54.050 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:54.052 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:54.052 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:54.120 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:54.123 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rados 2024-08-13T11:18:54.162 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:54.163 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:54.163 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:54.233 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rbd 2024-08-13T11:18:54.287 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:42 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:54.373 INFO:teuthology.orchestra.run.smithi187.stdout:Package python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:54.415 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:54.416 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:54.416 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:54.513 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install python3-rbd 2024-08-13T11:18:54.673 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:41 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:54.760 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rados-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:54.779 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:43 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:54.804 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:54.805 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:54.805 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:54.866 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:54.870 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rgw 2024-08-13T11:18:54.909 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:54.910 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-08-13T11:18:54.910 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:54.991 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-fuse 2024-08-13T11:18:55.065 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:43 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:55.152 INFO:teuthology.orchestra.run.smithi187.stdout:Package python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:55.195 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:55.196 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-08-13T11:18:55.196 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:55.288 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install rbd-fuse 2024-08-13T11:18:55.418 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:42 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:55.504 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rgw-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:55.537 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:44 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:55.546 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:55.547 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:55.548 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:55.611 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-cephfs 2024-08-13T11:18:55.668 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:55.669 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:55.669 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-08-13T11:18:55.669 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-fuse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 85 k 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 85 k 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 231 k 2024-08-13T11:18:55.670 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:55.836 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:43 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:55.872 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-fuse-19.0.0-5733.gc162f60e.el9.x86_64.rpm 420 kB/s | 85 kB 00:00 2024-08-13T11:18:55.873 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:55.873 INFO:teuthology.orchestra.run.smithi171.stdout:Total 417 kB/s | 85 kB 00:00 2024-08-13T11:18:55.873 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:55.880 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:55.881 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:55.943 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:55.943 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:55.964 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout: rbd-fuse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 85 k 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:55.965 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:18:55.966 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:55.966 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 85 k 2024-08-13T11:18:55.966 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 231 k 2024-08-13T11:18:55.966 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:56.093 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:56.162 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:43 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:56.178 INFO:teuthology.orchestra.run.smithi187.stdout:rbd-fuse-19.0.0-5733.gc162f60e.el9.x86_64.rpm 402 kB/s | 85 kB 00:00 2024-08-13T11:18:56.181 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:56.182 INFO:teuthology.orchestra.run.smithi187.stdout:Total 399 kB/s | 85 kB 00:00 2024-08-13T11:18:56.182 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:56.186 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:56.186 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:56.195 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:56.248 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-cephfs-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:56.249 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:56.250 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:56.291 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:56.291 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:56.291 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:56.358 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rbd 2024-08-13T11:18:56.392 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:56.500 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:56.549 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:56.821 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:56.821 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:56.821 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:56.822 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:56.822 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:56.822 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:56.862 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:56.906 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:43 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:56.991 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rbd-2:19.0.0-5733.gc162f60e.el9.x86_64 is already installed. 2024-08-13T11:18:57.035 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:57.035 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-08-13T11:18:57.036 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:57.080 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-mirror 2024-08-13T11:18:57.107 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-fuse 2024-08-13T11:18:57.118 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:57.118 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:57.119 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:18:57.119 INFO:teuthology.orchestra.run.smithi187.stdout: rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:57.119 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:57.119 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:18:57.400 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install rbd-mirror 2024-08-13T11:18:57.654 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:44 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:57.666 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:46 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:18:57.783 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:57.783 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 85 k 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 85 k 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 231 k 2024-08-13T11:18:57.784 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:18:57.796 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:18:57.796 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-mirror x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.2 M 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:18:57.797 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:57.798 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 3.2 M 2024-08-13T11:18:57.798 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 14 M 2024-08-13T11:18:57.798 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:18:57.975 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:45 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:18:57.991 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-fuse-19.0.0-5733.gc162f60e.el9.x86_64.rpm 412 kB/s | 85 kB 00:00 2024-08-13T11:18:57.992 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:57.992 INFO:teuthology.orchestra.run.smithi138.stdout:Total 409 kB/s | 85 kB 00:00 2024-08-13T11:18:57.992 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:18:57.999 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:18:57.999 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:18:58.062 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:18:58.062 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:18:58.109 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repo Size 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout: rbd-mirror x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.2 M 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:18:58.110 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:58.111 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 3.2 M 2024-08-13T11:18:58.111 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 14 M 2024-08-13T11:18:58.111 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:18:58.156 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-mirror-19.0.0-5733.gc162f60e.el9.x86_64.rpm 8.8 MB/s | 3.2 MB 00:00 2024-08-13T11:18:58.156 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:58.157 INFO:teuthology.orchestra.run.smithi171.stdout:Total 8.8 MB/s | 3.2 MB 00:00 2024-08-13T11:18:58.157 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:18:58.166 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:18:58.166 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:18:58.207 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:18:58.248 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:18:58.248 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:18:58.297 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:58.474 INFO:teuthology.orchestra.run.smithi187.stdout:rbd-mirror-19.0.0-5733.gc162f60e.el9.x86_64.rpm 8.7 MB/s | 3.2 MB 00:00 2024-08-13T11:18:58.474 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:18:58.475 INFO:teuthology.orchestra.run.smithi187.stdout:Total 8.7 MB/s | 3.2 MB 00:00 2024-08-13T11:18:58.476 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:18:58.485 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:18:58.485 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:18:58.566 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:18:58.566 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:18:58.675 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:58.694 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:18:58.757 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:58.782 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:58.783 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:58.783 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-08-13T11:18:58.783 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-13T11:18:58.783 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-13T11:18:58.783 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:58.935 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:58.935 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:58.935 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:18:58.935 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:58.936 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:58.936 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:18:59.020 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:18:59.083 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:59.109 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:59.109 INFO:teuthology.orchestra.run.smithi187.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:18:59.109 INFO:teuthology.orchestra.run.smithi187.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-08-13T11:18:59.109 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-13T11:18:59.109 INFO:teuthology.orchestra.run.smithi187.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-13T11:18:59.109 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:18:59.202 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-mirror 2024-08-13T11:18:59.775 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:46 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:18:59.892 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:18:59.892 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:59.892 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:18:59.892 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:18:59.892 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:18:59.893 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:18:59.915 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 3.2 M 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:18:59.916 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:18:59.917 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:18:59.917 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:18:59.917 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 3.2 M 2024-08-13T11:18:59.917 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 14 M 2024-08-13T11:18:59.917 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:19:00.143 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:00.143 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:19:00.143 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:19:00.143 INFO:teuthology.orchestra.run.smithi187.stdout: rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:19:00.143 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:19:00.143 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:19:00.200 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-nbd 2024-08-13T11:19:00.266 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-mirror-19.0.0-5733.gc162f60e.el9.x86_64.rpm 9.1 MB/s | 3.2 MB 00:00 2024-08-13T11:19:00.267 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:19:00.267 INFO:teuthology.orchestra.run.smithi138.stdout:Total 9.0 MB/s | 3.2 MB 00:00 2024-08-13T11:19:00.267 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:19:00.276 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:19:00.276 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:19:00.361 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:19:00.361 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:19:00.427 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install rbd-nbd 2024-08-13T11:19:00.771 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:49 ago on Tue 13 Aug 2024 11:17:11 AM UTC. 2024-08-13T11:19:00.833 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:19:00.901 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-nbd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 171 k 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-08-13T11:19:00.902 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-08-13T11:19:00.903 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:19:00.903 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 171 k 2024-08-13T11:19:00.903 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 490 k 2024-08-13T11:19:00.903 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-08-13T11:19:00.988 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:48 ago on Tue 13 Aug 2024 11:17:12 AM UTC. 2024-08-13T11:19:01.027 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:01.054 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:01.054 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-13T11:19:01.054 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-08-13T11:19:01.054 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-13T11:19:01.054 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-13T11:19:01.054 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:19:01.122 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-08-13T11:19:01.123 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:19:01.123 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-08-13T11:19:01.123 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout: rbd-nbd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 171 k 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout:Install 1 Package 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 171 k 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 490 k 2024-08-13T11:19:01.124 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-08-13T11:19:01.129 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-nbd-19.0.0-5733.gc162f60e.el9.x86_64.rpm 753 kB/s | 171 kB 00:00 2024-08-13T11:19:01.130 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:19:01.130 INFO:teuthology.orchestra.run.smithi171.stdout:Total 748 kB/s | 171 kB 00:00 2024-08-13T11:19:01.130 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-08-13T11:19:01.138 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-08-13T11:19:01.139 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-08-13T11:19:01.204 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-08-13T11:19:01.204 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-08-13T11:19:01.360 INFO:teuthology.orchestra.run.smithi187.stdout:rbd-nbd-19.0.0-5733.gc162f60e.el9.x86_64.rpm 724 kB/s | 171 kB 00:00 2024-08-13T11:19:01.361 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:19:01.361 INFO:teuthology.orchestra.run.smithi187.stdout:Total 720 kB/s | 171 kB 00:00 2024-08-13T11:19:01.361 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-08-13T11:19:01.366 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-08-13T11:19:01.369 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-08-13T11:19:01.369 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-08-13T11:19:01.434 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-08-13T11:19:01.434 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-08-13T11:19:01.469 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:01.601 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-08-13T11:19:01.708 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:01.904 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:02.053 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:02.053 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:19:02.053 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:19:02.053 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:19:02.053 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:19:02.053 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:19:02.132 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:02.168 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:02.168 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:19:02.168 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-08-13T11:19:02.168 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:19:02.168 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:19:02.168 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-08-13T11:19:02.315 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-nbd 2024-08-13T11:19:02.390 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:02.390 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:19:02.390 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-08-13T11:19:02.391 INFO:teuthology.orchestra.run.smithi187.stdout: rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:19:02.391 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:19:02.391 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-08-13T11:19:02.455 DEBUG:teuthology.parallel:result is None 2024-08-13T11:19:02.671 DEBUG:teuthology.parallel:result is None 2024-08-13T11:19:02.882 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:49 ago on Tue 13 Aug 2024 11:17:13 AM UTC. 2024-08-13T11:19:03.013 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-08-13T11:19:03.014 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:19:03.014 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-08-13T11:19:03.014 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:19:03.014 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-08-13T11:19:03.014 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd x86_64 2:19.0.0-5733.gc162f60e.el9 ceph 171 k 2024-08-13T11:19:03.014 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:19:03.014 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-08-13T11:19:03.015 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-08-13T11:19:03.015 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-08-13T11:19:03.015 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:19:03.015 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 171 k 2024-08-13T11:19:03.015 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 490 k 2024-08-13T11:19:03.015 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-08-13T11:19:03.240 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-nbd-19.0.0-5733.gc162f60e.el9.x86_64.rpm 761 kB/s | 171 kB 00:00 2024-08-13T11:19:03.240 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:19:03.240 INFO:teuthology.orchestra.run.smithi138.stdout:Total 755 kB/s | 171 kB 00:00 2024-08-13T11:19:03.241 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-08-13T11:19:03.248 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-08-13T11:19:03.248 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-08-13T11:19:03.312 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-08-13T11:19:03.313 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-08-13T11:19:03.471 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-08-13T11:19:03.571 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:03.983 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:04.238 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 1/1 2024-08-13T11:19:04.238 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:19:04.238 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-08-13T11:19:04.238 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd-2:19.0.0-5733.gc162f60e.el9.x86_64 2024-08-13T11:19:04.238 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:19:04.238 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-08-13T11:19:04.487 DEBUG:teuthology.parallel:result is None 2024-08-13T11:19:04.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:19:04.633 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-08-13T11:19:04.655 INFO:teuthology.orchestra.run.smithi138.stdout:19.0.0-5733.gc162f60e.el9 2024-08-13T11:19:04.655 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5733.gc162f60e.el9 2024-08-13T11:19:04.656 INFO:teuthology.task.install:The correct ceph version 19.0.0-5733.gc162f60e is installed. 2024-08-13T11:19:04.658 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:19:04.799 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-08-13T11:19:04.825 INFO:teuthology.orchestra.run.smithi171.stdout:19.0.0-5733.gc162f60e.el9 2024-08-13T11:19:04.825 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5733.gc162f60e.el9 2024-08-13T11:19:04.825 INFO:teuthology.task.install:The correct ceph version 19.0.0-5733.gc162f60e is installed. 2024-08-13T11:19:04.827 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:19:04.962 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-08-13T11:19:04.988 INFO:teuthology.orchestra.run.smithi187.stdout:19.0.0-5733.gc162f60e.el9 2024-08-13T11:19:04.988 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5733.gc162f60e.el9 2024-08-13T11:19:04.988 INFO:teuthology.task.install:The correct ceph version 19.0.0-5733.gc162f60e is installed. 2024-08-13T11:19:04.990 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-08-13T11:19:04.991 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:19:04.991 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-13T11:19:05.018 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:19:05.018 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-13T11:19:05.050 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:19:05.050 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-13T11:19:05.079 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-08-13T11:19:05.079 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:19:05.079 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/daemon-helper 2024-08-13T11:19:05.105 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-13T11:19:05.194 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:19:05.195 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/daemon-helper 2024-08-13T11:19:05.225 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-13T11:19:05.294 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:19:05.294 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/usr/bin/daemon-helper 2024-08-13T11:19:05.323 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-13T11:19:05.392 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-08-13T11:19:05.393 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:19:05.393 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-13T11:19:05.418 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-13T11:19:05.483 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:19:05.483 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-13T11:19:05.512 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-13T11:19:05.579 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:19:05.579 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-13T11:19:05.609 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-13T11:19:05.677 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-08-13T11:19:05.678 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:19:05.678 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/stdin-killer 2024-08-13T11:19:05.702 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-13T11:19:05.766 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:19:05.766 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/stdin-killer 2024-08-13T11:19:05.793 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-13T11:19:05.861 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:19:05.861 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/usr/bin/stdin-killer 2024-08-13T11:19:05.890 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-13T11:19:05.958 INFO:teuthology.run_tasks:Running task cephadm... 2024-08-13T11:19:06.063 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c162f60e3da0da3e28ab677c737cac932063e3b4'} 2024-08-13T11:19:06.063 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:19:06.063 INFO:tasks.cephadm:Cluster fsid is da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:19:06.064 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-08-13T11:19:06.064 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.138', 'mon.b': '172.21.15.171', 'mon.c': '172.21.15.187'} 2024-08-13T11:19:06.064 INFO:tasks.cephadm:First mon is mon.a on smithi138 2024-08-13T11:19:06.064 INFO:tasks.cephadm:First mgr is a 2024-08-13T11:19:06.064 INFO:tasks.cephadm:Normalizing hostnames... 2024-08-13T11:19:06.064 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-08-13T11:19:06.090 DEBUG:teuthology.orchestra.run.smithi171:> sudo hostname $(hostname -s) 2024-08-13T11:19:06.118 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2024-08-13T11:19:06.147 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-08-13T11:19:06.147 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:19:06.289 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c162f60e3da0da3e28ab677c737cac932063e3b4', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/82025/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-5733-gc162f60e', 'node_name': '172.21.5.34+adami04', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-5733.gc162f60e'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-08-12 17:29:54.360664', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-08-12-1429', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-08-13T11:19:06.424 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-main-2024-08-12-1429, sha1 c162f60e3da0da3e28ab677c737cac932063e3b4 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:19:06.426 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/x86_64/flavors/default/cephadm 2024-08-13T11:19:06.426 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/x86_64/flavors/default/cephadm 2024-08-13T11:19:06.426 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:06.798 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-r--r--. 1 ubuntu ubuntu 792146 Aug 13 11:19 /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:06.798 DEBUG:teuthology.orchestra.run.smithi171:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:07.191 INFO:teuthology.orchestra.run.smithi171.stdout:-rw-r--r--. 1 ubuntu ubuntu 792146 Aug 13 11:19 /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:07.191 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-12-1429/c162f60e3da0da3e28ab677c737cac932063e3b4/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:07.584 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-r--r--. 1 ubuntu ubuntu 792146 Aug 13 11:19 /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:07.584 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:07.604 DEBUG:teuthology.orchestra.run.smithi171:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:07.622 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-13T11:19:07.652 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 on all hosts... 2024-08-13T11:19:07.653 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 pull 2024-08-13T11:19:07.655 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 pull 2024-08-13T11:19:07.665 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 pull 2024-08-13T11:19:08.554 INFO:teuthology.orchestra.run.smithi187.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4... 2024-08-13T11:19:08.570 INFO:teuthology.orchestra.run.smithi171.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4... 2024-08-13T11:19:08.588 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4... 2024-08-13T11:19:41.479 INFO:teuthology.orchestra.run.smithi187.stdout:{ 2024-08-13T11:19:41.480 INFO:teuthology.orchestra.run.smithi187.stdout: "ceph_version": "ceph version 19.0.0-5733-gc162f60e (c162f60e3da0da3e28ab677c737cac932063e3b4) squid (dev)", 2024-08-13T11:19:41.480 INFO:teuthology.orchestra.run.smithi187.stdout: "image_id": "f93cc60002dd53e69878db5c4dfd3bc776e25d810a3b5d5dd2a0de72001b3a56", 2024-08-13T11:19:41.480 INFO:teuthology.orchestra.run.smithi187.stdout: "repo_digests": [ 2024-08-13T11:19:41.480 INFO:teuthology.orchestra.run.smithi187.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:abcfcf7ae675d4d958876f8062fdde540df2586d70bec433fffceac4f6015a93" 2024-08-13T11:19:41.480 INFO:teuthology.orchestra.run.smithi187.stdout: ] 2024-08-13T11:19:41.480 INFO:teuthology.orchestra.run.smithi187.stdout:} 2024-08-13T11:20:29.445 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-08-13T11:20:29.446 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph_version": "ceph version 19.0.0-5733-gc162f60e (c162f60e3da0da3e28ab677c737cac932063e3b4) squid (dev)", 2024-08-13T11:20:29.446 INFO:teuthology.orchestra.run.smithi138.stdout: "image_id": "f93cc60002dd53e69878db5c4dfd3bc776e25d810a3b5d5dd2a0de72001b3a56", 2024-08-13T11:20:29.446 INFO:teuthology.orchestra.run.smithi138.stdout: "repo_digests": [ 2024-08-13T11:20:29.446 INFO:teuthology.orchestra.run.smithi138.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:abcfcf7ae675d4d958876f8062fdde540df2586d70bec433fffceac4f6015a93" 2024-08-13T11:20:29.446 INFO:teuthology.orchestra.run.smithi138.stdout: ] 2024-08-13T11:20:29.446 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-08-13T11:20:35.755 INFO:teuthology.orchestra.run.smithi171.stdout:{ 2024-08-13T11:20:35.755 INFO:teuthology.orchestra.run.smithi171.stdout: "ceph_version": "ceph version 19.0.0-5733-gc162f60e (c162f60e3da0da3e28ab677c737cac932063e3b4) squid (dev)", 2024-08-13T11:20:35.755 INFO:teuthology.orchestra.run.smithi171.stdout: "image_id": "f93cc60002dd53e69878db5c4dfd3bc776e25d810a3b5d5dd2a0de72001b3a56", 2024-08-13T11:20:35.755 INFO:teuthology.orchestra.run.smithi171.stdout: "repo_digests": [ 2024-08-13T11:20:35.755 INFO:teuthology.orchestra.run.smithi171.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:abcfcf7ae675d4d958876f8062fdde540df2586d70bec433fffceac4f6015a93" 2024-08-13T11:20:35.755 INFO:teuthology.orchestra.run.smithi171.stdout: ] 2024-08-13T11:20:35.755 INFO:teuthology.orchestra.run.smithi171.stdout:} 2024-08-13T11:20:35.782 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2024-08-13T11:20:35.816 DEBUG:teuthology.orchestra.run.smithi171:> sudo mkdir -p /etc/ceph 2024-08-13T11:20:35.844 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /etc/ceph 2024-08-13T11:20:35.878 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2024-08-13T11:20:35.907 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 777 /etc/ceph 2024-08-13T11:20:35.932 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 777 /etc/ceph 2024-08-13T11:20:35.961 INFO:tasks.cephadm:Writing seed config... 2024-08-13T11:20:35.962 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-08-13T11:20:35.962 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-08-13T11:20:35.962 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-08-13T11:20:35.962 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-08-13T11:20:35.962 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-08-13T11:20:35.963 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-08-13T11:20:35.963 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-08-13T11:20:35.963 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-08-13T11:20:35.963 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-08-13T11:20:35.963 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:20:35.963 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-08-13T11:20:35.981 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 to file = true 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 = da4a2ccc-5965-11ef-bcce-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-08-13T11:20:35.982 DEBUG:teuthology.orchestra.run.smithi138:mon.a> sudo journalctl -f -n 0 -u ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.a.service 2024-08-13T11:20:36.025 DEBUG:teuthology.orchestra.run.smithi138:mgr.a> sudo journalctl -f -n 0 -u ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mgr.a.service 2024-08-13T11:20:36.068 INFO:tasks.cephadm:Bootstrapping... 2024-08-13T11:20:36.068 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 -v bootstrap --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.138 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-08-13T11:20:36.274 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-08-13T11:20:36.274 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4', '-v', 'bootstrap', '--fsid', 'da4a2ccc-5965-11ef-bcce-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.138', '--skip-admin-label'] 2024-08-13T11:20:36.274 INFO:teuthology.orchestra.run.smithi138.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-08-13T11:20:36.274 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying podman|docker is present... 2024-08-13T11:20:36.300 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stdout 5.1.2 2024-08-13T11:20:36.301 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying lvm2 is present... 2024-08-13T11:20:36.301 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying time synchronization is in place... 2024-08-13T11:20:36.308 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-08-13T11:20:36.308 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-08-13T11:20:36.314 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-08-13T11:20:36.315 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-08-13T11:20:36.321 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout enabled 2024-08-13T11:20:36.327 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout active 2024-08-13T11:20:36.327 INFO:teuthology.orchestra.run.smithi138.stdout:Unit chronyd.service is enabled and running 2024-08-13T11:20:36.328 INFO:teuthology.orchestra.run.smithi138.stdout:Repeating the final host check... 2024-08-13T11:20:36.351 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stdout 5.1.2 2024-08-13T11:20:36.351 INFO:teuthology.orchestra.run.smithi138.stdout:podman (/bin/podman) version 5.1.2 is present 2024-08-13T11:20:36.351 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl is present 2024-08-13T11:20:36.351 INFO:teuthology.orchestra.run.smithi138.stdout:lvcreate is present 2024-08-13T11:20:36.358 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-08-13T11:20:36.358 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-08-13T11:20:36.364 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-08-13T11:20:36.364 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-08-13T11:20:36.370 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout enabled 2024-08-13T11:20:36.376 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout active 2024-08-13T11:20:36.377 INFO:teuthology.orchestra.run.smithi138.stdout:Unit chronyd.service is enabled and running 2024-08-13T11:20:36.377 INFO:teuthology.orchestra.run.smithi138.stdout:Host looks OK 2024-08-13T11:20:36.377 INFO:teuthology.orchestra.run.smithi138.stdout:Cluster fsid: da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:20:36.377 INFO:teuthology.orchestra.run.smithi138.stdout:Acquiring lock 140324413365216 on /run/cephadm/da4a2ccc-5965-11ef-bcce-c7b262605968.lock 2024-08-13T11:20:36.377 INFO:teuthology.orchestra.run.smithi138.stdout:Lock 140324413365216 acquired on /run/cephadm/da4a2ccc-5965-11ef-bcce-c7b262605968.lock 2024-08-13T11:20:36.377 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying IP 172.21.15.138 port 3300 ... 2024-08-13T11:20:36.378 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying IP 172.21.15.138 port 6789 ... 2024-08-13T11:20:36.378 INFO:teuthology.orchestra.run.smithi138.stdout:Base mon IP(s) is [172.21.15.138:3300, 172.21.15.138:6789], mon addrv is [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2024-08-13T11:20:36.380 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.138 metric 100 2024-08-13T11:20:36.381 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.138 metric 100 2024-08-13T11:20:36.383 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-08-13T11:20:36.383 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-08-13T11:20:36.383 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1765sec hoplimit 64 pref medium 2024-08-13T11:20:36.386 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-08-13T11:20:36.386 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-08-13T11:20:36.386 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-08-13T11:20:36.386 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-08-13T11:20:36.386 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:6f71/64 scope link 2024-08-13T11:20:36.386 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-08-13T11:20:36.387 INFO:teuthology.orchestra.run.smithi138.stdout:Mon IP `172.21.15.138` is in CIDR network `172.21.0.0/20` 2024-08-13T11:20:36.387 INFO:teuthology.orchestra.run.smithi138.stdout:Mon IP `172.21.15.138` is in CIDR network `172.21.0.0/20` 2024-08-13T11:20:36.387 INFO:teuthology.orchestra.run.smithi138.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-08-13T11:20:36.387 INFO:teuthology.orchestra.run.smithi138.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-08-13T11:20:36.388 INFO:teuthology.orchestra.run.smithi138.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4... 2024-08-13T11:20:36.856 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stdout f93cc60002dd53e69878db5c4dfd3bc776e25d810a3b5d5dd2a0de72001b3a56 2024-08-13T11:20:36.856 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4... 2024-08-13T11:20:36.856 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Getting image source signatures 2024-08-13T11:20:36.856 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Copying blob sha256:b00b8c779a3e3e171620ff346f5425149feec0bcfc279a375c07d40f9014a6e2 2024-08-13T11:20:36.856 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-08-13T11:20:36.856 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Copying config sha256:f93cc60002dd53e69878db5c4dfd3bc776e25d810a3b5d5dd2a0de72001b3a56 2024-08-13T11:20:36.856 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Writing manifest to image destination 2024-08-13T11:20:37.842 INFO:teuthology.orchestra.run.smithi138.stdout:ceph: stdout ceph version 19.0.0-5733-gc162f60e (c162f60e3da0da3e28ab677c737cac932063e3b4) squid (dev) 2024-08-13T11:20:37.842 INFO:teuthology.orchestra.run.smithi138.stdout:Ceph version: ceph version 19.0.0-5733-gc162f60e (c162f60e3da0da3e28ab677c737cac932063e3b4) squid (dev) 2024-08-13T11:20:37.843 INFO:teuthology.orchestra.run.smithi138.stdout:Extracting ceph user uid/gid from container image... 2024-08-13T11:20:38.824 INFO:teuthology.orchestra.run.smithi138.stdout:stat: stdout 167 167 2024-08-13T11:20:38.824 INFO:teuthology.orchestra.run.smithi138.stdout:Creating initial keys... 2024-08-13T11:20:39.737 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph-authtool: stdout AQCHQbtmTCluCxAANiYtWZmHjBvYJ3NI8FZK5A== 2024-08-13T11:20:47.608 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph-authtool: stdout AQCJQbtm+SOWFBAAlr/UsahzoF0bDdPG25KR7g== 2024-08-13T11:20:52.137 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph-authtool: stdout AQCSQbtmRYgpKxAAOgISZE8nkbUGspHza/DKiQ== 2024-08-13T11:20:52.138 INFO:teuthology.orchestra.run.smithi138.stdout:Creating initial monmap... 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:monmaptool for a [v2:172.21.15.138:3300,v1:172.21.15.138:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:setting min_mon_release = quincy 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: set fsid to da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:20:53.384 INFO:teuthology.orchestra.run.smithi138.stdout:Creating mon... 2024-08-13T11:20:54.373 INFO:teuthology.orchestra.run.smithi138.stdout:create mon.a on 2024-08-13T11:20:54.583 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-08-13T11:20:54.725 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-08-13T11:20:54.890 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968.target → /etc/systemd/system/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968.target. 2024-08-13T11:20:54.890 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968.target → /etc/systemd/system/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968.target. 2024-08-13T11:20:55.108 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.a 2024-08-13T11:20:55.108 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to reset failed state of unit ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.a.service: Unit ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.a.service not loaded. 2024-08-13T11:20:55.270 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968.target.wants/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.a.service → /etc/systemd/system/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@.service. 2024-08-13T11:20:55.830 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-08-13T11:20:55.830 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-08-13T11:20:55.837 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-08-13T11:20:55.837 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-08-13T11:20:55.837 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-08-13T11:20:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to enable service . firewalld.service is not available 2024-08-13T11:20:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mon to start... 2024-08-13T11:20:55.838 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mon... 2024-08-13T11:20:57.098 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:20:56 smithi138 ceph-mon[31043]: from='client.? 172.21.15.138:0/3978568746' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-08-13T11:20:57.336 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout cluster: 2024-08-13T11:20:57.338 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout id: da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:20:57.338 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-08-13T11:20:57.338 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout services: 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.532566s) 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout data: 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout pgs: 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:mon is available 2024-08-13T11:20:57.339 INFO:teuthology.orchestra.run.smithi138.stdout:Assimilating anything we can from ceph.conf... 2024-08-13T11:20:58.266 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:20:58 smithi138 ceph-mon[31043]: from='client.? 172.21.15.138:0/276636966' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-13T11:20:58.266 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:20:58 smithi138 ceph-mon[31043]: from='client.? 172.21.15.138:0/276636966' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [global] 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout fsid = da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-08-13T11:20:58.630 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [mgr] 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [osd] 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-08-13T11:20:58.631 INFO:teuthology.orchestra.run.smithi138.stdout:Generating new minimal ceph.conf... 2024-08-13T11:20:59.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:20:59 smithi138 ceph-mon[31043]: from='client.? 172.21.15.138:0/3758549462' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:20:59.575 INFO:teuthology.orchestra.run.smithi138.stdout:Restarting the monitor... 2024-08-13T11:20:59.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:20:59 smithi138 systemd[1]: Stopping Ceph mon.a for da4a2ccc-5965-11ef-bcce-c7b262605968... 2024-08-13T11:21:00.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:20:59 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a[31020]: 2024-08-13T11:20:59.852+0000 7ff6a2735640 -1 received signal: Terminated from /run/podman-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 2024-08-13T11:21:00.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:20:59 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a[31020]: 2024-08-13T11:20:59.852+0000 7ff6a2735640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-08-13T11:21:00.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:00 smithi138 podman[31362]: 2024-08-13 11:21:00.068132093 +0000 UTC m=+0.325852390 container died a395dac4c6281d2c32ba4bfa4cb573dcf8218a6fe6b68a4b33eafc5aa7457371 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-08-12-1429-c162f60, ceph=True) 2024-08-13T11:21:00.685 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:00 smithi138 podman[31362]: 2024-08-13 11:21:00.509202387 +0000 UTC m=+0.766922684 container cleanup a395dac4c6281d2c32ba4bfa4cb573dcf8218a6fe6b68a4b33eafc5aa7457371 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-08-12-1429-c162f60, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=) 2024-08-13T11:21:00.685 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:00 smithi138 bash[31362]: ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a 2024-08-13T11:21:01.099 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:00 smithi138 podman[31379]: 2024-08-13 11:21:00.685109603 +0000 UTC m=+0.614440115 container remove a395dac4c6281d2c32ba4bfa4cb573dcf8218a6fe6b68a4b33eafc5aa7457371 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-08-12-1429-c162f60, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS) 2024-08-13T11:21:01.099 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:00 smithi138 systemd[1]: ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.a.service: Deactivated successfully. 2024-08-13T11:21:01.099 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:00 smithi138 systemd[1]: Stopped Ceph mon.a for da4a2ccc-5965-11ef-bcce-c7b262605968. 2024-08-13T11:21:01.099 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:00 smithi138 systemd[1]: Starting Ceph mon.a for da4a2ccc-5965-11ef-bcce-c7b262605968... 2024-08-13T11:21:01.372 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 podman[31478]: 2024-08-13 11:21:01.119327756 +0000 UTC m=+0.109348178 container create 293fa2d4f9d97b0a0cd44d2ff6aa7b458b95018879c9c1b3e7e5db96eaa5e9d1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-08-12-1429-c162f60, org.label-schema.license=GPLv2) 2024-08-13T11:21:01.372 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 podman[31478]: 2024-08-13 11:21:01.027106161 +0000 UTC m=+0.017126608 image pull f93cc60002dd53e69878db5c4dfd3bc776e25d810a3b5d5dd2a0de72001b3a56 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 2024-08-13T11:21:01.372 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 podman[31478]: 2024-08-13 11:21:01.346426289 +0000 UTC m=+0.336446720 container init 293fa2d4f9d97b0a0cd44d2ff6aa7b458b95018879c9c1b3e7e5db96eaa5e9d1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-main-2024-08-12-1429-c162f60, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-08-13T11:21:01.372 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 podman[31478]: 2024-08-13 11:21:01.350966444 +0000 UTC m=+0.340986870 container start 293fa2d4f9d97b0a0cd44d2ff6aa7b458b95018879c9c1b3e7e5db96eaa5e9d1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-08-12-1429-c162f60) 2024-08-13T11:21:01.400 INFO:teuthology.orchestra.run.smithi138.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-08-13T11:21:01.639 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: set uid:gid to 167:167 (ceph:ceph) 2024-08-13T11:21:01.639 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: ceph version 19.0.0-5733-gc162f60e (c162f60e3da0da3e28ab677c737cac932063e3b4) squid (dev), process ceph-mon, pid 7 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: pidfile_write: ignore empty --pid-file 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: load: jerasure load: lrc 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: RocksDB version: 7.9.2 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Git sha 0 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Compile date 2024-08-12 16:26:18 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: DB SUMMARY 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: DB Session ID: NMRZR39QL7ZDZ71R198X 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: CURRENT file: CURRENT 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: IDENTITY file: IDENTITY 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-08-13T11:21:01.640 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88581 ; 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.error_if_exists: 0 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.create_if_missing: 0 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.paranoid_checks: 1 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.flush_verify_memtable_count: 1 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.env: 0x56210387cbe0 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.fs: PosixFileSystem 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.info_log: 0x562105585620 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_file_opening_threads: 16 2024-08-13T11:21:01.641 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.statistics: (nil) 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.use_fsync: 0 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_log_file_size: 0 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.log_file_time_to_roll: 0 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.keep_log_file_num: 1000 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.recycle_log_file_num: 0 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.allow_fallocate: 1 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.allow_mmap_reads: 0 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.allow_mmap_writes: 0 2024-08-13T11:21:01.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.use_direct_reads: 0 2024-08-13T11:21:01.643 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-08-13T11:21:01.643 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.create_missing_column_families: 0 2024-08-13T11:21:01.643 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.db_log_dir: 2024-08-13T11:21:01.643 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.wal_dir: 2024-08-13T11:21:01.643 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.table_cache_numshardbits: 6 2024-08-13T11:21:01.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.WAL_ttl_seconds: 0 2024-08-13T11:21:01.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.WAL_size_limit_MB: 0 2024-08-13T11:21:01.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-08-13T11:21:01.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-08-13T11:21:01.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.is_fd_close_on_exec: 1 2024-08-13T11:21:01.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.advise_random_on_open: 1 2024-08-13T11:21:01.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.db_write_buffer_size: 0 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.write_buffer_manager: 0x562105588e60 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.use_adaptive_mutex: 0 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.rate_limiter: (nil) 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.wal_recovery_mode: 2 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.enable_thread_tracking: 0 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.enable_pipelined_write: 0 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.unordered_write: 0 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-08-13T11:21:01.646 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.row_cache: None 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.wal_filter: None 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.allow_ingest_behind: 0 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.two_write_queues: 0 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.manual_wal_flush: 0 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.wal_compression: 0 2024-08-13T11:21:01.647 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.atomic_flush: 0 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.persist_stats_to_disk: 0 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.write_dbid_to_manifest: 0 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.log_readahead_size: 0 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.best_efforts_recovery: 0 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.allow_data_in_errors: 0 2024-08-13T11:21:01.648 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.db_host_id: __hostname__ 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.enforce_single_del_contracts: true 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_background_jobs: 2 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_background_compactions: -1 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_subcompactions: 1 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.delayed_write_rate : 16777216 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_total_wal_size: 0 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.stats_dump_period_sec: 600 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.stats_persist_period_sec: 600 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-08-13T11:21:01.649 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_open_files: -1 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bytes_per_sync: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.wal_bytes_per_sync: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.strict_bytes_per_sync: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_readahead_size: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_background_flushes: -1 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Compression algorithms supported: 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kZSTD supported: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kXpressCompression supported: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kBZip2Compression supported: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kLZ4Compression supported: 1 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kZlibCompression supported: 1 2024-08-13T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kLZ4HCCompression supported: 1 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: kSnappyCompression supported: 1 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Fast CRC32 supported: Supported on x86 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: DMutex implementation: pthread_mutex_t 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.merge_operator: 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_filter: None 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_filter_factory: None 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.sst_partitioner_factory: None 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.memtable_factory: SkipListFactory 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.table_factory: BlockBasedTable 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562105585240) 2024-08-13T11:21:01.651 INFO:journalctl@ceph.mon.a.smithi138.stdout: cache_index_and_filter_blocks: 1 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: pin_top_level_index_and_filter: 1 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: index_type: 0 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: data_block_index_type: 0 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: index_shortening: 1 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: data_block_hash_table_util_ratio: 0.750000 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: checksum: 4 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: no_block_cache: 0 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_cache: 0x562105579610 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_cache_name: BinnedLRUCache 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_cache_options: 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: capacity : 536870912 2024-08-13T11:21:01.652 INFO:journalctl@ceph.mon.a.smithi138.stdout: num_shard_bits : 4 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: strict_capacity_limit : 0 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: high_pri_pool_ratio: 0.000 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_cache_compressed: (nil) 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: persistent_cache: (nil) 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_size: 4096 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_size_deviation: 10 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_restart_interval: 16 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: index_block_restart_interval: 1 2024-08-13T11:21:01.653 INFO:journalctl@ceph.mon.a.smithi138.stdout: metadata_block_size: 4096 2024-08-13T11:21:01.654 INFO:journalctl@ceph.mon.a.smithi138.stdout: partition_filters: 0 2024-08-13T11:21:01.654 INFO:journalctl@ceph.mon.a.smithi138.stdout: use_delta_encoding: 1 2024-08-13T11:21:01.654 INFO:journalctl@ceph.mon.a.smithi138.stdout: filter_policy: bloomfilter 2024-08-13T11:21:01.654 INFO:journalctl@ceph.mon.a.smithi138.stdout: whole_key_filtering: 1 2024-08-13T11:21:01.654 INFO:journalctl@ceph.mon.a.smithi138.stdout: verify_compression: 0 2024-08-13T11:21:01.654 INFO:journalctl@ceph.mon.a.smithi138.stdout: read_amp_bytes_per_bit: 0 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout: format_version: 5 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout: enable_index_compression: 1 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout: block_align: 0 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout: max_auto_readahead_size: 262144 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout: prepopulate_block_cache: 0 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout: initial_auto_readahead_size: 8192 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout: num_file_reads_for_auto_readahead: 2 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.write_buffer_size: 33554432 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_write_buffer_number: 2 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression: NoCompression 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression: Disabled 2024-08-13T11:21:01.655 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.prefix_extractor: nullptr 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.num_levels: 7 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-08-13T11:21:01.656 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.window_bits: -14 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.level: 32767 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.strategy: 0 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.enabled: false 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-08-13T11:21:01.657 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.target_file_size_base: 67108864 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.target_file_size_multiplier: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-08-13T11:21:01.658 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.arena_block_size: 1048576 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.disable_auto_compactions: 0 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-08-13T11:21:01.659 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.inplace_update_support: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.inplace_update_num_locks: 10000 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.memtable_huge_page_size: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.bloom_locality: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.max_successive_merges: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.optimize_filters_for_hits: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.paranoid_file_checks: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.force_consistency_checks: 1 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.report_bg_io_stats: 0 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.ttl: 2592000 2024-08-13T11:21:01.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.periodic_compaction_seconds: 0 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.enable_blob_files: false 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.min_blob_size: 0 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.blob_file_size: 268435456 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.blob_compression_type: NoCompression 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.enable_blob_garbage_collection: false 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.blob_file_starting_level: 0 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-08-13T11:21:01.661 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a4f0e35-914f-4d87-ac2d-1347a466927d 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723548061377705, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723548061378576, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85320, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83467, "index_size": 237, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77679, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1723548061, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5a4f0e35-914f-4d87-ac2d-1347a466927d", "db_session_id": "NMRZR39QL7ZDZ71R198X", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723548061378668, "job": 1, "event": "recovery_finished"} 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5621055a8e00 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: DB pointer 0x5621056a6000 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout: ** DB Stats ** 2024-08-13T11:21:01.662 INFO:journalctl@ceph.mon.a.smithi138.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: ** Compaction Stats [default] ** 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: L0 2/0 85.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.stdout: Sum 2/0 85.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-13T11:21:01.663 INFO:journalctl@ceph.mon.a.smithi138.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 145.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: ** Compaction Stats [default] ** 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.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 145.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-08-13T11:21:01.664 INFO:journalctl@ceph.mon.a.smithi138.stdout: AddFile(Keys): cumulative 0, interval 0 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: Cumulative compaction: 0.00 GB write, 26.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: Interval compaction: 0.00 GB write, 26.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.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 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: Block cache BinnedLRUCache@0x562105579610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: ** File Read Latency Histogram By Level [default] ** 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: starting mon.a rank 0 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???) e1 preinit fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???).mds e1 new map 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???).mds e1 print_map 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: e1 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: btime 2024-08-13T11:20:55:775856+0000 2024-08-13T11:21:01.665 INFO:journalctl@ceph.mon.a.smithi138.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout: legacy client fscid: -1 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout: 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout: No filesystems configured 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 bash[31478]: 293fa2d4f9d97b0a0cd44d2ff6aa7b458b95018879c9c1b3e7e5db96eaa5e9d1 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 systemd[1]: Started Ceph mon.a for da4a2ccc-5965-11ef-bcce-c7b262605968. 2024-08-13T11:21:01.666 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mon.a is new leader, mons a in quorum (ranks 0) 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: monmap epoch 1 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: last_changed 2024-08-13T11:20:52.493365+0000 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: created 2024-08-13T11:20:52.493365+0000 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: min_mon_release 19 (squid) 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: election_strategy: 1 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.a 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: fsmap 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: osdmap e1: 0 total, 0 up, 0 in 2024-08-13T11:21:01.667 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:01 smithi138 ceph-mon[31516]: mgrmap e1: no daemons active 2024-08-13T11:21:02.488 INFO:teuthology.orchestra.run.smithi138.stdout:Wrote config to /etc/ceph/ceph.conf 2024-08-13T11:21:02.509 INFO:teuthology.orchestra.run.smithi138.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-08-13T11:21:02.510 INFO:teuthology.orchestra.run.smithi138.stdout:Creating mgr... 2024-08-13T11:21:02.510 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying port 0.0.0.0:9283 ... 2024-08-13T11:21:02.510 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying port 0.0.0.0:8765 ... 2024-08-13T11:21:02.751 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mgr.a 2024-08-13T11:21:02.752 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to reset failed state of unit ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mgr.a.service: Unit ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mgr.a.service not loaded. 2024-08-13T11:21:02.899 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968.target.wants/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@.service. 2024-08-13T11:21:03.098 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:02 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/4108204305' entity='client.admin' 2024-08-13T11:21:03.397 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-08-13T11:21:03.398 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-08-13T11:21:03.406 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-08-13T11:21:03.406 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-08-13T11:21:03.406 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-08-13T11:21:03.406 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to enable service . firewalld.service is not available 2024-08-13T11:21:03.416 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-08-13T11:21:03.416 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-08-13T11:21:03.425 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-08-13T11:21:03.425 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-08-13T11:21:03.425 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-08-13T11:21:03.425 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-08-13T11:21:03.425 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr to start... 2024-08-13T11:21:03.425 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr... 2024-08-13T11:21:03.531 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:03 smithi138 systemd[1]: Started Ceph mgr.a for da4a2ccc-5965-11ef-bcce-c7b262605968. 2024-08-13T11:21:04.098 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:03 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/1916478701' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-13T11:21:04.531 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsid": "da4a2ccc-5965-11ef-bcce-c7b262605968", 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "health": { 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-13T11:21:04.534 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 0 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "a" 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:04.535 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-13T11:21:04.536 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-13T11:21:04.536 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-13T11:21:04.536 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-13T11:21:04.536 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-13T11:21:04.536 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-13T11:21:04.539 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:04.539 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-13T11:21:04.539 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-13T11:21:04.539 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-13T11:21:04.539 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-13T11:21:04.539 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-13T11:21:04.539 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "btime": "2024-08-13T11:20:55:775856+0000", 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": false, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-13T11:21:04.540 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "restful" 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modified": "2024-08-13T11:20:55.776503+0000", 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-08-13T11:21:04.541 INFO:teuthology.orchestra.run.smithi138.stdout:mgr not available, waiting (1/15)... 2024-08-13T11:21:07.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:07 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/3604413469' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-13T11:21:07.706 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsid": "da4a2ccc-5965-11ef-bcce-c7b262605968", 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "health": { 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 0 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-13T11:21:07.707 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "a" 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-13T11:21:07.708 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-13T11:21:07.709 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-13T11:21:07.709 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-13T11:21:07.709 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-13T11:21:07.712 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "btime": "2024-08-13T11:20:55:775856+0000", 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": false, 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "restful" 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:07.713 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modified": "2024-08-13T11:20:55.776503+0000", 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-08-13T11:21:07.714 INFO:teuthology.orchestra.run.smithi138.stdout:mgr not available, waiting (2/15)... 2024-08-13T11:21:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: Activating manager daemon a 2024-08-13T11:21:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: mgrmap e2: a(active, starting, since 0.00307665s) 2024-08-13T11:21:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-13T11:21:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-13T11:21:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: Manager daemon a is now available 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' 2024-08-13T11:21:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:08 smithi138 ceph-mon[31516]: from='mgr.14100 172.21.15.138:0/1757481903' entity='mgr.a' 2024-08-13T11:21:10.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:10 smithi138 ceph-mon[31516]: mgrmap e3: a(active, since 1.00716s) 2024-08-13T11:21:10.950 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:21:10.950 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-08-13T11:21:10.950 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsid": "da4a2ccc-5965-11ef-bcce-c7b262605968", 2024-08-13T11:21:10.950 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "health": { 2024-08-13T11:21:10.950 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-13T11:21:10.950 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-13T11:21:10.950 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 0 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "a" 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-13T11:21:10.951 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-13T11:21:10.952 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "btime": "2024-08-13T11:20:55:775856+0000", 2024-08-13T11:21:10.953 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "restful" 2024-08-13T11:21:10.954 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modified": "2024-08-13T11:20:55.776503+0000", 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-08-13T11:21:10.955 INFO:teuthology.orchestra.run.smithi138.stdout:mgr is available 2024-08-13T11:21:11.590 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:11 smithi138 ceph-mon[31516]: mgrmap e4: a(active, since 2s) 2024-08-13T11:21:11.590 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:11 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/3118273279' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-13T11:21:12.042 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:21:12.042 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [global] 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout fsid = da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [mgr] 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [osd] 2024-08-13T11:21:12.043 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-08-13T11:21:12.044 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-08-13T11:21:12.044 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling cephadm module... 2024-08-13T11:21:12.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:12 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/2372038146' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-13T11:21:12.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:12 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/2372038146' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-13T11:21:13.669 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:13 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/3116865930' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-08-13T11:21:13.669 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:13 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: ignoring --setuser ceph since I am not root 2024-08-13T11:21:13.670 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:13 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: ignoring --setgroup ceph since I am not root 2024-08-13T11:21:14.580 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:14 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/3116865930' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-08-13T11:21:14.580 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:14 smithi138 ceph-mon[31516]: mgrmap e5: a(active, since 5s) 2024-08-13T11:21:15.195 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-08-13T11:21:15.195 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-08-13T11:21:15.195 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-13T11:21:15.195 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-08-13T11:21:15.196 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-08-13T11:21:15.196 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-08-13T11:21:15.196 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for the mgr to restart... 2024-08-13T11:21:15.196 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr epoch 5... 2024-08-13T11:21:15.445 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:15 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/4079002267' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-08-13T11:21:18.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: Active manager daemon a restarted 2024-08-13T11:21:18.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: Activating manager daemon a 2024-08-13T11:21:18.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: osdmap e2: 0 total, 0 up, 0 in 2024-08-13T11:21:18.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: mgrmap e6: a(active, starting, since 0.00357734s) 2024-08-13T11:21:18.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:21:18.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-13T11:21:18.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-13T11:21:18.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-13T11:21:18.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-13T11:21:18.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:18 smithi138 ceph-mon[31516]: Manager daemon a is now available 2024-08-13T11:21:19.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:19.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:19.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: Found migration_current of "None". Setting to last migration. 2024-08-13T11:21:19.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:19.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:19.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:19.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:19.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-13T11:21:19.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-13T11:21:19.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-08-13T11:21:19.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: mgrmap e7: a(active, since 1.00625s) 2024-08-13T11:21:19.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-mon[31516]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-08-13T11:21:19.893 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-08-13T11:21:19.893 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-08-13T11:21:19.893 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "initialized": true 2024-08-13T11:21:19.893 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-08-13T11:21:19.893 INFO:teuthology.orchestra.run.smithi138.stdout:mgr epoch 5 is available 2024-08-13T11:21:19.893 INFO:teuthology.orchestra.run.smithi138.stdout:Setting orchestrator backend to cephadm... 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: 2024-08-13T11:21:19.887+0000 7f85cfccf640 -1 log_channel(cephadm) log [ERR] : [13/Aug/2024:11:21:19] ENGINE Error in HTTPServer.serve 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: Traceback (most recent call last): 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self._connections.run(self.expiration_interval) 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self._run(expiration_interval) 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-13T11:21:20.243 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: new_conn = self._from_server_socket(self.server.socket) 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: s = self.context.wrap_socket( 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: return self.sslsocket_class._create( 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self.do_handshake() 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self._sslobj.do_handshake() 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-13T11:21:20.244 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:19 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: 2024-08-13T11:21:21.087 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:19] ENGINE Bus STARTING 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:19] ENGINE Serving on http://172.21.15.138:8765 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:19] ENGINE Serving on https://172.21.15.138:7150 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:19] ENGINE Bus STARTED 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:19] ENGINE Error in HTTPServer.serve 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout: Traceback (most recent call last): 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout: self._connections.run(self.expiration_interval) 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-13T11:21:21.088 INFO:journalctl@ceph.mon.a.smithi138.stdout: self._run(expiration_interval) 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: s = self.context.wrap_socket( 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: return self.sslsocket_class._create( 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: self.do_handshake() 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: self._sslobj.do_handshake() 2024-08-13T11:21:21.089 INFO:journalctl@ceph.mon.a.smithi138.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-13T11:21:21.090 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:21.090 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:20 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:22.076 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:21 smithi138 ceph-mon[31516]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:22.076 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:21 smithi138 ceph-mon[31516]: mgrmap e8: a(active, since 2s) 2024-08-13T11:21:22.363 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout value unchanged 2024-08-13T11:21:22.363 INFO:teuthology.orchestra.run.smithi138.stdout:Generating ssh key... 2024-08-13T11:21:22.877 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:22 smithi138 ceph-mon[31516]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: Generating public/private rsa key pair. 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: Your identification has been saved in /tmp/tmp6hpqyjt4/key 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: Your public key has been saved in /tmp/tmp6hpqyjt4/key.pub 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: The key fingerprint is: 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: SHA256:7/Tn7OW+H5/P2yGjYpKMfoT9FjA9TVF6lXnGohnABdo ceph-da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: The key's randomart image is: 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: +---[RSA 3072]----+ 2024-08-13T11:21:23.566 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | .o=+. oo| 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | o..o oo+| 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | o E. = o.| 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | o o .+ | 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | o S . | 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | . o o | 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | + o + o o.| 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | . = B ...++*| 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: | ... + o..++=&| 2024-08-13T11:21:23.567 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:23 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: +----[SHA256]-----+ 2024-08-13T11:21:24.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:24 smithi138 ceph-mon[31516]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:24.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:24 smithi138 ceph-mon[31516]: Generating ssh key... 2024-08-13T11:21:24.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:24 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:24.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:24 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:25.068 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVF0SRLWRZb2NB+juKba4O3vFi8x7x0/V6EPoRCya7HEUQ1slF/JHOgMCPk9Z3CDxxfJTQsoBv1pPcQXCuYYCgeSri2fv8mfuGspMJL9tyMl2RoYdGDFIN6Vo+vbipght8qnq/EuGIk7RmIv9nHSDPI6zLjyaTQu4aQ+lxtcTnrnrzFweBNUqdUZpEY1AvdcoY1AybO8ABuNPOKBouD63+2hiksEa8cVmrWoGKP20osUW+pn9/PGVmCZhiw7xyZqQ3muVEykjPcayng5etsUiGvnmo6EtrLbKOq1wnD8Bks2DX5uo2vfhLF0YAF/0DEwJyCGUvzbtcHL0u8Ikv2LUDOBibecRkqg//EU8U30BhrSVw/k8mUGqxhfP4C6Mw+AOfCMnWtvWMf1AoxZBYfRx2/c5r6wqB1WapJJYdrTGZOT0bbPj4M/QsYuNW53itJSmrbVhNYdLrx5J8NYgdVzpWZOnpeaKDwKSRifTBDeC+qMA2gAjkmN0ye6g0/JaieM= ceph-da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:25.069 INFO:teuthology.orchestra.run.smithi138.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-08-13T11:21:25.069 INFO:teuthology.orchestra.run.smithi138.stdout:Adding key to root@localhost authorized_keys... 2024-08-13T11:21:25.069 INFO:teuthology.orchestra.run.smithi138.stdout:Adding host smithi138... 2024-08-13T11:21:25.829 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:25 smithi138 ceph-mon[31516]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:26.471 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:26 smithi138 ceph-mon[31516]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "addr": "172.21.15.138", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:27.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:27 smithi138 ceph-mon[31516]: Deploying cephadm binary to smithi138 2024-08-13T11:21:29.519 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Added host 'smithi138' with addr '172.21.15.138' 2024-08-13T11:21:29.519 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying unmanaged mon service... 2024-08-13T11:21:30.044 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:29 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:30.045 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:29 smithi138 ceph-mon[31516]: Added host smithi138 2024-08-13T11:21:30.045 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:29 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:30.937 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-08-13T11:21:30.937 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying unmanaged mgr service... 2024-08-13T11:21:31.512 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:31 smithi138 ceph-mon[31516]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:31.513 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:31 smithi138 ceph-mon[31516]: Saving service mon spec with placement count:5 2024-08-13T11:21:31.513 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:31 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:32.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-08-13T11:21:32.754 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:32 smithi138 ceph-mon[31516]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:32.754 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:32 smithi138 ceph-mon[31516]: Saving service mgr spec with placement count:2 2024-08-13T11:21:32.754 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:32 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:33.998 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:33 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/2878646620' entity='client.admin' 2024-08-13T11:21:33.998 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:33 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:35.021 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling the dashboard module... 2024-08-13T11:21:35.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:35 smithi138 ceph-mon[31516]: from='mgr.14118 172.21.15.138:0/2160652801' entity='mgr.a' 2024-08-13T11:21:35.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:35 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/2254226779' entity='client.admin' 2024-08-13T11:21:36.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:36 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/1313019084' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-08-13T11:21:36.598 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:36 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: ignoring --setuser ceph since I am not root 2024-08-13T11:21:36.598 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:36 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: ignoring --setgroup ceph since I am not root 2024-08-13T11:21:37.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:37 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/1313019084' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-08-13T11:21:37.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:37 smithi138 ceph-mon[31516]: mgrmap e9: a(active, since 18s) 2024-08-13T11:21:38.231 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-08-13T11:21:38.231 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-08-13T11:21:38.232 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-13T11:21:38.232 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-08-13T11:21:38.232 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-08-13T11:21:38.232 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-08-13T11:21:38.232 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for the mgr to restart... 2024-08-13T11:21:38.232 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr epoch 9... 2024-08-13T11:21:38.487 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:38 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/1197836009' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-08-13T11:21:41.679 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: Active manager daemon a restarted 2024-08-13T11:21:41.679 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: Activating manager daemon a 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: osdmap e3: 0 total, 0 up, 0 in 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: mgrmap e10: a(active, starting, since 0.00322247s) 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-13T11:21:41.680 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:41 smithi138 ceph-mon[31516]: Manager daemon a is now available 2024-08-13T11:21:42.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:42.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-13T11:21:42.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-13T11:21:42.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-mon[31516]: mgrmap e11: a(active, since 1.00565s) 2024-08-13T11:21:42.850 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-08-13T11:21:42.850 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-08-13T11:21:42.850 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "initialized": true 2024-08-13T11:21:42.850 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-08-13T11:21:42.850 INFO:teuthology.orchestra.run.smithi138.stdout:mgr epoch 9 is available 2024-08-13T11:21:42.851 INFO:teuthology.orchestra.run.smithi138.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-08-13T11:21:42.956 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: 2024-08-13T11:21:42.659+0000 7fd0b200a640 -1 log_channel(cephadm) log [ERR] : [13/Aug/2024:11:21:42] ENGINE Error in HTTPServer.serve 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: Traceback (most recent call last): 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self._connections.run(self.expiration_interval) 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self._run(expiration_interval) 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: new_conn = self._from_server_socket(self.server.socket) 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-13T11:21:42.957 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: s = self.context.wrap_socket( 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: return self.sslsocket_class._create( 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self.do_handshake() 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: self._sslobj.do_handshake() 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-13T11:21:42.958 INFO:journalctl@ceph.mgr.a.smithi138.stdout:Aug 13 11:21:42 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mgr-a[31769]: 2024-08-13T11:21:43.526 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:43 smithi138 ceph-mon[31516]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-08-13T11:21:43.526 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:43 smithi138 ceph-mon[31516]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-08-13T11:21:44.472 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:44 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:42] ENGINE Bus STARTING 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:44 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:42] ENGINE Serving on https://172.21.15.138:7150 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:44 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:42] ENGINE Error in HTTPServer.serve 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: Traceback (most recent call last): 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: self._connections.run(self.expiration_interval) 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: self._run(expiration_interval) 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-13T11:21:44.473 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: s = self.context.wrap_socket( 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: return self.sslsocket_class._create( 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: self.do_handshake() 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: self._sslobj.do_handshake() 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:44 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:42] ENGINE Serving on http://172.21.15.138:8765 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:44 smithi138 ceph-mon[31516]: [13/Aug/2024:11:21:42] ENGINE Bus STARTED 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:44 smithi138 ceph-mon[31516]: mgrmap e12: a(active, since 2s) 2024-08-13T11:21:44.474 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:44 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:44.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFETCCAvmgAwIBAgIUPuUQy2MArNxJXbOLyeUnEQaUuykwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDgxMzExMjE0M1oXDTM0\nMDgxNDExMjE0M1owGDEWMBQGA1UEAwwNMTcyLjIxLjE1LjEzODCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBALJsMpgArnHOSfvYD/Sb/W0iVBfPduXi33Z6\naSWMckuqVHLLv/iwr3AZbqiJLSj1kSR6olv0RrxSEzg9PVekE0daZ08IeE6hEne1\nTWlN6OzCMLzbBnXjIt4JoDfd7AAcPlgrl8rTBjWXeiD8fj8NLhotpn2q4yzhH8tA\nww17BX2SaQghrK3L6nXXsPBuEQ7S/uuoRq3wJ2uP26iKK57m3mMLB1OCmKtFsu/q\ndDT74dbkji4afgOrJWpUiHyS2ZEqAYPilFK+d3ORbyyeNiBmjz3mZhSXqDwczGGk\n7WSsxQP8Ir8uljMoLhBPAiPfaa1pRcL7fuvHkX1CH7Plh0E1OkUNEdtPaw/yjX3s\n1rZBeGIzL68JN0RA///14wkY9bhHxlyfpXMCbJn+5nZ1qMvZQVn4pjcsNKOuXzjO\nuziB6geT5zDiD/1UXLEA9L1HKmnil+ShxxevbwwfiVbaqYErSbR2LO6ZSKtW3ajh\n3lSo5E+m/qd5lg9IrAxxBQrHjcGGJ04dsUBt08jDn14fr03pXxp+A95HEDw0nmni\ncKkWoCNC1t3Plw0YP0y3E2Y9gpYO3bfty2/F8tXKWaNpMA/TdUaBCyOgo4I2myiL\nhjz7v7fbxLx46DpaBlvNUDVJrblHVwvVo0ZtNOAeqPp6EJem4h7Ktrt/v920RZ0G\nm3gUrayFAgMBAAGjVDBSMEIGA1UdEQQ7MDmCHnNtaXRoaTEzOC5mcm9udC5zZXBp\nYS5jZXBoLmNvbYIRZGFzaGJvYXJkX3NlcnZlcnOHBKwVD4owDAYDVR0TAQH/BAIw\nADANBgkqhkiG9w0BAQsFAAOCAgEAACjn2MaWqP2RaxEBBY9Xu7oKu/tdaNRlbLvV\n7OC2guW3zIwhby/aN9yFAozqtCe0lsjvUZsrS9BxGmLd2DPra0OGhd7XNd1bbKoi\nmGKovg8vZosc7eZQuk+YPfsc3uVjwnBafyxuF7t9vOCVbr2RWtSsXCFhR+cnjYHh\nzPqC9KdX0yurg1exC7RwcPruTGAiyFL9gaTFvafUVPy63SAaTWq+brOjRVTRi86j\nu+Yuksi2zJHmO0o7Wa7Ra9wjEq2kv+ahXbIqMRRstywa1ttyFX+i8np5mz+pM6/d\nlZz8/dtQBKM0zA/jYsSgiQ5xNwT+BuMBwbHUkCrFF0X/26yVkXxaeyUhukqbxJdC\nMv1voATLwwHpNlh4LuO4QnO+SnHWilHauEA5vFkRPh4MQ4ypZOdN/zYJjmAc0FkS\nn4+dLN87E7kW7hVMNMQNzHOxXoHTJVJqWXfalN8d45UF9i2GNAnD5tiozEsU6rRm\npOo3/SmSUjkwAFMc+efsSFF3uQP1hvOrYTMDkEUv6DFYiwKZgn0118VOF/6GQLAm\nTcJsauZnpZLCPLunHJvOJDDBCBPvm+/fUMa9s4AS+/7o42OhjrQP2/rkQSp9dEMA\ndrmCpsMQcyAZyqm9l3XZAjei7nOiTRI9DAmIXvgx/r+ASEqbhrpn99ZgW/MfLoQf\nYwb+/G4=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAsmwymACucc5J+9gP9Jv9bSJUF8925eLfdnppJYxyS6pUcsu/\n+LCvcBluqIktKPWRJHqiW/RGvFITOD09V6QTR1pnTwh4TqESd7VNaU3o7MIwvNsG\ndeMi3gmgN93sABw+WCuXytMGNZd6IPx+Pw0uGi2mfarjLOEfy0DDDXsFfZJpCCGs\nrcvqddew8G4RDtL+66hGrfAna4/bqIornubeYwsHU4KYq0Wy7+p0NPvh1uSOLhp+\nA6slalSIfJLZkSoBg+KUUr53c5FvLJ42IGaPPeZmFJeoPBzMYaTtZKzFA/wivy6W\nMyguEE8CI99prWlFwvt+68eRfUIfs+WHQTU6RQ0R209rD/KNfezWtkF4YjMvrwk3\nRED///XjCRj1uEfGXJ+lcwJsmf7mdnWoy9lBWfimNyw0o65fOM67OIHqB5PnMOIP\n/VRcsQD0vUcqaeKX5KHHF69vDB+JVtqpgStJtHYs7plIq1bdqOHeVKjkT6b+p3mW\nD0isDHEFCseNwYYnTh2xQG3TyMOfXh+vTelfGn4D3kcQPDSeaeJwqRagI0LW3c+X\nDRg/TLcTZj2Clg7dt+3Lb8Xy1cpZo2kwD9N1RoELI6CjgjabKIuGPPu/t9vEvHjo\nOloGW81QNUmtuUdXC9WjRm004B6o+noQl6biHsq2u3+/3bRFnQabeBStrIUCAwEA\nAQKCAgAa4g+LdIrULetazVa2GezIzUPTZJh7EcButwnxtOQhv3PC6i0uGN0OLF7O\neQC7a6inUOz2ousng8xOjHeaJWgcN6RaNaH+4ukH7WLRC4KdbbLvOacTCxqdTuD7\nme3tpFPGcCcKUdpdJ8oofzK8aE16d0dfJujcwbzLIKJi/Ra6MV2u8nf0pcVZZRrN\nVyAt1h+/vRaNLaKa482KausgoZN/Y9GCRSqgn7tSx8Yjl5ITEVPU4Xv8LITSLRN1\nhaDPbP9WckS75OPVn2ObWuk334wUnQrjbmhUSliHG9UC9r8mlw5bNPc/lP2/yk+9\nvPNMxBBVTRR2DRdAQr7JGbvT2OPC9EV1IfP7bXoQGulZHidI+wNqsYifJfYhAI0j\nFc/+TXtIWkyv79Oh6rA7KS6runsM/Ti+MPU9f3crj/Cg0SiA/iidlVBXAwRN7JWs\nenw+kwAvo2iUzwOGEdzdsBbmU+AnK3+UWJtEz4q2I4D0oZ/S4r5DqdQIs9BDo/MW\nV0tzfYqVMwokI/hvVzsLGoPvDOy8of9qm4Kavn/BwX2HemHg/r5lpq+pfzsfEpCs\nFV+fO18z9cFvq9vceqM/WiRy3lUCll0T1BeLMfseWBh23g/Srqdwp+kloWYXucTv\nWk84rMNFQOC5OcH4DnVq8p6XdQV8hofyqEnHHEwnFhMW4uo8oQKCAQEA2v4MaqkT\nyyfEnLSvGooUN92Ba89EDgNx6dCsGdSW+j4h9c6kmYf4WASxoQORt6ZvDWFLx2Ta\nuIeczpSSr0Y+qNjz15JQ0bO5WAR+URfN+g46rVlMqWg6BBkZzJbEi2WGyOVr7F7+\nVu2uTtntlFf7QA4FWLC619WlHZqgT456t90UZWZ428NPpfNTljl0JdkALW4ixNn1\n67lWFAuAJc5VOlx2SQSgR952feVygK3eBfYlV19R8k6N+NNwguZqrZWIZdzJMS1C\nyi8KZPNKlLvH9mkAb0mf0w6PISlnVxDn9y7mYJ6bV53UUMJ0xUmatzxqs2+3U9jm\nArPAyJDPhi3lUQKCAQEA0JMKFWC3UrgI55BuKp1jWXVrGSB7H0NbpMFrtea0TOG9\nouCI/oT/2zisskXS9RWE/IQ7Q77h/7cmbRw+uSJFURumBw7LrSgOGefbgeU2UD7T\no+zIZxHS6e+Ei5n92Hyk8U0QALNZ8JbKdtV5aE0cRZ86533wTtmoj7z0aF6cFmZB\n7A5lDSFNtmoQvps7ufaALrL8i1hfbf52841BGv2pJq8ZtWKTNlOiB+BGnqymBE30\nyz95lPdgIu/bn+se9sVQVBiO2iKXlQNo5qJSU1iXDODdvpIbRXmG2+o2t/5PdBCb\nDPr4Mychkg1s/ECkDE8p1JxsKjtRf0SKexdgNjhW9QKCAQByTY3vkia5sB0oagrH\ngHDDJAOsYPe1lMi9cOSTauoO3aVeJqi1VkoirviEAVfqkp1+T119Sr/69xW6ocPa\nZoDIIs1LpJw4iGVicp3398PUE98+odCoz7UQdIWJytv1ol1yuITXUFHSz6Zek9M0\nzaNfsLHLtBsiEupnBFFOlSCqnWNK9ex5UH1fMh1b2MsuAhDcpZLSSq3YhtlOBx6x\nHPxRRPecbyS1voD8f2l/jsDHPc4Jx7//CE+EI+CjAl+GEPmrqUz+NRCadWkoffBc\np5Lco7vNWpFoWT4N4g2FXVamJz2qCr8sQT4TlRvb6eouYAOVeucmhZywpmAmj6cx\n8vyxAoIBAH0JKOpX6I52NSBcvS5e28gtU97kUesT/kRuj5ukikHssjqKUJYENT2+\nZAkbQrQaCnc27jBWpjUeHrMaU5+4o8VTxdxFSmSrtohhLn5YYo8ImueSczEWxlHn\nfJYT4tF9J4Rgpk9FNY29V/KVVwrn7yLtqepM3VrnsN06cWqADSKAetSAbKPKa0QH\nobIibVO2KnHUawE+ITdXbQfkjjsYBedi4Q6T4ZyX1nLSSIOnDH9YHIAbtU9QXRmU\noRzlXtKgxt8jOcAbLLPwL1rTxHaijSrzQvuTqzWi/O2pItR6aDc0HT9S1KgVtVJR\nKhyuw6l9a55Bh7ZpiRm6hSn1gX//lmECggEAUx6PMN0lsLtrmf1oIZaOdIx/zWyL\nAijoTOStedNd67+/1AnSwQ9V1qW6QhTdRvXLO5A+ynIFJDNDGhwzjr9aEIBE5tmV\nOuAAuDjRso/E+3M0o64yHdr63omAYepI+LmgjaPHRJWQOg4vF+0ly5QJzTG5Du2v\n/TaDtyKVg9xm28FIEz5huh6IRu7Z8qPc5zFI1kSBKp8RKIVn+WV4gXesVlEyaQMf\n42H68hLfin+IsVN53mURaZasrmkdIHBYUxSnzV41cqYSK+8dicvQB2XgBCIYYNcj\nVbrSdEMaqn5ipPj43czPjsGnEf4n+HFxQh2R6+FNezgBLHtktKDZnzm2DA==\n-----END RSA PRIVATE KEY-----\n"} 2024-08-13T11:21:45.487 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:45 smithi138 ceph-mon[31516]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:45.487 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:45.487 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:45.773 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-08-13T11:21:46.383 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:46 smithi138 ceph-mon[31516]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:47.041 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-08-13T11:21:47.041 INFO:teuthology.orchestra.run.smithi138.stdout:Creating initial admin user... 2024-08-13T11:21:47.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:47 smithi138 ceph-mon[31516]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:47.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:47 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:48.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:48 smithi138 ceph-mon[31516]: mgrmap e13: a(active, since 6s) 2024-08-13T11:21:48.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:48 smithi138 ceph-mon[31516]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:48.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:48 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:48.836 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$iRpmdFG0TKT06suSc668SeSPalWebWvYX1LGSszGbNuGFnov0QzvC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1723548108, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-08-13T11:21:48.836 INFO:teuthology.orchestra.run.smithi138.stdout:Fetching dashboard port number... 2024-08-13T11:21:49.774 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:49 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/371451146' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-08-13T11:21:50.060 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 8443 2024-08-13T11:21:50.071 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-08-13T11:21:50.071 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-08-13T11:21:50.078 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-08-13T11:21:50.078 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-08-13T11:21:50.078 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-08-13T11:21:50.078 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-08-13T11:21:50.080 INFO:teuthology.orchestra.run.smithi138.stdout:Ceph Dashboard is now available at: 2024-08-13T11:21:50.080 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:50.080 INFO:teuthology.orchestra.run.smithi138.stdout: URL: https://smithi138.front.sepia.ceph.com:8443/ 2024-08-13T11:21:50.080 INFO:teuthology.orchestra.run.smithi138.stdout: User: admin 2024-08-13T11:21:50.080 INFO:teuthology.orchestra.run.smithi138.stdout: Password: z6olbomc7u 2024-08-13T11:21:50.080 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:50.080 INFO:teuthology.orchestra.run.smithi138.stdout:Saving cluster configuration to /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config directory 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout:Or, if you are only running a single cluster on this host: 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-08-13T11:21:51.393 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout:Please consider enabling telemetry to help improve Ceph: 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout: ceph telemetry on 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout:For more information see: 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:21:51.394 INFO:teuthology.orchestra.run.smithi138.stdout:Bootstrap complete. 2024-08-13T11:21:51.435 INFO:tasks.cephadm:Fetching config... 2024-08-13T11:21:51.435 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:21:51.435 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-08-13T11:21:51.451 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-08-13T11:21:51.451 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:21:51.451 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-08-13T11:21:51.506 INFO:tasks.cephadm:Fetching mon keyring... 2024-08-13T11:21:51.507 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:21:51.507 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/keyring of=/dev/stdout 2024-08-13T11:21:51.572 INFO:tasks.cephadm:Fetching pub ssh key... 2024-08-13T11:21:51.572 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:21:51.572 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-08-13T11:21:51.627 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-08-13T11:21:51.628 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVF0SRLWRZb2NB+juKba4O3vFi8x7x0/V6EPoRCya7HEUQ1slF/JHOgMCPk9Z3CDxxfJTQsoBv1pPcQXCuYYCgeSri2fv8mfuGspMJL9tyMl2RoYdGDFIN6Vo+vbipght8qnq/EuGIk7RmIv9nHSDPI6zLjyaTQu4aQ+lxtcTnrnrzFweBNUqdUZpEY1AvdcoY1AybO8ABuNPOKBouD63+2hiksEa8cVmrWoGKP20osUW+pn9/PGVmCZhiw7xyZqQ3muVEykjPcayng5etsUiGvnmo6EtrLbKOq1wnD8Bks2DX5uo2vfhLF0YAF/0DEwJyCGUvzbtcHL0u8Ikv2LUDOBibecRkqg//EU8U30BhrSVw/k8mUGqxhfP4C6Mw+AOfCMnWtvWMf1AoxZBYfRx2/c5r6wqB1WapJJYdrTGZOT0bbPj4M/QsYuNW53itJSmrbVhNYdLrx5J8NYgdVzpWZOnpeaKDwKSRifTBDeC+qMA2gAjkmN0ye6g0/JaieM= ceph-da4a2ccc-5965-11ef-bcce-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-08-13T11:21:51.714 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVF0SRLWRZb2NB+juKba4O3vFi8x7x0/V6EPoRCya7HEUQ1slF/JHOgMCPk9Z3CDxxfJTQsoBv1pPcQXCuYYCgeSri2fv8mfuGspMJL9tyMl2RoYdGDFIN6Vo+vbipght8qnq/EuGIk7RmIv9nHSDPI6zLjyaTQu4aQ+lxtcTnrnrzFweBNUqdUZpEY1AvdcoY1AybO8ABuNPOKBouD63+2hiksEa8cVmrWoGKP20osUW+pn9/PGVmCZhiw7xyZqQ3muVEykjPcayng5etsUiGvnmo6EtrLbKOq1wnD8Bks2DX5uo2vfhLF0YAF/0DEwJyCGUvzbtcHL0u8Ikv2LUDOBibecRkqg//EU8U30BhrSVw/k8mUGqxhfP4C6Mw+AOfCMnWtvWMf1AoxZBYfRx2/c5r6wqB1WapJJYdrTGZOT0bbPj4M/QsYuNW53itJSmrbVhNYdLrx5J8NYgdVzpWZOnpeaKDwKSRifTBDeC+qMA2gAjkmN0ye6g0/JaieM= ceph-da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:51.725 DEBUG:teuthology.orchestra.run.smithi171:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVF0SRLWRZb2NB+juKba4O3vFi8x7x0/V6EPoRCya7HEUQ1slF/JHOgMCPk9Z3CDxxfJTQsoBv1pPcQXCuYYCgeSri2fv8mfuGspMJL9tyMl2RoYdGDFIN6Vo+vbipght8qnq/EuGIk7RmIv9nHSDPI6zLjyaTQu4aQ+lxtcTnrnrzFweBNUqdUZpEY1AvdcoY1AybO8ABuNPOKBouD63+2hiksEa8cVmrWoGKP20osUW+pn9/PGVmCZhiw7xyZqQ3muVEykjPcayng5etsUiGvnmo6EtrLbKOq1wnD8Bks2DX5uo2vfhLF0YAF/0DEwJyCGUvzbtcHL0u8Ikv2LUDOBibecRkqg//EU8U30BhrSVw/k8mUGqxhfP4C6Mw+AOfCMnWtvWMf1AoxZBYfRx2/c5r6wqB1WapJJYdrTGZOT0bbPj4M/QsYuNW53itJSmrbVhNYdLrx5J8NYgdVzpWZOnpeaKDwKSRifTBDeC+qMA2gAjkmN0ye6g0/JaieM= ceph-da4a2ccc-5965-11ef-bcce-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-08-13T11:21:51.767 INFO:teuthology.orchestra.run.smithi171.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVF0SRLWRZb2NB+juKba4O3vFi8x7x0/V6EPoRCya7HEUQ1slF/JHOgMCPk9Z3CDxxfJTQsoBv1pPcQXCuYYCgeSri2fv8mfuGspMJL9tyMl2RoYdGDFIN6Vo+vbipght8qnq/EuGIk7RmIv9nHSDPI6zLjyaTQu4aQ+lxtcTnrnrzFweBNUqdUZpEY1AvdcoY1AybO8ABuNPOKBouD63+2hiksEa8cVmrWoGKP20osUW+pn9/PGVmCZhiw7xyZqQ3muVEykjPcayng5etsUiGvnmo6EtrLbKOq1wnD8Bks2DX5uo2vfhLF0YAF/0DEwJyCGUvzbtcHL0u8Ikv2LUDOBibecRkqg//EU8U30BhrSVw/k8mUGqxhfP4C6Mw+AOfCMnWtvWMf1AoxZBYfRx2/c5r6wqB1WapJJYdrTGZOT0bbPj4M/QsYuNW53itJSmrbVhNYdLrx5J8NYgdVzpWZOnpeaKDwKSRifTBDeC+qMA2gAjkmN0ye6g0/JaieM= ceph-da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:51.779 DEBUG:teuthology.orchestra.run.smithi187:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVF0SRLWRZb2NB+juKba4O3vFi8x7x0/V6EPoRCya7HEUQ1slF/JHOgMCPk9Z3CDxxfJTQsoBv1pPcQXCuYYCgeSri2fv8mfuGspMJL9tyMl2RoYdGDFIN6Vo+vbipght8qnq/EuGIk7RmIv9nHSDPI6zLjyaTQu4aQ+lxtcTnrnrzFweBNUqdUZpEY1AvdcoY1AybO8ABuNPOKBouD63+2hiksEa8cVmrWoGKP20osUW+pn9/PGVmCZhiw7xyZqQ3muVEykjPcayng5etsUiGvnmo6EtrLbKOq1wnD8Bks2DX5uo2vfhLF0YAF/0DEwJyCGUvzbtcHL0u8Ikv2LUDOBibecRkqg//EU8U30BhrSVw/k8mUGqxhfP4C6Mw+AOfCMnWtvWMf1AoxZBYfRx2/c5r6wqB1WapJJYdrTGZOT0bbPj4M/QsYuNW53itJSmrbVhNYdLrx5J8NYgdVzpWZOnpeaKDwKSRifTBDeC+qMA2gAjkmN0ye6g0/JaieM= ceph-da4a2ccc-5965-11ef-bcce-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-08-13T11:21:51.820 INFO:teuthology.orchestra.run.smithi187.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVF0SRLWRZb2NB+juKba4O3vFi8x7x0/V6EPoRCya7HEUQ1slF/JHOgMCPk9Z3CDxxfJTQsoBv1pPcQXCuYYCgeSri2fv8mfuGspMJL9tyMl2RoYdGDFIN6Vo+vbipght8qnq/EuGIk7RmIv9nHSDPI6zLjyaTQu4aQ+lxtcTnrnrzFweBNUqdUZpEY1AvdcoY1AybO8ABuNPOKBouD63+2hiksEa8cVmrWoGKP20osUW+pn9/PGVmCZhiw7xyZqQ3muVEykjPcayng5etsUiGvnmo6EtrLbKOq1wnD8Bks2DX5uo2vfhLF0YAF/0DEwJyCGUvzbtcHL0u8Ikv2LUDOBibecRkqg//EU8U30BhrSVw/k8mUGqxhfP4C6Mw+AOfCMnWtvWMf1AoxZBYfRx2/c5r6wqB1WapJJYdrTGZOT0bbPj4M/QsYuNW53itJSmrbVhNYdLrx5J8NYgdVzpWZOnpeaKDwKSRifTBDeC+qMA2gAjkmN0ye6g0/JaieM= ceph-da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:21:51.832 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-08-13T11:21:51.935 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:51 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/4274017395' entity='client.admin' 2024-08-13T11:21:52.086 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:21:53.422 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-08-13T11:21:53.422 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-08-13T11:21:54.015 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:21:54.098 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:53 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/1724413473' entity='client.admin' 2024-08-13T11:21:55.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:55.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:55.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"} : dispatch 2024-08-13T11:21:55.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:55.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:55.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:55.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:55.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:21:55.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:21:55.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:54 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:21:55.470 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi171 2024-08-13T11:21:55.470 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:21:55.470 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.conf 2024-08-13T11:21:55.492 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:21:55.492 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:21:55.550 INFO:tasks.cephadm:Adding host smithi171 to orchestrator... 2024-08-13T11:21:55.551 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch host add smithi171 2024-08-13T11:21:55.796 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:21:56.276 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:56.276 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: Updating smithi138:/etc/ceph/ceph.conf 2024-08-13T11:21:56.276 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: Updating smithi138:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:21:56.277 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:21:56.277 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: Updating smithi138:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.client.admin.keyring 2024-08-13T11:21:56.277 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:56.277 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:56.277 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:55 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:21:57.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:57 smithi138 ceph-mon[31516]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:21:57.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:21:57 smithi138 ceph-mon[31516]: Deploying cephadm binary to smithi171 2024-08-13T11:21:59.656 INFO:teuthology.orchestra.run.smithi138.stdout:Added host 'smithi171' with addr '172.21.15.171' 2024-08-13T11:22:00.295 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch host ls --format=json 2024-08-13T11:22:00.544 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:22:00.990 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:00 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:00.991 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:00 smithi138 ceph-mon[31516]: Added host smithi171 2024-08-13T11:22:00.991 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:00 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:00.991 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:00 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:00.991 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:00 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:01.168 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:22:01.168 INFO:teuthology.orchestra.run.smithi138.stdout:[{"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}] 2024-08-13T11:22:01.816 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi187 2024-08-13T11:22:01.816 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:22:01.817 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.conf 2024-08-13T11:22:01.835 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:22:01.835 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:22:01.893 INFO:tasks.cephadm:Adding host smithi187 to orchestrator... 2024-08-13T11:22:01.893 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch host add smithi187 2024-08-13T11:22:02.098 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:02 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:02.098 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:02 smithi138 ceph-mon[31516]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-13T11:22:02.098 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:02 smithi138 ceph-mon[31516]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:02.144 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:22:04.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi187", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:04.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:04.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:04.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:04.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:04.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:04.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"} : dispatch 2024-08-13T11:22:04.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:04.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: Deploying cephadm binary to smithi187 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: Updating smithi171:/etc/ceph/ceph.conf 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: Updating smithi171:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: Updating smithi171:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.client.admin.keyring 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:05.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:05 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:06.025 INFO:teuthology.orchestra.run.smithi138.stdout:Added host 'smithi187' with addr '172.21.15.187' 2024-08-13T11:22:06.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:06 smithi138 ceph-mon[31516]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:06.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:06 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:06.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:06 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:06.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:06 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:06.647 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch host ls --format=json 2024-08-13T11:22:06.893 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:22:07.515 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:22:07.515 INFO:teuthology.orchestra.run.smithi138.stdout:[{"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}, {"addr": "172.21.15.187", "hostname": "smithi187", "labels": [], "status": ""}] 2024-08-13T11:22:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:07 smithi138 ceph-mon[31516]: Added host smithi187 2024-08-13T11:22:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:07 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:08.110 INFO:tasks.cephadm:Setting crush tunables to default 2024-08-13T11:22:08.111 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph osd crush tunables default 2024-08-13T11:22:08.356 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:22:08.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:08 smithi138 ceph-mon[31516]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:08.645 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:09.378 INFO:teuthology.orchestra.run.smithi138.stderr:adjusted tunables profile to default 2024-08-13T11:22:09.679 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:09 smithi138 ceph-mon[31516]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-13T11:22:09.679 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:09 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/3038578378' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-08-13T11:22:09.942 INFO:tasks.cephadm:Adding mon.a on smithi138 2024-08-13T11:22:09.943 INFO:tasks.cephadm:Adding mon.b on smithi171 2024-08-13T11:22:09.943 INFO:tasks.cephadm:Adding mon.c on smithi187 2024-08-13T11:22:09.943 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch apply mon '3;smithi138:172.21.15.138=a;smithi171:172.21.15.171=b;smithi187:172.21.15.187=c' 2024-08-13T11:22:10.193 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2024-08-13T11:22:10.241 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2024-08-13T11:22:10.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:10.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/3038578378' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-08-13T11:22:10.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:10.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:10.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:10.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:10.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:10.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi187", "name": "osd_memory_target"} : dispatch 2024-08-13T11:22:10.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:10.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:10 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:10.940 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled mon update... 2024-08-13T11:22:11.543 DEBUG:teuthology.orchestra.run.smithi171:mon.b> sudo journalctl -f -n 0 -u ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.b.service 2024-08-13T11:22:11.546 DEBUG:teuthology.orchestra.run.smithi187:mon.c> sudo journalctl -f -n 0 -u ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mon.c.service 2024-08-13T11:22:11.548 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-08-13T11:22:11.549 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph mon dump -f json 2024-08-13T11:22:11.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: Updating smithi187:/etc/ceph/ceph.conf 2024-08-13T11:22:11.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: Updating smithi187:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:11.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:11.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:11.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:11.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:11.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:11.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:11 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:12.339 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:12.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:12 smithi138 ceph-mon[31516]: Updating smithi187:/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:22:12.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:12 smithi138 ceph-mon[31516]: Updating smithi187:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.client.admin.keyring 2024-08-13T11:22:12.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:12 smithi138 ceph-mon[31516]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi138:172.21.15.138=a;smithi171:172.21.15.171=b;smithi187:172.21.15.187=c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:12.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:12 smithi138 ceph-mon[31516]: Saving service mon spec with placement smithi138:172.21.15.138=a;smithi171:172.21.15.171=b;smithi187:172.21.15.187=c;count:3 2024-08-13T11:22:12.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:12 smithi138 ceph-mon[31516]: Deploying daemon mon.c on smithi187 2024-08-13T11:22:12.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:12 smithi138 ceph-mon[31516]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:12.992 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:22:12.992 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"da4a2ccc-5965-11ef-bcce-c7b262605968","modified":"2024-08-13T11:20:52.493365Z","created":"2024-08-13T11:20:52.493365Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-08-13T11:22:12.992 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2024-08-13T11:22:13.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:13 smithi138 ceph-mon[31516]: from='client.? 172.21.15.187:0/2967928172' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:14.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:14 smithi138 ceph-mon[31516]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:14.941 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-08-13T11:22:14.941 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph mon dump -f json 2024-08-13T11:22:15.314 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.c/config 2024-08-13T11:22:16.202 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:22:16.203 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"da4a2ccc-5965-11ef-bcce-c7b262605968","modified":"2024-08-13T11:20:52.493365Z","created":"2024-08-13T11:20:52.493365Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-08-13T11:22:16.203 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2024-08-13T11:22:16.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:16 smithi138 ceph-mon[31516]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:16.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:16 smithi138 ceph-mon[31516]: from='client.? 172.21.15.187:0/3643881086' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:17.065 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:17 smithi187 systemd[1]: Started Ceph mon.c for da4a2ccc-5965-11ef-bcce-c7b262605968. 2024-08-13T11:22:17.841 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-08-13T11:22:17.841 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph mon dump -f json 2024-08-13T11:22:18.092 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.c/config 2024-08-13T11:22:22.356 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:22:22.356 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":2,"fsid":"da4a2ccc-5965-11ef-bcce-c7b262605968","modified":"2024-08-13T11:22:17.052556Z","created":"2024-08-13T11:20:52.493365Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:3300","nonce":0},{"type":"v1","addr":"172.21.15.187:6789","nonce":0}]},"addr":"172.21.15.187:6789/0","public_addr":"172.21.15.187:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-08-13T11:22:22.357 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 2 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: mon.a calling monitor election 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: mon.c calling monitor election 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.367 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: monmap epoch 2 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: last_changed 2024-08-13T11:22:17.052556+0000 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: created 2024-08-13T11:20:52.493365+0000 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: min_mon_release 19 (squid) 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: election_strategy: 1 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.a 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: 1: [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon.c 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: fsmap 2024-08-13T11:22:22.368 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:22.369 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: mgrmap e13: a(active, since 40s) 2024-08-13T11:22:22.369 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: overall HEALTH_OK 2024-08-13T11:22:22.369 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:22.369 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:22.369 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:22.369 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:22.369 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:22 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:22.518 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:22:22.518 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: mon.a calling monitor election 2024-08-13T11:22:22.518 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.518 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:22.518 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.518 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: mon.c calling monitor election 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: monmap epoch 2 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: last_changed 2024-08-13T11:22:17.052556+0000 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: created 2024-08-13T11:20:52.493365+0000 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: min_mon_release 19 (squid) 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: election_strategy: 1 2024-08-13T11:22:22.519 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.a 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: 1: [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon.c 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: fsmap 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: mgrmap e13: a(active, since 40s) 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: overall HEALTH_OK 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:22.520 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:22 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:23.315 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:23 smithi187 ceph-mon[35215]: Deploying daemon mon.b on smithi171 2024-08-13T11:22:23.315 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:23 smithi187 ceph-mon[35215]: from='client.? 172.21.15.187:0/999777657' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:23.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:23 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:23.447 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:23 smithi138 ceph-mon[31516]: Deploying daemon mon.b on smithi171 2024-08-13T11:22:23.447 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:23 smithi138 ceph-mon[31516]: from='client.? 172.21.15.187:0/999777657' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:23.448 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:23 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:23.947 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-08-13T11:22:23.948 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph mon dump -f json 2024-08-13T11:22:24.209 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.c/config 2024-08-13T11:22:24.315 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:24 smithi187 ceph-mon[35215]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:24.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:24 smithi138 ceph-mon[31516]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:24.895 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:22:24.895 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":2,"fsid":"da4a2ccc-5965-11ef-bcce-c7b262605968","modified":"2024-08-13T11:22:17.052556Z","created":"2024-08-13T11:20:52.493365Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:3300","nonce":0},{"type":"v1","addr":"172.21.15.187:6789","nonce":0}]},"addr":"172.21.15.187:6789/0","public_addr":"172.21.15.187:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-08-13T11:22:24.895 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 2 2024-08-13T11:22:25.458 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:25 smithi187 ceph-mon[35215]: from='client.? 172.21.15.187:0/3437643331' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:25.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:25 smithi138 ceph-mon[31516]: from='client.? 172.21.15.187:0/3437643331' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:25.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 podman[34854]: 2024-08-13 11:22:25.52406771 +0000 UTC m=+0.017243328 image pull f93cc60002dd53e69878db5c4dfd3bc776e25d810a3b5d5dd2a0de72001b3a56 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:abcfcf7ae675d4d958876f8062fdde540df2586d70bec433fffceac4f6015a93 2024-08-13T11:22:26.137 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 podman[34854]: 2024-08-13 11:22:25.829151479 +0000 UTC m=+0.322327087 container init 7b35ec889efb34e6927aeb9d48eeb1f323a4a380d818d84a855eb1db6f7ba82a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:abcfcf7ae675d4d958876f8062fdde540df2586d70bec433fffceac4f6015a93, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-b, RELEASE=wip-guits-main-2024-08-12-1429-c162f60, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 podman[34854]: 2024-08-13 11:22:25.833972944 +0000 UTC m=+0.327148552 container start 7b35ec889efb34e6927aeb9d48eeb1f323a4a380d818d84a855eb1db6f7ba82a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:abcfcf7ae675d4d958876f8062fdde540df2586d70bec433fffceac4f6015a93, name=ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-mon-b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-08-12-1429-c162f60, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: set uid:gid to 167:167 (ceph:ceph) 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: ceph version 19.0.0-5733-gc162f60e (c162f60e3da0da3e28ab677c737cac932063e3b4) squid (dev), process ceph-mon, pid 7 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pidfile_write: ignore empty --pid-file 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: load: jerasure load: lrc 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: RocksDB version: 7.9.2 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Git sha 0 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Compile date 2024-08-12 16:26:18 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: DB SUMMARY 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: DB Session ID: XC5CLJ2OVHTYJALPNJQW 2024-08-13T11:22:26.138 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: CURRENT file: CURRENT 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: IDENTITY file: IDENTITY 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.error_if_exists: 0 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.create_if_missing: 0 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.paranoid_checks: 1 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.flush_verify_memtable_count: 1 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.env: 0x563b50d8abe0 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.fs: PosixFileSystem 2024-08-13T11:22:26.139 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.info_log: 0x563b52747620 2024-08-13T11:22:26.140 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_file_opening_threads: 16 2024-08-13T11:22:26.141 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.statistics: (nil) 2024-08-13T11:22:26.141 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.use_fsync: 0 2024-08-13T11:22:26.141 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_log_file_size: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.log_file_time_to_roll: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.keep_log_file_num: 1000 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.recycle_log_file_num: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.allow_fallocate: 1 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.allow_mmap_reads: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.allow_mmap_writes: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.use_direct_reads: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.create_missing_column_families: 0 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.db_log_dir: 2024-08-13T11:22:26.142 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.wal_dir: 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.table_cache_numshardbits: 6 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.WAL_ttl_seconds: 0 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.WAL_size_limit_MB: 0 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.is_fd_close_on_exec: 1 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.advise_random_on_open: 1 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.db_write_buffer_size: 0 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.write_buffer_manager: 0x563b5274ae60 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-08-13T11:22:26.143 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.use_adaptive_mutex: 0 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.rate_limiter: (nil) 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.wal_recovery_mode: 2 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.enable_thread_tracking: 0 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.enable_pipelined_write: 0 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.unordered_write: 0 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.row_cache: None 2024-08-13T11:22:26.144 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.wal_filter: None 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.allow_ingest_behind: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.two_write_queues: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.manual_wal_flush: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.wal_compression: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.atomic_flush: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.persist_stats_to_disk: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.write_dbid_to_manifest: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.log_readahead_size: 0 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-08-13T11:22:26.145 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.best_efforts_recovery: 0 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.allow_data_in_errors: 0 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.db_host_id: __hostname__ 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.enforce_single_del_contracts: true 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_background_jobs: 2 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_background_compactions: -1 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_subcompactions: 1 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.delayed_write_rate : 16777216 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_total_wal_size: 0 2024-08-13T11:22:26.146 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.stats_dump_period_sec: 600 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.stats_persist_period_sec: 600 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_open_files: -1 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bytes_per_sync: 0 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.wal_bytes_per_sync: 0 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.strict_bytes_per_sync: 0 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_readahead_size: 0 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_background_flushes: -1 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Compression algorithms supported: 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kZSTD supported: 0 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kXpressCompression supported: 0 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kBZip2Compression supported: 0 2024-08-13T11:22:26.147 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kLZ4Compression supported: 1 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kZlibCompression supported: 1 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kLZ4HCCompression supported: 1 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: kSnappyCompression supported: 1 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Fast CRC32 supported: Supported on x86 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: DMutex implementation: pthread_mutex_t 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.merge_operator: 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_filter: None 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_filter_factory: None 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.sst_partitioner_factory: None 2024-08-13T11:22:26.148 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.memtable_factory: SkipListFactory 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.table_factory: BlockBasedTable 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563b52747240) 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: cache_index_and_filter_blocks: 1 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: pin_top_level_index_and_filter: 1 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: index_type: 0 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: data_block_index_type: 0 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: index_shortening: 1 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: data_block_hash_table_util_ratio: 0.750000 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: checksum: 4 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: no_block_cache: 0 2024-08-13T11:22:26.149 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache: 0x563b5273b610 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache_name: BinnedLRUCache 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache_options: 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: capacity : 536870912 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: num_shard_bits : 4 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: strict_capacity_limit : 0 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: high_pri_pool_ratio: 0.000 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache_compressed: (nil) 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: persistent_cache: (nil) 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_size: 4096 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_size_deviation: 10 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_restart_interval: 16 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: index_block_restart_interval: 1 2024-08-13T11:22:26.150 INFO:journalctl@ceph.mon.b.smithi171.stdout: metadata_block_size: 4096 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: partition_filters: 0 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: use_delta_encoding: 1 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: filter_policy: bloomfilter 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: whole_key_filtering: 1 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: verify_compression: 0 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: read_amp_bytes_per_bit: 0 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: format_version: 5 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: enable_index_compression: 1 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_align: 0 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: max_auto_readahead_size: 262144 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: prepopulate_block_cache: 0 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: initial_auto_readahead_size: 8192 2024-08-13T11:22:26.151 INFO:journalctl@ceph.mon.b.smithi171.stdout: num_file_reads_for_auto_readahead: 2 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.write_buffer_size: 33554432 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_write_buffer_number: 2 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression: NoCompression 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression: Disabled 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.prefix_extractor: nullptr 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.num_levels: 7 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-08-13T11:22:26.152 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.window_bits: -14 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.level: 32767 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.strategy: 0 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.enabled: false 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-08-13T11:22:26.153 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.target_file_size_base: 67108864 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.target_file_size_multiplier: 1 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-08-13T11:22:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.arena_block_size: 1048576 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.disable_auto_compactions: 0 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-08-13T11:22:26.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.inplace_update_support: 0 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.inplace_update_num_locks: 10000 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.memtable_huge_page_size: 0 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.bloom_locality: 0 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.max_successive_merges: 0 2024-08-13T11:22:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.optimize_filters_for_hits: 0 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.paranoid_file_checks: 0 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.force_consistency_checks: 1 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.report_bg_io_stats: 0 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.ttl: 2592000 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.periodic_compaction_seconds: 0 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.enable_blob_files: false 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.min_blob_size: 0 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.blob_file_size: 268435456 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.blob_compression_type: NoCompression 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.enable_blob_garbage_collection: false 2024-08-13T11:22:26.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.blob_file_starting_level: 0 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 38d29114-1d58-49db-a951-e5e876fe5f6b 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723548145871317, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723548145871718, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1723548145, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "38d29114-1d58-49db-a951-e5e876fe5f6b", "db_session_id": "XC5CLJ2OVHTYJALPNJQW", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723548145871812, "job": 1, "event": "recovery_finished"} 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-08-13T11:22:26.158 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563b5276ae00 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: DB pointer 0x563b52868000 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** DB Stats ** 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-13T11:22:26.159 INFO:journalctl@ceph.mon.b.smithi171.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** Compaction Stats [default] ** 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** Compaction Stats [default] ** 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-08-13T11:22:26.160 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(Keys): cumulative 0, interval 0 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: Cumulative compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: Interval compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.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 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: Block cache BinnedLRUCache@0x563b5273b610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-08-13T11:22:26.161 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** File Read Latency Histogram By Level [default] ** 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: using public_addr v2:172.21.15.171:0/0 -> [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: starting mon.b rank -1 at public addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] at bind addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(???) e0 preinit fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).mds e1 new map 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).mds e1 print_map 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: e1 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: btime 2024-08-13T11:20:55:775856+0000 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: legacy client fscid: -1 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-08-13T11:22:26.162 INFO:journalctl@ceph.mon.b.smithi171.stdout: No filesystems configured 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:26.163 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Added host smithi187 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.? 172.21.15.138:0/3038578378' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.? 172.21.15.138:0/3038578378' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.164 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi187", "name": "osd_memory_target"} : dispatch 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Updating smithi187:/etc/ceph/ceph.conf 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Updating smithi187:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:26.165 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Updating smithi187:/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:22:26.166 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Updating smithi187:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.client.admin.keyring 2024-08-13T11:22:26.166 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi138:172.21.15.138=a;smithi171:172.21.15.171=b;smithi187:172.21.15.187=c", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:26.166 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Saving service mon spec with placement smithi138:172.21.15.138=a;smithi171:172.21.15.171=b;smithi187:172.21.15.187=c;count:3 2024-08-13T11:22:26.166 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Deploying daemon mon.c on smithi187 2024-08-13T11:22:26.166 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.166 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.? 172.21.15.187:0/2967928172' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:26.166 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.? 172.21.15.187:0/3643881086' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.a calling monitor election 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.c calling monitor election 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:26.167 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: monmap epoch 2 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: last_changed 2024-08-13T11:22:17.052556+0000 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: created 2024-08-13T11:20:52.493365+0000 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: min_mon_release 19 (squid) 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: election_strategy: 1 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.a 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: 1: [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon.c 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: fsmap 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:26.168 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mgrmap e13: a(active, since 40s) 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: overall HEALTH_OK 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: Deploying daemon mon.b on smithi171 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.? 172.21.15.187:0/999777657' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: from='client.? 172.21.15.187:0/3437643331' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 ceph-mon[34892]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 bash[34854]: 7b35ec889efb34e6927aeb9d48eeb1f323a4a380d818d84a855eb1db6f7ba82a 2024-08-13T11:22:26.169 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:25 smithi171 systemd[1]: Started Ceph mon.b for da4a2ccc-5965-11ef-bcce-c7b262605968. 2024-08-13T11:22:26.486 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-08-13T11:22:26.487 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph mon dump -f json 2024-08-13T11:22:26.745 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.c/config 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: mon.a calling monitor election 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: mon.c calling monitor election 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: mon.b calling monitor election 2024-08-13T11:22:31.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: monmap epoch 3 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: last_changed 2024-08-13T11:22:25.895749+0000 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: created 2024-08-13T11:20:52.493365+0000 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: min_mon_release 19 (squid) 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: election_strategy: 1 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.a 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: 1: [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon.c 2024-08-13T11:22:31.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-08-13T11:22:31.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: fsmap 2024-08-13T11:22:31.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:31.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: mgrmap e13: a(active, since 49s) 2024-08-13T11:22:31.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: overall HEALTH_OK 2024-08-13T11:22:31.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.319 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.319 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:30 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:22:31.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: mon.a calling monitor election 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: mon.c calling monitor election 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: mon.b calling monitor election 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-13T11:22:31.349 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: monmap epoch 3 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: last_changed 2024-08-13T11:22:25.895749+0000 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: created 2024-08-13T11:20:52.493365+0000 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: min_mon_release 19 (squid) 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: election_strategy: 1 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.a 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: 1: [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon.c 2024-08-13T11:22:31.350 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: fsmap 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: mgrmap e13: a(active, since 49s) 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: overall HEALTH_OK 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.351 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:30 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: mon.a calling monitor election 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: mon.c calling monitor election 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: mon.b calling monitor election 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:31.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: monmap epoch 3 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: fsid da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: last_changed 2024-08-13T11:22:25.895749+0000 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: created 2024-08-13T11:20:52.493365+0000 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: min_mon_release 19 (squid) 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: election_strategy: 1 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.a 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: 1: [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon.c 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: fsmap 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: osdmap e4: 0 total, 0 up, 0 in 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: mgrmap e13: a(active, since 49s) 2024-08-13T11:22:31.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: overall HEALTH_OK 2024-08-13T11:22:31.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:30 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:31.795 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-08-13T11:22:31.795 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":3,"fsid":"da4a2ccc-5965-11ef-bcce-c7b262605968","modified":"2024-08-13T11:22:25.895749Z","created":"2024-08-13T11:20:52.493365Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:3300","nonce":0},{"type":"v1","addr":"172.21.15.187:6789","nonce":0}]},"addr":"172.21.15.187:6789/0","public_addr":"172.21.15.187:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:3300","nonce":0},{"type":"v1","addr":"172.21.15.171:6789","nonce":0}]},"addr":"172.21.15.171:6789/0","public_addr":"172.21.15.171:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-08-13T11:22:31.795 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 3 2024-08-13T11:22:32.319 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:31 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:32.319 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:31 smithi187 ceph-mon[35215]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:32.319 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:31 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:32.319 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:31 smithi187 ceph-mon[35215]: from='client.? 172.21.15.187:0/2390736201' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:32.319 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:31 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:32.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:31 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:32.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:31 smithi138 ceph-mon[31516]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:32.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:31 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:32.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:31 smithi138 ceph-mon[31516]: from='client.? 172.21.15.187:0/2390736201' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:32.348 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:31 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:32.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:31 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:32.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:31 smithi171 ceph-mon[34892]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:32.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:31 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:32.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:31 smithi171 ceph-mon[34892]: from='client.? 172.21.15.187:0/2390736201' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-08-13T11:22:32.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:31 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-08-13T11:22:32.978 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-08-13T11:22:32.979 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph config generate-minimal-conf 2024-08-13T11:22:33.213 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.213 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.213 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.213 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: Updating smithi138:/etc/ceph/ceph.conf 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: Updating smithi171:/etc/ceph/ceph.conf 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: Updating smithi187:/etc/ceph/ceph.conf 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: Updating smithi171:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: Updating smithi187:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: Updating smithi138:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.214 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:33.215 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:33 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: Updating smithi138:/etc/ceph/ceph.conf 2024-08-13T11:22:33.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: Updating smithi171:/etc/ceph/ceph.conf 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: Updating smithi187:/etc/ceph/ceph.conf 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: Updating smithi171:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: Updating smithi187:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: Updating smithi138:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.317 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:33.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:33.318 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:33 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:33.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:33.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:33.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: Updating smithi138:/etc/ceph/ceph.conf 2024-08-13T11:22:33.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: Updating smithi171:/etc/ceph/ceph.conf 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: Updating smithi187:/etc/ceph/ceph.conf 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: Updating smithi171:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: Updating smithi187:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: Updating smithi138:/var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/config/ceph.conf 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.389 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:33.390 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:33 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:33.774 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:22:34.168 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:34 smithi138 ceph-mon[31516]: Reconfiguring mon.a (unknown last config time)... 2024-08-13T11:22:34.169 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:34 smithi138 ceph-mon[31516]: Reconfiguring daemon mon.a on smithi138 2024-08-13T11:22:34.169 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:34 smithi138 ceph-mon[31516]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:34.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:34 smithi171 ceph-mon[34892]: Reconfiguring mon.a (unknown last config time)... 2024-08-13T11:22:34.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:34 smithi171 ceph-mon[34892]: Reconfiguring daemon mon.a on smithi138 2024-08-13T11:22:34.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:34 smithi171 ceph-mon[34892]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:34.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:34 smithi187 ceph-mon[35215]: Reconfiguring mon.a (unknown last config time)... 2024-08-13T11:22:34.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:34 smithi187 ceph-mon[35215]: Reconfiguring daemon mon.a on smithi138 2024-08-13T11:22:34.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:34 smithi187 ceph-mon[35215]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:34.823 INFO:teuthology.orchestra.run.smithi138.stdout:# minimal ceph.conf for da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:34.823 INFO:teuthology.orchestra.run.smithi138.stdout:[global] 2024-08-13T11:22:34.823 INFO:teuthology.orchestra.run.smithi138.stdout: fsid = da4a2ccc-5965-11ef-bcce-c7b262605968 2024-08-13T11:22:34.823 INFO:teuthology.orchestra.run.smithi138.stdout: mon_host = [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2024-08-13T11:22:35.408 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:35.408 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:35.408 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: Reconfiguring mon.b (monmap changed)... 2024-08-13T11:22:35.409 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:35.409 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:35.409 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:35.409 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: Reconfiguring daemon mon.b on smithi171 2024-08-13T11:22:35.409 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:35 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/1479475691' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:35.436 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-08-13T11:22:35.437 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:22:35.437 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2024-08-13T11:22:35.466 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:22:35.466 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:22:35.532 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:22:35.532 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.conf 2024-08-13T11:22:35.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:35.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:35.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: Reconfiguring mon.b (monmap changed)... 2024-08-13T11:22:35.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:35.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:35.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:35.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: Reconfiguring daemon mon.b on smithi171 2024-08-13T11:22:35.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:35 smithi171 ceph-mon[34892]: from='client.? 172.21.15.138:0/1479475691' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:35.560 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:22:35.560 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:22:35.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:35.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:35.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: Reconfiguring mon.b (monmap changed)... 2024-08-13T11:22:35.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:35.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:35.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:35.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: Reconfiguring daemon mon.b on smithi171 2024-08-13T11:22:35.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:35 smithi187 ceph-mon[35215]: from='client.? 172.21.15.138:0/1479475691' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:35.627 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:22:35.627 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.conf 2024-08-13T11:22:35.654 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:22:35.654 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-08-13T11:22:35.722 INFO:tasks.cephadm:Adding mgr.a on smithi138 2024-08-13T11:22:35.723 INFO:tasks.cephadm:Adding mgr.b on smithi171 2024-08-13T11:22:35.723 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch apply mgr '2;smithi138=a;smithi171=b' 2024-08-13T11:22:36.222 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:36 smithi187 ceph-mon[35215]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:36.223 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:36 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:36.223 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:36 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:36.223 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:36 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:36.223 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:36 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:36.223 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:36 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:36.445 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.c/config 2024-08-13T11:22:36.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:36 smithi138 ceph-mon[31516]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:36.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:36 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:36.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:36 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:36.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:36 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:36.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:36 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:36.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:36 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:36.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:36 smithi171 ceph-mon[34892]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:36.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:36 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:36.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:36 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:36.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:36 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-08-13T11:22:36.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:36 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-08-13T11:22:36.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:36 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:37.404 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled mgr update... 2024-08-13T11:22:37.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: Reconfiguring mon.c (monmap changed)... 2024-08-13T11:22:37.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: Reconfiguring daemon mon.c on smithi187 2024-08-13T11:22:37.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:37.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:37.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:37.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:37 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: Reconfiguring mon.c (monmap changed)... 2024-08-13T11:22:37.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: Reconfiguring daemon mon.c on smithi187 2024-08-13T11:22:37.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:37.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:37.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:37.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:37 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: Reconfiguring mon.c (monmap changed)... 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: Reconfiguring daemon mon.c on smithi187 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:37.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:37 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:37.967 DEBUG:teuthology.orchestra.run.smithi171:mgr.b> sudo journalctl -f -n 0 -u ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@mgr.b.service 2024-08-13T11:22:37.970 DEBUG:tasks.cephadm:set 0 configs 2024-08-13T11:22:37.970 INFO:tasks.cephadm:Deploying OSDs... 2024-08-13T11:22:37.970 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-08-13T11:22:37.971 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2024-08-13T11:22:37.990 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-08-13T11:22:37.990 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2024-08-13T11:22:38.048 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-08-13T11:22:38.049 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:38.049 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-08-13T11:22:38.049 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:38.049 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:38.049 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-08-13 11:21:52.259719551 +0000 2024-08-13T11:22:38.049 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.049 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.050 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.050 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-08-13T11:22:38.118 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-08-13T11:22:38.118 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-08-13T11:22:38.118 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000284117 s, 1.8 MB/s 2024-08-13T11:22:38.120 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-08-13T11:22:38.180 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2024-08-13T11:22:38.254 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-08-13T11:22:38.254 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:38.254 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 990 Links: 1 2024-08-13T11:22:38.254 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:38.255 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:38.255 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-08-13 11:21:52.283719055 +0000 2024-08-13T11:22:38.255 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-08-13 11:16:52.862120076 +0000 2024-08-13T11:22:38.255 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-08-13 11:16:52.862120076 +0000 2024-08-13T11:22:38.255 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-08-13 11:16:52.862120076 +0000 2024-08-13T11:22:38.255 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-08-13T11:22:38.321 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-08-13T11:22:38.321 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-08-13T11:22:38.322 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000203012 s, 2.5 MB/s 2024-08-13T11:22:38.323 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-08-13T11:22:38.380 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2024-08-13T11:22:38.386 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-13T11:22:38.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:38 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-08-13 11:21:52.307718559 +0000 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.438 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.439 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.439 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-08-13T11:22:38.501 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:38.501 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:38.501 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:38.501 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:38.501 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:38.502 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:38.502 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-13T11:22:38.502 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-13T11:22:38.502 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-13T11:22:38.502 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:38 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:38.504 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-08-13T11:22:38.504 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-08-13T11:22:38.504 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000190403 s, 2.7 MB/s 2024-08-13T11:22:38.505 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-08-13T11:22:38.562 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2024-08-13T11:22:38.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:38.565 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:38.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:38.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:38.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:38.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:38.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-13T11:22:38.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-08-13T11:22:38.567 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-13T11:22:38.567 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:38 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:38.619 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-08-13T11:22:38.619 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:38.619 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-08-13T11:22:38.619 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:38.620 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:38.620 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-08-13 11:21:52.332718042 +0000 2024-08-13T11:22:38.620 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.620 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.620 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-08-13 11:16:52.861120097 +0000 2024-08-13T11:22:38.620 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-08-13T11:22:38.684 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-08-13T11:22:38.684 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-08-13T11:22:38.684 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000226498 s, 2.3 MB/s 2024-08-13T11:22:38.686 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-08-13T11:22:38.743 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-08-13T11:22:38.744 DEBUG:teuthology.orchestra.run.smithi171:> dd if=/scratch_devs of=/dev/stdout 2024-08-13T11:22:38.760 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-08-13T11:22:38.760 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_1 2024-08-13T11:22:38.817 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-08-13T11:22:38.817 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:38.817 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-08-13T11:22:38.817 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:38.817 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:38.818 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-08-13 11:22:25.319629074 +0000 2024-08-13T11:22:38.818 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-08-13 11:16:52.914646004 +0000 2024-08-13T11:22:38.818 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-08-13 11:16:52.914646004 +0000 2024-08-13T11:22:38.818 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-08-13 11:16:52.914646004 +0000 2024-08-13T11:22:38.818 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-08-13T11:22:38.963 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-08-13T11:22:38.963 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-08-13T11:22:38.963 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000217119 s, 2.4 MB/s 2024-08-13T11:22:38.965 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-08-13T11:22:38.981 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_2 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 961 Links: 1 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-08-13 11:22:38.919353999 +0000 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-08-13 11:16:52.913646025 +0000 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-08-13 11:16:52.913646025 +0000 2024-08-13T11:22:39.045 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-08-13 11:16:52.913646025 +0000 2024-08-13T11:22:39.046 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-08-13T11:22:39.146 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-08-13T11:22:39.147 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-08-13T11:22:39.147 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000248845 s, 2.1 MB/s 2024-08-13T11:22:39.148 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-08-13T11:22:39.164 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_3 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-08-13 11:22:39.104350258 +0000 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-08-13 11:16:52.915645984 +0000 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-08-13 11:16:52.915645984 +0000 2024-08-13T11:22:39.221 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-08-13 11:16:52.915645984 +0000 2024-08-13T11:22:39.222 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-08-13T11:22:39.284 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:39 smithi171 ceph-mon[34892]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi138=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:39.284 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:39 smithi171 ceph-mon[34892]: Saving service mgr spec with placement smithi138=a;smithi171=b;count:2 2024-08-13T11:22:39.284 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:39 smithi171 ceph-mon[34892]: Deploying daemon mgr.b on smithi171 2024-08-13T11:22:39.290 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-08-13T11:22:39.290 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-08-13T11:22:39.290 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.0002116 s, 2.4 MB/s 2024-08-13T11:22:39.290 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-08-13T11:22:39.348 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_4 2024-08-13T11:22:39.403 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-08-13T11:22:39.403 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:39.403 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-08-13T11:22:39.404 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:39.404 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:39.404 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-08-13 11:22:39.104350258 +0000 2024-08-13T11:22:39.404 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-08-13 11:16:52.914646004 +0000 2024-08-13T11:22:39.404 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-08-13 11:16:52.914646004 +0000 2024-08-13T11:22:39.404 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-08-13 11:16:52.914646004 +0000 2024-08-13T11:22:39.404 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-08-13T11:22:39.467 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-08-13T11:22:39.467 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-08-13T11:22:39.467 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000190807 s, 2.7 MB/s 2024-08-13T11:22:39.468 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-08-13T11:22:39.527 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-08-13T11:22:39.527 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-08-13T11:22:39.546 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-08-13T11:22:39.546 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_1 2024-08-13T11:22:39.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:39 smithi187 ceph-mon[35215]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi138=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:39.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:39 smithi187 ceph-mon[35215]: Saving service mgr spec with placement smithi138=a;smithi171=b;count:2 2024-08-13T11:22:39.566 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:39 smithi187 ceph-mon[35215]: Deploying daemon mgr.b on smithi171 2024-08-13T11:22:39.584 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 985 Links: 1 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-08-13 11:22:15.687965545 +0000 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.585 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.585 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-08-13T11:22:39.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:39 smithi138 ceph-mon[31516]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi138=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:39.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:39 smithi138 ceph-mon[31516]: Saving service mgr spec with placement smithi138=a;smithi171=b;count:2 2024-08-13T11:22:39.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:39 smithi138 ceph-mon[31516]: Deploying daemon mgr.b on smithi171 2024-08-13T11:22:39.653 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-08-13T11:22:39.653 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-08-13T11:22:39.653 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000265196 s, 1.9 MB/s 2024-08-13T11:22:39.655 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-08-13T11:22:39.715 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_2 2024-08-13T11:22:39.772 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-08-13T11:22:39.772 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:39.772 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-08-13T11:22:39.772 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:39.773 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:39.773 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-08-13 11:22:15.688965529 +0000 2024-08-13T11:22:39.773 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.773 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.773 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.773 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-08-13T11:22:39.837 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-08-13T11:22:39.838 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-08-13T11:22:39.838 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000202494 s, 2.5 MB/s 2024-08-13T11:22:39.839 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-08-13T11:22:39.895 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_3 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 988 Links: 1 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-08-13 11:22:15.688965529 +0000 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.953 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:39.954 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-08-13T11:22:40.017 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-08-13T11:22:40.017 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-08-13T11:22:40.017 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000198069 s, 2.6 MB/s 2024-08-13T11:22:40.018 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-08-13T11:22:40.074 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_4 2024-08-13T11:22:40.129 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-08-13T11:22:40.129 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-08-13T11:22:40.129 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-08-13T11:22:40.129 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-08-13T11:22:40.129 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-08-13T11:22:40.129 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-08-13 11:22:15.688965529 +0000 2024-08-13T11:22:40.130 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:40.130 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:40.130 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: 2024-08-13 11:16:52.937291611 +0000 2024-08-13T11:22:40.130 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-08-13T11:22:40.136 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Aug 13 11:22:39 smithi171 systemd[1]: Started Ceph mgr.b for da4a2ccc-5965-11ef-bcce-c7b262605968. 2024-08-13T11:22:40.192 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-08-13T11:22:40.192 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-08-13T11:22:40.192 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000213008 s, 2.4 MB/s 2024-08-13T11:22:40.193 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-08-13T11:22:40.249 INFO:tasks.cephadm:Deploying osd.0 on smithi138 with /dev/vg_nvme/lv_4... 2024-08-13T11:22:40.250 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-08-13T11:22:40.315 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:40 smithi187 ceph-mon[35215]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:40.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:40 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:40 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:40 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:40 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:40 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:40.508 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:22:40.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:40 smithi171 ceph-mon[34892]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:40.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:40 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:40 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:40 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:40 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:40 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:40.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:40 smithi138 ceph-mon[31516]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:40.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:40 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:40 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:40 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:40 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:40.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:40 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:42.042 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.042 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.042 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:42.042 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: Reconfiguring mgr.a (unknown last config time)... 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: Reconfiguring daemon mgr.a on smithi138 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:42.043 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:42 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.315 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.315 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: Reconfiguring mgr.a (unknown last config time)... 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: Reconfiguring daemon mgr.a on smithi138 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:42.316 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:42 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:42.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:42.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:42.387 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: Reconfiguring mgr.a (unknown last config time)... 2024-08-13T11:22:42.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-08-13T11:22:42.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-08-13T11:22:42.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:42.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: Reconfiguring daemon mgr.a on smithi138 2024-08-13T11:22:42.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:42.388 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:42 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:43.166 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-08-13T11:22:43.193 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch daemon add osd smithi138:vg_nvme/lv_4 2024-08-13T11:22:43.934 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.a/config 2024-08-13T11:22:44.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:44 smithi138 ceph-mon[31516]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:44.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:44 smithi171 ceph-mon[34892]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:44.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:44 smithi187 ceph-mon[35215]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:45.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-13T11:22:45.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-13T11:22:45.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:45.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: Standby manager daemon b started 2024-08-13T11:22:45.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:45.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:45 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.712 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: Standby manager daemon b started 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:45.713 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:45 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-13T11:22:45.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-13T11:22:45.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: Standby manager daemon b started 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.? 172.21.15.171:0/3810814908' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:22:45.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:45 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:22:46.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:46 smithi138 ceph-mon[31516]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:46.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:46 smithi138 ceph-mon[31516]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:46.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:46 smithi138 ceph-mon[31516]: mgrmap e14: a(active, since 64s), standbys: b 2024-08-13T11:22:46.599 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:46 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-13T11:22:46.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:46 smithi171 ceph-mon[34892]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:46.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:46 smithi171 ceph-mon[34892]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:46.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:46 smithi171 ceph-mon[34892]: mgrmap e14: a(active, since 64s), standbys: b 2024-08-13T11:22:46.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:46 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-13T11:22:46.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:46 smithi187 ceph-mon[35215]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:22:46.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:46 smithi187 ceph-mon[35215]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:46.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:46 smithi187 ceph-mon[35215]: mgrmap e14: a(active, since 64s), standbys: b 2024-08-13T11:22:46.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:46 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-08-13T11:22:47.508 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:47 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/724678548' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e584dc38-fef5-4a68-a158-bb9f39875000"} : dispatch 2024-08-13T11:22:47.508 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:47 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/724678548' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e584dc38-fef5-4a68-a158-bb9f39875000"}]': finished 2024-08-13T11:22:47.508 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:47 smithi138 ceph-mon[31516]: osdmap e5: 1 total, 0 up, 1 in 2024-08-13T11:22:47.508 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:47 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:22:47.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:47 smithi171 ceph-mon[34892]: from='client.? 172.21.15.138:0/724678548' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e584dc38-fef5-4a68-a158-bb9f39875000"} : dispatch 2024-08-13T11:22:47.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:47 smithi171 ceph-mon[34892]: from='client.? 172.21.15.138:0/724678548' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e584dc38-fef5-4a68-a158-bb9f39875000"}]': finished 2024-08-13T11:22:47.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:47 smithi171 ceph-mon[34892]: osdmap e5: 1 total, 0 up, 1 in 2024-08-13T11:22:47.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:47 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:22:47.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:47 smithi187 ceph-mon[35215]: from='client.? 172.21.15.138:0/724678548' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e584dc38-fef5-4a68-a158-bb9f39875000"} : dispatch 2024-08-13T11:22:47.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:47 smithi187 ceph-mon[35215]: from='client.? 172.21.15.138:0/724678548' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e584dc38-fef5-4a68-a158-bb9f39875000"}]': finished 2024-08-13T11:22:47.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:47 smithi187 ceph-mon[35215]: osdmap e5: 1 total, 0 up, 1 in 2024-08-13T11:22:47.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:47 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:22:48.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:48 smithi171 ceph-mon[34892]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:48.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:48 smithi171 ceph-mon[34892]: from='client.? 172.21.15.138:0/1237588280' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-13T11:22:48.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:48 smithi187 ceph-mon[35215]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:48.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:48 smithi187 ceph-mon[35215]: from='client.? 172.21.15.138:0/1237588280' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-13T11:22:48.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:48 smithi138 ceph-mon[31516]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:48.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:48 smithi138 ceph-mon[31516]: from='client.? 172.21.15.138:0/1237588280' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-08-13T11:22:50.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:50 smithi171 ceph-mon[34892]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:50.703 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:50 smithi138 ceph-mon[31516]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:50.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:50 smithi187 ceph-mon[35215]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:52.633 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:52 smithi187 ceph-mon[35215]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:52.636 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:52 smithi171 ceph-mon[34892]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:52.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:52 smithi138 ceph-mon[31516]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:54.485 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:54 smithi138 ceph-mon[31516]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:54.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:54 smithi171 ceph-mon[34892]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:54.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:54 smithi187 ceph-mon[35215]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:55.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:55 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-13T11:22:55.660 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:55 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:55.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:55 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-13T11:22:55.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:55 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:55.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:55 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-08-13T11:22:55.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:55 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:22:56.527 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:56 smithi138 ceph-mon[31516]: Deploying daemon osd.0 on smithi138 2024-08-13T11:22:56.527 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:56 smithi138 ceph-mon[31516]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:56.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:56 smithi187 ceph-mon[35215]: Deploying daemon osd.0 on smithi138 2024-08-13T11:22:56.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:56 smithi187 ceph-mon[35215]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:56.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:56 smithi171 ceph-mon[34892]: Deploying daemon osd.0 on smithi138 2024-08-13T11:22:56.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:56 smithi171 ceph-mon[34892]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:58.585 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:22:58 smithi138 ceph-mon[31516]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:58.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:22:58 smithi187 ceph-mon[35215]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:22:58.888 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:22:58 smithi171 ceph-mon[34892]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:00.482 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:00 smithi138 ceph-mon[31516]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:00.482 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:00 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:23:00.482 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:00 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:00.482 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:00 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:00.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:00 smithi187 ceph-mon[35215]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:00.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:00 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:23:00.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:00 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:00.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:00 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:00.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:00 smithi171 ceph-mon[34892]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:00.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:00 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:23:00.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:00 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:00.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:00 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:02.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:02 smithi187 ceph-mon[35215]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:02.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:02 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:02.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:02 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:02.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:02 smithi138 ceph-mon[31516]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:02.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:02 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:02.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:02 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:02.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:02 smithi171 ceph-mon[34892]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:02.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:02 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:02.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:02 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:03.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:03 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:03.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:03 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:23:03.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:03 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:03.770 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:03 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:03.770 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:03 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:23:03.771 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:03 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:03.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:03 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:03.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:03 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:23:03.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:03 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:04.069 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 0 on host 'smithi138' 2024-08-13T11:23:04.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:04 smithi138 ceph-mon[31516]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:04.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:23:04.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:04.642 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:04 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:04.669 DEBUG:teuthology.orchestra.run.smithi138:osd.0> sudo journalctl -f -n 0 -u ceph-da4a2ccc-5965-11ef-bcce-c7b262605968@osd.0.service 2024-08-13T11:23:04.672 INFO:tasks.cephadm:Deploying osd.1 on smithi171 with /dev/vg_nvme/lv_4... 2024-08-13T11:23:04.672 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-08-13T11:23:04.695 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:04 smithi171 ceph-mon[34892]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:04.695 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:04 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:23:04.695 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:04 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:04.695 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:04 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:04.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:04 smithi187 ceph-mon[35215]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:04.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:04 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-08-13T11:23:04.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:04 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:04.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:04 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:04.919 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.b/config 2024-08-13T11:23:05.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:05 smithi138 ceph-mon[31516]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-13T11:23:05.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:05 smithi138 ceph-mon[31516]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:05.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:05 smithi171 ceph-mon[34892]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-13T11:23:05.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:05 smithi171 ceph-mon[34892]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:05.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:05 smithi187 ceph-mon[35215]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-08-13T11:23:05.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:05 smithi187 ceph-mon[35215]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:06.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:06 smithi171 ceph-mon[34892]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-13T11:23:06.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:06 smithi171 ceph-mon[34892]: osdmap e6: 1 total, 0 up, 1 in 2024-08-13T11:23:06.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:06 smithi171 ceph-mon[34892]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]} : dispatch 2024-08-13T11:23:06.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:06 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:06.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:06 smithi187 ceph-mon[35215]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-13T11:23:06.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:06 smithi187 ceph-mon[35215]: osdmap e6: 1 total, 0 up, 1 in 2024-08-13T11:23:06.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:06 smithi187 ceph-mon[35215]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]} : dispatch 2024-08-13T11:23:06.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:06 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:06.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:06 smithi138 ceph-mon[31516]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-08-13T11:23:06.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:06 smithi138 ceph-mon[31516]: osdmap e6: 1 total, 0 up, 1 in 2024-08-13T11:23:06.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:06 smithi138 ceph-mon[31516]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]} : dispatch 2024-08-13T11:23:06.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:06 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:06.849 INFO:journalctl@ceph.osd.0.smithi138.stdout:Aug 13 11:23:06 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-osd-0[43502]: 2024-08-13T11:23:06.412+0000 7f6ff9ee7640 -1 osd.0 0 waiting for initial osdmap 2024-08-13T11:23:06.849 INFO:journalctl@ceph.osd.0.smithi138.stdout:Aug 13 11:23:06 smithi138 ceph-da4a2ccc-5965-11ef-bcce-c7b262605968-osd-0[43502]: 2024-08-13T11:23:06.415+0000 7f6ff5d0e640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-08-13T11:23:07.273 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-08-13T11:23:07.299 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c162f60e3da0da3e28ab677c737cac932063e3b4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid da4a2ccc-5965-11ef-bcce-c7b262605968 -- ceph orch daemon add osd smithi171:vg_nvme/lv_4 2024-08-13T11:23:07.592 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/da4a2ccc-5965-11ef-bcce-c7b262605968/mon.b/config 2024-08-13T11:23:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:07 smithi138 ceph-mon[31516]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-08-13T11:23:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:07 smithi138 ceph-mon[31516]: osdmap e7: 1 total, 0 up, 1 in 2024-08-13T11:23:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:07 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:07 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:07 smithi138 ceph-mon[31516]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:07.598 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:07 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:07 smithi171 ceph-mon[34892]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-08-13T11:23:07.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:07 smithi171 ceph-mon[34892]: osdmap e7: 1 total, 0 up, 1 in 2024-08-13T11:23:07.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:07 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:07 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:07 smithi171 ceph-mon[34892]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:07.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:07 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:07 smithi187 ceph-mon[35215]: from='osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-08-13T11:23:07.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:07 smithi187 ceph-mon[35215]: osdmap e7: 1 total, 0 up, 1 in 2024-08-13T11:23:07.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:07 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:07 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:07.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:07 smithi187 ceph-mon[35215]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-08-13T11:23:07.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:07 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:08.705 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: purged_snaps scrub starts 2024-08-13T11:23:08.705 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: purged_snaps scrub ok 2024-08-13T11:23:08.705 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797] boot 2024-08-13T11:23:08.705 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: osdmap e8: 1 total, 1 up, 1 in 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: Detected new or changed devices on smithi138 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: Adjusting osd_memory_target on smithi138 to 17088M 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.706 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:08.707 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:23:08.707 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.707 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:23:08.707 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-13T11:23:08.707 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-13T11:23:08.707 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:08 smithi171 ceph-mon[34892]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:08.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: purged_snaps scrub starts 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: purged_snaps scrub ok 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797] boot 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: osdmap e8: 1 total, 1 up, 1 in 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: Detected new or changed devices on smithi138 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: Adjusting osd_memory_target on smithi138 to 17088M 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:08.816 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:23:08.817 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.817 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:23:08.817 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-13T11:23:08.817 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-13T11:23:08.817 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:08 smithi187 ceph-mon[35215]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: purged_snaps scrub starts 2024-08-13T11:23:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: purged_snaps scrub ok 2024-08-13T11:23:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: osd.0 [v2:172.21.15.138:6802/468454797,v1:172.21.15.138:6803/468454797] boot 2024-08-13T11:23:08.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: osdmap e8: 1 total, 1 up, 1 in 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: Detected new or changed devices on smithi138 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: Adjusting osd_memory_target on smithi138 to 17088M 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-08-13T11:23:08.849 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:08 smithi138 ceph-mon[31516]: from='mgr.14150 172.21.15.138:0/2090099954' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-13T11:23:09.612 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:09 smithi171 ceph-mon[34892]: osdmap e9: 1 total, 1 up, 1 in 2024-08-13T11:23:09.612 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:09 smithi171 ceph-mon[34892]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-13T11:23:09.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:09 smithi187 ceph-mon[35215]: osdmap e9: 1 total, 1 up, 1 in 2024-08-13T11:23:09.815 INFO:journalctl@ceph.mon.c.smithi187.stdout:Aug 13 11:23:09 smithi187 ceph-mon[35215]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-13T11:23:09.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:09 smithi138 ceph-mon[31516]: osdmap e9: 1 total, 1 up, 1 in 2024-08-13T11:23:09.848 INFO:journalctl@ceph.mon.a.smithi138.stdout:Aug 13 11:23:09 smithi138 ceph-mon[31516]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-08-13T11:23:10.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:10 smithi171 ceph-mon[34892]: from='client.? 172.21.15.171:0/704323722' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dc83b0b0-710c-4d42-8f43-c5999609e289"} : dispatch 2024-08-13T11:23:10.887 INFO:journalctl@ceph.mon.b.smithi171.stdout:Aug 13 11:23:10 smithi171 ceph-mon[34892]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dc83b0b0-710c-4d42-8f43-c5999609e289"} : dispatch 2024-08-13T11:23:10.887 INFO:journalctl@ceph.mon.b.smithi