2024-07-26T23:19:42.364 INFO:root:teuthology version: 0.0.1.dev379+g53ce146 2024-07-26T23:19:42.384 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-26T23:19:46.454 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525 branch: wip-yuri-testing-2024-07-26-0628 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7820525' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri-testing-2024-07-26-0628 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: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2024-07-26-0628 sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b owner: scheduled_yuriw@teuthology priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7667 sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2024-07-26-0628 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b targets: smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJC2o6yIKFUjDCOjyO2/PkZXwzG1p+ytkKaKtvE4FbBSnbd77eVL9/kX8WwuzDFEHcq8H5E3NDlEgagEIWAobBE= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJbryrA0tRbXqkr1+1MPXYg04+7wSlmyyAq4yJvZyyGwsgWiUp50xjMwMsoW5CHYs1vEfQt7KOZ7VgzKfb2PUbY= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG1xsZR8DxQZoENqKsTs5T1iREZWti9+c/AVUI13TTj2CCW3vZDM1zl4DHrIJ8eeOjgm+Xzugzn0IKJ49Mvy/iQ= 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: 53ce1462e129f6eb4071986336534c740fdebd31 timestamp: 2024-07-26_21:23:43 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.4074525 2024-07-26T23:19:46.454 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa; will attempt to use it 2024-07-26T23:19:46.455 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks 2024-07-26T23:19:46.455 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-07-26T23:19:46.457 INFO:teuthology.task.internal:Checking packages... 2024-07-26T23:19:46.482 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b' 2024-07-26T23:19:46.482 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-26T23:19:46.482 INFO:teuthology.packaging:ref: None 2024-07-26T23:19:46.482 INFO:teuthology.packaging:tag: None 2024-07-26T23:19:46.482 INFO:teuthology.packaging:branch: wip-yuri-testing-2024-07-26-0628 2024-07-26T23:19:46.482 INFO:teuthology.packaging:sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:19:46.483 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri-testing-2024-07-26-0628 2024-07-26T23:19:46.621 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-5372.g67f28c2a 2024-07-26T23:19:46.623 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-07-26T23:19:46.629 INFO:teuthology.task.internal:no buildpackages task found 2024-07-26T23:19:46.630 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-07-26T23:19:46.687 INFO:teuthology.task.internal:Saving configuration 2024-07-26T23:19:46.702 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-07-26T23:19:46.789 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-07-26T23:19:46.814 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525', '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-07-26 23:14:35.955800', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJC2o6yIKFUjDCOjyO2/PkZXwzG1p+ytkKaKtvE4FbBSnbd77eVL9/kX8WwuzDFEHcq8H5E3NDlEgagEIWAobBE='} 2024-07-26T23:19:46.842 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525', '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-07-26 23:14:35.954498', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJbryrA0tRbXqkr1+1MPXYg04+7wSlmyyAq4yJvZyyGwsgWiUp50xjMwMsoW5CHYs1vEfQt7KOZ7VgzKfb2PUbY='} 2024-07-26T23:19:46.870 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525', '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-07-26 23:14:35.953034', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG1xsZR8DxQZoENqKsTs5T1iREZWti9+c/AVUI13TTj2CCW3vZDM1zl4DHrIJ8eeOjgm+Xzugzn0IKJ49Mvy/iQ='} 2024-07-26T23:19:46.870 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-07-26T23:19:46.877 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-07-26T23:19:46.877 INFO:teuthology.task.internal:roles: ubuntu@smithi181.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-07-26T23:19:46.877 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-07-26T23:19:46.877 INFO:teuthology.run_tasks:Running task console_log... 2024-07-26T23:19:54.107 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f150e04bbe0>, signals=[15]) 2024-07-26T23:19:54.107 INFO:teuthology.run_tasks:Running task internal.connect... 2024-07-26T23:19:54.112 INFO:teuthology.task.internal:Opening connections... 2024-07-26T23:19:54.112 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2024-07-26T23:19:54.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:19:54.196 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2024-07-26T23:19:54.197 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:19:54.275 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-07-26T23:19:54.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:19:54.358 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-07-26T23:19:54.416 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2024-07-26T23:19:54.432 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2024-07-26T23:19:54.433 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="CentOS Stream" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="9" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:ID="centos" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE="rhel fedora" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="9" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:PLATFORM_ID="platform:el9" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:ANSI_COLOR="0;31" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:LOGO="fedora-logo-icon" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-26T23:19:54.488 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://centos.org/" 2024-07-26T23:19:54.489 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-26T23:19:54.489 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-26T23:19:54.489 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-26T23:19:54.489 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2024-07-26T23:19:54.517 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2024-07-26T23:19:54.533 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2024-07-26T23:19:54.534 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2024-07-26T23:19:54.589 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="CentOS Stream" 2024-07-26T23:19:54.589 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="9" 2024-07-26T23:19:54.589 INFO:teuthology.orchestra.run.smithi181.stdout:ID="centos" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE="rhel fedora" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="9" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:PLATFORM_ID="platform:el9" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:ANSI_COLOR="0;31" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:LOGO="fedora-logo-icon" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-26T23:19:54.590 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://centos.org/" 2024-07-26T23:19:54.591 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-26T23:19:54.591 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-26T23:19:54.591 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-26T23:19:54.592 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2024-07-26T23:19:54.617 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-07-26T23:19:54.633 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-07-26T23:19:54.634 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="CentOS Stream" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="9" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:ID="centos" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="rhel fedora" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="9" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el9" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2024-07-26T23:19:54.689 INFO:teuthology.orchestra.run.smithi196.stdout:LOGO="fedora-logo-icon" 2024-07-26T23:19:54.690 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-26T23:19:54.690 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://centos.org/" 2024-07-26T23:19:54.690 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-26T23:19:54.690 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-26T23:19:54.690 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-26T23:19:54.690 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-07-26T23:19:54.719 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-07-26T23:19:54.744 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-07-26T23:19:54.755 INFO:teuthology.task.internal:Checking for old test directory... 2024-07-26T23:19:54.755 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2024-07-26T23:19:54.758 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2024-07-26T23:19:54.760 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-07-26T23:19:54.774 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-07-26T23:19:54.786 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-07-26T23:19:54.786 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2024-07-26T23:19:54.813 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2024-07-26T23:19:54.815 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-07-26T23:19:54.967 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-07-26T23:19:55.031 INFO:teuthology.run_tasks:Running task kernel... 2024-07-26T23:19:55.096 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-07-26T23:19:55.096 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-07-26T23:19:55.096 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T23:19:55.097 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T23:19:55.097 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T23:19:55.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:19:55.113 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-07-26T23:19:55.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:19:55.114 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-07-26T23:19:55.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:19:55.115 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-07-26T23:19:55.168 INFO:teuthology.orchestra.run.smithi196.stdout:5.14.0-437.el9.x86_64 2024-07-26T23:19:55.168 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.14.0-437.el9.x86_64 2024-07-26T23:19:55.169 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2024-07-26T23:19:55.170 INFO:teuthology.orchestra.run.smithi181.stdout:5.14.0-437.el9.x86_64 2024-07-26T23:19:55.170 INFO:teuthology.task.kernel:Running kernel on smithi181: 5.14.0-437.el9.x86_64 2024-07-26T23:19:55.171 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum install -y kernel 2024-07-26T23:19:55.172 INFO:teuthology.orchestra.run.smithi175.stdout:5.14.0-437.el9.x86_64 2024-07-26T23:19:55.172 INFO:teuthology.task.kernel:Running kernel on smithi175: 5.14.0-437.el9.x86_64 2024-07-26T23:19:55.173 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum install -y kernel 2024-07-26T23:19:57.555 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-07-26T23:19:59.119 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - BaseOS 3.7 MB/s | 8.2 MB 00:02 2024-07-26T23:19:59.356 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.2 MB 00:02 2024-07-26T23:20:00.517 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - AppStream 11 MB/s | 20 MB 00:01 2024-07-26T23:20:01.973 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 13 MB/s | 20 MB 00:01 2024-07-26T23:20:02.614 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - AppStream 8.3 MB/s | 20 MB 00:02 2024-07-26T23:20:06.981 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - CRB 2.4 MB/s | 6.5 MB 00:02 2024-07-26T23:20:08.423 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.5 MB 00:02 2024-07-26T23:20:08.557 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 18 kB 00:00 2024-07-26T23:20:08.786 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - CRB 2.8 MB/s | 6.5 MB 00:02 2024-07-26T23:20:09.544 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 26 MB/s | 22 MB 00:00 2024-07-26T23:20:10.141 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 66 kB/s | 18 kB 00:00 2024-07-26T23:20:10.345 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - Extras packages 98 kB/s | 18 kB 00:00 2024-07-26T23:20:10.970 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 32 MB/s | 22 MB 00:00 2024-07-26T23:20:11.474 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 22 MB/s | 22 MB 00:01 2024-07-26T23:20:14.858 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-07-26T23:20:16.284 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 19 kB/s | 1.7 kB 00:00 2024-07-26T23:20:16.814 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-07-26T23:20:16.847 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-26T23:20:16.847 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-26T23:20:16.946 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:20:16.952 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:20:16.953 INFO:teuthology.orchestra.run.smithi175.stdout:Install 4 Packages 2024-07-26T23:20:16.954 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:20:16.954 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 84 M 2024-07-26T23:20:16.954 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 126 M 2024-07-26T23:20:16.954 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:20:18.217 INFO:teuthology.orchestra.run.smithi175.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 1.3 MB/s | 1.5 MB 00:01 2024-07-26T23:20:18.298 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-26T23:20:18.298 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-26T23:20:18.397 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-26T23:20:18.408 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:20:18.409 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:20:18.409 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:20:18.409 INFO:teuthology.orchestra.run.smithi196.stdout:Install 4 Packages 2024-07-26T23:20:18.409 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:20:18.409 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 84 M 2024-07-26T23:20:18.409 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 126 M 2024-07-26T23:20:18.410 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:20:18.845 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-26T23:20:18.845 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-26T23:20:18.941 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:20:18.947 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:20:18.947 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-07-26T23:20:18.947 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:20:18.947 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:20:18.947 INFO:teuthology.orchestra.run.smithi181.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-07-26T23:20:18.947 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout:Install 4 Packages 2024-07-26T23:20:18.948 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:20:18.949 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 84 M 2024-07-26T23:20:18.949 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 126 M 2024-07-26T23:20:18.949 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:20:19.776 INFO:teuthology.orchestra.run.smithi196.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 1.2 MB/s | 1.5 MB 00:01 2024-07-26T23:20:20.310 INFO:teuthology.orchestra.run.smithi196.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 9.6 MB/s | 17 MB 00:01 2024-07-26T23:20:20.339 INFO:teuthology.orchestra.run.smithi181.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 1.3 MB/s | 1.5 MB 00:01 2024-07-26T23:20:20.882 INFO:teuthology.orchestra.run.smithi181.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 10 MB/s | 17 MB 00:01 2024-07-26T23:20:20.968 INFO:teuthology.orchestra.run.smithi196.stdout:(3/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 15 MB/s | 36 MB 00:02 2024-07-26T23:20:21.573 INFO:teuthology.orchestra.run.smithi181.stdout:(3/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 15 MB/s | 36 MB 00:02 2024-07-26T23:20:22.477 INFO:teuthology.orchestra.run.smithi196.stdout:(4/4): kernel-modules-core-5.14.0-480.el9.x86_6 11 MB/s | 30 MB 00:02 2024-07-26T23:20:22.477 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:20:22.477 INFO:teuthology.orchestra.run.smithi196.stdout:Total 21 MB/s | 84 MB 00:04 2024-07-26T23:20:23.215 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:20:23.584 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:20:23.584 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:20:24.140 INFO:teuthology.orchestra.run.smithi181.stdout:(4/4): kernel-modules-core-5.14.0-480.el9.x86_6 7.9 MB/s | 30 MB 00:03 2024-07-26T23:20:24.140 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:20:24.141 INFO:teuthology.orchestra.run.smithi181.stdout:Total 16 MB/s | 84 MB 00:05 2024-07-26T23:20:24.599 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:20:24.599 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:20:24.875 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:20:25.226 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:20:25.226 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:20:26.248 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:20:26.249 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:20:27.054 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:20:27.166 INFO:teuthology.orchestra.run.smithi175.stdout:(2/4): kernel-modules-core-5.14.0-480.el9.x86_6 3.3 MB/s | 30 MB 00:08 2024-07-26T23:20:27.783 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-26T23:20:27.868 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:20:28.711 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:20:29.379 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-26T23:20:29.481 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:20:30.532 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:20:30.685 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:20:32.167 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:20:32.341 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:20:34.023 INFO:teuthology.orchestra.run.smithi175.stdout:(3/4): kernel-core-5.14.0-480.el9.x86_64.rpm 1.0 MB/s | 17 MB 00:16 2024-07-26T23:20:35.528 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:20:35.686 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:20:37.173 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:20:37.334 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:20:40.530 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:20:42.159 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:20:58.287 INFO:teuthology.orchestra.run.smithi175.stdout:(4/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 892 kB/s | 36 MB 00:41 2024-07-26T23:20:58.287 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:20:58.287 INFO:teuthology.orchestra.run.smithi175.stdout:Total 2.0 MB/s | 84 MB 00:41 2024-07-26T23:20:59.024 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:20:59.373 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:20:59.373 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:21:00.390 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:21:00.390 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:21:02.831 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:21:03.557 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-07-26T23:21:03.661 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:21:06.332 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:21:06.477 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:21:10.136 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:10.177 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:10.473 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:10.473 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-26T23:21:10.473 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:21:10.473 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:21:11.266 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:11.266 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:21:11.266 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:21:11.266 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:11.267 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-26T23:21:11.267 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-26T23:21:11.267 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-26T23:21:11.267 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:21:11.267 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:21:11.348 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:21:11.469 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:11.657 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T23:21:11.740 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:11.741 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T23:21:11.741 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-07-26T23:21:11.741 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T23:21:11.741 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T23:21:11.742 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-07-26T23:21:11.742 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T23:21:11.742 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T23:21:11.799 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:11.800 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T23:21:11.800 DEBUG:teuthology.orchestra.run.smithi196:> sudo rpm -qi grub2-tools 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Name : grub2-tools 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Epoch : 1 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Version : 2.06 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Release : 68.el9 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: x86_64 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Group : Unspecified 2024-07-26T23:21:11.840 INFO:teuthology.orchestra.run.smithi196.stdout:Size : 8264254 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:License : GPLv3+ 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Packager : builder@centos.org 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Vendor : CentOS 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Summary : Support tools for GRUB. 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:Description : 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-26T23:21:11.841 INFO:teuthology.orchestra.run.smithi196.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-26T23:21:11.842 INFO:teuthology.orchestra.run.smithi196.stdout:hardware devices. 2024-07-26T23:21:11.842 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:21:11.842 INFO:teuthology.orchestra.run.smithi196.stdout:This subpackage provides tools for support of all platforms. 2024-07-26T23:21:11.843 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-26T23:21:11.843 INFO:teuthology.task.kernel:Updating grub on smithi196 to boot 5.14.0-480.el9.x86_64 2024-07-26T23:21:11.843 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-26T23:21:12.027 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:12.067 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:12.365 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:12.365 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-26T23:21:12.365 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:21:12.365 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:21:12.467 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2024-07-26T23:21:13.152 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:13.152 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:21:13.152 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:21:13.152 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:13.152 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-26T23:21:13.153 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-26T23:21:13.153 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-26T23:21:13.153 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:21:13.153 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:21:13.514 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T23:21:13.598 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:13.599 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T23:21:13.599 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-07-26T23:21:13.599 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T23:21:13.599 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T23:21:13.599 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-07-26T23:21:13.599 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi181.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T23:21:13.599 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T23:21:13.656 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:13.656 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T23:21:13.656 DEBUG:teuthology.orchestra.run.smithi181:> sudo rpm -qi grub2-tools 2024-07-26T23:21:13.695 INFO:teuthology.orchestra.run.smithi181.stdout:Name : grub2-tools 2024-07-26T23:21:13.695 INFO:teuthology.orchestra.run.smithi181.stdout:Epoch : 1 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Version : 2.06 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Release : 68.el9 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Architecture: x86_64 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Group : Unspecified 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Size : 8264254 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:License : GPLv3+ 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Packager : builder@centos.org 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Vendor : CentOS 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-26T23:21:13.696 INFO:teuthology.orchestra.run.smithi181.stdout:Summary : Support tools for GRUB. 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout:Description : 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout:hardware devices. 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:21:13.697 INFO:teuthology.orchestra.run.smithi181.stdout:This subpackage provides tools for support of all platforms. 2024-07-26T23:21:13.698 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-26T23:21:13.698 INFO:teuthology.task.kernel:Updating grub on smithi181 to boot 5.14.0-480.el9.x86_64 2024-07-26T23:21:13.698 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-26T23:21:13.837 INFO:teuthology.orchestra.run.smithi196.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-26T23:21:13.874 INFO:teuthology.orchestra.run.smithi196.stderr:done 2024-07-26T23:21:13.876 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2024-07-26T23:21:13.895 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.up7OiKChC2 2024-07-26T23:21:13.896 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.up7OiKChC2 2024-07-26T23:21:13.961 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.up7OiKChC2 2024-07-26T23:21:14.105 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.up7OiKChC2 is 6KB 2024-07-26T23:21:14.154 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.up7OiKChC2 2024-07-26T23:21:14.170 DEBUG:teuthology.orchestra.run.smithi196:> sudo /bin/ls /boot/loader/entries || true 2024-07-26T23:21:14.240 INFO:teuthology.orchestra.run.smithi196.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-26T23:21:14.240 INFO:teuthology.orchestra.run.smithi196.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-26T23:21:14.240 INFO:teuthology.orchestra.run.smithi196.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-26T23:21:14.240 INFO:teuthology.orchestra.run.smithi196.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-26T23:21:14.242 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-26T23:21:14.331 INFO:teuthology.orchestra.run.smithi181.stderr:Generating grub configuration file ... 2024-07-26T23:21:14.405 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2024-07-26T23:21:14.485 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-07-26T23:21:15.703 INFO:teuthology.orchestra.run.smithi181.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-26T23:21:15.739 INFO:teuthology.orchestra.run.smithi181.stderr:done 2024-07-26T23:21:15.741 DEBUG:teuthology.orchestra.run.smithi181:> mktemp 2024-07-26T23:21:15.755 INFO:teuthology.orchestra.run.smithi181.stdout:/tmp/tmp.b6v9FPIcJR 2024-07-26T23:21:15.756 DEBUG:teuthology.orchestra.run.smithi181:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.b6v9FPIcJR 2024-07-26T23:21:15.828 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 0666 /tmp/tmp.b6v9FPIcJR 2024-07-26T23:21:15.970 DEBUG:teuthology.orchestra.remote:smithi181:/tmp/tmp.b6v9FPIcJR is 6KB 2024-07-26T23:21:16.018 DEBUG:teuthology.orchestra.run.smithi181:> rm -fr /tmp/tmp.b6v9FPIcJR 2024-07-26T23:21:16.032 DEBUG:teuthology.orchestra.run.smithi181:> sudo /bin/ls /boot/loader/entries || true 2024-07-26T23:21:16.093 INFO:teuthology.orchestra.run.smithi181.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-26T23:21:16.093 INFO:teuthology.orchestra.run.smithi181.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-26T23:21:16.093 INFO:teuthology.orchestra.run.smithi181.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-26T23:21:16.093 INFO:teuthology.orchestra.run.smithi181.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-26T23:21:16.095 DEBUG:teuthology.orchestra.run.smithi181:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-26T23:21:16.247 DEBUG:teuthology.orchestra.run.smithi181:> sudo shutdown -r now 2024-07-26T23:21:16.349 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:44.408 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-07-26T23:21:44.408 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-07-26T23:21:44.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:21:45.999 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:46.039 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:46.250 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-07-26T23:21:46.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-07-26T23:21:46.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:21:46.499 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:46.499 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-07-26T23:21:46.499 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-07-26T23:21:46.499 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-07-26T23:21:47.325 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:21:47.326 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:21:47.714 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T23:21:47.788 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:47.788 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T23:21:47.788 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-07-26T23:21:47.788 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T23:21:47.788 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T23:21:47.788 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-07-26T23:21:47.789 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi175.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T23:21:47.789 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-07-26T23:21:47.846 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-5.14.0-480.el9.x86_64 2024-07-26T23:21:47.846 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-07-26T23:21:47.846 DEBUG:teuthology.orchestra.run.smithi175:> sudo rpm -qi grub2-tools 2024-07-26T23:21:47.881 INFO:teuthology.orchestra.run.smithi175.stdout:Name : grub2-tools 2024-07-26T23:21:47.881 INFO:teuthology.orchestra.run.smithi175.stdout:Epoch : 1 2024-07-26T23:21:47.881 INFO:teuthology.orchestra.run.smithi175.stdout:Version : 2.06 2024-07-26T23:21:47.881 INFO:teuthology.orchestra.run.smithi175.stdout:Release : 68.el9 2024-07-26T23:21:47.881 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: x86_64 2024-07-26T23:21:47.881 INFO:teuthology.orchestra.run.smithi175.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Group : Unspecified 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Size : 8264254 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:License : GPLv3+ 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Packager : builder@centos.org 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Vendor : CentOS 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-26T23:21:47.882 INFO:teuthology.orchestra.run.smithi175.stdout:Summary : Support tools for GRUB. 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout:Description : 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout:hardware devices. 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:21:47.883 INFO:teuthology.orchestra.run.smithi175.stdout:This subpackage provides tools for support of all platforms. 2024-07-26T23:21:47.884 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-26T23:21:47.884 INFO:teuthology.task.kernel:Updating grub on smithi175 to boot 5.14.0-480.el9.x86_64 2024-07-26T23:21:47.884 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-26T23:21:48.499 INFO:teuthology.orchestra.run.smithi175.stderr:Generating grub configuration file ... 2024-07-26T23:21:49.807 INFO:teuthology.orchestra.run.smithi175.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-26T23:21:49.839 INFO:teuthology.orchestra.run.smithi175.stderr:done 2024-07-26T23:21:49.841 DEBUG:teuthology.orchestra.run.smithi175:> mktemp 2024-07-26T23:21:49.861 INFO:teuthology.orchestra.run.smithi175.stdout:/tmp/tmp.gjtbQmVCJt 2024-07-26T23:21:49.862 DEBUG:teuthology.orchestra.run.smithi175:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gjtbQmVCJt 2024-07-26T23:21:49.934 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0666 /tmp/tmp.gjtbQmVCJt 2024-07-26T23:21:50.076 DEBUG:teuthology.orchestra.remote:smithi175:/tmp/tmp.gjtbQmVCJt is 6KB 2024-07-26T23:21:50.124 DEBUG:teuthology.orchestra.run.smithi175:> rm -fr /tmp/tmp.gjtbQmVCJt 2024-07-26T23:21:50.139 DEBUG:teuthology.orchestra.run.smithi175:> sudo /bin/ls /boot/loader/entries || true 2024-07-26T23:21:50.200 INFO:teuthology.orchestra.run.smithi175.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-26T23:21:50.200 INFO:teuthology.orchestra.run.smithi175.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-26T23:21:50.201 INFO:teuthology.orchestra.run.smithi175.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-26T23:21:50.201 INFO:teuthology.orchestra.run.smithi175.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-07-26T23:21:50.202 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-07-26T23:21:50.346 DEBUG:teuthology.orchestra.run.smithi175:> sudo shutdown -r now 2024-07-26T23:22:20.360 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-07-26T23:22:20.361 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-07-26T23:22:20.362 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:22:20.766 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-07-26T23:22:29.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-07-26T23:22:29.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:22:44.427 DEBUG:teuthology.orchestra.remote:timed out 2024-07-26T23:22:48.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.181 2024-07-26T23:22:53.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-07-26T23:22:53.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:22:53.910 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-07-26T23:22:54.316 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-07-26T23:22:54.316 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-480.el9.x86_64"... 2024-07-26T23:22:54.316 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-07-26T23:22:54.331 INFO:teuthology.orchestra.run.smithi196.stdout:5.14.0-480.el9.x86_64 2024-07-26T23:22:54.331 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-26T23:22:54.331 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T23:22:54.331 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-26T23:22:55.332 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-07-26T23:22:55.332 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T23:22:55.416 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-07-26T23:22:55.462 DEBUG:teuthology.parallel:result is None 2024-07-26T23:23:00.160 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-07-26T23:23:00.161 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:23:00.552 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-07-26T23:23:00.982 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-07-26T23:23:00.982 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-480.el9.x86_64"... 2024-07-26T23:23:00.983 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-07-26T23:23:00.997 INFO:teuthology.orchestra.run.smithi181.stdout:5.14.0-480.el9.x86_64 2024-07-26T23:23:00.997 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-26T23:23:00.997 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T23:23:00.998 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-26T23:23:01.998 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-07-26T23:23:01.998 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T23:23:02.069 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2024-07-26T23:23:02.118 DEBUG:teuthology.parallel:result is None 2024-07-26T23:23:20.364 DEBUG:teuthology.orchestra.remote:timed out 2024-07-26T23:23:29.365 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-07-26T23:23:29.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:23:31.041 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-07-26T23:23:31.545 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-07-26T23:23:31.545 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-480.el9.x86_64"... 2024-07-26T23:23:31.545 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-07-26T23:23:31.560 INFO:teuthology.orchestra.run.smithi175.stdout:5.14.0-480.el9.x86_64 2024-07-26T23:23:31.560 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-07-26T23:23:31.560 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T23:23:31.560 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-26T23:23:32.561 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-07-26T23:23:32.562 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T23:23:32.664 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2024-07-26T23:23:32.714 DEBUG:teuthology.parallel:result is None 2024-07-26T23:23:32.714 INFO:teuthology.run_tasks:Running task internal.base... 2024-07-26T23:23:32.723 INFO:teuthology.task.internal:Creating test directory... 2024-07-26T23:23:32.723 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T23:23:32.725 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T23:23:32.728 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T23:23:32.750 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-07-26T23:23:32.760 INFO:teuthology.run_tasks:Running task internal.archive... 2024-07-26T23:23:32.768 INFO:teuthology.task.internal:Creating archive directory... 2024-07-26T23:23:32.769 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T23:23:32.781 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T23:23:32.789 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T23:23:32.962 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-07-26T23:23:33.028 INFO:teuthology.task.internal:Enabling coredump saving... 2024-07-26T23:23:33.028 DEBUG:teuthology.orchestra.run.smithi175:> 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-07-26T23:23:33.030 DEBUG:teuthology.orchestra.run.smithi181:> 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-07-26T23:23:33.033 DEBUG:teuthology.orchestra.run.smithi196:> 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-07-26T23:23:33.062 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T23:23:33.069 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T23:23:33.070 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T23:23:33.073 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T23:23:33.080 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T23:23:33.080 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T23:23:33.082 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-07-26T23:23:33.089 INFO:teuthology.task.internal:Configuring sudo... 2024-07-26T23:23:33.089 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T23:23:33.125 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T23:23:33.129 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T23:23:33.157 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-07-26T23:23:33.166 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-07-26T23:23:33.166 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T23:23:33.190 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T23:23:33.198 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T23:23:33.214 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T23:23:33.289 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T23:23:33.340 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T23:23:33.429 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T23:23:33.469 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:23:33.469 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T23:23:33.535 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T23:23:33.582 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T23:23:33.634 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T23:23:33.722 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T23:23:33.765 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:23:33.845 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T23:23:33.871 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T23:23:33.919 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T23:23:33.972 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T23:23:34.054 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T23:23:34.102 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:23:34.102 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T23:23:34.170 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2024-07-26T23:23:34.172 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2024-07-26T23:23:34.174 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-07-26T23:23:34.207 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T23:23:34.230 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T23:23:34.263 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T23:23:34.685 INFO:teuthology.run_tasks:Running task internal.timer... 2024-07-26T23:23:34.694 INFO:teuthology.task.internal:Starting timer... 2024-07-26T23:23:34.694 INFO:teuthology.run_tasks:Running task pcp... 2024-07-26T23:23:34.870 INFO:teuthology.run_tasks:Running task selinux... 2024-07-26T23:23:34.893 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-07-26T23:23:34.894 DEBUG:teuthology.orchestra.run.smithi175:> sudo service auditd rotate 2024-07-26T23:23:34.987 INFO:teuthology.orchestra.run.smithi175.stdout:Rotating logs: 2024-07-26T23:23:34.989 DEBUG:teuthology.orchestra.run.smithi181:> sudo service auditd rotate 2024-07-26T23:23:35.077 INFO:teuthology.orchestra.run.smithi181.stdout:Rotating logs: 2024-07-26T23:23:35.080 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2024-07-26T23:23:35.146 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: 2024-07-26T23:23:35.148 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-07-26T23:23:35.148 DEBUG:teuthology.orchestra.run.smithi175:> /usr/sbin/getenforce 2024-07-26T23:23:35.177 INFO:teuthology.orchestra.run.smithi175.stdout:Permissive 2024-07-26T23:23:35.177 DEBUG:teuthology.orchestra.run.smithi181:> /usr/sbin/getenforce 2024-07-26T23:23:35.227 INFO:teuthology.orchestra.run.smithi181.stdout:Permissive 2024-07-26T23:23:35.228 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2024-07-26T23:23:35.263 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2024-07-26T23:23:35.263 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi175.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi181.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2024-07-26T23:23:35.263 DEBUG:teuthology.orchestra.run.smithi175:> 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-07-26T23:23:35.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:23:35.288 DEBUG:teuthology.orchestra.run.smithi181:> 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-07-26T23:23:35.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:23:35.319 DEBUG:teuthology.orchestra.run.smithi196:> 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-07-26T23:23:35.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:23:35.347 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-07-26T23:23:35.347 DEBUG:teuthology.orchestra.run.smithi175:> sudo /usr/sbin/setenforce permissive 2024-07-26T23:23:35.399 DEBUG:teuthology.orchestra.run.smithi181:> sudo /usr/sbin/setenforce permissive 2024-07-26T23:23:35.438 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2024-07-26T23:23:35.465 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-07-26T23:23:35.478 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-07-26T23:23:35.493 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-07-26T23:23:35.513 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi175.front.sepia.ceph.com,smithi181.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-07-26T23:28:45.901 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi175.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-07-26T23:28:45.924 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-07-26T23:28:45.925 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:28:46.002 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-07-26T23:28:46.082 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-07-26T23:28:46.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-07-26T23:28:46.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:28:46.163 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-07-26T23:28:46.244 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-07-26T23:28:46.245 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-07-26T23:28:46.245 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T23:28:46.324 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-07-26T23:28:46.408 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-07-26T23:28:46.409 INFO:teuthology.run_tasks:Running task clock... 2024-07-26T23:28:46.421 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-07-26T23:28:46.421 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T23:28:46.422 DEBUG:teuthology.orchestra.run.smithi175:> 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-07-26T23:28:46.425 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T23:28:46.426 DEBUG:teuthology.orchestra.run.smithi181:> 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-07-26T23:28:46.428 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T23:28:46.428 DEBUG:teuthology.orchestra.run.smithi196:> 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-07-26T23:28:46.452 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-26T23:28:46.457 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-26T23:28:46.467 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-26T23:28:46.473 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-26T23:28:46.481 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-26T23:28:46.491 INFO:teuthology.orchestra.run.smithi175.stderr:sudo: ntpd: command not found 2024-07-26T23:28:46.497 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-26T23:28:46.501 INFO:teuthology.orchestra.run.smithi181.stderr:sudo: ntpd: command not found 2024-07-26T23:28:46.502 INFO:teuthology.orchestra.run.smithi175.stdout:506 Cannot talk to daemon 2024-07-26T23:28:46.514 INFO:teuthology.orchestra.run.smithi181.stdout:506 Cannot talk to daemon 2024-07-26T23:28:46.515 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-26T23:28:46.522 INFO:teuthology.orchestra.run.smithi196.stderr:sudo: ntpd: command not found 2024-07-26T23:28:46.529 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-26T23:28:46.529 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-26T23:28:46.533 INFO:teuthology.orchestra.run.smithi196.stdout:506 Cannot talk to daemon 2024-07-26T23:28:46.543 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-26T23:28:46.547 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-26T23:28:46.562 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-26T23:28:46.584 INFO:teuthology.orchestra.run.smithi175.stderr:bash: line 1: ntpq: command not found 2024-07-26T23:28:46.588 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T23:28:46.588 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2024-07-26T23:28:46.588 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.589 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.589 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.589 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.601 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-07-26T23:28:46.604 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T23:28:46.605 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-07-26T23:28:46.605 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.605 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.605 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.605 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.619 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-07-26T23:28:46.621 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T23:28:46.622 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-07-26T23:28:46.622 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.622 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.622 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.622 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:28:46.623 INFO:teuthology.run_tasks:Running task pexec... 2024-07-26T23:28:46.635 INFO:teuthology.task.pexec:Executing custom commands... 2024-07-26T23:28:46.635 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi175.front.sepia.ceph.com 2024-07-26T23:28:46.636 DEBUG:teuthology.orchestra.run.smithi175:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-26T23:28:46.637 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi181.front.sepia.ceph.com 2024-07-26T23:28:46.637 DEBUG:teuthology.orchestra.run.smithi181:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-26T23:28:46.638 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi196.front.sepia.ceph.com 2024-07-26T23:28:46.638 DEBUG:teuthology.orchestra.run.smithi196:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-26T23:28:47.216 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:10 ago on Fri 26 Jul 2024 11:27:36 PM UTC. 2024-07-26T23:28:47.221 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:11 ago on Fri 26 Jul 2024 11:27:35 PM UTC. 2024-07-26T23:28:47.232 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:09 ago on Fri 26 Jul 2024 11:27:37 PM UTC. 2024-07-26T23:28:47.302 INFO:teuthology.orchestra.run.smithi175.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-26T23:28:47.308 INFO:teuthology.orchestra.run.smithi181.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-26T23:28:47.319 INFO:teuthology.orchestra.run.smithi196.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-26T23:28:47.343 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:28:47.348 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:28:47.355 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:28:47.355 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:28:47.355 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:28:47.355 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:28:47.355 INFO:teuthology.orchestra.run.smithi175.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrading: 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout:Install 5 Packages 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrade 2 Packages 2024-07-26T23:28:47.356 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:28:47.358 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:28:47.358 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrading: 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:28:47.359 INFO:teuthology.orchestra.run.smithi181.stdout:Install 5 Packages 2024-07-26T23:28:47.360 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrade 2 Packages 2024-07-26T23:28:47.360 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:28:47.361 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 5.2 M 2024-07-26T23:28:47.361 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:28:47.361 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:28:47.363 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:28:47.363 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:28:47.363 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:28:47.363 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:28:47.363 INFO:teuthology.orchestra.run.smithi196.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-26T23:28:47.363 INFO:teuthology.orchestra.run.smithi196.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-07-26T23:28:47.363 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrading: 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout:Install 5 Packages 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrade 2 Packages 2024-07-26T23:28:47.364 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:28:47.369 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 5.2 M 2024-07-26T23:28:47.369 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:28:47.389 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 5.2 M 2024-07-26T23:28:47.390 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:28:47.756 INFO:teuthology.orchestra.run.smithi175.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 343 kB/s | 44 kB 00:00 2024-07-26T23:28:47.759 INFO:teuthology.orchestra.run.smithi196.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 380 kB/s | 44 kB 00:00 2024-07-26T23:28:47.781 INFO:teuthology.orchestra.run.smithi196.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 519 kB/s | 72 kB 00:00 2024-07-26T23:28:47.798 INFO:teuthology.orchestra.run.smithi196.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 542 kB/s | 84 kB 00:00 2024-07-26T23:28:47.806 INFO:teuthology.orchestra.run.smithi175.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 398 kB/s | 72 kB 00:00 2024-07-26T23:28:47.831 INFO:teuthology.orchestra.run.smithi175.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 410 kB/s | 84 kB 00:00 2024-07-26T23:28:47.856 INFO:teuthology.orchestra.run.smithi196.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 1.8 MB/s | 104 kB 00:00 2024-07-26T23:28:47.882 INFO:teuthology.orchestra.run.smithi196.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.7 MB/s | 837 kB 00:00 2024-07-26T23:28:47.907 INFO:teuthology.orchestra.run.smithi175.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 1.4 MB/s | 104 kB 00:00 2024-07-26T23:28:47.949 INFO:teuthology.orchestra.run.smithi196.stdout:(6/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 9.6 MB/s | 903 kB 00:00 2024-07-26T23:28:48.015 INFO:teuthology.orchestra.run.smithi175.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2024-07-26T23:28:48.099 INFO:teuthology.orchestra.run.smithi196.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 10 MB/s | 3.2 MB 00:00 2024-07-26T23:28:48.099 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:28:48.099 INFO:teuthology.orchestra.run.smithi196.stdout:Total 7.3 MB/s | 5.2 MB 00:00 2024-07-26T23:28:48.124 INFO:teuthology.orchestra.run.smithi181.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 120 kB/s | 44 kB 00:00 2024-07-26T23:28:48.132 INFO:teuthology.orchestra.run.smithi175.stdout:(6/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 3.9 MB/s | 903 kB 00:00 2024-07-26T23:28:48.149 INFO:teuthology.orchestra.run.smithi181.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 181 kB/s | 72 kB 00:00 2024-07-26T23:28:48.174 INFO:teuthology.orchestra.run.smithi181.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 200 kB/s | 84 kB 00:00 2024-07-26T23:28:48.214 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:28:48.234 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:28:48.234 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:28:48.383 INFO:teuthology.orchestra.run.smithi181.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 502 kB/s | 104 kB 00:00 2024-07-26T23:28:48.475 INFO:teuthology.orchestra.run.smithi181.stdout:(5/7): runc-1.1.13-4.el9.x86_64.rpm 9.7 MB/s | 3.2 MB 00:00 2024-07-26T23:28:48.488 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:28:48.488 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:28:48.650 INFO:teuthology.orchestra.run.smithi181.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.6 MB/s | 837 kB 00:00 2024-07-26T23:28:48.849 INFO:teuthology.orchestra.run.smithi175.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.0 MB/s | 3.2 MB 00:01 2024-07-26T23:28:48.850 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:28:48.850 INFO:teuthology.orchestra.run.smithi175.stdout:Total 3.5 MB/s | 5.2 MB 00:01 2024-07-26T23:28:48.850 INFO:teuthology.orchestra.run.smithi181.stdout:(7/7): nvme-cli-2.9.1-3.el9.x86_64.rpm 1.9 MB/s | 903 kB 00:00 2024-07-26T23:28:48.850 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:28:48.851 INFO:teuthology.orchestra.run.smithi181.stdout:Total 3.5 MB/s | 5.2 MB 00:01 2024-07-26T23:28:48.873 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:28:48.959 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:28:48.964 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:28:48.976 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:28:48.976 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:28:48.980 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:28:48.981 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:28:49.085 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-26T23:28:49.136 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-26T23:28:49.171 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-26T23:28:49.203 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:28:49.203 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:28:49.204 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-26T23:28:49.215 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:28:49.216 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:28:49.230 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T23:28:49.484 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T23:28:49.549 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T23:28:49.591 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:28:49.620 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:28:49.803 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-26T23:28:49.844 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-26T23:28:49.861 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-26T23:28:49.897 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-26T23:28:49.897 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-26T23:28:49.922 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T23:28:49.929 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-26T23:28:49.936 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-26T23:28:49.952 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-26T23:28:49.954 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T23:28:49.973 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-26T23:28:49.985 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-26T23:28:49.998 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T23:28:50.044 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T23:28:50.222 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T23:28:50.249 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-26T23:28:50.282 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T23:28:50.334 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T23:28:50.665 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T23:28:50.695 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-26T23:28:50.727 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-26T23:28:50.729 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/9 2024-07-26T23:28:50.762 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/9 2024-07-26T23:28:50.787 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T23:28:50.795 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-26T23:28:50.854 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-26T23:28:50.964 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-26T23:28:51.329 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-26T23:28:51.329 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:28:51.329 INFO:teuthology.orchestra.run.smithi196.stdout:Upgraded: 2024-07-26T23:28:51.330 INFO:teuthology.orchestra.run.smithi196.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-26T23:28:51.330 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:28:51.330 INFO:teuthology.orchestra.run.smithi196.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-26T23:28:51.330 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-26T23:28:51.330 INFO:teuthology.orchestra.run.smithi196.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-26T23:28:51.330 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:28:51.330 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:28:51.698 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T23:28:51.698 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-26T23:28:51.698 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-26T23:28:51.698 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-26T23:28:51.699 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-26T23:28:51.699 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-26T23:28:51.699 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-26T23:28:51.699 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-26T23:28:51.699 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-26T23:28:51.747 DEBUG:teuthology.parallel:result is None 2024-07-26T23:28:51.794 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-26T23:28:51.794 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-26T23:28:51.794 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-26T23:28:51.794 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-26T23:28:51.795 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-26T23:28:51.795 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 5/9 2024-07-26T23:28:51.795 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-26T23:28:51.795 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-26T23:28:51.795 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 8/9 2024-07-26T23:28:52.051 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout:Upgraded: 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:28:52.052 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout:Upgraded: 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout: runc-4:1.1.13-4.el9.x86_64 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:28:52.180 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:28:52.440 DEBUG:teuthology.parallel:result is None 2024-07-26T23:28:52.617 DEBUG:teuthology.parallel:result is None 2024-07-26T23:28:52.617 INFO:teuthology.run_tasks:Running task install... 2024-07-26T23:28:52.626 DEBUG:teuthology.task.install:project ceph 2024-07-26T23:28:52.627 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'}} 2024-07-26T23:28:52.627 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'} 2024-07-26T23:28:52.627 INFO:teuthology.task.install:Using flavor: default 2024-07-26T23:28:52.633 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-07-26T23:28:52.633 INFO:teuthology.task.install:extra packages: [] 2024-07-26T23:28:52.634 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': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', 'tag': None, 'wait_for_package': False} 2024-07-26T23:28:52.634 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:28:52.637 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': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', 'tag': None, 'wait_for_package': False} 2024-07-26T23:28:52.637 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:28:52.638 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': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', 'tag': None, 'wait_for_package': False} 2024-07-26T23:28:52.638 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:28:52.786 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/ 2024-07-26T23:28:52.786 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5372.g67f28c2a 2024-07-26T23:28:52.799 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/ 2024-07-26T23:28:52.799 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5372.g67f28c2a 2024-07-26T23:28:52.802 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/ 2024-07-26T23:28:52.802 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5372.g67f28c2a 2024-07-26T23:28:52.896 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-26T23:28:52.896 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:28:52.896 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-26T23:28:52.907 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-26T23:28:52.908 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:28:52.908 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-26T23:28:52.911 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-26T23:28:52.911 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:28:52.911 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-26T23:28:52.921 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-07-26T23:28:52.922 DEBUG:teuthology.orchestra.run.smithi175:> 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/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-26T23:28:52.937 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-07-26T23:28:52.937 DEBUG:teuthology.orchestra.run.smithi181:> 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/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-26T23:28:52.938 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-07-26T23:28:52.939 DEBUG:teuthology.orchestra.run.smithi196:> 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/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-26T23:28:52.987 DEBUG:teuthology.orchestra.run.smithi175:> 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-07-26T23:28:53.003 DEBUG:teuthology.orchestra.run.smithi181:> 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-07-26T23:28:53.008 DEBUG:teuthology.orchestra.run.smithi196:> 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-07-26T23:28:53.069 DEBUG:teuthology.orchestra.run.smithi175:> 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-07-26T23:28:53.077 DEBUG:teuthology.orchestra.run.smithi181:> 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-07-26T23:28:53.090 DEBUG:teuthology.orchestra.run.smithi196:> 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-07-26T23:28:53.133 INFO:teuthology.orchestra.run.smithi175.stdout:check_obsoletes = 1 2024-07-26T23:28:53.135 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum clean all 2024-07-26T23:28:53.141 INFO:teuthology.orchestra.run.smithi181.stdout:check_obsoletes = 1 2024-07-26T23:28:53.142 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum clean all 2024-07-26T23:28:53.159 INFO:teuthology.orchestra.run.smithi196.stdout:check_obsoletes = 1 2024-07-26T23:28:53.160 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum clean all 2024-07-26T23:28:53.385 INFO:teuthology.orchestra.run.smithi175.stdout:45 files removed 2024-07-26T23:28:53.388 INFO:teuthology.orchestra.run.smithi181.stdout:45 files removed 2024-07-26T23:28:53.389 INFO:teuthology.orchestra.run.smithi196.stdout:45 files removed 2024-07-26T23:28:53.412 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-radosgw 2024-07-26T23:28:53.415 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-radosgw 2024-07-26T23:28:53.416 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-radosgw 2024-07-26T23:28:54.002 INFO:teuthology.orchestra.run.smithi181.stdout:ceph packages for x86_64 276 kB/s | 84 kB 00:00 2024-07-26T23:28:54.008 INFO:teuthology.orchestra.run.smithi175.stdout:ceph packages for x86_64 266 kB/s | 84 kB 00:00 2024-07-26T23:28:54.033 INFO:teuthology.orchestra.run.smithi196.stdout:ceph packages for x86_64 251 kB/s | 84 kB 00:00 2024-07-26T23:28:54.342 INFO:teuthology.orchestra.run.smithi175.stdout:ceph noarch packages 85 kB/s | 24 kB 00:00 2024-07-26T23:28:54.353 INFO:teuthology.orchestra.run.smithi181.stdout:ceph noarch packages 80 kB/s | 24 kB 00:00 2024-07-26T23:28:54.383 INFO:teuthology.orchestra.run.smithi196.stdout:ceph noarch packages 80 kB/s | 24 kB 00:00 2024-07-26T23:28:54.692 INFO:teuthology.orchestra.run.smithi196.stdout:ceph source packages 7.3 kB/s | 1.9 kB 00:00 2024-07-26T23:28:54.692 INFO:teuthology.orchestra.run.smithi175.stdout:ceph source packages 6.3 kB/s | 1.9 kB 00:00 2024-07-26T23:28:54.720 INFO:teuthology.orchestra.run.smithi181.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-07-26T23:28:55.209 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.2 MB 00:00 2024-07-26T23:28:56.204 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 8.2 MB 00:01 2024-07-26T23:28:57.401 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 18 MB/s | 20 MB 00:01 2024-07-26T23:28:57.417 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.2 MB 00:02 2024-07-26T23:28:58.330 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - AppStream 19 MB/s | 20 MB 00:01 2024-07-26T23:29:02.593 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.5 MB 00:01 2024-07-26T23:29:03.051 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - AppStream 4.4 MB/s | 20 MB 00:04 2024-07-26T23:29:03.457 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 6.5 MB 00:01 2024-07-26T23:29:04.019 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 88 kB/s | 18 kB 00:00 2024-07-26T23:29:05.248 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 20 MB/s | 22 MB 00:01 2024-07-26T23:29:05.549 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 18 kB 00:00 2024-07-26T23:29:06.785 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 20 MB/s | 22 MB 00:01 2024-07-26T23:29:08.743 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.5 MB 00:01 2024-07-26T23:29:10.227 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 18 kB 00:00 2024-07-26T23:29:10.579 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-07-26T23:29:11.189 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 27 MB/s | 22 MB 00:00 2024-07-26T23:29:12.124 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-07-26T23:29:12.949 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:29:12.951 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:12.951 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:29:12.951 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:12.951 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:29:12.951 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 11 M 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrading: 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: librados2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.5 M 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.4 M 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 22 M 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 25 k 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-26T23:29:12.952 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 758 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 511 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.5 M 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 45 k 2024-07-26T23:29:12.953 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 138 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 188 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 370 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 355 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 116 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout:Installing weak dependencies: 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-26T23:29:12.954 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:12.955 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:29:12.955 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:12.955 INFO:teuthology.orchestra.run.smithi196.stdout:Install 30 Packages 2024-07-26T23:29:12.955 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrade 2 Packages 2024-07-26T23:29:12.955 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:12.955 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 62 M 2024-07-26T23:29:12.955 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:29:14.538 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:29:14.540 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:14.540 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:29:14.540 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 11 M 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrading: 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: librados2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.5 M 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.4 M 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 22 M 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 25 k 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-26T23:29:14.541 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 758 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 511 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.5 M 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 45 k 2024-07-26T23:29:14.542 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 138 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 188 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 370 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 355 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 116 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout:Installing weak dependencies: 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:14.543 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:29:14.544 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:14.544 INFO:teuthology.orchestra.run.smithi181.stdout:Install 30 Packages 2024-07-26T23:29:14.544 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrade 2 Packages 2024-07-26T23:29:14.544 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:14.544 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 62 M 2024-07-26T23:29:14.544 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:29:14.779 INFO:teuthology.orchestra.run.smithi196.stdout:(1/32): ceph-base-19.0.0-5372.g67f28c2a.el9.x86 3.2 MB/s | 5.4 MB 00:01 2024-07-26T23:29:14.880 INFO:teuthology.orchestra.run.smithi196.stdout:(2/32): ceph-selinux-19.0.0-5372.g67f28c2a.el9. 252 kB/s | 25 kB 00:00 2024-07-26T23:29:15.063 INFO:teuthology.orchestra.run.smithi196.stdout:(3/32): libcephfs2-19.0.0-5372.g67f28c2a.el9.x8 4.0 MB/s | 758 kB 00:00 2024-07-26T23:29:15.239 INFO:teuthology.orchestra.run.smithi196.stdout:(4/32): libradosstriper1-19.0.0-5372.g67f28c2a. 2.9 MB/s | 511 kB 00:00 2024-07-26T23:29:16.114 INFO:teuthology.orchestra.run.smithi196.stdout:(5/32): ceph-radosgw-19.0.0-5372.g67f28c2a.el9. 3.6 MB/s | 11 MB 00:03 2024-07-26T23:29:16.189 INFO:teuthology.orchestra.run.smithi196.stdout:(6/32): python3-ceph-argparse-19.0.0-5372.g67f2 603 kB/s | 45 kB 00:00 2024-07-26T23:29:16.298 INFO:teuthology.orchestra.run.smithi196.stdout:(7/32): librgw2-19.0.0-5372.g67f28c2a.el9.x86_6 5.2 MB/s | 5.5 MB 00:01 2024-07-26T23:29:16.323 INFO:teuthology.orchestra.run.smithi196.stdout:(8/32): python3-ceph-common-19.0.0-5372.g67f28c 1.0 MB/s | 138 kB 00:00 2024-07-26T23:29:16.365 INFO:teuthology.orchestra.run.smithi196.stdout:(9/32): python3-cephfs-19.0.0-5372.g67f28c2a.el 2.8 MB/s | 188 kB 00:00 2024-07-26T23:29:16.423 INFO:teuthology.orchestra.run.smithi196.stdout:(10/32): python3-rados-19.0.0-5372.g67f28c2a.el 3.6 MB/s | 370 kB 00:00 2024-07-26T23:29:16.425 INFO:teuthology.orchestra.run.smithi181.stdout:(1/32): ceph-radosgw-19.0.0-5372.g67f28c2a.el9. 6.8 MB/s | 11 MB 00:01 2024-07-26T23:29:16.449 INFO:teuthology.orchestra.run.smithi196.stdout:(11/32): python3-rbd-19.0.0-5372.g67f28c2a.el9. 4.2 MB/s | 355 kB 00:00 2024-07-26T23:29:16.482 INFO:teuthology.orchestra.run.smithi196.stdout:(12/32): python3-rgw-19.0.0-5372.g67f28c2a.el9. 1.9 MB/s | 116 kB 00:00 2024-07-26T23:29:16.492 INFO:teuthology.orchestra.run.smithi181.stdout:(2/32): ceph-selinux-19.0.0-5372.g67f28c2a.el9. 377 kB/s | 25 kB 00:00 2024-07-26T23:29:16.537 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-07-26T23:29:16.558 INFO:teuthology.orchestra.run.smithi196.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 984 kB/s | 107 kB 00:00 2024-07-26T23:29:16.567 INFO:teuthology.orchestra.run.smithi181.stdout:(3/32): libcephfs2-19.0.0-5372.g67f28c2a.el9.x8 9.9 MB/s | 758 kB 00:00 2024-07-26T23:29:16.583 INFO:teuthology.orchestra.run.smithi196.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.6 MB/s | 160 kB 00:00 2024-07-26T23:29:16.608 INFO:teuthology.orchestra.run.smithi196.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 902 kB/s | 45 kB 00:00 2024-07-26T23:29:16.643 INFO:teuthology.orchestra.run.smithi181.stdout:(4/32): libradosstriper1-19.0.0-5372.g67f28c2a. 6.7 MB/s | 511 kB 00:00 2024-07-26T23:29:16.683 INFO:teuthology.orchestra.run.smithi196.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.5 MB/s | 662 kB 00:00 2024-07-26T23:29:16.709 INFO:teuthology.orchestra.run.smithi196.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-07-26T23:29:16.734 INFO:teuthology.orchestra.run.smithi196.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 839 kB/s | 42 kB 00:00 2024-07-26T23:29:16.759 INFO:teuthology.orchestra.run.smithi196.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-07-26T23:29:16.785 INFO:teuthology.orchestra.run.smithi196.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 716 kB/s | 36 kB 00:00 2024-07-26T23:29:16.810 INFO:teuthology.orchestra.run.smithi196.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 946 kB/s | 47 kB 00:00 2024-07-26T23:29:16.919 INFO:teuthology.orchestra.run.smithi196.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.3 MB/s | 309 kB 00:00 2024-07-26T23:29:16.944 INFO:teuthology.orchestra.run.smithi196.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.0 MB/s | 26 kB 00:00 2024-07-26T23:29:16.969 INFO:teuthology.orchestra.run.smithi196.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-07-26T23:29:17.003 INFO:teuthology.orchestra.run.smithi196.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-07-26T23:29:17.010 INFO:teuthology.orchestra.run.smithi181.stdout:(5/32): librgw2-19.0.0-5372.g67f28c2a.el9.x86_6 15 MB/s | 5.5 MB 00:00 2024-07-26T23:29:17.086 INFO:teuthology.orchestra.run.smithi196.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 16 MB/s | 4.4 MB 00:00 2024-07-26T23:29:17.093 INFO:teuthology.orchestra.run.smithi181.stdout:(6/32): python3-ceph-argparse-19.0.0-5372.g67f2 543 kB/s | 45 kB 00:00 2024-07-26T23:29:17.112 INFO:teuthology.orchestra.run.smithi196.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 7.5 MB/s | 192 kB 00:00 2024-07-26T23:29:17.137 INFO:teuthology.orchestra.run.smithi196.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 839 kB 00:00 2024-07-26T23:29:17.179 INFO:teuthology.orchestra.run.smithi196.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-07-26T23:29:17.185 INFO:teuthology.orchestra.run.smithi181.stdout:(7/32): python3-ceph-common-19.0.0-5372.g67f28c 1.5 MB/s | 138 kB 00:00 2024-07-26T23:29:17.311 INFO:teuthology.orchestra.run.smithi181.stdout:(8/32): python3-cephfs-19.0.0-5372.g67f28c2a.el 1.5 MB/s | 188 kB 00:00 2024-07-26T23:29:17.427 INFO:teuthology.orchestra.run.smithi181.stdout:(9/32): python3-rados-19.0.0-5372.g67f28c2a.el9 3.1 MB/s | 370 kB 00:00 2024-07-26T23:29:17.511 INFO:teuthology.orchestra.run.smithi181.stdout:(10/32): python3-rbd-19.0.0-5372.g67f28c2a.el9. 4.2 MB/s | 355 kB 00:00 2024-07-26T23:29:17.586 INFO:teuthology.orchestra.run.smithi181.stdout:(11/32): python3-rgw-19.0.0-5372.g67f28c2a.el9. 1.5 MB/s | 116 kB 00:00 2024-07-26T23:29:18.112 INFO:teuthology.orchestra.run.smithi181.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 204 kB/s | 107 kB 00:00 2024-07-26T23:29:18.187 INFO:teuthology.orchestra.run.smithi196.stdout:(30/32): ceph-common-19.0.0-5372.g67f28c2a.el9. 4.2 MB/s | 22 MB 00:05 2024-07-26T23:29:18.254 INFO:teuthology.orchestra.run.smithi196.stdout:(31/32): librados2-19.0.0-5372.g67f28c2a.el9.x8 3.1 MB/s | 3.5 MB 00:01 2024-07-26T23:29:18.312 INFO:teuthology.orchestra.run.smithi181.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 802 kB/s | 160 kB 00:00 2024-07-26T23:29:18.321 INFO:teuthology.orchestra.run.smithi196.stdout:(32/32): librbd1-19.0.0-5372.g67f28c2a.el9.x86_ 2.8 MB/s | 3.2 MB 00:01 2024-07-26T23:29:18.325 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:18.326 INFO:teuthology.orchestra.run.smithi196.stdout:Total 11 MB/s | 62 MB 00:05 2024-07-26T23:29:18.421 INFO:teuthology.orchestra.run.smithi181.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 418 kB/s | 45 kB 00:00 2024-07-26T23:29:18.426 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:29:18.462 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:29:18.462 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:29:18.679 INFO:teuthology.orchestra.run.smithi181.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.5 MB/s | 662 kB 00:00 2024-07-26T23:29:18.805 INFO:teuthology.orchestra.run.smithi181.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-07-26T23:29:18.877 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 11 M 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrading: 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout: librados2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.5 M 2024-07-26T23:29:18.879 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.4 M 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 22 M 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 25 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 758 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-26T23:29:18.880 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 511 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2 x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 5.5 M 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 45 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 138 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 188 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 370 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 355 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 116 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-26T23:29:18.881 INFO:teuthology.orchestra.run.smithi175.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout:Installing weak dependencies: 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout:Install 30 Packages 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrade 2 Packages 2024-07-26T23:29:18.882 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:18.883 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 62 M 2024-07-26T23:29:18.883 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:29:18.904 INFO:teuthology.orchestra.run.smithi181.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 423 kB/s | 42 kB 00:00 2024-07-26T23:29:18.961 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:29:18.962 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:29:19.022 INFO:teuthology.orchestra.run.smithi181.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.8 MB/s | 221 kB 00:00 2024-07-26T23:29:19.122 INFO:teuthology.orchestra.run.smithi181.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 359 kB/s | 36 kB 00:00 2024-07-26T23:29:19.222 INFO:teuthology.orchestra.run.smithi181.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 475 kB/s | 47 kB 00:00 2024-07-26T23:29:19.289 INFO:teuthology.orchestra.run.smithi181.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 4.5 MB/s | 309 kB 00:00 2024-07-26T23:29:19.389 INFO:teuthology.orchestra.run.smithi181.stdout:(22/32): libarrow-9.0.0-11.el9.x86_64.rpm 44 MB/s | 4.4 MB 00:00 2024-07-26T23:29:19.415 INFO:teuthology.orchestra.run.smithi181.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.0 MB/s | 26 kB 00:00 2024-07-26T23:29:19.440 INFO:teuthology.orchestra.run.smithi181.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-07-26T23:29:19.457 INFO:teuthology.orchestra.run.smithi181.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 4.0 MB/s | 67 kB 00:00 2024-07-26T23:29:19.490 INFO:teuthology.orchestra.run.smithi181.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 25 MB/s | 839 kB 00:00 2024-07-26T23:29:19.516 INFO:teuthology.orchestra.run.smithi181.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 7.5 MB/s | 192 kB 00:00 2024-07-26T23:29:19.566 INFO:teuthology.orchestra.run.smithi181.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 32 MB/s | 1.6 MB 00:00 2024-07-26T23:29:20.000 INFO:teuthology.orchestra.run.smithi181.stdout:(29/32): librados2-19.0.0-5372.g67f28c2a.el9.x8 8.0 MB/s | 3.5 MB 00:00 2024-07-26T23:29:20.225 INFO:teuthology.orchestra.run.smithi181.stdout:(30/32): librbd1-19.0.0-5372.g67f28c2a.el9.x86_ 14 MB/s | 3.2 MB 00:00 2024-07-26T23:29:20.388 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:29:20.480 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-26T23:29:20.518 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-26T23:29:20.543 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-26T23:29:20.565 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T23:29:20.587 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T23:29:20.774 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T23:29:20.804 INFO:teuthology.orchestra.run.smithi175.stdout:(1/32): ceph-base-19.0.0-5372.g67f28c2a.el9.x86 3.4 MB/s | 5.4 MB 00:01 2024-07-26T23:29:20.832 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T23:29:20.862 INFO:teuthology.orchestra.run.smithi175.stdout:(2/32): ceph-selinux-19.0.0-5372.g67f28c2a.el9. 433 kB/s | 25 kB 00:00 2024-07-26T23:29:21.046 INFO:teuthology.orchestra.run.smithi175.stdout:(3/32): libcephfs2-19.0.0-5372.g67f28c2a.el9.x8 4.0 MB/s | 758 kB 00:00 2024-07-26T23:29:21.169 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-26T23:29:21.171 INFO:teuthology.orchestra.run.smithi175.stdout:(4/32): libradosstriper1-19.0.0-5372.g67f28c2a. 4.0 MB/s | 511 kB 00:00 2024-07-26T23:29:21.209 INFO:teuthology.orchestra.run.smithi181.stdout:(31/32): ceph-base-19.0.0-5372.g67f28c2a.el9.x8 873 kB/s | 5.4 MB 00:06 2024-07-26T23:29:21.295 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:21.391 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:21.486 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 8/34 2024-07-26T23:29:21.513 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T23:29:21.559 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T23:29:21.588 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-26T23:29:21.634 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 11/34 2024-07-26T23:29:21.703 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T23:29:21.732 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T23:29:21.812 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T23:29:21.847 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-26T23:29:21.897 INFO:teuthology.orchestra.run.smithi175.stdout:(5/32): ceph-radosgw-19.0.0-5372.g67f28c2a.el9. 4.0 MB/s | 11 MB 00:02 2024-07-26T23:29:21.957 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-26T23:29:21.972 INFO:teuthology.orchestra.run.smithi175.stdout:(6/32): librgw2-19.0.0-5372.g67f28c2a.el9.x86_6 6.9 MB/s | 5.5 MB 00:00 2024-07-26T23:29:21.988 INFO:teuthology.orchestra.run.smithi175.stdout:(7/32): python3-ceph-argparse-19.0.0-5372.g67f2 492 kB/s | 45 kB 00:00 2024-07-26T23:29:21.997 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-26T23:29:22.031 INFO:teuthology.orchestra.run.smithi175.stdout:(8/32): python3-ceph-common-19.0.0-5372.g67f28c 2.3 MB/s | 138 kB 00:00 2024-07-26T23:29:22.039 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-26T23:29:22.065 INFO:teuthology.orchestra.run.smithi175.stdout:(9/32): python3-cephfs-19.0.0-5372.g67f28c2a.el 2.4 MB/s | 188 kB 00:00 2024-07-26T23:29:22.073 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-26T23:29:22.102 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-26T23:29:22.135 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-26T23:29:22.265 INFO:teuthology.orchestra.run.smithi175.stdout:(10/32): ceph-common-19.0.0-5372.g67f28c2a.el9. 7.0 MB/s | 22 MB 00:03 2024-07-26T23:29:22.290 INFO:teuthology.orchestra.run.smithi175.stdout:(11/32): python3-rbd-19.0.0-5372.g67f28c2a.el9. 1.5 MB/s | 355 kB 00:00 2024-07-26T23:29:22.315 INFO:teuthology.orchestra.run.smithi175.stdout:(12/32): python3-rados-19.0.0-5372.g67f28c2a.el 1.3 MB/s | 370 kB 00:00 2024-07-26T23:29:22.340 INFO:teuthology.orchestra.run.smithi175.stdout:(13/32): python3-rgw-19.0.0-5372.g67f28c2a.el9. 1.5 MB/s | 116 kB 00:00 2024-07-26T23:29:22.458 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-26T23:29:22.498 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T23:29:22.592 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T23:29:22.619 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 23/34 2024-07-26T23:29:22.655 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-26T23:29:22.709 INFO:teuthology.orchestra.run.smithi181.stdout:(32/32): ceph-common-19.0.0-5372.g67f28c2a.el9. 2.7 MB/s | 22 MB 00:07 2024-07-26T23:29:22.714 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:22.714 INFO:teuthology.orchestra.run.smithi181.stdout:Total 7.5 MB/s | 62 MB 00:08 2024-07-26T23:29:22.799 INFO:teuthology.orchestra.run.smithi175.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 99 kB/s | 45 kB 00:00 2024-07-26T23:29:22.822 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:29:22.857 INFO:teuthology.orchestra.run.smithi175.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 188 kB/s | 107 kB 00:00 2024-07-26T23:29:22.859 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:29:22.859 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:29:22.911 INFO:teuthology.orchestra.run.smithi175.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 269 kB/s | 160 kB 00:00 2024-07-26T23:29:23.133 INFO:teuthology.orchestra.run.smithi175.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.9 MB/s | 662 kB 00:00 2024-07-26T23:29:23.144 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-26T23:29:23.159 INFO:teuthology.orchestra.run.smithi175.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 171 kB/s | 42 kB 00:00 2024-07-26T23:29:23.167 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T23:29:23.192 INFO:teuthology.orchestra.run.smithi175.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 875 kB/s | 292 kB 00:00 2024-07-26T23:29:23.240 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T23:29:23.242 INFO:teuthology.orchestra.run.smithi175.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-07-26T23:29:23.270 INFO:teuthology.orchestra.run.smithi175.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 330 kB/s | 36 kB 00:00 2024-07-26T23:29:23.307 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 27/34 2024-07-26T23:29:23.336 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 28/34 2024-07-26T23:29:23.351 INFO:teuthology.orchestra.run.smithi175.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 298 kB/s | 47 kB 00:00 2024-07-26T23:29:23.358 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:29:23.358 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:29:23.410 INFO:teuthology.orchestra.run.smithi175.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-07-26T23:29:23.443 INFO:teuthology.orchestra.run.smithi175.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.5 MB/s | 49 kB 00:00 2024-07-26T23:29:23.468 INFO:teuthology.orchestra.run.smithi175.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 231 kB/s | 26 kB 00:00 2024-07-26T23:29:23.494 INFO:teuthology.orchestra.run.smithi175.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-07-26T23:29:23.527 INFO:teuthology.orchestra.run.smithi175.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 5.6 MB/s | 192 kB 00:00 2024-07-26T23:29:23.577 INFO:teuthology.orchestra.run.smithi175.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-07-26T23:29:23.628 INFO:teuthology.orchestra.run.smithi175.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-07-26T23:29:23.695 INFO:teuthology.orchestra.run.smithi175.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-07-26T23:29:23.870 INFO:teuthology.orchestra.run.smithi175.stdout:(31/32): librbd1-19.0.0-5372.g67f28c2a.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-07-26T23:29:23.920 INFO:teuthology.orchestra.run.smithi175.stdout:(32/32): librados2-19.0.0-5372.g67f28c2a.el9.x8 10 MB/s | 3.5 MB 00:00 2024-07-26T23:29:23.926 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:23.926 INFO:teuthology.orchestra.run.smithi175.stdout:Total 12 MB/s | 62 MB 00:05 2024-07-26T23:29:24.025 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:29:24.061 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:29:24.062 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:29:24.568 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:29:24.568 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:29:24.786 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:29:24.868 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-26T23:29:24.897 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-26T23:29:24.931 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-26T23:29:24.953 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T23:29:24.987 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T23:29:25.181 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T23:29:25.234 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T23:29:25.607 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:25.649 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:25.668 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-26T23:29:25.724 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:25.821 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:25.913 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 8/34 2024-07-26T23:29:25.934 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T23:29:25.992 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:29:25.997 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T23:29:26.025 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-26T23:29:26.071 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 11/34 2024-07-26T23:29:26.080 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-26T23:29:26.109 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-26T23:29:26.138 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T23:29:26.142 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-26T23:29:26.161 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T23:29:26.165 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T23:29:26.191 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-26T23:29:26.213 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:26.225 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T23:29:26.252 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T23:29:26.259 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-26T23:29:26.327 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T23:29:26.327 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-26T23:29:26.327 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-26T23:29:26.327 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:26.353 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:26.358 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T23:29:26.371 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-26T23:29:26.402 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-26T23:29:26.420 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-26T23:29:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-26T23:29:26.475 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-26T23:29:26.504 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-26T23:29:26.537 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-26T23:29:26.812 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-26T23:29:26.857 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-26T23:29:26.877 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:26.900 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T23:29:26.965 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:27.001 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T23:29:27.030 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 23/34 2024-07-26T23:29:27.059 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 8/34 2024-07-26T23:29:27.066 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-26T23:29:27.086 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T23:29:27.132 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 9/34 2024-07-26T23:29:27.161 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-26T23:29:27.208 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 11/34 2024-07-26T23:29:27.276 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T23:29:27.305 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T23:29:27.378 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 13/34 2024-07-26T23:29:27.404 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-26T23:29:27.514 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-26T23:29:27.554 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-26T23:29:27.557 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-26T23:29:27.586 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T23:29:27.605 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-26T23:29:27.636 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-26T23:29:27.642 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T23:29:27.665 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-26T23:29:27.698 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-26T23:29:27.718 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 27/34 2024-07-26T23:29:27.747 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 28/34 2024-07-26T23:29:28.021 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-26T23:29:28.061 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T23:29:28.139 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 22/34 2024-07-26T23:29:28.166 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 23/34 2024-07-26T23:29:28.201 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-26T23:29:28.692 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-26T23:29:28.730 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T23:29:28.795 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 26/34 2024-07-26T23:29:28.870 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 27/34 2024-07-26T23:29:28.900 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 28/34 2024-07-26T23:29:30.048 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:30.085 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:30.662 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:30.696 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T23:29:30.783 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T23:29:30.783 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-26T23:29:30.783 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-26T23:29:30.783 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:30.815 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:31.230 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:31.278 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:31.853 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 29/34 2024-07-26T23:29:31.891 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T23:29:31.982 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 30/34 2024-07-26T23:29:31.982 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-26T23:29:31.982 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-26T23:29:31.982 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:32.008 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /sys 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /proc 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /mnt 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /var/tmp 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /home 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /root 2024-07-26T23:29:35.915 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /tmp 2024-07-26T23:29:35.916 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:36.929 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T23:29:36.955 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T23:29:36.955 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:29:36.955 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-26T23:29:36.955 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T23:29:36.955 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T23:29:36.955 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:36.957 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T23:29:37.040 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T23:29:37.041 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:38.202 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 6/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 8/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 9/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 10/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 11/34 2024-07-26T23:29:38.203 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 13/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-26T23:29:38.204 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-26T23:29:38.205 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-26T23:29:38.205 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-26T23:29:38.205 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-26T23:29:38.205 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-26T23:29:38.205 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-26T23:29:38.206 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-26T23:29:38.206 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-26T23:29:38.206 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-26T23:29:38.206 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:38.206 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-26T23:29:38.207 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/34 2024-07-26T23:29:38.917 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:38.917 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:38.917 INFO:teuthology.orchestra.run.smithi196.stdout:Upgraded: 2024-07-26T23:29:38.917 INFO:teuthology.orchestra.run.smithi196.stdout: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.917 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-26T23:29:38.918 INFO:teuthology.orchestra.run.smithi196.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.919 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout: re2-1:20211101-3.el9.x86_64 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:38.920 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:29:39.281 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-test 2024-07-26T23:29:39.838 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:29 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:29:39.965 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:29:39.966 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:39.966 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:29:39.966 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:39.966 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:29:39.966 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 50 M 2024-07-26T23:29:39.966 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:29:39.966 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 163 k 2024-07-26T23:29:39.967 INFO:teuthology.orchestra.run.smithi196.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-26T23:29:39.967 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-26T23:29:39.967 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:39.967 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:29:39.967 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:39.967 INFO:teuthology.orchestra.run.smithi196.stdout:Install 4 Packages 2024-07-26T23:29:39.967 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:39.968 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 51 M 2024-07-26T23:29:39.968 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 216 M 2024-07-26T23:29:39.968 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:29:40.253 INFO:teuthology.orchestra.run.smithi196.stdout:(1/4): libcephsqlite-19.0.0-5372.g67f28c2a.el9. 736 kB/s | 163 kB 00:00 2024-07-26T23:29:40.278 INFO:teuthology.orchestra.run.smithi196.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.2 MB/s | 304 kB 00:00 2024-07-26T23:29:40.428 INFO:teuthology.orchestra.run.smithi196.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 364 kB/s | 64 kB 00:00 2024-07-26T23:29:40.457 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:40.457 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /sys 2024-07-26T23:29:40.457 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /proc 2024-07-26T23:29:40.458 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /mnt 2024-07-26T23:29:40.458 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /var/tmp 2024-07-26T23:29:40.458 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /home 2024-07-26T23:29:40.458 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /root 2024-07-26T23:29:40.458 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /tmp 2024-07-26T23:29:40.458 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:41.493 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T23:29:41.519 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T23:29:41.519 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:29:41.520 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-26T23:29:41.520 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T23:29:41.520 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T23:29:41.520 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:41.521 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T23:29:41.597 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T23:29:41.597 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:41.672 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:41.672 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /sys 2024-07-26T23:29:41.672 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /proc 2024-07-26T23:29:41.672 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /mnt 2024-07-26T23:29:41.673 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /var/tmp 2024-07-26T23:29:41.673 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /home 2024-07-26T23:29:41.673 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /root 2024-07-26T23:29:41.673 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /tmp 2024-07-26T23:29:41.673 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:42.445 INFO:teuthology.orchestra.run.smithi196.stdout:(4/4): ceph-test-19.0.0-5372.g67f28c2a.el9.x86_ 21 MB/s | 50 MB 00:02 2024-07-26T23:29:42.447 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:42.447 INFO:teuthology.orchestra.run.smithi196.stdout:Total 20 MB/s | 51 MB 00:02 2024-07-26T23:29:42.474 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:29:42.494 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:29:42.494 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:29:42.694 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T23:29:42.719 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 32/34 2024-07-26T23:29:42.719 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:29:42.720 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-26T23:29:42.720 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T23:29:42.720 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-26T23:29:42.720 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:42.721 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T23:29:42.758 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:42.758 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/34 2024-07-26T23:29:42.758 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/34 2024-07-26T23:29:42.758 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/34 2024-07-26T23:29:42.759 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/34 2024-07-26T23:29:42.759 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/34 2024-07-26T23:29:42.759 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 6/34 2024-07-26T23:29:42.759 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:42.760 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 8/34 2024-07-26T23:29:42.760 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 9/34 2024-07-26T23:29:42.760 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 10/34 2024-07-26T23:29:42.760 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 11/34 2024-07-26T23:29:42.760 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T23:29:42.761 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 13/34 2024-07-26T23:29:42.761 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-26T23:29:42.761 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-26T23:29:42.761 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-26T23:29:42.761 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-26T23:29:42.761 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-26T23:29:42.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-26T23:29:42.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-26T23:29:42.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-26T23:29:42.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-26T23:29:42.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-26T23:29:42.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-26T23:29:42.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-26T23:29:42.764 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/34 2024-07-26T23:29:42.805 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-26T23:29:42.805 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:42.873 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:29:42.874 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:29:43.406 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:29:43.481 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-26T23:29:43.527 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-26T23:29:43.554 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T23:29:43.564 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:43.564 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:43.564 INFO:teuthology.orchestra.run.smithi181.stdout:Upgraded: 2024-07-26T23:29:43.564 INFO:teuthology.orchestra.run.smithi181.stdout: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.564 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.564 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:29:43.564 INFO:teuthology.orchestra.run.smithi181.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.565 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.566 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:43.567 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-26T23:29:43.567 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-26T23:29:43.567 INFO:teuthology.orchestra.run.smithi181.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-26T23:29:43.567 INFO:teuthology.orchestra.run.smithi181.stdout: re2-1:20211101-3.el9.x86_64 2024-07-26T23:29:43.567 INFO:teuthology.orchestra.run.smithi181.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-26T23:29:43.567 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:43.567 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:29:43.938 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-test 2024-07-26T23:29:43.962 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:43.962 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/34 2024-07-26T23:29:43.962 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/34 2024-07-26T23:29:43.962 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/34 2024-07-26T23:29:43.962 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/34 2024-07-26T23:29:43.962 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/34 2024-07-26T23:29:43.962 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_6 6/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 7/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9. 8/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x8 9/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 10/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 11/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 12/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 13/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-26T23:29:43.963 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-26T23:29:43.964 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-26T23:29:43.964 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-26T23:29:43.964 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-26T23:29:43.964 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-26T23:29:43.964 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-26T23:29:43.964 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-26T23:29:43.964 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-26T23:29:43.965 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-26T23:29:43.965 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-26T23:29:43.965 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-26T23:29:43.965 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 31/34 2024-07-26T23:29:43.965 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-26T23:29:43.965 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/34 2024-07-26T23:29:44.494 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:32 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:29:44.621 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 50 M 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 163 k 2024-07-26T23:29:44.622 INFO:teuthology.orchestra.run.smithi181.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-26T23:29:44.623 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-26T23:29:44.623 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:44.623 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:29:44.623 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:44.623 INFO:teuthology.orchestra.run.smithi181.stdout:Install 4 Packages 2024-07-26T23:29:44.623 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:44.623 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 51 M 2024-07-26T23:29:44.624 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 216 M 2024-07-26T23:29:44.624 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout:Upgraded: 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.730 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-26T23:29:44.731 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-26T23:29:44.732 INFO:teuthology.orchestra.run.smithi175.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-26T23:29:44.733 INFO:teuthology.orchestra.run.smithi175.stdout: re2-1:20211101-3.el9.x86_64 2024-07-26T23:29:44.733 INFO:teuthology.orchestra.run.smithi175.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-26T23:29:44.733 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:44.733 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:29:44.900 INFO:teuthology.orchestra.run.smithi181.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.9 MB/s | 304 kB 00:00 2024-07-26T23:29:44.942 INFO:teuthology.orchestra.run.smithi181.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-07-26T23:29:45.009 INFO:teuthology.orchestra.run.smithi181.stdout:(3/4): libcephsqlite-19.0.0-5372.g67f28c2a.el9. 613 kB/s | 163 kB 00:00 2024-07-26T23:29:45.113 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-test 2024-07-26T23:29:45.669 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:29 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:29:45.795 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:29:45.797 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:45.797 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:29:45.797 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:45.797 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:29:45.798 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 50 M 2024-07-26T23:29:45.798 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:29:45.798 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 163 k 2024-07-26T23:29:45.798 INFO:teuthology.orchestra.run.smithi175.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-26T23:29:45.798 INFO:teuthology.orchestra.run.smithi175.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-26T23:29:45.799 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:45.799 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:29:45.799 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:45.799 INFO:teuthology.orchestra.run.smithi175.stdout:Install 4 Packages 2024-07-26T23:29:45.799 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:45.800 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 51 M 2024-07-26T23:29:45.800 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 216 M 2024-07-26T23:29:45.800 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:29:46.026 INFO:teuthology.orchestra.run.smithi175.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.8 MB/s | 304 kB 00:00 2024-07-26T23:29:46.059 INFO:teuthology.orchestra.run.smithi175.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-07-26T23:29:46.218 INFO:teuthology.orchestra.run.smithi175.stdout:(3/4): libcephsqlite-19.0.0-5372.g67f28c2a.el9. 462 kB/s | 163 kB 00:00 2024-07-26T23:29:46.610 INFO:teuthology.orchestra.run.smithi181.stdout:(4/4): ceph-test-19.0.0-5372.g67f28c2a.el9.x86_ 27 MB/s | 50 MB 00:01 2024-07-26T23:29:46.612 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:46.612 INFO:teuthology.orchestra.run.smithi181.stdout:Total 25 MB/s | 51 MB 00:01 2024-07-26T23:29:46.639 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:29:46.659 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:29:46.659 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:29:47.036 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:29:47.037 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:29:47.562 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:29:47.646 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-26T23:29:47.692 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-26T23:29:47.720 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T23:29:48.354 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T23:29:48.393 INFO:teuthology.orchestra.run.smithi175.stdout:(4/4): ceph-test-19.0.0-5372.g67f28c2a.el9.x86_ 20 MB/s | 50 MB 00:02 2024-07-26T23:29:48.395 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:48.395 INFO:teuthology.orchestra.run.smithi175.stdout:Total 19 MB/s | 51 MB 00:02 2024-07-26T23:29:48.423 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:29:48.436 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T23:29:48.442 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:29:48.443 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:29:48.823 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:29:48.824 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:29:49.361 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:29:49.457 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-26T23:29:49.502 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-26T23:29:49.528 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T23:29:50.998 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T23:29:50.998 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/4 2024-07-26T23:29:50.998 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/4 2024-07-26T23:29:50.998 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-26T23:29:51.324 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-26T23:29:51.324 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:51.324 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:29:51.325 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:51.325 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:51.325 INFO:teuthology.orchestra.run.smithi196.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-26T23:29:51.325 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-26T23:29:51.325 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:51.325 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:29:51.647 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph 2024-07-26T23:29:52.200 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:42 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:29:52.340 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:29:52.342 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:52.342 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: ceph x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 6.6 k 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mds x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 2.4 M 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 1.5 M 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 284 k 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mon x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 4.8 M 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-osd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 17 M 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-26T23:29:52.343 INFO:teuthology.orchestra.run.smithi196.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-collections 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-26T23:29:52.344 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-26T23:29:52.345 INFO:teuthology.orchestra.run.smithi196.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout:Install 37 Packages 2024-07-26T23:29:52.346 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:52.347 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 30 M 2024-07-26T23:29:52.347 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 109 M 2024-07-26T23:29:52.347 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:29:52.483 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T23:29:52.577 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T23:29:52.812 INFO:teuthology.orchestra.run.smithi196.stdout:(1/37): ceph-19.0.0-5372.g67f28c2a.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-07-26T23:29:53.038 INFO:teuthology.orchestra.run.smithi196.stdout:(2/37): ceph-mds-19.0.0-5372.g67f28c2a.el9.x86_ 6.0 MB/s | 2.4 MB 00:00 2024-07-26T23:29:53.079 INFO:teuthology.orchestra.run.smithi196.stdout:(3/37): ceph-mgr-19.0.0-5372.g67f28c2a.el9.x86_ 3.5 MB/s | 1.5 MB 00:00 2024-07-26T23:29:53.171 INFO:teuthology.orchestra.run.smithi196.stdout:(4/37): ceph-mon-19.0.0-5372.g67f28c2a.el9.x86_ 13 MB/s | 4.8 MB 00:00 2024-07-26T23:29:53.197 INFO:teuthology.orchestra.run.smithi196.stdout:(5/37): ceph-mgr-modules-core-19.0.0-5372.g67f2 2.4 MB/s | 284 kB 00:00 2024-07-26T23:29:53.581 INFO:teuthology.orchestra.run.smithi196.stdout:(6/37): ceph-osd-19.0.0-5372.g67f28c2a.el9.x86_ 31 MB/s | 17 MB 00:00 2024-07-26T23:29:53.898 INFO:teuthology.orchestra.run.smithi196.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 349 kB/s | 253 kB 00:00 2024-07-26T23:29:54.006 INFO:teuthology.orchestra.run.smithi196.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-07-26T23:29:54.031 INFO:teuthology.orchestra.run.smithi196.stdout:(9/37): python3-ply-3.11-14.el9.noarch.rpm 236 kB/s | 106 kB 00:00 2024-07-26T23:29:54.123 INFO:teuthology.orchestra.run.smithi196.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.0 MB/s | 125 kB 00:00 2024-07-26T23:29:54.232 INFO:teuthology.orchestra.run.smithi196.stdout:(11/37): python3-cryptography-36.0.1-4.el9.x86_ 1.2 MB/s | 1.2 MB 00:01 2024-07-26T23:29:54.257 INFO:teuthology.orchestra.run.smithi196.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-07-26T23:29:54.299 INFO:teuthology.orchestra.run.smithi196.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 837 kB/s | 35 kB 00:00 2024-07-26T23:29:54.301 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/4 2024-07-26T23:29:54.324 INFO:teuthology.orchestra.run.smithi196.stdout:(14/37): python3-urllib3-1.26.5-6.el9.noarch.rp 734 kB/s | 215 kB 00:00 2024-07-26T23:29:54.355 INFO:teuthology.orchestra.run.smithi196.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.5 MB/s | 77 kB 00:00 2024-07-26T23:29:54.375 INFO:teuthology.orchestra.run.smithi196.stdout:(16/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-07-26T23:29:54.393 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T23:29:54.400 INFO:teuthology.orchestra.run.smithi196.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 824 kB/s | 42 kB 00:00 2024-07-26T23:29:54.426 INFO:teuthology.orchestra.run.smithi196.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 505 kB/s | 51 kB 00:00 2024-07-26T23:29:54.542 INFO:teuthology.orchestra.run.smithi196.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 373 kB/s | 43 kB 00:00 2024-07-26T23:29:54.568 INFO:teuthology.orchestra.run.smithi196.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 907 kB/s | 151 kB 00:00 2024-07-26T23:29:54.593 INFO:teuthology.orchestra.run.smithi196.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-07-26T23:29:54.618 INFO:teuthology.orchestra.run.smithi196.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 427 kB/s | 11 kB 00:00 2024-07-26T23:29:54.644 INFO:teuthology.orchestra.run.smithi196.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 783 kB/s | 18 kB 00:00 2024-07-26T23:29:54.669 INFO:teuthology.orchestra.run.smithi196.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-07-26T23:29:54.694 INFO:teuthology.orchestra.run.smithi196.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-07-26T23:29:54.719 INFO:teuthology.orchestra.run.smithi196.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-07-26T23:29:54.744 INFO:teuthology.orchestra.run.smithi196.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-07-26T23:29:54.770 INFO:teuthology.orchestra.run.smithi196.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-07-26T23:29:54.795 INFO:teuthology.orchestra.run.smithi196.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-07-26T23:29:54.812 INFO:teuthology.orchestra.run.smithi196.stdout:(30/37): lua-devel-5.4.4-4.el9.x86_64.rpm 51 kB/s | 22 kB 00:00 2024-07-26T23:29:54.854 INFO:teuthology.orchestra.run.smithi196.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-07-26T23:29:54.879 INFO:teuthology.orchestra.run.smithi196.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.5 MB/s | 36 kB 00:00 2024-07-26T23:29:54.904 INFO:teuthology.orchestra.run.smithi196.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 977 kB/s | 90 kB 00:00 2024-07-26T23:29:54.930 INFO:teuthology.orchestra.run.smithi196.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-07-26T23:29:54.946 INFO:teuthology.orchestra.run.smithi196.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-07-26T23:29:54.980 INFO:teuthology.orchestra.run.smithi196.stdout:(36/37): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-07-26T23:29:55.005 INFO:teuthology.orchestra.run.smithi196.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-07-26T23:29:55.009 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:55.010 INFO:teuthology.orchestra.run.smithi196.stdout:Total 11 MB/s | 30 MB 00:02 2024-07-26T23:29:55.157 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:29:55.193 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T23:29:55.194 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/4 2024-07-26T23:29:55.194 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/4 2024-07-26T23:29:55.194 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-26T23:29:55.197 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:29:55.197 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:55.507 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:29:55.634 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:29:55.637 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:29:55.803 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph 2024-07-26T23:29:56.382 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:44 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:29:56.520 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:29:56.522 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:56.522 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:29:56.522 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: ceph x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 6.6 k 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 2.4 M 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 1.5 M 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 284 k 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 4.8 M 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 17 M 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-26T23:29:56.523 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-collections 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-26T23:29:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-26T23:29:56.525 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:56.526 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:29:56.526 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:29:56.526 INFO:teuthology.orchestra.run.smithi181.stdout:Install 37 Packages 2024-07-26T23:29:56.526 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:29:56.526 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 30 M 2024-07-26T23:29:56.526 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 109 M 2024-07-26T23:29:56.527 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:29:56.818 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/4 2024-07-26T23:29:56.818 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/4 2024-07-26T23:29:56.818 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/4 2024-07-26T23:29:56.818 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-26T23:29:57.020 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:29:57.084 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-26T23:29:57.104 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-26T23:29:57.104 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:57.105 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:29:57.105 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:57.105 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:29:57.105 INFO:teuthology.orchestra.run.smithi175.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-26T23:29:57.105 INFO:teuthology.orchestra.run.smithi175.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-26T23:29:57.106 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:57.106 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:29:57.127 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-26T23:29:57.154 INFO:teuthology.orchestra.run.smithi181.stdout:(1/37): ceph-19.0.0-5372.g67f28c2a.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-07-26T23:29:57.161 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-26T23:29:57.233 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-26T23:29:57.276 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-26T23:29:57.309 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-26T23:29:57.323 INFO:teuthology.orchestra.run.smithi181.stdout:(2/37): ceph-mgr-19.0.0-5372.g67f28c2a.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-07-26T23:29:57.396 INFO:teuthology.orchestra.run.smithi181.stdout:(3/37): ceph-mds-19.0.0-5372.g67f28c2a.el9.x86_ 5.6 MB/s | 2.4 MB 00:00 2024-07-26T23:29:57.401 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-26T23:29:57.442 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph 2024-07-26T23:29:57.455 INFO:teuthology.orchestra.run.smithi181.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5372.g67f2 4.8 MB/s | 284 kB 00:00 2024-07-26T23:29:57.480 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-26T23:29:57.529 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-26T23:29:57.563 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-26T23:29:57.593 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-26T23:29:57.627 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-26T23:29:57.661 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-26T23:29:57.702 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-26T23:29:57.745 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-26T23:29:57.763 INFO:teuthology.orchestra.run.smithi181.stdout:(5/37): ceph-mon-19.0.0-5372.g67f28c2a.el9.x86_ 7.8 MB/s | 4.8 MB 00:00 2024-07-26T23:29:57.780 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-26T23:29:57.828 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-26T23:29:57.859 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-26T23:29:57.930 INFO:teuthology.orchestra.run.smithi181.stdout:(6/37): ceph-osd-19.0.0-5372.g67f28c2a.el9.x86_ 28 MB/s | 17 MB 00:00 2024-07-26T23:29:57.933 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-26T23:29:58.004 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:42 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:29:58.039 INFO:teuthology.orchestra.run.smithi181.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 434 kB/s | 253 kB 00:00 2024-07-26T23:29:58.072 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-26T23:29:58.139 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:29:58.141 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:58.141 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:29:58.141 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: ceph x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 6.6 k 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mds x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 2.4 M 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 1.5 M 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 284 k 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mon x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 4.8 M 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-osd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 17 M 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-26T23:29:58.142 INFO:teuthology.orchestra.run.smithi175.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-collections 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-26T23:29:58.143 INFO:teuthology.orchestra.run.smithi175.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-26T23:29:58.144 INFO:teuthology.orchestra.run.smithi175.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout:Install 37 Packages 2024-07-26T23:29:58.145 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:29:58.146 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 30 M 2024-07-26T23:29:58.146 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 109 M 2024-07-26T23:29:58.146 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:29:58.151 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-26T23:29:58.204 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-26T23:29:58.239 INFO:teuthology.orchestra.run.smithi181.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 676 kB/s | 135 kB 00:00 2024-07-26T23:29:58.242 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-26T23:29:58.292 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-26T23:29:58.347 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-26T23:29:58.348 INFO:teuthology.orchestra.run.smithi181.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-07-26T23:29:58.373 INFO:teuthology.orchestra.run.smithi181.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 241 kB/s | 106 kB 00:00 2024-07-26T23:29:58.457 INFO:teuthology.orchestra.run.smithi181.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-07-26T23:29:58.535 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-26T23:29:58.588 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-26T23:29:58.667 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-26T23:29:58.764 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-26T23:29:58.808 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-26T23:29:58.887 INFO:teuthology.orchestra.run.smithi175.stdout:(1/37): ceph-19.0.0-5372.g67f28c2a.el9.x86_64.r 35 kB/s | 6.6 kB 00:00 2024-07-26T23:29:58.940 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-26T23:29:58.982 INFO:teuthology.orchestra.run.smithi181.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 1.0 MB/s | 1.2 MB 00:01 2024-07-26T23:29:59.007 INFO:teuthology.orchestra.run.smithi181.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 297 kB/s | 188 kB 00:00 2024-07-26T23:29:59.058 INFO:teuthology.orchestra.run.smithi181.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 286 kB/s | 172 kB 00:00 2024-07-26T23:29:59.062 INFO:teuthology.orchestra.run.smithi175.stdout:(2/37): ceph-mds-19.0.0-5372.g67f28c2a.el9.x86_ 6.5 MB/s | 2.4 MB 00:00 2024-07-26T23:29:59.095 INFO:teuthology.orchestra.run.smithi175.stdout:(3/37): ceph-mgr-19.0.0-5372.g67f28c2a.el9.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-07-26T23:29:59.099 INFO:teuthology.orchestra.run.smithi181.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 297 kB/s | 35 kB 00:00 2024-07-26T23:29:59.101 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 32/37 2024-07-26T23:29:59.130 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T23:29:59.141 INFO:teuthology.orchestra.run.smithi181.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 577 kB/s | 77 kB 00:00 2024-07-26T23:29:59.156 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T23:29:59.156 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:29:59.157 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-26T23:29:59.157 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T23:29:59.157 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T23:29:59.157 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:29:59.175 INFO:teuthology.orchestra.run.smithi181.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 435 kB/s | 51 kB 00:00 2024-07-26T23:29:59.187 INFO:teuthology.orchestra.run.smithi175.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5372.g67f2 3.0 MB/s | 284 kB 00:00 2024-07-26T23:29:59.225 INFO:teuthology.orchestra.run.smithi181.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 332 kB/s | 42 kB 00:00 2024-07-26T23:29:59.250 INFO:teuthology.orchestra.run.smithi181.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 205 kB/s | 22 kB 00:00 2024-07-26T23:29:59.288 INFO:teuthology.orchestra.run.smithi175.stdout:(5/37): ceph-mon-19.0.0-5372.g67f28c2a.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-07-26T23:29:59.326 INFO:teuthology.orchestra.run.smithi181.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-07-26T23:29:59.351 INFO:teuthology.orchestra.run.smithi181.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 353 kB/s | 43 kB 00:00 2024-07-26T23:29:59.376 INFO:teuthology.orchestra.run.smithi181.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-07-26T23:29:59.402 INFO:teuthology.orchestra.run.smithi181.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-07-26T23:29:59.427 INFO:teuthology.orchestra.run.smithi181.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-07-26T23:29:59.446 INFO:teuthology.orchestra.run.smithi175.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 979 kB/s | 253 kB 00:00 2024-07-26T23:29:59.452 INFO:teuthology.orchestra.run.smithi181.stdout:(25/37): python3-cherrypy-18.6.1-2.el9.noarch.r 2.8 MB/s | 358 kB 00:00 2024-07-26T23:29:59.477 INFO:teuthology.orchestra.run.smithi181.stdout:(26/37): python3-jaraco-collections-3.0.0-8.el9 306 kB/s | 23 kB 00:00 2024-07-26T23:29:59.503 INFO:teuthology.orchestra.run.smithi181.stdout:(27/37): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-07-26T23:29:59.528 INFO:teuthology.orchestra.run.smithi181.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-07-26T23:29:59.553 INFO:teuthology.orchestra.run.smithi181.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 923 kB/s | 46 kB 00:00 2024-07-26T23:29:59.578 INFO:teuthology.orchestra.run.smithi181.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-07-26T23:29:59.604 INFO:teuthology.orchestra.run.smithi181.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-07-26T23:29:59.622 INFO:teuthology.orchestra.run.smithi175.stdout:(7/37): ceph-osd-19.0.0-5372.g67f28c2a.el9.x86_ 30 MB/s | 17 MB 00:00 2024-07-26T23:29:59.629 INFO:teuthology.orchestra.run.smithi181.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-07-26T23:29:59.646 INFO:teuthology.orchestra.run.smithi181.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-07-26T23:29:59.647 INFO:teuthology.orchestra.run.smithi175.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-07-26T23:29:59.679 INFO:teuthology.orchestra.run.smithi181.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-07-26T23:29:59.705 INFO:teuthology.orchestra.run.smithi181.stdout:(35/37): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-07-26T23:29:59.705 INFO:teuthology.orchestra.run.smithi175.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-07-26T23:29:59.730 INFO:teuthology.orchestra.run.smithi181.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-07-26T23:29:59.755 INFO:teuthology.orchestra.run.smithi181.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-07-26T23:29:59.762 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:29:59.762 INFO:teuthology.orchestra.run.smithi181.stdout:Total 9.4 MB/s | 30 MB 00:03 2024-07-26T23:29:59.764 INFO:teuthology.orchestra.run.smithi175.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-07-26T23:29:59.806 INFO:teuthology.orchestra.run.smithi175.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.1 MB/s | 215 kB 00:00 2024-07-26T23:29:59.848 INFO:teuthology.orchestra.run.smithi175.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 599 kB/s | 135 kB 00:00 2024-07-26T23:29:59.913 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:29:59.948 INFO:teuthology.orchestra.run.smithi175.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-07-26T23:29:59.953 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:29:59.953 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:29:59.973 INFO:teuthology.orchestra.run.smithi175.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 902 kB/s | 188 kB 00:00 2024-07-26T23:29:59.999 INFO:teuthology.orchestra.run.smithi175.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 895 kB/s | 172 kB 00:00 2024-07-26T23:30:00.024 INFO:teuthology.orchestra.run.smithi175.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-07-26T23:30:00.049 INFO:teuthology.orchestra.run.smithi175.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 827 kB/s | 42 kB 00:00 2024-07-26T23:30:00.075 INFO:teuthology.orchestra.run.smithi175.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 505 kB/s | 51 kB 00:00 2024-07-26T23:30:00.100 INFO:teuthology.orchestra.run.smithi175.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 294 kB/s | 22 kB 00:00 2024-07-26T23:30:00.208 INFO:teuthology.orchestra.run.smithi175.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 953 kB/s | 151 kB 00:00 2024-07-26T23:30:00.234 INFO:teuthology.orchestra.run.smithi175.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 274 kB/s | 43 kB 00:00 2024-07-26T23:30:00.259 INFO:teuthology.orchestra.run.smithi175.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-07-26T23:30:00.284 INFO:teuthology.orchestra.run.smithi175.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 703 kB/s | 18 kB 00:00 2024-07-26T23:30:00.310 INFO:teuthology.orchestra.run.smithi175.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-07-26T23:30:00.327 INFO:teuthology.orchestra.run.smithi175.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 550 kB/s | 23 kB 00:00 2024-07-26T23:30:00.344 INFO:teuthology.orchestra.run.smithi175.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 576 kB/s | 19 kB 00:00 2024-07-26T23:30:00.360 INFO:teuthology.orchestra.run.smithi175.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 587 kB/s | 20 kB 00:00 2024-07-26T23:30:00.378 INFO:teuthology.orchestra.run.smithi175.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2024-07-26T23:30:00.395 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:00.396 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:00.403 INFO:teuthology.orchestra.run.smithi175.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-07-26T23:30:00.428 INFO:teuthology.orchestra.run.smithi175.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-07-26T23:30:00.445 INFO:teuthology.orchestra.run.smithi175.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 393 kB/s | 16 kB 00:00 2024-07-26T23:30:00.470 INFO:teuthology.orchestra.run.smithi175.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-07-26T23:30:00.487 INFO:teuthology.orchestra.run.smithi175.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 846 kB/s | 36 kB 00:00 2024-07-26T23:30:00.521 INFO:teuthology.orchestra.run.smithi175.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-07-26T23:30:00.538 INFO:teuthology.orchestra.run.smithi175.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-07-26T23:30:00.563 INFO:teuthology.orchestra.run.smithi175.stdout:(36/37): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-07-26T23:30:00.588 INFO:teuthology.orchestra.run.smithi175.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-07-26T23:30:00.592 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:00.592 INFO:teuthology.orchestra.run.smithi175.stdout:Total 12 MB/s | 30 MB 00:02 2024-07-26T23:30:00.615 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T23:30:00.654 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T23:30:00.654 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:00.654 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-26T23:30:00.654 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T23:30:00.654 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T23:30:00.655 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:00.731 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:00.771 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:00.771 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:01.098 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T23:30:01.123 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T23:30:01.123 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:01.123 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-26T23:30:01.123 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T23:30:01.123 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T23:30:01.124 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:01.223 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:01.223 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:01.357 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T23:30:01.381 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T23:30:01.381 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:01.382 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-26T23:30:01.382 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T23:30:01.382 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T23:30:01.382 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:01.446 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T23:30:01.779 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:01.850 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-26T23:30:01.891 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-26T23:30:01.919 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-26T23:30:01.983 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-26T23:30:02.044 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-26T23:30:02.087 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-26T23:30:02.176 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-26T23:30:02.255 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-26T23:30:02.296 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-26T23:30:02.331 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-26T23:30:02.369 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-26T23:30:02.403 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-26T23:30:02.436 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-26T23:30:02.477 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-26T23:30:02.512 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-26T23:30:02.547 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-26T23:30:02.585 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:02.595 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-26T23:30:02.635 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-26T23:30:02.658 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-26T23:30:02.691 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-26T23:30:02.708 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-26T23:30:02.727 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-26T23:30:02.792 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-26T23:30:02.843 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-26T23:30:02.847 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-26T23:30:02.876 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-26T23:30:02.927 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-26T23:30:02.977 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-26T23:30:02.980 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-26T23:30:03.018 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-26T23:30:03.063 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-26T23:30:03.067 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-26T23:30:03.104 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-26T23:30:03.131 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-26T23:30:03.138 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-26T23:30:03.168 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-26T23:30:03.203 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-26T23:30:03.236 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-26T23:30:03.277 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-26T23:30:03.318 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-26T23:30:03.320 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-26T23:30:03.356 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T23:30:03.356 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/37 2024-07-26T23:30:03.356 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 6/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-26T23:30:03.357 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-26T23:30:03.358 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-26T23:30:03.359 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-26T23:30:03.360 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-26T23:30:03.360 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-26T23:30:03.360 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-26T23:30:03.360 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-26T23:30:03.360 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-26T23:30:03.361 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-26T23:30:03.361 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-26T23:30:03.361 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-26T23:30:03.361 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-26T23:30:03.361 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-26T23:30:03.361 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-26T23:30:03.364 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-26T23:30:03.404 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-26T23:30:03.443 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-26T23:30:03.443 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-26T23:30:03.518 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-26T23:30:03.530 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-26T23:30:03.582 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-26T23:30:03.658 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-26T23:30:03.715 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-26T23:30:03.745 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-26T23:30:03.806 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-26T23:30:03.852 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-26T23:30:03.878 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 32/37 2024-07-26T23:30:03.907 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T23:30:03.909 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-26T23:30:03.949 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T23:30:03.949 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:03.949 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-26T23:30:03.949 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T23:30:03.950 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T23:30:03.950 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:03.965 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-26T23:30:04.155 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-26T23:30:04.222 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-26T23:30:04.269 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:04.270 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: lua-5.4.4-4.el9.x86_64 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-26T23:30:04.271 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ply-3.11-14.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-26T23:30:04.272 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:04.273 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:04.302 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-26T23:30:04.399 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-26T23:30:04.443 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-26T23:30:04.577 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-26T23:30:04.598 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-base 2024-07-26T23:30:04.737 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 32/37 2024-07-26T23:30:04.766 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T23:30:04.806 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 33/37 2024-07-26T23:30:04.807 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:04.807 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-26T23:30:04.807 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T23:30:04.807 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-26T23:30:04.807 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:05.148 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:55 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:05.234 INFO:teuthology.orchestra.run.smithi196.stdout:Package ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:05.276 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:05.277 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:05.277 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:05.346 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install cephadm 2024-07-26T23:30:05.400 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T23:30:05.427 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T23:30:05.427 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:05.427 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-26T23:30:05.427 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T23:30:05.428 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T23:30:05.428 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:05.876 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T23:30:05.890 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:55 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:05.899 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T23:30:05.899 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:05.899 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-26T23:30:05.900 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T23:30:05.900 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T23:30:05.900 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:06.018 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:06.019 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:06.020 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:30:06.020 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:06.020 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:06.020 INFO:teuthology.orchestra.run.smithi196.stdout: cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 770 k 2024-07-26T23:30:06.020 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:06.020 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:06.020 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:06.021 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:30:06.021 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:06.021 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 770 k 2024-07-26T23:30:06.021 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 777 k 2024-07-26T23:30:06.021 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:06.126 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T23:30:06.150 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T23:30:06.150 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:06.150 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-26T23:30:06.150 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T23:30:06.150 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T23:30:06.150 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:06.207 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T23:30:06.267 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T23:30:06.293 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 34/37 2024-07-26T23:30:06.294 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:06.294 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-26T23:30:06.294 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T23:30:06.294 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-26T23:30:06.294 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:06.315 INFO:teuthology.orchestra.run.smithi196.stdout:cephadm-19.0.0-5372.g67f28c2a.el9.noarch.rpm 2.6 MB/s | 770 kB 00:00 2024-07-26T23:30:06.316 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:06.316 INFO:teuthology.orchestra.run.smithi196.stdout:Total 2.5 MB/s | 770 kB 00:00 2024-07-26T23:30:06.316 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:06.321 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:06.321 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:06.327 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:06.327 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:06.402 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:06.734 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T23:30:06.757 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 35/37 2024-07-26T23:30:06.757 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:06.757 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-26T23:30:06.757 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T23:30:06.757 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-26T23:30:06.758 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:06.876 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:06.959 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:06.993 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T23:30:07.016 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 36/37 2024-07-26T23:30:07.016 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:07.016 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-26T23:30:07.016 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T23:30:07.017 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-26T23:30:07.017 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:07.090 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T23:30:07.356 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:07.607 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:07.607 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:07.608 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:07.608 INFO:teuthology.orchestra.run.smithi196.stdout: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:07.608 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:07.608 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:07.809 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-immutable-object-cache 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 6/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-26T23:30:08.012 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-26T23:30:08.013 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-26T23:30:08.014 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-26T23:30:08.015 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-26T23:30:08.015 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-26T23:30:08.015 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-26T23:30:08.015 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-26T23:30:08.016 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-26T23:30:08.016 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-26T23:30:08.362 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:08.494 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 145 k 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:08.495 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:08.496 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:30:08.496 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:08.496 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 145 k 2024-07-26T23:30:08.496 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 436 k 2024-07-26T23:30:08.496 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:08.713 INFO:teuthology.orchestra.run.smithi196.stdout:ceph-immutable-object-cache-19.0.0-5372.g67f28c 669 kB/s | 145 kB 00:00 2024-07-26T23:30:08.713 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:08.714 INFO:teuthology.orchestra.run.smithi196.stdout:Total 663 kB/s | 145 kB 00:00 2024-07-26T23:30:08.714 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:08.723 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:08.723 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:08.778 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:08.779 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:08.892 INFO:teuthology.orchestra.run.smithi181.stdout: lua-5.4.4-4.el9.x86_64 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-26T23:30:08.893 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ply-3.11-14.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-26T23:30:08.894 INFO:teuthology.orchestra.run.smithi181.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-26T23:30:08.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-26T23:30:08.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-26T23:30:08.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-26T23:30:08.895 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-26T23:30:08.895 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:08.895 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:08.938 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 37/37 2024-07-26T23:30:08.938 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/37 2024-07-26T23:30:08.938 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/37 2024-07-26T23:30:08.938 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 3/37 2024-07-26T23:30:08.938 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 4/37 2024-07-26T23:30:08.938 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 5/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9. 6/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-26T23:30:08.939 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-26T23:30:08.940 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-26T23:30:08.941 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-26T23:30:08.941 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-26T23:30:08.941 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-26T23:30:08.941 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-26T23:30:08.941 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-26T23:30:08.941 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:08.989 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:09.014 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:09.014 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:09.014 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-26T23:30:09.014 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:09.239 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-base 2024-07-26T23:30:09.794 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:57 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:09.880 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:09.921 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:09.922 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:30:09.922 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:09.924 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:09.924 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:09.924 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:09.924 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:09.924 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:09.924 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:09.976 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install cephadm 2024-07-26T23:30:09.982 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-26T23:30:09.982 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:09.982 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:09.983 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:09.983 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mds-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:09.983 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:09.983 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-modules-core-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:09.983 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mon-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:09.984 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-osd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:09.984 INFO:teuthology.orchestra.run.smithi175.stdout: lua-5.4.4-4.el9.x86_64 2024-07-26T23:30:09.984 INFO:teuthology.orchestra.run.smithi175.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-26T23:30:09.984 INFO:teuthology.orchestra.run.smithi175.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-26T23:30:09.984 INFO:teuthology.orchestra.run.smithi175.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-26T23:30:09.985 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-26T23:30:09.985 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-26T23:30:09.985 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-26T23:30:09.985 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-26T23:30:09.985 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-26T23:30:09.985 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-26T23:30:09.986 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-26T23:30:09.986 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-26T23:30:09.986 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-26T23:30:09.986 INFO:teuthology.orchestra.run.smithi175.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-26T23:30:09.987 INFO:teuthology.orchestra.run.smithi175.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-26T23:30:09.987 INFO:teuthology.orchestra.run.smithi175.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-26T23:30:09.987 INFO:teuthology.orchestra.run.smithi175.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-26T23:30:09.987 INFO:teuthology.orchestra.run.smithi175.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-26T23:30:09.988 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-26T23:30:09.988 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ply-3.11-14.el9.noarch 2024-07-26T23:30:09.988 INFO:teuthology.orchestra.run.smithi175.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-26T23:30:09.988 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-26T23:30:09.988 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-26T23:30:09.988 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-26T23:30:09.989 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-26T23:30:09.989 INFO:teuthology.orchestra.run.smithi175.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-26T23:30:09.989 INFO:teuthology.orchestra.run.smithi175.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-26T23:30:09.989 INFO:teuthology.orchestra.run.smithi175.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-26T23:30:09.990 INFO:teuthology.orchestra.run.smithi175.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-26T23:30:09.990 INFO:teuthology.orchestra.run.smithi175.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-26T23:30:09.990 INFO:teuthology.orchestra.run.smithi175.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-26T23:30:09.990 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:09.991 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:10.184 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr 2024-07-26T23:30:10.344 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-base 2024-07-26T23:30:10.515 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:10.641 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:10.642 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:10.642 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:30:10.642 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 770 k 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 770 k 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 777 k 2024-07-26T23:30:10.643 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:10.741 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:00 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:10.829 INFO:teuthology.orchestra.run.smithi196.stdout:Package ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:10.872 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:10.873 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:10.873 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:10.898 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:54 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:10.943 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-dashboard 2024-07-26T23:30:10.951 INFO:teuthology.orchestra.run.smithi181.stdout:cephadm-19.0.0-5372.g67f28c2a.el9.noarch.rpm 2.4 MB/s | 770 kB 00:00 2024-07-26T23:30:10.952 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:10.952 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.4 MB/s | 770 kB 00:00 2024-07-26T23:30:10.952 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:10.957 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:10.957 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:10.963 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:10.963 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:10.982 INFO:teuthology.orchestra.run.smithi175.stdout:Package ceph-base-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:11.024 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:11.025 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:30:11.025 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:11.037 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:11.083 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install cephadm 2024-07-26T23:30:11.489 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:01 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:11.520 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:11.614 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:11.616 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:11.617 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:11.617 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:30:11.617 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:11.617 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 14 M 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 34 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 16 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-26T23:30:11.618 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-26T23:30:11.619 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:11.619 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:11.619 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:11.619 INFO:teuthology.orchestra.run.smithi196.stdout:Install 12 Packages 2024-07-26T23:30:11.619 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:11.619 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 19 M 2024-07-26T23:30:11.619 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 154 M 2024-07-26T23:30:11.620 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:11.625 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:55 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:11.754 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout: cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 770 k 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 770 k 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 777 k 2024-07-26T23:30:11.755 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:11.966 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:12.026 INFO:teuthology.orchestra.run.smithi175.stdout:cephadm-19.0.0-5372.g67f28c2a.el9.noarch.rpm 2.8 MB/s | 770 kB 00:00 2024-07-26T23:30:12.027 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:12.027 INFO:teuthology.orchestra.run.smithi175.stdout:Total 2.8 MB/s | 770 kB 00:00 2024-07-26T23:30:12.027 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:12.032 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:12.032 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:12.038 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:12.038 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:12.108 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:12.204 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:12.204 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:12.204 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:12.205 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:12.205 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:12.205 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:12.358 INFO:teuthology.orchestra.run.smithi196.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5372.g67 180 kB/s | 34 kB 00:00 2024-07-26T23:30:12.383 INFO:teuthology.orchestra.run.smithi196.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5372.g67f 76 kB/s | 16 kB 00:00 2024-07-26T23:30:12.408 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-immutable-object-cache 2024-07-26T23:30:12.575 INFO:teuthology.orchestra.run.smithi196.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-07-26T23:30:12.578 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:12.663 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:12.701 INFO:teuthology.orchestra.run.smithi196.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.9 MB/s | 1.0 MB 00:00 2024-07-26T23:30:12.768 INFO:teuthology.orchestra.run.smithi196.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-07-26T23:30:12.793 INFO:teuthology.orchestra.run.smithi196.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 778 kB/s | 19 kB 00:00 2024-07-26T23:30:12.827 INFO:teuthology.orchestra.run.smithi196.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.4 MB/s | 863 kB 00:00 2024-07-26T23:30:12.886 INFO:teuthology.orchestra.run.smithi196.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-07-26T23:30:12.910 INFO:teuthology.orchestra.run.smithi196.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-07-26T23:30:12.936 INFO:teuthology.orchestra.run.smithi196.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-07-26T23:30:12.969 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:00 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:12.986 INFO:teuthology.orchestra.run.smithi196.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-07-26T23:30:13.031 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:13.101 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 145 k 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:13.102 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:13.103 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:30:13.103 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:13.103 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 145 k 2024-07-26T23:30:13.103 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 436 k 2024-07-26T23:30:13.103 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:13.136 INFO:teuthology.orchestra.run.smithi196.stdout:(12/12): ceph-mgr-dashboard-19.0.0-5372.g67f28c 14 MB/s | 14 MB 00:00 2024-07-26T23:30:13.140 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:13.140 INFO:teuthology.orchestra.run.smithi196.stdout:Total 13 MB/s | 19 MB 00:01 2024-07-26T23:30:13.188 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:13.207 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:13.207 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:13.271 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:13.271 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:13.271 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:13.271 INFO:teuthology.orchestra.run.smithi175.stdout: cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:13.271 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:13.272 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:13.321 INFO:teuthology.orchestra.run.smithi181.stdout:ceph-immutable-object-cache-19.0.0-5372.g67f28c 664 kB/s | 145 kB 00:00 2024-07-26T23:30:13.322 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:13.322 INFO:teuthology.orchestra.run.smithi181.stdout:Total 660 kB/s | 145 kB 00:00 2024-07-26T23:30:13.322 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:13.329 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:13.329 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:13.389 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:13.389 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:13.445 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:13.445 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:13.501 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-immutable-object-cache 2024-07-26T23:30:13.538 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:13.597 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:13.622 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:13.622 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:13.622 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-26T23:30:13.623 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:14.035 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:14.063 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:14.103 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-26T23:30:14.139 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-26T23:30:14.185 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-26T23:30:14.193 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 145 k 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:14.194 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:14.195 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:30:14.195 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:14.195 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 145 k 2024-07-26T23:30:14.195 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 436 k 2024-07-26T23:30:14.195 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:14.216 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-26T23:30:14.317 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-26T23:30:14.405 INFO:teuthology.orchestra.run.smithi175.stdout:ceph-immutable-object-cache-19.0.0-5372.g67f28c 691 kB/s | 145 kB 00:00 2024-07-26T23:30:14.406 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:14.406 INFO:teuthology.orchestra.run.smithi175.stdout:Total 686 kB/s | 145 kB 00:00 2024-07-26T23:30:14.406 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:14.414 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:14.414 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:14.451 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-26T23:30:14.470 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:14.470 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:14.544 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-26T23:30:14.570 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:14.570 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:14.570 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:14.570 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:14.571 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:14.571 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:14.596 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-26T23:30:14.622 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:14.624 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-26T23:30:14.656 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 10/12 2024-07-26T23:30:14.698 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:14.723 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:14.723 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:14.723 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-26T23:30:14.723 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:14.789 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr 2024-07-26T23:30:15.343 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:03 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:15.430 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:15.474 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:15.474 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:30:15.475 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:15.537 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-dashboard 2024-07-26T23:30:15.602 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a. 1/1 2024-07-26T23:30:15.603 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:15.603 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:15.603 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-immutable-object-cache-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:15.603 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:15.603 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:15.824 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr 2024-07-26T23:30:16.078 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:04 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:16.203 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 14 M 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 34 k 2024-07-26T23:30:16.204 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 16 k 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout:Install 12 Packages 2024-07-26T23:30:16.205 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:16.206 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 19 M 2024-07-26T23:30:16.207 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 154 M 2024-07-26T23:30:16.207 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:16.382 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:00 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:16.472 INFO:teuthology.orchestra.run.smithi175.stdout:Package ceph-mgr-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:16.514 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:16.516 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:30:16.516 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:16.572 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-dashboard 2024-07-26T23:30:16.934 INFO:teuthology.orchestra.run.smithi181.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5372.g67 175 kB/s | 34 kB 00:00 2024-07-26T23:30:16.950 INFO:teuthology.orchestra.run.smithi181.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5372.g67f 77 kB/s | 16 kB 00:00 2024-07-26T23:30:17.111 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:01 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:17.118 INFO:teuthology.orchestra.run.smithi181.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-07-26T23:30:17.168 INFO:teuthology.orchestra.run.smithi181.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.3 MB/s | 1.0 MB 00:00 2024-07-26T23:30:17.235 INFO:teuthology.orchestra.run.smithi181.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.1 MB/s | 548 kB 00:00 2024-07-26T23:30:17.237 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:17.238 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 14 M 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 34 k 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 16 k 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-26T23:30:17.239 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout:Install 12 Packages 2024-07-26T23:30:17.240 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:17.241 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 19 M 2024-07-26T23:30:17.241 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 154 M 2024-07-26T23:30:17.241 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:17.260 INFO:teuthology.orchestra.run.smithi181.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 784 kB/s | 19 kB 00:00 2024-07-26T23:30:17.319 INFO:teuthology.orchestra.run.smithi181.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 35 MB/s | 2.0 MB 00:00 2024-07-26T23:30:17.344 INFO:teuthology.orchestra.run.smithi181.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-07-26T23:30:17.503 INFO:teuthology.orchestra.run.smithi181.stdout:(9/12): ceph-mgr-dashboard-19.0.0-5372.g67f28c2 18 MB/s | 14 MB 00:00 2024-07-26T23:30:17.528 INFO:teuthology.orchestra.run.smithi181.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 168 kB/s | 31 kB 00:00 2024-07-26T23:30:17.578 INFO:teuthology.orchestra.run.smithi181.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.8 MB/s | 863 kB 00:00 2024-07-26T23:30:17.611 INFO:teuthology.orchestra.run.smithi181.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-07-26T23:30:17.615 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:17.615 INFO:teuthology.orchestra.run.smithi181.stdout:Total 14 MB/s | 19 MB 00:01 2024-07-26T23:30:17.662 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:17.681 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:17.681 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:17.803 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 11/12 2024-07-26T23:30:17.861 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T23:30:17.900 INFO:teuthology.orchestra.run.smithi175.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5372.g67 179 kB/s | 34 kB 00:00 2024-07-26T23:30:17.918 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:17.918 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:17.925 INFO:teuthology.orchestra.run.smithi175.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5372.g67f 76 kB/s | 16 kB 00:00 2024-07-26T23:30:18.101 INFO:teuthology.orchestra.run.smithi175.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-07-26T23:30:18.151 INFO:teuthology.orchestra.run.smithi175.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.0 MB/s | 1.0 MB 00:00 2024-07-26T23:30:18.218 INFO:teuthology.orchestra.run.smithi175.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-07-26T23:30:18.243 INFO:teuthology.orchestra.run.smithi175.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 784 kB/s | 19 kB 00:00 2024-07-26T23:30:18.385 INFO:teuthology.orchestra.run.smithi175.stdout:(7/12): ceph-mgr-dashboard-19.0.0-5372.g67f28c2 21 MB/s | 14 MB 00:00 2024-07-26T23:30:18.477 INFO:teuthology.orchestra.run.smithi175.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 8.7 MB/s | 2.0 MB 00:00 2024-07-26T23:30:18.503 INFO:teuthology.orchestra.run.smithi175.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-07-26T23:30:18.504 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:18.536 INFO:teuthology.orchestra.run.smithi175.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 960 kB/s | 144 kB 00:00 2024-07-26T23:30:18.561 INFO:teuthology.orchestra.run.smithi175.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-07-26T23:30:18.578 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-26T23:30:18.614 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-26T23:30:18.620 INFO:teuthology.orchestra.run.smithi175.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.6 MB/s | 863 kB 00:00 2024-07-26T23:30:18.623 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:18.624 INFO:teuthology.orchestra.run.smithi175.stdout:Total 14 MB/s | 19 MB 00:01 2024-07-26T23:30:18.661 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-26T23:30:18.670 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:18.689 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:18.689 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:18.691 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-26T23:30:18.801 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-26T23:30:18.925 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-26T23:30:18.942 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:18.942 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:19.019 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-26T23:30:19.079 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-26T23:30:19.116 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-26T23:30:19.148 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 10/12 2024-07-26T23:30:19.530 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 1/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 2/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 3/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-26T23:30:19.560 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-26T23:30:19.561 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-26T23:30:19.561 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-26T23:30:19.612 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-26T23:30:19.647 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-26T23:30:19.693 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-26T23:30:19.724 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-26T23:30:19.836 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-26T23:30:19.887 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-26T23:30:19.887 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:19.887 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:19.887 INFO:teuthology.orchestra.run.smithi196.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-26T23:30:19.887 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:19.887 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:19.887 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:19.888 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:19.967 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-26T23:30:20.060 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-26T23:30:20.113 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-26T23:30:20.141 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-26T23:30:20.174 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 10/12 2024-07-26T23:30:20.190 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-26T23:30:20.744 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:10 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:20.872 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 7.4 M 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-26T23:30:20.874 INFO:teuthology.orchestra.run.smithi196.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout:Install 12 Packages 2024-07-26T23:30:20.875 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:20.876 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 38 M 2024-07-26T23:30:20.876 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 209 M 2024-07-26T23:30:20.876 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:21.460 INFO:teuthology.orchestra.run.smithi196.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 779 kB/s | 195 kB 00:00 2024-07-26T23:30:21.518 INFO:teuthology.orchestra.run.smithi196.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.5 MB/s | 803 kB 00:00 2024-07-26T23:30:21.569 INFO:teuthology.orchestra.run.smithi196.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-07-26T23:30:21.628 INFO:teuthology.orchestra.run.smithi196.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 311 kB/s | 18 kB 00:00 2024-07-26T23:30:21.686 INFO:teuthology.orchestra.run.smithi196.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 606 kB/s | 35 kB 00:00 2024-07-26T23:30:21.811 INFO:teuthology.orchestra.run.smithi196.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-53 12 MB/s | 7.4 MB 00:00 2024-07-26T23:30:21.978 INFO:teuthology.orchestra.run.smithi196.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-07-26T23:30:22.272 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 11/12 2024-07-26T23:30:22.336 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T23:30:22.345 INFO:teuthology.orchestra.run.smithi196.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.6 MB/s | 3.0 MB 00:00 2024-07-26T23:30:22.429 INFO:teuthology.orchestra.run.smithi196.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-07-26T23:30:22.623 INFO:teuthology.orchestra.run.smithi196.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 5.1 MB/s | 4.7 MB 00:00 2024-07-26T23:30:22.946 INFO:teuthology.orchestra.run.smithi196.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.3 MB/s | 5.1 MB 00:00 2024-07-26T23:30:23.309 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 11/12 2024-07-26T23:30:23.361 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 1/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 2/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 3/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-26T23:30:23.975 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-26T23:30:23.976 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-26T23:30:23.976 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-26T23:30:24.276 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-26T23:30:24.276 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:24.276 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:24.276 INFO:teuthology.orchestra.run.smithi181.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-26T23:30:24.276 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:24.276 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:24.277 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:24.564 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-26T23:30:24.846 INFO:teuthology.orchestra.run.smithi196.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 6.7 MB/s | 16 MB 00:02 2024-07-26T23:30:24.846 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:24.847 INFO:teuthology.orchestra.run.smithi196.stdout:Total 9.6 MB/s | 38 MB 00:03 2024-07-26T23:30:25.000 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 12/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el 1/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noa 2/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9 3/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-26T23:30:25.001 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-26T23:30:25.114 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:13 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:25.197 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:25.224 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:25.224 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:25.244 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 7.4 M 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-26T23:30:25.245 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout:Install 12 Packages 2024-07-26T23:30:25.246 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:25.247 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 38 M 2024-07-26T23:30:25.247 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 209 M 2024-07-26T23:30:25.247 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-grafana-dashboards-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-dashboard-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-prometheus-alerts-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-26T23:30:25.309 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:25.310 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:25.563 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-26T23:30:25.649 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:25.649 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:25.777 INFO:teuthology.orchestra.run.smithi181.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-07-26T23:30:25.835 INFO:teuthology.orchestra.run.smithi181.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2024-07-26T23:30:26.116 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:10 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:26.152 INFO:teuthology.orchestra.run.smithi181.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-53 14 MB/s | 7.4 MB 00:00 2024-07-26T23:30:26.169 INFO:teuthology.orchestra.run.smithi181.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 83 kB/s | 33 kB 00:00 2024-07-26T23:30:26.245 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:26.246 INFO:teuthology.orchestra.run.smithi175.stdout:======================================================================================= 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout:======================================================================================= 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 7.4 M 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-26T23:30:26.247 INFO:teuthology.orchestra.run.smithi175.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout:======================================================================================= 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout:Install 12 Packages 2024-07-26T23:30:26.248 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:26.249 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 38 M 2024-07-26T23:30:26.249 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 209 M 2024-07-26T23:30:26.249 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:26.269 INFO:teuthology.orchestra.run.smithi181.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 156 kB/s | 18 kB 00:00 2024-07-26T23:30:26.353 INFO:teuthology.orchestra.run.smithi181.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 192 kB/s | 35 kB 00:00 2024-07-26T23:30:26.423 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:26.499 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-26T23:30:26.535 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-26T23:30:26.638 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-26T23:30:26.679 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-26T23:30:26.778 INFO:teuthology.orchestra.run.smithi181.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.2 MB/s | 3.0 MB 00:00 2024-07-26T23:30:26.812 INFO:teuthology.orchestra.run.smithi181.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 532 kB/s | 244 kB 00:00 2024-07-26T23:30:26.856 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-26T23:30:26.886 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-26T23:30:26.903 INFO:teuthology.orchestra.run.smithi181.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 7.5 MB/s | 4.7 MB 00:00 2024-07-26T23:30:26.968 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-26T23:30:27.070 INFO:teuthology.orchestra.run.smithi181.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 17 MB/s | 5.1 MB 00:00 2024-07-26T23:30:27.095 INFO:teuthology.orchestra.run.smithi181.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 889 kB/s | 250 kB 00:00 2024-07-26T23:30:27.126 INFO:teuthology.orchestra.run.smithi175.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-53 15 MB/s | 7.4 MB 00:00 2024-07-26T23:30:27.209 INFO:teuthology.orchestra.run.smithi175.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 394 kB/s | 33 kB 00:00 2024-07-26T23:30:27.268 INFO:teuthology.orchestra.run.smithi175.stdout:(3/12): libquadmath-11.4.1-3.el9.x86_64.rpm 309 kB/s | 195 kB 00:00 2024-07-26T23:30:27.360 INFO:teuthology.orchestra.run.smithi175.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 199 kB/s | 18 kB 00:00 2024-07-26T23:30:27.427 INFO:teuthology.orchestra.run.smithi175.stdout:(5/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-07-26T23:30:27.452 INFO:teuthology.orchestra.run.smithi175.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 384 kB/s | 35 kB 00:00 2024-07-26T23:30:27.511 INFO:teuthology.orchestra.run.smithi175.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.9 MB/s | 3.0 MB 00:00 2024-07-26T23:30:27.587 INFO:teuthology.orchestra.run.smithi181.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 24 MB/s | 16 MB 00:00 2024-07-26T23:30:27.590 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:27.590 INFO:teuthology.orchestra.run.smithi181.stdout:Total 16 MB/s | 38 MB 00:02 2024-07-26T23:30:27.614 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-26T23:30:27.619 INFO:teuthology.orchestra.run.smithi175.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 47 MB/s | 5.1 MB 00:00 2024-07-26T23:30:27.661 INFO:teuthology.orchestra.run.smithi175.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-07-26T23:30:27.723 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-26T23:30:27.728 INFO:teuthology.orchestra.run.smithi175.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 16 MB/s | 4.7 MB 00:00 2024-07-26T23:30:27.753 INFO:teuthology.orchestra.run.smithi175.stdout:(11/12): python3-devel-3.9.18-3.el9.x86_64.rpm 811 kB/s | 244 kB 00:00 2024-07-26T23:30:27.942 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:27.969 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:27.969 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:27.995 INFO:teuthology.orchestra.run.smithi175.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 49 MB/s | 16 MB 00:00 2024-07-26T23:30:27.997 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:27.998 INFO:teuthology.orchestra.run.smithi175.stdout:Total 22 MB/s | 38 MB 00:01 2024-07-26T23:30:28.352 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:28.379 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:28.379 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:28.400 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:28.400 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:28.820 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:28.820 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:28.968 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T23:30:29.152 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:29.220 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-26T23:30:29.261 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-26T23:30:29.375 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-26T23:30:29.420 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-26T23:30:29.584 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:29.598 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-26T23:30:29.627 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-26T23:30:29.665 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-26T23:30:29.702 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-26T23:30:29.710 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-26T23:30:29.810 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-26T23:30:29.853 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-26T23:30:29.983 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-26T23:30:30.018 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T23:30:30.029 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-26T23:30:30.077 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-26T23:30:30.161 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-26T23:30:30.366 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-26T23:30:30.482 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-26T23:30:30.813 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-26T23:30:30.931 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-26T23:30:31.711 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T23:30:32.167 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T23:30:32.735 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T23:30:32.735 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 1/12 2024-07-26T23:30:32.735 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-26T23:30:32.735 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-26T23:30:32.735 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-26T23:30:32.735 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-26T23:30:32.736 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-26T23:30:32.736 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-26T23:30:32.736 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-26T23:30:32.736 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-26T23:30:32.736 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T23:30:32.736 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-26T23:30:32.750 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-26T23:30:32.777 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T23:30:33.120 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-26T23:30:33.120 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:33.120 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:33.120 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:33.120 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-26T23:30:33.120 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:33.121 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:33.197 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-26T23:30:33.225 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T23:30:33.509 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-rook 2024-07-26T23:30:34.075 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:24 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:34.206 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-rook noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 49 k 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-26T23:30:34.207 INFO:teuthology.orchestra.run.smithi196.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:34.208 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:34.209 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:34.209 INFO:teuthology.orchestra.run.smithi196.stdout:Install 13 Packages 2024-07-26T23:30:34.209 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:34.209 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 2.2 M 2024-07-26T23:30:34.209 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 26 M 2024-07-26T23:30:34.209 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:34.753 INFO:teuthology.orchestra.run.smithi196.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 218 kB/s | 19 kB 00:00 2024-07-26T23:30:34.779 INFO:teuthology.orchestra.run.smithi196.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 226 kB/s | 26 kB 00:00 2024-07-26T23:30:34.871 INFO:teuthology.orchestra.run.smithi196.stdout:(3/13): ceph-mgr-rook-19.0.0-5372.g67f28c2a.el9 240 kB/s | 49 kB 00:00 2024-07-26T23:30:34.896 INFO:teuthology.orchestra.run.smithi196.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-07-26T23:30:34.921 INFO:teuthology.orchestra.run.smithi196.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-07-26T23:30:34.955 INFO:teuthology.orchestra.run.smithi196.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 912 kB/s | 54 kB 00:00 2024-07-26T23:30:34.980 INFO:teuthology.orchestra.run.smithi196.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-07-26T23:30:35.089 INFO:teuthology.orchestra.run.smithi196.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 192 kB/s | 32 kB 00:00 2024-07-26T23:30:35.114 INFO:teuthology.orchestra.run.smithi196.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 89 kB/s | 14 kB 00:00 2024-07-26T23:30:35.139 INFO:teuthology.orchestra.run.smithi196.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-26T23:30:35.165 INFO:teuthology.orchestra.run.smithi196.stdout:(11/13): python3-google-auth-2.32.0-1.el9.noarc 1.6 MB/s | 216 kB 00:00 2024-07-26T23:30:35.190 INFO:teuthology.orchestra.run.smithi196.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-07-26T23:30:35.223 INFO:teuthology.orchestra.run.smithi196.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.8 MB/s | 1.0 MB 00:00 2024-07-26T23:30:35.226 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:35.226 INFO:teuthology.orchestra.run.smithi196.stdout:Total 2.2 MB/s | 2.2 MB 00:01 2024-07-26T23:30:35.289 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:35.304 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:35.304 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 1/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-26T23:30:35.380 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-26T23:30:35.381 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-26T23:30:35.381 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T23:30:35.381 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-26T23:30:35.391 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:35.391 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-26T23:30:35.756 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-26T23:30:35.757 INFO:teuthology.orchestra.run.smithi181.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-26T23:30:35.757 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-26T23:30:35.757 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-26T23:30:35.757 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-26T23:30:35.757 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:35.757 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:35.759 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 12/12 2024-07-26T23:30:35.759 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28 1/12 2024-07-26T23:30:35.759 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-26T23:30:35.759 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-26T23:30:35.760 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-26T23:30:35.901 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:36.076 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-26T23:30:36.132 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-26T23:30:36.164 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-rook 2024-07-26T23:30:36.185 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-26T23:30:36.185 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:36.185 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:36.185 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:36.186 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:36.188 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-26T23:30:36.225 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-26T23:30:36.270 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-26T23:30:36.369 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-26T23:30:36.473 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-07-26T23:30:36.526 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-26T23:30:36.563 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-rook 2024-07-26T23:30:36.728 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:24 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:36.857 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:36.858 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:36.858 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:30:36.858 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 49 k 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-26T23:30:36.859 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout:Install 13 Packages 2024-07-26T23:30:36.860 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:36.861 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 2.2 M 2024-07-26T23:30:36.861 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 26 M 2024-07-26T23:30:36.861 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:37.121 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:21 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:37.220 INFO:teuthology.orchestra.run.smithi181.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 339 kB/s | 26 kB 00:00 2024-07-26T23:30:37.232 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-26T23:30:37.245 INFO:teuthology.orchestra.run.smithi181.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 191 kB/s | 19 kB 00:00 2024-07-26T23:30:37.250 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:37.250 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:37.250 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-rook noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 49 k 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-26T23:30:37.251 INFO:teuthology.orchestra.run.smithi175.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout:Install 13 Packages 2024-07-26T23:30:37.252 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:37.253 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 2.2 M 2024-07-26T23:30:37.253 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 26 M 2024-07-26T23:30:37.253 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:37.288 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-26T23:30:37.312 INFO:teuthology.orchestra.run.smithi181.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.4 MB/s | 159 kB 00:00 2024-07-26T23:30:37.321 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-26T23:30:37.346 INFO:teuthology.orchestra.run.smithi181.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-07-26T23:30:37.371 INFO:teuthology.orchestra.run.smithi181.stdout:(5/13): ceph-mgr-rook-19.0.0-5372.g67f28c2a.el9 218 kB/s | 49 kB 00:00 2024-07-26T23:30:37.394 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-26T23:30:37.396 INFO:teuthology.orchestra.run.smithi181.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-07-26T23:30:37.417 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T23:30:37.421 INFO:teuthology.orchestra.run.smithi181.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-07-26T23:30:37.538 INFO:teuthology.orchestra.run.smithi181.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 193 kB/s | 32 kB 00:00 2024-07-26T23:30:37.563 INFO:teuthology.orchestra.run.smithi181.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 85 kB/s | 14 kB 00:00 2024-07-26T23:30:37.589 INFO:teuthology.orchestra.run.smithi181.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-26T23:30:37.614 INFO:teuthology.orchestra.run.smithi181.stdout:(11/13): python3-google-auth-2.32.0-1.el9.noarc 1.5 MB/s | 216 kB 00:00 2024-07-26T23:30:37.639 INFO:teuthology.orchestra.run.smithi181.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-07-26T23:30:37.672 INFO:teuthology.orchestra.run.smithi181.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.7 MB/s | 1.0 MB 00:00 2024-07-26T23:30:37.675 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:37.675 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.7 MB/s | 2.2 MB 00:00 2024-07-26T23:30:37.739 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:37.754 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:37.754 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:37.759 INFO:teuthology.orchestra.run.smithi175.stdout:(1/13): ceph-mgr-rook-19.0.0-5372.g67f28c2a.el9 225 kB/s | 49 kB 00:00 2024-07-26T23:30:37.841 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:37.842 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:38.009 INFO:teuthology.orchestra.run.smithi175.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 41 kB/s | 19 kB 00:00 2024-07-26T23:30:38.034 INFO:teuthology.orchestra.run.smithi175.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 52 kB/s | 26 kB 00:00 2024-07-26T23:30:38.151 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T23:30:38.151 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 1/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-26T23:30:38.152 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-26T23:30:38.293 INFO:teuthology.orchestra.run.smithi175.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 559 kB/s | 159 kB 00:00 2024-07-26T23:30:38.355 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:38.360 INFO:teuthology.orchestra.run.smithi175.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 370 kB/s | 222 kB 00:00 2024-07-26T23:30:38.410 INFO:teuthology.orchestra.run.smithi175.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 742 kB/s | 279 kB 00:00 2024-07-26T23:30:38.435 INFO:teuthology.orchestra.run.smithi175.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 378 kB/s | 54 kB 00:00 2024-07-26T23:30:38.492 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-26T23:30:38.492 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:38.492 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:38.492 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:38.492 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-26T23:30:38.492 INFO:teuthology.orchestra.run.smithi196.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:38.493 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:38.518 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-26T23:30:38.519 INFO:teuthology.orchestra.run.smithi175.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 203 kB/s | 32 kB 00:00 2024-07-26T23:30:38.544 INFO:teuthology.orchestra.run.smithi175.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 133 kB/s | 14 kB 00:00 2024-07-26T23:30:38.570 INFO:teuthology.orchestra.run.smithi175.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-26T23:30:38.582 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-26T23:30:38.602 INFO:teuthology.orchestra.run.smithi175.stdout:(11/13): python3-google-auth-2.32.0-1.el9.noarc 1.3 MB/s | 216 kB 00:00 2024-07-26T23:30:38.627 INFO:teuthology.orchestra.run.smithi175.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-07-26T23:30:38.649 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-26T23:30:38.661 INFO:teuthology.orchestra.run.smithi175.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.3 MB/s | 1.0 MB 00:00 2024-07-26T23:30:38.666 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:38.666 INFO:teuthology.orchestra.run.smithi175.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-07-26T23:30:38.688 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-26T23:30:38.729 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:38.737 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-26T23:30:38.744 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:38.744 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:38.798 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-cephadm 2024-07-26T23:30:38.830 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:38.831 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:38.835 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-26T23:30:38.949 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-07-26T23:30:38.997 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-26T23:30:39.332 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:39.342 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:29 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:39.471 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 150 k 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-26T23:30:39.472 INFO:teuthology.orchestra.run.smithi196.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-26T23:30:39.473 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:39.473 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:39.473 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:39.473 INFO:teuthology.orchestra.run.smithi196.stdout:Install 6 Packages 2024-07-26T23:30:39.473 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:39.473 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 7.0 M 2024-07-26T23:30:39.473 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 33 M 2024-07-26T23:30:39.474 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:39.492 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-26T23:30:39.553 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-26T23:30:39.609 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-26T23:30:39.650 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-26T23:30:39.692 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-26T23:30:39.727 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-26T23:30:39.771 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-26T23:30:39.789 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-26T23:30:39.802 INFO:teuthology.orchestra.run.smithi196.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.9 MB/s | 248 kB 00:00 2024-07-26T23:30:39.805 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-26T23:30:39.853 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-26T23:30:39.869 INFO:teuthology.orchestra.run.smithi196.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.0 MB/s | 548 kB 00:00 2024-07-26T23:30:39.875 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T23:30:39.894 INFO:teuthology.orchestra.run.smithi196.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-07-26T23:30:39.895 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-07-26T23:30:39.920 INFO:teuthology.orchestra.run.smithi196.stdout:(4/6): ceph-mgr-cephadm-19.0.0-5372.g67f28c2a.e 613 kB/s | 150 kB 00:00 2024-07-26T23:30:39.945 INFO:teuthology.orchestra.run.smithi196.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-07-26T23:30:39.952 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-26T23:30:40.669 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-26T23:30:40.674 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T23:30:40.674 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 1/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-26T23:30:40.675 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-26T23:30:40.716 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-26T23:30:40.750 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-26T23:30:40.800 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-26T23:30:40.829 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T23:30:41.000 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-26T23:30:41.000 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:41.000 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:41.000 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-26T23:30:41.001 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-26T23:30:41.002 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-26T23:30:41.002 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-26T23:30:41.002 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:41.002 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:41.170 INFO:teuthology.orchestra.run.smithi196.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.0 MB/s | 6.0 MB 00:01 2024-07-26T23:30:41.172 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:41.172 INFO:teuthology.orchestra.run.smithi196.stdout:Total 4.1 MB/s | 7.0 MB 00:01 2024-07-26T23:30:41.242 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:41.253 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:41.253 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:41.293 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-cephadm 2024-07-26T23:30:41.351 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:41.351 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:41.635 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 13/13 2024-07-26T23:30:41.635 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 1/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-26T23:30:41.636 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-26T23:30:41.670 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:41.834 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-26T23:30:41.836 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:29 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:41.889 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-26T23:30:41.966 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 150 k 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-26T23:30:41.967 INFO:teuthology.orchestra.run.smithi181.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-26T23:30:41.968 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:41.968 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:41.968 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:41.968 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2024-07-26T23:30:41.968 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:41.968 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 7.0 M 2024-07-26T23:30:41.968 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 33 M 2024-07-26T23:30:41.969 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:41.972 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-26T23:30:41.972 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:41.972 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:41.972 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-rook-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-26T23:30:41.973 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-26T23:30:41.974 INFO:teuthology.orchestra.run.smithi175.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-26T23:30:41.974 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:41.974 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:42.283 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-mgr-cephadm 2024-07-26T23:30:42.412 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-26T23:30:42.502 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-26T23:30:42.567 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-26T23:30:42.595 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T23:30:42.684 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): ceph-mgr-cephadm-19.0.0-5372.g67f28c2a.e 597 kB/s | 150 kB 00:00 2024-07-26T23:30:42.759 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-07-26T23:30:42.784 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-07-26T23:30:42.810 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 2.0 MB/s | 51 kB 00:00 2024-07-26T23:30:42.833 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:26 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:42.963 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 150 k 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:42.964 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:42.965 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:42.965 INFO:teuthology.orchestra.run.smithi175.stdout:Install 6 Packages 2024-07-26T23:30:42.965 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:42.965 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 7.0 M 2024-07-26T23:30:42.965 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 33 M 2024-07-26T23:30:42.965 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:43.076 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 386 kB/s | 248 kB 00:00 2024-07-26T23:30:43.409 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T23:30:43.409 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/6 2024-07-26T23:30:43.410 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-26T23:30:43.410 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-26T23:30:43.410 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-26T23:30:43.410 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-26T23:30:43.460 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.8 MB/s | 6.0 MB 00:01 2024-07-26T23:30:43.464 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:43.464 INFO:teuthology.orchestra.run.smithi181.stdout:Total 4.7 MB/s | 7.0 MB 00:01 2024-07-26T23:30:43.533 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:43.544 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:43.544 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:43.644 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:43.644 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:43.691 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-26T23:30:43.691 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:43.691 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:43.691 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:43.692 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-26T23:30:43.692 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-26T23:30:43.692 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-26T23:30:43.692 INFO:teuthology.orchestra.run.smithi196.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-26T23:30:43.692 INFO:teuthology.orchestra.run.smithi196.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-26T23:30:43.692 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:43.692 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:43.737 INFO:teuthology.orchestra.run.smithi175.stdout:(1/6): ceph-mgr-cephadm-19.0.0-5372.g67f28c2a.e 667 kB/s | 150 kB 00:00 2024-07-26T23:30:43.812 INFO:teuthology.orchestra.run.smithi175.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.2 MB/s | 548 kB 00:00 2024-07-26T23:30:43.837 INFO:teuthology.orchestra.run.smithi175.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-07-26T23:30:43.862 INFO:teuthology.orchestra.run.smithi175.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 2.0 MB/s | 51 kB 00:00 2024-07-26T23:30:43.946 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-fuse 2024-07-26T23:30:43.977 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:44.096 INFO:teuthology.orchestra.run.smithi175.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 425 kB/s | 248 kB 00:00 2024-07-26T23:30:44.167 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-26T23:30:44.229 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-26T23:30:44.490 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:34 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:44.619 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:44.620 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:44.620 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:30:44.620 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:44.620 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:44.620 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 904 k 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout:Install 2 Packages 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 984 k 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 2.9 M 2024-07-26T23:30:44.621 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:44.757 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-26T23:30:44.848 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-26T23:30:44.900 INFO:teuthology.orchestra.run.smithi196.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 488 kB/s | 80 kB 00:00 2024-07-26T23:30:44.913 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-26T23:30:44.942 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T23:30:45.026 INFO:teuthology.orchestra.run.smithi196.stdout:(2/2): ceph-fuse-19.0.0-5372.g67f28c2a.el9.x86_ 3.1 MB/s | 904 kB 00:00 2024-07-26T23:30:45.026 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:45.026 INFO:teuthology.orchestra.run.smithi196.stdout:Total 2.4 MB/s | 984 kB 00:00 2024-07-26T23:30:45.038 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:45.059 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:45.059 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:45.137 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:45.138 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:45.332 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:45.470 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-07-26T23:30:45.533 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T23:30:45.730 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T23:30:45.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/6 2024-07-26T23:30:45.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-26T23:30:45.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-26T23:30:45.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-26T23:30:45.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-26T23:30:45.937 INFO:teuthology.orchestra.run.smithi175.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.5 MB/s | 6.0 MB 00:02 2024-07-26T23:30:45.939 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:45.939 INFO:teuthology.orchestra.run.smithi175.stdout:Total 2.4 MB/s | 7.0 MB 00:02 2024-07-26T23:30:45.989 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:45.990 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:46.010 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:46.022 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:46.022 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:46.120 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:46.121 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:46.165 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T23:30:46.165 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/2 2024-07-26T23:30:46.234 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-fuse 2024-07-26T23:30:46.437 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:46.450 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-07-26T23:30:46.451 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:46.451 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:46.451 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-07-26T23:30:46.451 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:46.451 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:46.600 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-26T23:30:46.647 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-26T23:30:46.760 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-volume 2024-07-26T23:30:46.779 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:34 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:46.908 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 904 k 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-26T23:30:46.909 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:46.910 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:46.910 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:46.910 INFO:teuthology.orchestra.run.smithi181.stdout:Install 2 Packages 2024-07-26T23:30:46.910 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:46.910 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 984 k 2024-07-26T23:30:46.910 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 2.9 M 2024-07-26T23:30:46.910 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:47.159 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-26T23:30:47.242 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-26T23:30:47.307 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-26T23:30:47.313 INFO:teuthology.orchestra.run.smithi181.stdout:(1/2): ceph-fuse-19.0.0-5372.g67f28c2a.el9.x86_ 3.1 MB/s | 904 kB 00:00 2024-07-26T23:30:47.331 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:37 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:47.335 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T23:30:47.455 INFO:teuthology.orchestra.run.smithi181.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 186 kB/s | 80 kB 00:00 2024-07-26T23:30:47.455 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:47.456 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.8 MB/s | 984 kB 00:00 2024-07-26T23:30:47.461 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-volume noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 274 k 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 274 k 2024-07-26T23:30:47.462 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 1.3 M 2024-07-26T23:30:47.463 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:47.467 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:47.489 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:47.490 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:47.570 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:47.570 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:47.727 INFO:teuthology.orchestra.run.smithi196.stdout:ceph-volume-19.0.0-5372.g67f28c2a.el9.noarch.rp 1.0 MB/s | 274 kB 00:00 2024-07-26T23:30:47.728 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:47.728 INFO:teuthology.orchestra.run.smithi196.stdout:Total 1.0 MB/s | 274 kB 00:00 2024-07-26T23:30:47.728 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:47.736 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:47.736 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:47.753 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:47.760 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:47.760 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:47.883 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-07-26T23:30:47.946 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T23:30:47.971 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:48.046 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:48.062 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:48.063 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:48.063 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-26T23:30:48.063 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:48.154 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 6/6 2024-07-26T23:30:48.154 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 1/6 2024-07-26T23:30:48.154 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-26T23:30:48.154 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-26T23:30:48.154 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-26T23:30:48.154 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-26T23:30:48.420 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-cephadm-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-26T23:30:48.421 INFO:teuthology.orchestra.run.smithi175.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-26T23:30:48.422 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:48.422 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:48.676 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T23:30:48.676 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/2 2024-07-26T23:30:48.692 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-fuse 2024-07-26T23:30:48.941 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-07-26T23:30:48.941 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:48.941 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:48.941 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-07-26T23:30:48.941 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:48.942 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:49.108 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:49.108 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:49.108 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:49.108 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:49.108 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:49.109 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:49.209 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-volume 2024-07-26T23:30:49.236 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:33 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:49.364 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:49.364 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:49.364 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 904 k 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout:Install 2 Packages 2024-07-26T23:30:49.365 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:49.366 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 984 k 2024-07-26T23:30:49.366 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 2.9 M 2024-07-26T23:30:49.366 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:49.461 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librados-devel 2024-07-26T23:30:49.762 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:37 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:49.897 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 274 k 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:30:49.898 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:49.899 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 274 k 2024-07-26T23:30:49.899 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 1.3 M 2024-07-26T23:30:49.899 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:50.022 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:40 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:50.031 INFO:teuthology.orchestra.run.smithi175.stdout:(1/2): ceph-fuse-19.0.0-5372.g67f28c2a.el9.x86_ 2.2 MB/s | 904 kB 00:00 2024-07-26T23:30:50.150 INFO:teuthology.orchestra.run.smithi181.stdout:ceph-volume-19.0.0-5372.g67f28c2a.el9.noarch.rp 1.1 MB/s | 274 kB 00:00 2024-07-26T23:30:50.150 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:50.151 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:50.151 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.1 MB/s | 274 kB 00:00 2024-07-26T23:30:50.151 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:50.152 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:50.152 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-07-26T23:30:50.152 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:50.152 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:50.152 INFO:teuthology.orchestra.run.smithi196.stdout: librados-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 127 k 2024-07-26T23:30:50.152 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:50.152 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:50.153 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:50.153 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:30:50.153 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:50.153 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 127 k 2024-07-26T23:30:50.153 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 456 k 2024-07-26T23:30:50.153 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:50.159 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:50.159 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:50.183 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:50.183 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:50.356 INFO:teuthology.orchestra.run.smithi175.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 111 kB/s | 80 kB 00:00 2024-07-26T23:30:50.357 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:50.357 INFO:teuthology.orchestra.run.smithi175.stdout:Total 992 kB/s | 984 kB 00:00 2024-07-26T23:30:50.368 INFO:teuthology.orchestra.run.smithi196.stdout:librados-devel-19.0.0-5372.g67f28c2a.el9.x86_64 587 kB/s | 127 kB 00:00 2024-07-26T23:30:50.369 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:50.369 INFO:teuthology.orchestra.run.smithi196.stdout:Total 584 kB/s | 127 kB 00:00 2024-07-26T23:30:50.369 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:50.370 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:50.375 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:50.375 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:50.392 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:50.392 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:50.400 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:50.439 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:50.439 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:50.463 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:50.473 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:50.473 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:50.479 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:50.479 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:50.479 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-26T23:30:50.479 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:50.590 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:50.655 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:50.674 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:50.809 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-07-26T23:30:50.889 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T23:30:51.086 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:51.340 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:51.341 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:51.341 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:51.341 INFO:teuthology.orchestra.run.smithi196.stdout: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:51.341 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:51.341 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:51.448 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:51.448 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:51.448 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:51.448 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:51.448 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:51.448 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:51.553 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2/2 2024-07-26T23:30:51.553 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/2 2024-07-26T23:30:51.595 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install libcephfs2 2024-07-26T23:30:51.825 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados-devel 2024-07-26T23:30:51.854 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-07-26T23:30:51.855 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:51.855 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:51.855 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-07-26T23:30:51.855 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:51.855 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:52.132 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-volume 2024-07-26T23:30:52.145 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:42 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:52.231 INFO:teuthology.orchestra.run.smithi196.stdout:Package libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:52.274 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:52.275 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:52.275 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:52.354 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install libcephfs-devel 2024-07-26T23:30:52.386 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:40 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:52.517 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:52.518 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:52.518 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 127 k 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 127 k 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 456 k 2024-07-26T23:30:52.519 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:52.696 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:36 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:52.716 INFO:teuthology.orchestra.run.smithi181.stdout:librados-devel-19.0.0-5372.g67f28c2a.el9.x86_64 643 kB/s | 127 kB 00:00 2024-07-26T23:30:52.717 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:52.717 INFO:teuthology.orchestra.run.smithi181.stdout:Total 638 kB/s | 127 kB 00:00 2024-07-26T23:30:52.717 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:52.723 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:52.723 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:52.786 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:52.786 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:52.824 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:52.825 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:52.825 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-07-26T23:30:52.825 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:52.825 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:52.825 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-volume noarch 2:19.0.0-5372.g67f28c2a.el9 ceph-noarch 274 k 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 274 k 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 1.3 M 2024-07-26T23:30:52.826 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:52.904 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:42 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:52.970 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:53.033 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:53.034 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:53.034 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-07-26T23:30:53.034 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:53.034 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 32 k 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 32 k 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 142 k 2024-07-26T23:30:53.035 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:53.073 INFO:teuthology.orchestra.run.smithi175.stdout:ceph-volume-19.0.0-5372.g67f28c2a.el9.noarch.rp 1.1 MB/s | 274 kB 00:00 2024-07-26T23:30:53.074 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:53.074 INFO:teuthology.orchestra.run.smithi175.stdout:Total 1.1 MB/s | 274 kB 00:00 2024-07-26T23:30:53.074 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:53.082 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:53.082 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:53.083 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:53.107 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:53.108 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:53.214 INFO:teuthology.orchestra.run.smithi196.stdout:libcephfs-devel-19.0.0-5372.g67f28c2a.el9.x86_6 177 kB/s | 32 kB 00:00 2024-07-26T23:30:53.215 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:53.215 INFO:teuthology.orchestra.run.smithi196.stdout:Total 176 kB/s | 32 kB 00:00 2024-07-26T23:30:53.215 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:53.218 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:53.218 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:53.233 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:53.234 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:53.312 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:53.326 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:53.394 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:53.410 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:53.410 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:30:53.410 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-26T23:30:53.410 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:53.428 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:53.525 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:53.781 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:53.781 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:53.781 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:53.781 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:53.781 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:53.781 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:53.786 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:54.029 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs2 2024-07-26T23:30:54.031 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:54.031 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:54.031 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:30:54.031 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:54.031 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:54.031 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:54.223 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librados2 2024-07-26T23:30:54.495 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 1/1 2024-07-26T23:30:54.495 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:54.495 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:54.495 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-volume-2:19.0.0-5372.g67f28c2a.el9.noarch 2024-07-26T23:30:54.495 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:54.495 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:54.586 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:42 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:54.673 INFO:teuthology.orchestra.run.smithi181.stdout:Package libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:54.717 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:54.718 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:30:54.718 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:54.769 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:44 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:54.777 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs-devel 2024-07-26T23:30:54.797 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install librados-devel 2024-07-26T23:30:54.856 INFO:teuthology.orchestra.run.smithi196.stdout:Package librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:54.898 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:54.899 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:54.899 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:54.969 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librbd1 2024-07-26T23:30:55.329 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:43 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:55.354 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:39 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:55.457 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 32 k 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:30:55.458 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:55.459 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 32 k 2024-07-26T23:30:55.459 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 142 k 2024-07-26T23:30:55.459 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:30:55.483 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:55.483 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:55.483 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout: librados-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 127 k 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 127 k 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 456 k 2024-07-26T23:30:55.484 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:55.513 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:45 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:55.600 INFO:teuthology.orchestra.run.smithi196.stdout:Package librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:55.642 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:55.642 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:55.643 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:55.713 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rados 2024-07-26T23:30:55.737 INFO:teuthology.orchestra.run.smithi181.stdout:libcephfs-devel-19.0.0-5372.g67f28c2a.el9.x86_6 114 kB/s | 32 kB 00:00 2024-07-26T23:30:55.738 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:55.738 INFO:teuthology.orchestra.run.smithi181.stdout:Total 114 kB/s | 32 kB 00:00 2024-07-26T23:30:55.738 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:30:55.741 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:30:55.741 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:30:55.757 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:30:55.758 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:30:55.764 INFO:teuthology.orchestra.run.smithi175.stdout:librados-devel-19.0.0-5372.g67f28c2a.el9.x86_64 452 kB/s | 127 kB 00:00 2024-07-26T23:30:55.765 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:55.765 INFO:teuthology.orchestra.run.smithi175.stdout:Total 450 kB/s | 127 kB 00:00 2024-07-26T23:30:55.765 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:55.770 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:55.771 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:55.834 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:55.834 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:55.841 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:30:55.968 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:55.985 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:56.071 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:56.260 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:46 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:56.346 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:56.385 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:56.388 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:56.390 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:56.390 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:56.471 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rgw 2024-07-26T23:30:56.515 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:56.612 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:56.612 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:56.613 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:30:56.613 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:56.613 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:30:56.613 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:56.770 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados2 2024-07-26T23:30:56.778 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:56.779 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:56.779 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:56.779 INFO:teuthology.orchestra.run.smithi175.stdout: librados-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:56.779 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:56.779 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:57.016 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install libcephfs2 2024-07-26T23:30:57.020 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:47 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:57.106 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:57.149 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:57.150 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:57.150 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:57.220 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-cephfs 2024-07-26T23:30:57.315 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:45 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:57.402 INFO:teuthology.orchestra.run.smithi181.stdout:Package librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:57.464 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:57.464 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:30:57.464 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:57.513 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librbd1 2024-07-26T23:30:57.574 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:41 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:57.662 INFO:teuthology.orchestra.run.smithi175.stdout:Package libcephfs2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:57.704 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:57.705 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:30:57.705 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:57.765 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install libcephfs-devel 2024-07-26T23:30:57.769 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:47 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:57.855 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:57.897 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:57.898 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:57.898 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:57.967 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rbd 2024-07-26T23:30:58.060 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:46 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:58.147 INFO:teuthology.orchestra.run.smithi181.stdout:Package librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:58.190 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:58.191 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:30:58.191 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:58.255 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rados 2024-07-26T23:30:58.314 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:42 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:30:58.442 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs-devel x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 32 k 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 32 k 2024-07-26T23:30:58.443 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 142 k 2024-07-26T23:30:58.444 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:30:58.516 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:48 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:58.601 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:58.610 INFO:teuthology.orchestra.run.smithi175.stdout:libcephfs-devel-19.0.0-5372.g67f28c2a.el9.x86_6 190 kB/s | 32 kB 00:00 2024-07-26T23:30:58.611 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:58.611 INFO:teuthology.orchestra.run.smithi175.stdout:Total 189 kB/s | 32 kB 00:00 2024-07-26T23:30:58.611 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:30:58.614 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:30:58.614 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:30:58.633 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:30:58.633 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:30:58.644 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:58.645 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-07-26T23:30:58.645 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:30:58.717 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:30:58.720 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-fuse 2024-07-26T23:30:58.808 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:46 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:58.816 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:58.894 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:58.936 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:58.937 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:30:58.937 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:59.004 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rgw 2024-07-26T23:30:59.191 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:59.264 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:49 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:30:59.393 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:30:59.394 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:59.394 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-07-26T23:30:59.394 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:59.394 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:30:59.394 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 85 k 2024-07-26T23:30:59.394 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:59.395 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:30:59.395 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:30:59.395 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:30:59.395 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:30:59.395 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 85 k 2024-07-26T23:30:59.395 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 231 k 2024-07-26T23:30:59.395 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:30:59.418 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:30:59.418 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:59.418 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:30:59.419 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs-devel-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:30:59.419 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:30:59.419 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:30:59.556 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:47 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:30:59.593 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install librados2 2024-07-26T23:30:59.609 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-fuse-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 400 kB/s | 85 kB 00:00 2024-07-26T23:30:59.609 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:30:59.609 INFO:teuthology.orchestra.run.smithi196.stdout:Total 398 kB/s | 85 kB 00:00 2024-07-26T23:30:59.610 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:30:59.616 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:30:59.617 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:30:59.642 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:30:59.685 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:30:59.685 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:30:59.686 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:30:59.686 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:30:59.686 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:30:59.755 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-cephfs 2024-07-26T23:30:59.837 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:30:59.940 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:00.149 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:44 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:00.236 INFO:teuthology.orchestra.run.smithi175.stdout:Package librados2-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:00.280 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:00.280 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:31:00.281 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:00.285 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:00.307 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:48 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:31:00.342 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install librbd1 2024-07-26T23:31:00.393 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:00.436 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:31:00.437 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:31:00.437 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:31:00.501 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rbd 2024-07-26T23:31:00.529 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:00.529 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:00.529 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:31:00.529 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:00.530 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:00.530 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:31:00.779 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-mirror 2024-07-26T23:31:00.895 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:44 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:00.981 INFO:teuthology.orchestra.run.smithi175.stdout:Package librbd1-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:01.024 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:01.025 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:31:01.025 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:01.048 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:49 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:31:01.092 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-rados 2024-07-26T23:31:01.134 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:01.178 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:31:01.178 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-07-26T23:31:01.179 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:31:01.244 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-fuse 2024-07-26T23:31:01.363 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:51 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:31:01.499 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:31:01.499 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-mirror x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:31:01.500 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:01.501 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 3.2 M 2024-07-26T23:31:01.501 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 14 M 2024-07-26T23:31:01.501 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:31:01.642 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:45 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:01.729 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-rados-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:01.771 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:01.772 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:31:01.773 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:01.791 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:49 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:31:01.827 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-mirror-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 9.7 MB/s | 3.2 MB 00:00 2024-07-26T23:31:01.828 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:01.828 INFO:teuthology.orchestra.run.smithi196.stdout:Total 9.7 MB/s | 3.2 MB 00:00 2024-07-26T23:31:01.828 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:31:01.838 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:31:01.838 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:31:01.841 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-rgw 2024-07-26T23:31:01.920 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 85 k 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:31:01.921 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:01.922 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:31:01.922 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:01.922 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 85 k 2024-07-26T23:31:01.922 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 231 k 2024-07-26T23:31:01.922 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:31:01.922 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:31:01.923 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:31:02.125 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-fuse-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 421 kB/s | 85 kB 00:00 2024-07-26T23:31:02.126 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:02.126 INFO:teuthology.orchestra.run.smithi181.stdout:Total 418 kB/s | 85 kB 00:00 2024-07-26T23:31:02.126 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:31:02.133 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:31:02.133 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:31:02.201 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:31:02.201 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:31:02.357 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:31:02.374 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:31:02.394 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:46 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:02.445 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:02.465 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:02.471 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:02.471 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:31:02.471 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-26T23:31:02.471 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T23:31:02.471 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T23:31:02.471 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:02.482 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-rgw-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:02.524 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:02.525 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:31:02.525 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:02.600 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-cephfs 2024-07-26T23:31:02.825 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:03.071 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:03.072 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:03.072 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:31:03.072 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:03.072 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:03.072 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:31:03.147 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:47 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:03.233 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-cephfs-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:03.275 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:03.276 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:31:03.276 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:03.327 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-mirror 2024-07-26T23:31:03.340 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install python3-rbd 2024-07-26T23:31:03.580 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:03.580 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:03.581 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:31:03.581 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:03.581 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:03.581 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:31:03.814 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-nbd 2024-07-26T23:31:03.891 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:51 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:31:03.914 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:47 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:04.005 INFO:teuthology.orchestra.run.smithi175.stdout:Package python3-rbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 is already installed. 2024-07-26T23:31:04.029 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:31:04.029 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:31:04.030 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:04.032 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 3.2 M 2024-07-26T23:31:04.032 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 14 M 2024-07-26T23:31:04.032 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:31:04.053 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:04.054 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2024-07-26T23:31:04.054 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:04.122 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install rbd-fuse 2024-07-26T23:31:04.374 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:54 ago on Fri 26 Jul 2024 11:29:10 PM UTC. 2024-07-26T23:31:04.375 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-mirror-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 9.2 MB/s | 3.2 MB 00:00 2024-07-26T23:31:04.375 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:04.375 INFO:teuthology.orchestra.run.smithi181.stdout:Total 9.2 MB/s | 3.2 MB 00:00 2024-07-26T23:31:04.376 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:31:04.386 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:31:04.386 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:31:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:31:04.472 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:31:04.506 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-07-26T23:31:04.507 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:31:04.507 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-07-26T23:31:04.507 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-nbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 170 k 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 170 k 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 490 k 2024-07-26T23:31:04.508 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-07-26T23:31:04.687 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:48 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:04.764 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-nbd-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 665 kB/s | 170 kB 00:00 2024-07-26T23:31:04.765 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:04.765 INFO:teuthology.orchestra.run.smithi196.stdout:Total 661 kB/s | 170 kB 00:00 2024-07-26T23:31:04.765 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-07-26T23:31:04.772 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-07-26T23:31:04.773 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-07-26T23:31:04.817 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:04.817 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-fuse x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 85 k 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:31:04.818 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:04.819 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 85 k 2024-07-26T23:31:04.819 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 231 k 2024-07-26T23:31:04.819 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:31:04.836 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-07-26T23:31:04.837 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-07-26T23:31:04.931 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:31:04.992 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-07-26T23:31:05.000 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:05.025 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:05.025 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:31:05.026 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-26T23:31:05.026 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T23:31:05.026 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T23:31:05.026 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:05.103 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:05.215 INFO:teuthology.orchestra.run.smithi175.stdout:rbd-fuse-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 216 kB/s | 85 kB 00:00 2024-07-26T23:31:05.216 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:05.216 INFO:teuthology.orchestra.run.smithi175.stdout:Total 215 kB/s | 85 kB 00:00 2024-07-26T23:31:05.216 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:31:05.223 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:31:05.223 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:31:05.292 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:31:05.292 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:31:05.440 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:31:05.546 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:05.557 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:05.805 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:05.805 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:05.805 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-07-26T23:31:05.805 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:05.805 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:31:05.805 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-07-26T23:31:05.945 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:06.035 DEBUG:teuthology.parallel:result is None 2024-07-26T23:31:06.044 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:06.044 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:06.045 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:31:06.045 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:06.045 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:06.045 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:31:06.201 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:06.201 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:06.201 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:31:06.202 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-fuse-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:06.202 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:06.202 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:06.279 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-nbd 2024-07-26T23:31:06.428 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install rbd-mirror 2024-07-26T23:31:06.849 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:54 ago on Fri 26 Jul 2024 11:29:12 PM UTC. 2024-07-26T23:31:06.979 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 170 k 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 170 k 2024-07-26T23:31:06.980 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 490 k 2024-07-26T23:31:06.981 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-07-26T23:31:06.995 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:50 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:07.125 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:07.126 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:07.126 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repo Size 2024-07-26T23:31:07.126 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-mirror x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 3.2 M 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 3.2 M 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 14 M 2024-07-26T23:31:07.127 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:31:07.245 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-nbd-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 643 kB/s | 170 kB 00:00 2024-07-26T23:31:07.246 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:07.246 INFO:teuthology.orchestra.run.smithi181.stdout:Total 640 kB/s | 170 kB 00:00 2024-07-26T23:31:07.246 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-07-26T23:31:07.253 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-07-26T23:31:07.253 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-07-26T23:31:07.317 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-07-26T23:31:07.317 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-07-26T23:31:07.479 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-07-26T23:31:07.584 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:07.938 INFO:teuthology.orchestra.run.smithi175.stdout:rbd-mirror-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 3.9 MB/s | 3.2 MB 00:00 2024-07-26T23:31:07.939 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:07.939 INFO:teuthology.orchestra.run.smithi175.stdout:Total 3.9 MB/s | 3.2 MB 00:00 2024-07-26T23:31:07.940 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:31:07.949 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:31:07.950 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:31:07.989 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:08.031 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:31:08.031 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:31:08.234 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:08.234 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:08.234 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-07-26T23:31:08.234 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:08.234 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-07-26T23:31:08.234 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-07-26T23:31:08.480 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:31:08.483 DEBUG:teuthology.parallel:result is None 2024-07-26T23:31:08.539 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:08.565 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:08.565 INFO:teuthology.orchestra.run.smithi175.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-26T23:31:08.565 INFO:teuthology.orchestra.run.smithi175.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-26T23:31:08.565 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T23:31:08.565 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-26T23:31:08.566 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:09.676 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:09.676 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:09.676 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:31:09.676 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-mirror-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:09.677 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:09.677 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:09.946 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install rbd-nbd 2024-07-26T23:31:10.517 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:54 ago on Fri 26 Jul 2024 11:29:16 PM UTC. 2024-07-26T23:31:10.648 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-07-26T23:31:10.649 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:10.649 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-07-26T23:31:10.649 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:10.649 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-nbd x86_64 2:19.0.0-5372.g67f28c2a.el9 ceph 170 k 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout:Install 1 Package 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 170 k 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 490 k 2024-07-26T23:31:10.650 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-07-26T23:31:11.058 INFO:teuthology.orchestra.run.smithi175.stdout:rbd-nbd-19.0.0-5372.g67f28c2a.el9.x86_64.rpm 416 kB/s | 170 kB 00:00 2024-07-26T23:31:11.058 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:31:11.059 INFO:teuthology.orchestra.run.smithi175.stdout:Total 415 kB/s | 170 kB 00:00 2024-07-26T23:31:11.059 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-07-26T23:31:11.066 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-07-26T23:31:11.066 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-07-26T23:31:11.130 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-07-26T23:31:11.131 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-07-26T23:31:11.286 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-07-26T23:31:11.397 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:11.801 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:12.066 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 1/1 2024-07-26T23:31:12.066 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:12.066 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-07-26T23:31:12.066 INFO:teuthology.orchestra.run.smithi175.stdout: rbd-nbd-2:19.0.0-5372.g67f28c2a.el9.x86_64 2024-07-26T23:31:12.066 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:31:12.066 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-07-26T23:31:12.315 DEBUG:teuthology.parallel:result is None 2024-07-26T23:31:12.316 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:31:12.463 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-26T23:31:12.485 INFO:teuthology.orchestra.run.smithi175.stdout:19.0.0-5372.g67f28c2a.el9 2024-07-26T23:31:12.485 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372.g67f28c2a.el9 2024-07-26T23:31:12.486 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372.g67f28c2a is installed. 2024-07-26T23:31:12.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:31:12.650 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-26T23:31:12.675 INFO:teuthology.orchestra.run.smithi181.stdout:19.0.0-5372.g67f28c2a.el9 2024-07-26T23:31:12.675 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372.g67f28c2a.el9 2024-07-26T23:31:12.676 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372.g67f28c2a is installed. 2024-07-26T23:31:12.677 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:31:12.817 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-26T23:31:12.843 INFO:teuthology.orchestra.run.smithi196.stdout:19.0.0-5372.g67f28c2a.el9 2024-07-26T23:31:12.844 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372.g67f28c2a.el9 2024-07-26T23:31:12.844 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372.g67f28c2a is installed. 2024-07-26T23:31:12.845 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-07-26T23:31:12.846 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:31:12.846 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T23:31:12.873 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:31:12.873 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T23:31:12.904 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:31:12.904 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T23:31:12.934 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-07-26T23:31:12.934 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:31:12.934 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T23:31:12.960 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T23:31:13.026 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:31:13.026 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T23:31:13.056 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T23:31:13.126 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:31:13.126 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T23:31:13.155 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T23:31:13.225 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-07-26T23:31:13.225 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:31:13.225 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T23:31:13.251 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T23:31:13.317 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:31:13.317 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T23:31:13.347 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T23:31:13.416 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:31:13.416 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T23:31:13.445 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T23:31:13.513 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-07-26T23:31:13.513 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:31:13.513 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T23:31:13.540 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T23:31:13.607 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:31:13.607 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T23:31:13.638 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T23:31:13.707 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:31:13.707 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T23:31:13.735 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T23:31:13.803 INFO:teuthology.run_tasks:Running task cephadm... 2024-07-26T23:31:13.920 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': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'} 2024-07-26T23:31:13.920 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:31:13.921 INFO:tasks.cephadm:Cluster fsid is 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:31:13.921 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-07-26T23:31:13.921 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.175', 'mon.b': '172.21.15.181', 'mon.c': '172.21.15.196'} 2024-07-26T23:31:13.921 INFO:tasks.cephadm:First mon is mon.a on smithi175 2024-07-26T23:31:13.921 INFO:tasks.cephadm:First mgr is a 2024-07-26T23:31:13.922 INFO:tasks.cephadm:Normalizing hostnames... 2024-07-26T23:31:13.922 DEBUG:teuthology.orchestra.run.smithi175:> sudo hostname $(hostname -s) 2024-07-26T23:31:13.949 DEBUG:teuthology.orchestra.run.smithi181:> sudo hostname $(hostname -s) 2024-07-26T23:31:13.979 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-07-26T23:31:14.007 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-07-26T23:31:14.007 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:31:14.153 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', '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/81565/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-5372-g67f28c2a', 'node_name': '172.21.2.8+braggi08', '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-5372.g67f28c2a'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-07-26 15:35:18.933427', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri-testing-2024-07-26-0628', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-07-26T23:31:14.296 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri-testing-2024-07-26-0628, sha1 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:31:14.298 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm 2024-07-26T23:31:14.298 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm 2024-07-26T23:31:14.298 DEBUG:teuthology.orchestra.run.smithi175:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:14.834 INFO:teuthology.orchestra.run.smithi175.stdout:-rw-r--r--. 1 ubuntu ubuntu 789867 Jul 26 23:31 /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:14.834 DEBUG:teuthology.orchestra.run.smithi181:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:15.348 INFO:teuthology.orchestra.run.smithi181.stdout:-rw-r--r--. 1 ubuntu ubuntu 789867 Jul 26 23:31 /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:15.349 DEBUG:teuthology.orchestra.run.smithi196:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:15.873 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-r--r--. 1 ubuntu ubuntu 789867 Jul 26 23:31 /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:15.874 DEBUG:teuthology.orchestra.run.smithi175:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:15.894 DEBUG:teuthology.orchestra.run.smithi181:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:15.914 DEBUG:teuthology.orchestra.run.smithi196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T23:31:15.964 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b on all hosts... 2024-07-26T23:31:15.965 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T23:31:15.967 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T23:31:15.969 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T23:31:16.915 INFO:teuthology.orchestra.run.smithi196.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T23:31:16.926 INFO:teuthology.orchestra.run.smithi175.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T23:31:16.931 INFO:teuthology.orchestra.run.smithi181.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T23:31:51.158 INFO:teuthology.orchestra.run.smithi181.stdout:{ 2024-07-26T23:31:51.161 INFO:teuthology.orchestra.run.smithi181.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T23:31:51.162 INFO:teuthology.orchestra.run.smithi181.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T23:31:51.162 INFO:teuthology.orchestra.run.smithi181.stdout: "repo_digests": [ 2024-07-26T23:31:51.162 INFO:teuthology.orchestra.run.smithi181.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T23:31:51.162 INFO:teuthology.orchestra.run.smithi181.stdout: ] 2024-07-26T23:31:51.162 INFO:teuthology.orchestra.run.smithi181.stdout:} 2024-07-26T23:32:08.986 INFO:teuthology.orchestra.run.smithi196.stdout:{ 2024-07-26T23:32:08.986 INFO:teuthology.orchestra.run.smithi196.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T23:32:08.986 INFO:teuthology.orchestra.run.smithi196.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T23:32:08.987 INFO:teuthology.orchestra.run.smithi196.stdout: "repo_digests": [ 2024-07-26T23:32:08.987 INFO:teuthology.orchestra.run.smithi196.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T23:32:08.987 INFO:teuthology.orchestra.run.smithi196.stdout: ] 2024-07-26T23:32:08.987 INFO:teuthology.orchestra.run.smithi196.stdout:} 2024-07-26T23:32:10.469 INFO:teuthology.orchestra.run.smithi175.stdout:{ 2024-07-26T23:32:10.469 INFO:teuthology.orchestra.run.smithi175.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T23:32:10.469 INFO:teuthology.orchestra.run.smithi175.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T23:32:10.469 INFO:teuthology.orchestra.run.smithi175.stdout: "repo_digests": [ 2024-07-26T23:32:10.469 INFO:teuthology.orchestra.run.smithi175.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T23:32:10.469 INFO:teuthology.orchestra.run.smithi175.stdout: ] 2024-07-26T23:32:10.470 INFO:teuthology.orchestra.run.smithi175.stdout:} 2024-07-26T23:32:10.495 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /etc/ceph 2024-07-26T23:32:10.549 DEBUG:teuthology.orchestra.run.smithi181:> sudo mkdir -p /etc/ceph 2024-07-26T23:32:10.583 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2024-07-26T23:32:10.617 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 777 /etc/ceph 2024-07-26T23:32:10.642 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 777 /etc/ceph 2024-07-26T23:32:10.671 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2024-07-26T23:32:10.698 INFO:tasks.cephadm:Writing seed config... 2024-07-26T23:32:10.700 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-07-26T23:32:10.700 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-07-26T23:32:10.700 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-07-26T23:32:10.700 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-07-26T23:32:10.700 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-07-26T23:32:10.701 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-07-26T23:32:10.701 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-07-26T23:32:10.701 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-07-26T23:32:10.701 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-07-26T23:32:10.701 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:32:10.702 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-07-26T23:32:10.718 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 = 25e5c168-4ba7-11ef-bcbf-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-07-26T23:32:10.719 DEBUG:teuthology.orchestra.run.smithi175:mon.a> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a.service 2024-07-26T23:32:10.760 DEBUG:teuthology.orchestra.run.smithi175:mgr.a> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.a.service 2024-07-26T23:32:10.804 INFO:tasks.cephadm:Bootstrapping... 2024-07-26T23:32:10.804 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b -v bootstrap --fsid 25e5c168-4ba7-11ef-bcbf-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.175 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:32:11.009 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-07-26T23:32:11.009 INFO:teuthology.orchestra.run.smithi175.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', '-v', 'bootstrap', '--fsid', '25e5c168-4ba7-11ef-bcbf-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.175', '--skip-admin-label'] 2024-07-26T23:32:11.010 INFO:teuthology.orchestra.run.smithi175.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-07-26T23:32:11.010 INFO:teuthology.orchestra.run.smithi175.stdout:Verifying podman|docker is present... 2024-07-26T23:32:11.036 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stdout 5.1.2 2024-07-26T23:32:11.036 INFO:teuthology.orchestra.run.smithi175.stdout:Verifying lvm2 is present... 2024-07-26T23:32:11.036 INFO:teuthology.orchestra.run.smithi175.stdout:Verifying time synchronization is in place... 2024-07-26T23:32:11.043 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-26T23:32:11.044 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-26T23:32:11.050 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-26T23:32:11.050 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout inactive 2024-07-26T23:32:11.056 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout enabled 2024-07-26T23:32:11.063 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout active 2024-07-26T23:32:11.063 INFO:teuthology.orchestra.run.smithi175.stdout:Unit chronyd.service is enabled and running 2024-07-26T23:32:11.063 INFO:teuthology.orchestra.run.smithi175.stdout:Repeating the final host check... 2024-07-26T23:32:11.087 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stdout 5.1.2 2024-07-26T23:32:11.087 INFO:teuthology.orchestra.run.smithi175.stdout:podman (/bin/podman) version 5.1.2 is present 2024-07-26T23:32:11.087 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl is present 2024-07-26T23:32:11.087 INFO:teuthology.orchestra.run.smithi175.stdout:lvcreate is present 2024-07-26T23:32:11.093 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-26T23:32:11.093 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-26T23:32:11.099 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-26T23:32:11.099 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout inactive 2024-07-26T23:32:11.106 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout enabled 2024-07-26T23:32:11.112 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout active 2024-07-26T23:32:11.112 INFO:teuthology.orchestra.run.smithi175.stdout:Unit chronyd.service is enabled and running 2024-07-26T23:32:11.112 INFO:teuthology.orchestra.run.smithi175.stdout:Host looks OK 2024-07-26T23:32:11.113 INFO:teuthology.orchestra.run.smithi175.stdout:Cluster fsid: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:11.113 INFO:teuthology.orchestra.run.smithi175.stdout:Acquiring lock 139670721342000 on /run/cephadm/25e5c168-4ba7-11ef-bcbf-c7b262605968.lock 2024-07-26T23:32:11.113 INFO:teuthology.orchestra.run.smithi175.stdout:Lock 139670721342000 acquired on /run/cephadm/25e5c168-4ba7-11ef-bcbf-c7b262605968.lock 2024-07-26T23:32:11.113 INFO:teuthology.orchestra.run.smithi175.stdout:Verifying IP 172.21.15.175 port 3300 ... 2024-07-26T23:32:11.113 INFO:teuthology.orchestra.run.smithi175.stdout:Verifying IP 172.21.15.175 port 6789 ... 2024-07-26T23:32:11.114 INFO:teuthology.orchestra.run.smithi175.stdout:Base mon IP(s) is [172.21.15.175:3300, 172.21.15.175:6789], mon addrv is [v2:172.21.15.175:3300,v1:172.21.15.175:6789] 2024-07-26T23:32:11.116 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.175 metric 100 2024-07-26T23:32:11.116 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.175 metric 100 2024-07-26T23:32:11.119 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-07-26T23:32:11.119 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-07-26T23:32:11.119 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-07-26T23:32:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-07-26T23:32:11.122 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-07-26T23:32:11.122 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-26T23:32:11.122 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-07-26T23:32:11.122 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:71f1/64 scope link 2024-07-26T23:32:11.122 INFO:teuthology.orchestra.run.smithi175.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-26T23:32:11.122 INFO:teuthology.orchestra.run.smithi175.stdout:Mon IP `172.21.15.175` is in CIDR network `172.21.0.0/20` 2024-07-26T23:32:11.123 INFO:teuthology.orchestra.run.smithi175.stdout:Mon IP `172.21.15.175` is in CIDR network `172.21.0.0/20` 2024-07-26T23:32:11.123 INFO:teuthology.orchestra.run.smithi175.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-07-26T23:32:11.123 INFO:teuthology.orchestra.run.smithi175.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-07-26T23:32:11.123 INFO:teuthology.orchestra.run.smithi175.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T23:32:11.596 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stdout 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 2024-07-26T23:32:11.597 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T23:32:11.597 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stderr Getting image source signatures 2024-07-26T23:32:11.597 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stderr Copying blob sha256:43735fbce9214f061a6894341d7822563f5aafe16fc7532189f4415cff6d2d91 2024-07-26T23:32:11.597 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stderr Copying blob sha256:d81571799c238630dc12900d6ad4e7f184934f83bdd7834a138bb6e4def1a46e 2024-07-26T23:32:11.597 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stderr Copying config sha256:0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 2024-07-26T23:32:11.597 INFO:teuthology.orchestra.run.smithi175.stdout:/bin/podman: stderr Writing manifest to image destination 2024-07-26T23:32:12.467 INFO:teuthology.orchestra.run.smithi175.stdout:ceph: stdout ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev) 2024-07-26T23:32:12.467 INFO:teuthology.orchestra.run.smithi175.stdout:Ceph version: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev) 2024-07-26T23:32:12.467 INFO:teuthology.orchestra.run.smithi175.stdout:Extracting ceph user uid/gid from container image... 2024-07-26T23:32:13.371 INFO:teuthology.orchestra.run.smithi175.stdout:stat: stdout 167 167 2024-07-26T23:32:13.372 INFO:teuthology.orchestra.run.smithi175.stdout:Creating initial keys... 2024-07-26T23:32:14.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph-authtool: stdout AQD9MaRmEXQCKhAAwDq+IRVCysjM+VGWIneqPg== 2024-07-26T23:32:15.341 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph-authtool: stdout AQD+MaRmRQ/eKRAAMakFE5uhWAFJso5vOw/o0A== 2024-07-26T23:32:16.271 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph-authtool: stdout AQD/MaRmAqe6JhAALxrOh8rW1rDxGqJKd8vIww== 2024-07-26T23:32:16.271 INFO:teuthology.orchestra.run.smithi175.stdout:Creating initial monmap... 2024-07-26T23:32:17.186 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-26T23:32:17.186 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-07-26T23:32:17.186 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:17.186 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-26T23:32:17.186 INFO:teuthology.orchestra.run.smithi175.stdout:monmaptool for a [v2:172.21.15.175:3300,v1:172.21.15.175:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-26T23:32:17.186 INFO:teuthology.orchestra.run.smithi175.stdout:setting min_mon_release = quincy 2024-07-26T23:32:17.186 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/monmaptool: set fsid to 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:17.187 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-26T23:32:17.187 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:32:17.187 INFO:teuthology.orchestra.run.smithi175.stdout:Creating mon... 2024-07-26T23:32:18.016 INFO:teuthology.orchestra.run.smithi175.stdout:create mon.a on 2024-07-26T23:32:18.233 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-07-26T23:32:18.377 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-07-26T23:32:18.554 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968.target → /etc/systemd/system/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968.target. 2024-07-26T23:32:18.555 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968.target → /etc/systemd/system/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968.target. 2024-07-26T23:32:18.781 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a 2024-07-26T23:32:18.781 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Failed to reset failed state of unit ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a.service: Unit ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a.service not loaded. 2024-07-26T23:32:18.945 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968.target.wants/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a.service → /etc/systemd/system/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@.service. 2024-07-26T23:32:19.436 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:19 smithi175 bash[30811]: 9849d7e6218e9f5d8de35c1b0adb24f5b5fffd698badd6a2e5b2ce6aa950ec4f 2024-07-26T23:32:19.448 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T23:32:19.448 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout disabled 2024-07-26T23:32:19.455 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T23:32:19.455 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout inactive 2024-07-26T23:32:19.455 INFO:teuthology.orchestra.run.smithi175.stdout:firewalld.service is not enabled 2024-07-26T23:32:19.455 INFO:teuthology.orchestra.run.smithi175.stdout:Not possible to enable service . firewalld.service is not available 2024-07-26T23:32:19.456 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for mon to start... 2024-07-26T23:32:19.456 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for mon... 2024-07-26T23:32:19.695 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:19 smithi175 systemd[1]: Started Ceph mon.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:32:20.552 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout cluster: 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout id: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout services: 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.541775s) 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:20.554 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout data: 2024-07-26T23:32:20.555 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-07-26T23:32:20.555 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-07-26T23:32:20.555 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-07-26T23:32:20.555 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout pgs: 2024-07-26T23:32:20.555 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:20.555 INFO:teuthology.orchestra.run.smithi175.stdout:mon is available 2024-07-26T23:32:20.555 INFO:teuthology.orchestra.run.smithi175.stdout:Assimilating anything we can from ceph.conf... 2024-07-26T23:32:20.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T23:32:20.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: monmap epoch 1 2024-07-26T23:32:20.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:20.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: last_changed 2024-07-26T23:32:16.618827+0000 2024-07-26T23:32:20.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:32:20.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: min_mon_release 19 (squid) 2024-07-26T23:32:20.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: election_strategy: 1 2024-07-26T23:32:20.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:32:20.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: fsmap 2024-07-26T23:32:20.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: osdmap e1: 0 total, 0 up, 0 in 2024-07-26T23:32:20.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: mgrmap e1: no daemons active 2024-07-26T23:32:20.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:20 smithi175 ceph-mon[30849]: from='client.? 172.21.15.175:0/624973933' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-07-26T23:32:21.527 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout [global] 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout fsid = 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.175:3300,v1:172.21.15.175:6789] 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-26T23:32:21.528 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:21.529 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout [osd] 2024-07-26T23:32:21.529 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-26T23:32:21.529 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-26T23:32:21.529 INFO:teuthology.orchestra.run.smithi175.stdout:Generating new minimal ceph.conf... 2024-07-26T23:32:21.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:21 smithi175 ceph-mon[30849]: from='client.? 172.21.15.175:0/1689344909' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T23:32:21.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:21 smithi175 ceph-mon[30849]: from='client.? 172.21.15.175:0/1689344909' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T23:32:22.632 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:22 smithi175 ceph-mon[30849]: from='client.? 172.21.15.175:0/1755712666' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:32:22.633 INFO:teuthology.orchestra.run.smithi175.stdout:Restarting the monitor... 2024-07-26T23:32:22.895 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:22 smithi175 systemd[1]: Stopping Ceph mon.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:32:23.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:22 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a[30826]: 2024-07-26T23:32:22.893+0000 7fba01560640 -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-07-26T23:32:23.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:22 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a[30826]: 2024-07-26T23:32:22.893+0000 7fba01560640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-07-26T23:32:23.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:23 smithi175 podman[31169]: 2024-07-26 23:32:23.026814703 +0000 UTC m=+0.230056048 container died 9849d7e6218e9f5d8de35c1b0adb24f5b5fffd698badd6a2e5b2ce6aa950ec4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-07-26T23:32:23.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:23 smithi175 podman[31169]: 2024-07-26 23:32:23.382518621 +0000 UTC m=+0.585760008 container cleanup 9849d7e6218e9f5d8de35c1b0adb24f5b5fffd698badd6a2e5b2ce6aa950ec4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-26T23:32:23.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:23 smithi175 bash[31169]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a 2024-07-26T23:32:24.001 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:23 smithi175 podman[31189]: 2024-07-26 23:32:23.641966766 +0000 UTC m=+0.613082658 container remove 9849d7e6218e9f5d8de35c1b0adb24f5b5fffd698badd6a2e5b2ce6aa950ec4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240724, ceph=True, org.label-schema.license=GPLv2) 2024-07-26T23:32:24.001 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:23 smithi175 systemd[1]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a.service: Deactivated successfully. 2024-07-26T23:32:24.002 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:23 smithi175 systemd[1]: Stopped Ceph mon.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:32:24.002 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:23 smithi175 systemd[1]: Starting Ceph mon.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:32:24.271 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 podman[31288]: 2024-07-26 23:32:24.00105616 +0000 UTC m=+0.104450493 container create 84cd16577b167c6032b4622054db11a900bf4f306e93462297eb3b0c2622eea6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240724, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-07-26T23:32:24.271 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 podman[31288]: 2024-07-26 23:32:23.913792194 +0000 UTC m=+0.017186531 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:32:24.271 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 podman[31288]: 2024-07-26 23:32:24.186651542 +0000 UTC m=+0.290045873 container init 84cd16577b167c6032b4622054db11a900bf4f306e93462297eb3b0c2622eea6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240724, org.label-schema.schema-version=1.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T23:32:24.271 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 podman[31288]: 2024-07-26 23:32:24.191430994 +0000 UTC m=+0.294825328 container start 84cd16577b167c6032b4622054db11a900bf4f306e93462297eb3b0c2622eea6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, ceph=True, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240724, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T23:32:24.271 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: set uid:gid to 167:167 (ceph:ceph) 2024-07-26T23:32:24.271 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T23:32:24.271 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: pidfile_write: ignore empty --pid-file 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: load: jerasure load: lrc 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: RocksDB version: 7.9.2 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Git sha 0 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: DB SUMMARY 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: DB Session ID: GUZUB9LFFDJH1FX6KHEL 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: CURRENT file: CURRENT 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: IDENTITY file: IDENTITY 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-07-26T23:32:24.272 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88585 ; 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.error_if_exists: 0 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.create_if_missing: 0 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.paranoid_checks: 1 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.env: 0x5575192f59c0 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.fs: PosixFileSystem 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.info_log: 0x55751b8b5480 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_file_opening_threads: 16 2024-07-26T23:32:24.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.statistics: (nil) 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.use_fsync: 0 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_log_file_size: 0 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.keep_log_file_num: 1000 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.recycle_log_file_num: 0 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.allow_fallocate: 1 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.allow_mmap_reads: 0 2024-07-26T23:32:24.274 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.allow_mmap_writes: 0 2024-07-26T23:32:24.279 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.use_direct_reads: 0 2024-07-26T23:32:24.279 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T23:32:24.279 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.create_missing_column_families: 0 2024-07-26T23:32:24.279 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.db_log_dir: 2024-07-26T23:32:24.279 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.wal_dir: 2024-07-26T23:32:24.279 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T23:32:24.279 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.advise_random_on_open: 1 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.db_write_buffer_size: 0 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.write_buffer_manager: 0x55751b8b8e60 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.rate_limiter: (nil) 2024-07-26T23:32:24.280 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T23:32:24.282 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.wal_recovery_mode: 2 2024-07-26T23:32:24.282 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.enable_thread_tracking: 0 2024-07-26T23:32:24.282 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.enable_pipelined_write: 0 2024-07-26T23:32:24.282 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.unordered_write: 0 2024-07-26T23:32:24.282 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T23:32:24.282 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T23:32:24.282 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.row_cache: None 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.wal_filter: None 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.allow_ingest_behind: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.two_write_queues: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.manual_wal_flush: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.wal_compression: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.atomic_flush: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T23:32:24.283 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.log_readahead_size: 0 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.best_efforts_recovery: 0 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.allow_data_in_errors: 0 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.db_host_id: __hostname__ 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_background_jobs: 2 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_background_compactions: -1 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_subcompactions: 1 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T23:32:24.284 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_total_wal_size: 0 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_open_files: -1 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bytes_per_sync: 0 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_readahead_size: 0 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_background_flushes: -1 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Compression algorithms supported: 2024-07-26T23:32:24.285 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kZSTD supported: 0 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kXpressCompression supported: 0 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kBZip2Compression supported: 0 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kLZ4Compression supported: 1 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kZlibCompression supported: 1 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kLZ4HCCompression supported: 1 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: kSnappyCompression supported: 1 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T23:32:24.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.merge_operator: 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_filter: None 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_filter_factory: None 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.sst_partitioner_factory: None 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55751b8b5080) 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout: cache_index_and_filter_blocks: 1 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T23:32:24.287 INFO:journalctl@ceph.mon.a.smithi175.stdout: pin_top_level_index_and_filter: 1 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: index_type: 0 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: data_block_index_type: 0 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: index_shortening: 1 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: checksum: 4 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: no_block_cache: 0 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_cache: 0x55751b8a9610 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_cache_name: BinnedLRUCache 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_cache_options: 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: capacity : 536870912 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: num_shard_bits : 4 2024-07-26T23:32:24.288 INFO:journalctl@ceph.mon.a.smithi175.stdout: strict_capacity_limit : 0 2024-07-26T23:32:24.289 INFO:journalctl@ceph.mon.a.smithi175.stdout: high_pri_pool_ratio: 0.000 2024-07-26T23:32:24.289 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_cache_compressed: (nil) 2024-07-26T23:32:24.289 INFO:journalctl@ceph.mon.a.smithi175.stdout: persistent_cache: (nil) 2024-07-26T23:32:24.289 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_size: 4096 2024-07-26T23:32:24.289 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_size_deviation: 10 2024-07-26T23:32:24.289 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_restart_interval: 16 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: index_block_restart_interval: 1 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: metadata_block_size: 4096 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: partition_filters: 0 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: use_delta_encoding: 1 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: filter_policy: bloomfilter 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: whole_key_filtering: 1 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: verify_compression: 0 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: read_amp_bytes_per_bit: 0 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: format_version: 5 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: enable_index_compression: 1 2024-07-26T23:32:24.290 INFO:journalctl@ceph.mon.a.smithi175.stdout: block_align: 0 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout: max_auto_readahead_size: 262144 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout: prepopulate_block_cache: 0 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout: initial_auto_readahead_size: 8192 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout: num_file_reads_for_auto_readahead: 2 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.write_buffer_size: 33554432 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_write_buffer_number: 2 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression: NoCompression 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression: Disabled 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.prefix_extractor: nullptr 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.num_levels: 7 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T23:32:24.291 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.level: 32767 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.strategy: 0 2024-07-26T23:32:24.292 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.enabled: false 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.target_file_size_base: 67108864 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T23:32:24.293 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.arena_block_size: 1048576 2024-07-26T23:32:24.294 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.disable_auto_compactions: 0 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T23:32:24.295 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.inplace_update_support: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.bloom_locality: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.max_successive_merges: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.paranoid_file_checks: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.force_consistency_checks: 1 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.report_bg_io_stats: 0 2024-07-26T23:32:24.296 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.ttl: 2592000 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.enable_blob_files: false 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.min_blob_size: 0 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.blob_file_size: 268435456 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.blob_file_starting_level: 0 2024-07-26T23:32:24.297 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: 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-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a68336f7-4d88-4d72-82bd-36226b96382d 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036744218844, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036744220202, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85324, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83471, "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": 77683, "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": 1722036744, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a68336f7-4d88-4d72-82bd-36226b96382d", "db_session_id": "GUZUB9LFFDJH1FX6KHEL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036744220328, "job": 1, "event": "recovery_finished"} 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: 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-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55751b8d6e00 2024-07-26T23:32:24.298 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: DB pointer 0x55751b9d0000 2024-07-26T23:32:24.299 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T23:32:24.299 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T23:32:24.299 INFO:journalctl@ceph.mon.a.smithi175.stdout: ** DB Stats ** 2024-07-26T23:32:24.299 INFO:journalctl@ceph.mon.a.smithi175.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T23:32:24.299 INFO:journalctl@ceph.mon.a.smithi175.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-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.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-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.stdout: 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.stdout: ** Compaction Stats [default] ** 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.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-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.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 95.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.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 95.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T23:32:24.300 INFO:journalctl@ceph.mon.a.smithi175.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 95.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: ** Compaction Stats [default] ** 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.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-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.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 95.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T23:32:24.301 INFO:journalctl@ceph.mon.a.smithi175.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout: Cumulative compaction: 0.00 GB write, 18.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout: Interval compaction: 0.00 GB write, 18.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.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-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout: Block cache BinnedLRUCache@0x55751b8a9610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.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-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout: 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: starting mon.a rank 0 at public addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] at bind addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???) e1 preinit fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???).mds e1 new map 2024-07-26T23:32:24.302 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???).mds e1 print_map 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout: e1 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout: btime 2024-07-26T23:32:19:416438+0000 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.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-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout: legacy client fscid: -1 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout: 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout: No filesystems configured 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-07-26T23:32:24.303 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 bash[31288]: 84cd16577b167c6032b4622054db11a900bf4f306e93462297eb3b0c2622eea6 2024-07-26T23:32:24.304 INFO:teuthology.orchestra.run.smithi175.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-07-26T23:32:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 systemd[1]: Started Ceph mon.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:32:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T23:32:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: monmap epoch 1 2024-07-26T23:32:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: last_changed 2024-07-26T23:32:16.618827+0000 2024-07-26T23:32:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:32:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: min_mon_release 19 (squid) 2024-07-26T23:32:24.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: election_strategy: 1 2024-07-26T23:32:24.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:32:24.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: fsmap 2024-07-26T23:32:24.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: osdmap e1: 0 total, 0 up, 0 in 2024-07-26T23:32:24.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:24 smithi175 ceph-mon[31326]: mgrmap e1: no daemons active 2024-07-26T23:32:25.234 INFO:teuthology.orchestra.run.smithi175.stdout:Wrote config to /etc/ceph/ceph.conf 2024-07-26T23:32:25.260 INFO:teuthology.orchestra.run.smithi175.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:32:25.260 INFO:teuthology.orchestra.run.smithi175.stdout:Creating mgr... 2024-07-26T23:32:25.261 INFO:teuthology.orchestra.run.smithi175.stdout:Verifying port 0.0.0.0:9283 ... 2024-07-26T23:32:25.261 INFO:teuthology.orchestra.run.smithi175.stdout:Verifying port 0.0.0.0:8765 ... 2024-07-26T23:32:25.506 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.a 2024-07-26T23:32:25.506 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Failed to reset failed state of unit ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.a.service: Unit ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.a.service not loaded. 2024-07-26T23:32:25.652 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968.target.wants/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@.service. 2024-07-26T23:32:25.967 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:25 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1723009213' entity='client.admin' 2024-07-26T23:32:25.968 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:25 smithi175 podman[31561]: 2024-07-26 23:32:25.790483021 +0000 UTC m=+0.017580756 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T23:32:26.195 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T23:32:26.195 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout disabled 2024-07-26T23:32:26.203 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T23:32:26.203 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout inactive 2024-07-26T23:32:26.203 INFO:teuthology.orchestra.run.smithi175.stdout:firewalld.service is not enabled 2024-07-26T23:32:26.204 INFO:teuthology.orchestra.run.smithi175.stdout:Not possible to enable service . firewalld.service is not available 2024-07-26T23:32:26.212 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T23:32:26.212 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout disabled 2024-07-26T23:32:26.220 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T23:32:26.220 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout inactive 2024-07-26T23:32:26.220 INFO:teuthology.orchestra.run.smithi175.stdout:firewalld.service is not enabled 2024-07-26T23:32:26.220 INFO:teuthology.orchestra.run.smithi175.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-07-26T23:32:26.220 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for mgr to start... 2024-07-26T23:32:26.221 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for mgr... 2024-07-26T23:32:26.342 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:26 smithi175 podman[31561]: 2024-07-26 23:32:26.064185587 +0000 UTC m=+0.291283309 container init adca02403fa7d8a4297cb818ab0540685efb814de7530346b14ebf1520864014 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS) 2024-07-26T23:32:26.342 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:26 smithi175 podman[31561]: 2024-07-26 23:32:26.069154801 +0000 UTC m=+0.296252523 container start adca02403fa7d8a4297cb818ab0540685efb814de7530346b14ebf1520864014 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-07-26T23:32:26.342 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:26 smithi175 bash[31561]: adca02403fa7d8a4297cb818ab0540685efb814de7530346b14ebf1520864014 2024-07-26T23:32:26.342 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:26 smithi175 systemd[1]: Started Ceph mgr.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:32:26.995 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:26 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1835778682' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T23:32:27.299 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:27.307 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout { 2024-07-26T23:32:27.307 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "fsid": "25e5c168-4ba7-11ef-bcbf-c7b262605968", 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 0 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:27.308 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T23:32:27.309 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T23:32:27.310 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T23:32:19:416438+0000", 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "available": false, 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:27.311 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T23:32:19.417088+0000", 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout } 2024-07-26T23:32:27.312 INFO:teuthology.orchestra.run.smithi175.stdout:mgr not available, waiting (1/15)... 2024-07-26T23:32:30.077 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:29 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2806969450' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout { 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "fsid": "25e5c168-4ba7-11ef-bcbf-c7b262605968", 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T23:32:30.375 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 0 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T23:32:30.376 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T23:32:30.377 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T23:32:30.381 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T23:32:19:416438+0000", 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "available": false, 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T23:32:30.382 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T23:32:19.417088+0000", 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout } 2024-07-26T23:32:30.383 INFO:teuthology.orchestra.run.smithi175.stdout:mgr not available, waiting (2/15)... 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: Activating manager daemon a 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: mgrmap e2: a(active, starting, since 0.00316427s) 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T23:32:31.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: Manager daemon a is now available 2024-07-26T23:32:31.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T23:32:31.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T23:32:31.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' 2024-07-26T23:32:31.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' 2024-07-26T23:32:31.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:31 smithi175 ceph-mon[31326]: from='mgr.14100 172.21.15.175:0/199481796' entity='mgr.a' 2024-07-26T23:32:33.056 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:33 smithi175 ceph-mon[31326]: mgrmap e3: a(active, since 1.00745s) 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout { 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "fsid": "25e5c168-4ba7-11ef-bcbf-c7b262605968", 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:33.594 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 0 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T23:32:33.595 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T23:32:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:33.597 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T23:32:19:416438+0000", 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ], 2024-07-26T23:32:33.598 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T23:32:19.417088+0000", 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout }, 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout } 2024-07-26T23:32:33.599 INFO:teuthology.orchestra.run.smithi175.stdout:mgr is available 2024-07-26T23:32:34.193 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:34 smithi175 ceph-mon[31326]: mgrmap e4: a(active, since 2s) 2024-07-26T23:32:34.193 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:34 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/642617285' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout [global] 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout fsid = 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.175:3300,v1:172.21.15.175:6789] 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-26T23:32:34.721 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout [osd] 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-26T23:32:34.722 INFO:teuthology.orchestra.run.smithi175.stdout:Enabling cephadm module... 2024-07-26T23:32:35.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:35 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2149087703' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T23:32:35.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:35 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2149087703' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T23:32:36.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:36 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/509988746' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-07-26T23:32:36.342 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:36 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: ignoring --setuser ceph since I am not root 2024-07-26T23:32:36.342 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:36 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: ignoring --setgroup ceph since I am not root 2024-07-26T23:32:37.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:37 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/509988746' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-07-26T23:32:37.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:37 smithi175 ceph-mon[31326]: mgrmap e5: a(active, since 5s) 2024-07-26T23:32:38.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:38 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/936672526' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: Active manager daemon a restarted 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: Activating manager daemon a 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: osdmap e2: 0 total, 0 up, 0 in 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: mgrmap e6: a(active, starting, since 0.0036861s) 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T23:32:41.311 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: Manager daemon a is now available 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T23:32:41.312 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:41 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T23:32:42.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-mon[31326]: Found migration_current of "None". Setting to last migration. 2024-07-26T23:32:42.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:42.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:42.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-mon[31326]: mgrmap e7: a(active, since 1.00608s) 2024-07-26T23:32:42.842 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: 2024-07-26T23:32:42.498+0000 7ff3b42e6640 -1 log_channel(cephadm) log [ERR] : [26/Jul/2024:23:32:42] ENGINE Error in HTTPServer.serve 2024-07-26T23:32:42.842 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: Traceback (most recent call last): 2024-07-26T23:32:42.842 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self._connections.run(self.expiration_interval) 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self._run(expiration_interval) 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: s = self.context.wrap_socket( 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: return self.sslsocket_class._create( 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T23:32:42.843 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self.do_handshake() 2024-07-26T23:32:42.844 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T23:32:42.844 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self._sslobj.do_handshake() 2024-07-26T23:32:42.844 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T23:32:42.844 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: 2024-07-26T23:32:43.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:43 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:32:43.818 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout { 2024-07-26T23:32:43.819 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-07-26T23:32:43.819 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T23:32:43.819 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-07-26T23:32:43.819 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-26T23:32:43.819 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout } 2024-07-26T23:32:43.819 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for the mgr to restart... 2024-07-26T23:32:43.819 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for mgr epoch 5... 2024-07-26T23:32:44.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:44 smithi175 ceph-mon[31326]: [26/Jul/2024:23:32:42] ENGINE Bus STARTING 2024-07-26T23:32:44.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:44 smithi175 ceph-mon[31326]: [26/Jul/2024:23:32:42] ENGINE Serving on https://172.21.15.175:7150 2024-07-26T23:32:44.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:44 smithi175 ceph-mon[31326]: [26/Jul/2024:23:32:42] ENGINE Error in HTTPServer.serve 2024-07-26T23:32:44.342 INFO:journalctl@ceph.mon.a.smithi175.stdout: Traceback (most recent call last): 2024-07-26T23:32:44.342 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T23:32:44.342 INFO:journalctl@ceph.mon.a.smithi175.stdout: self._connections.run(self.expiration_interval) 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: self._run(expiration_interval) 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: s = self.context.wrap_socket( 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: return self.sslsocket_class._create( 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: self.do_handshake() 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T23:32:44.343 INFO:journalctl@ceph.mon.a.smithi175.stdout: self._sslobj.do_handshake() 2024-07-26T23:32:44.344 INFO:journalctl@ceph.mon.a.smithi175.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T23:32:44.344 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:44 smithi175 ceph-mon[31326]: [26/Jul/2024:23:32:42] ENGINE Serving on http://172.21.15.175:8765 2024-07-26T23:32:44.344 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:44 smithi175 ceph-mon[31326]: [26/Jul/2024:23:32:42] ENGINE Bus STARTED 2024-07-26T23:32:44.344 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:44 smithi175 ceph-mon[31326]: mgrmap e8: a(active, since 2s) 2024-07-26T23:32:47.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:47 smithi175 ceph-mon[31326]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-26T23:32:47.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:47 smithi175 ceph-mon[31326]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-26T23:32:49.327 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout { 2024-07-26T23:32:49.327 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 8, 2024-07-26T23:32:49.327 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-26T23:32:49.327 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout } 2024-07-26T23:32:49.327 INFO:teuthology.orchestra.run.smithi175.stdout:mgr epoch 5 is available 2024-07-26T23:32:49.328 INFO:teuthology.orchestra.run.smithi175.stdout:Setting orchestrator backend to cephadm... 2024-07-26T23:32:51.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:50 smithi175 ceph-mon[31326]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:32:51.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:50 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:51.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:50 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:32:51.666 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout value unchanged 2024-07-26T23:32:51.666 INFO:teuthology.orchestra.run.smithi175.stdout:Generating ssh key... 2024-07-26T23:32:52.341 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-mon[31326]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: Generating public/private rsa key pair. 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: Your identification has been saved in /tmp/tmp3wydmdkk/key 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: Your public key has been saved in /tmp/tmp3wydmdkk/key.pub 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: The key fingerprint is: 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: SHA256:th9A2LN+GnkmztH4nb6JJOxZsg1yxD/Js1teJz7mJYY ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: The key's randomart image is: 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: +---[RSA 3072]----+ 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | | 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | o | 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | . + | 2024-07-26T23:32:52.701 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | o o | 2024-07-26T23:32:52.702 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | S | 2024-07-26T23:32:52.702 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | = O . . | 2024-07-26T23:32:52.702 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | . # # E = o| 2024-07-26T23:32:52.702 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | * ^ X *o= | 2024-07-26T23:32:52.702 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: | B BoB+o. | 2024-07-26T23:32:52.702 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:32:52 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: +----[SHA256]-----+ 2024-07-26T23:32:53.590 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:53 smithi175 ceph-mon[31326]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:32:53.591 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:53 smithi175 ceph-mon[31326]: Generating ssh key... 2024-07-26T23:32:53.591 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:53 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:53.591 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:53 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:54.536 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjwpa4wSSSJUInoTpch3T6lPMAcc4mwSzAJwcEFiJbZZwwvfZJUL+tquiUDiQBJ6S5ddFC87UX1YAS/dyDsGKMmjBPtvNuEtem1RApk0pIqNUZz+THdJBZy/rQorU/73KkAIcPtFmmgpx2eDh8CHDJTfn2QwEWoStjvISXsPpUxNJIs1m/5TkCotbqt5xeGc5WF33FjXrKqsFLepv15/S7iaC7UFpmvNcqQOv0HIPSDqtms7UYS/qmvn9rTJnbjOrMxYEhuYS0ObmxPY4jzYNsO9lzjVQmefb8C7ZXW1EChRbkYl/Iu7DqeuKT8mglHzjqBzcm7Xz5PjsmXzd6Q6IkKAs8dLQbO4D4VeW52TOG8EYOVtGqFZZXhOirn0w+W63M6UkKWQR9tmeeGjANzaPUh1Dpuc4dyyiNa6MTgSmKOUlLG7T9PO5eKkvnYNdcD5EbPPBN0lCbT9fJLv6BJ/+Hu8Ch+FcFgHuOpedEpi/jAzZ7O2JKFoXMqM1gZvp9Qj8= ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:32:54.536 INFO:teuthology.orchestra.run.smithi175.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-07-26T23:32:54.536 INFO:teuthology.orchestra.run.smithi175.stdout:Adding key to root@localhost authorized_keys... 2024-07-26T23:32:54.537 INFO:teuthology.orchestra.run.smithi175.stdout:Adding host smithi175... 2024-07-26T23:32:54.751 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:54 smithi175 ceph-mon[31326]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:32:56.339 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:56 smithi175 ceph-mon[31326]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "addr": "172.21.15.175", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:32:56.339 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:56 smithi175 ceph-mon[31326]: Deploying cephadm binary to smithi175 2024-07-26T23:32:58.868 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout Added host 'smithi175' with addr '172.21.15.175' 2024-07-26T23:32:58.868 INFO:teuthology.orchestra.run.smithi175.stdout:Deploying unmanaged mon service... 2024-07-26T23:32:59.437 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:59 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:32:59.437 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:59 smithi175 ceph-mon[31326]: Added host smithi175 2024-07-26T23:32:59.437 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:32:59 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:00.841 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:00 smithi175 ceph-mon[31326]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:00.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:00 smithi175 ceph-mon[31326]: Saving service mon spec with placement count:5 2024-07-26T23:33:00.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:00 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:33:01.225 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-07-26T23:33:01.225 INFO:teuthology.orchestra.run.smithi175.stdout:Deploying unmanaged mgr service... 2024-07-26T23:33:02.031 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:01 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:33:02.031 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:01 smithi175 ceph-mon[31326]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:02.031 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:01 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:33:03.074 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:02 smithi175 ceph-mon[31326]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:03.074 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:02 smithi175 ceph-mon[31326]: Saving service mgr spec with placement count:2 2024-07-26T23:33:03.075 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:02 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:33:03.075 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:02 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:33:03.076 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-07-26T23:33:04.073 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:03 smithi175 ceph-mon[31326]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:04.073 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:03 smithi175 ceph-mon[31326]: from='mgr.14118 172.21.15.175:0/683141953' entity='mgr.a' 2024-07-26T23:33:04.073 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:03 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2208815247' entity='client.admin' 2024-07-26T23:33:05.936 INFO:teuthology.orchestra.run.smithi175.stdout:Enabling the dashboard module... 2024-07-26T23:33:06.238 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:06 smithi175 ceph-mon[31326]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:06.238 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:06 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2425058453' entity='client.admin' 2024-07-26T23:33:07.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:07 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/4233274756' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-07-26T23:33:07.342 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:07 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: ignoring --setuser ceph since I am not root 2024-07-26T23:33:07.343 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:07 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: ignoring --setgroup ceph since I am not root 2024-07-26T23:33:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:08 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/4233274756' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-07-26T23:33:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:08 smithi175 ceph-mon[31326]: mgrmap e9: a(active, since 26s) 2024-07-26T23:33:09.011 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout { 2024-07-26T23:33:09.011 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-07-26T23:33:09.011 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T23:33:09.011 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-07-26T23:33:09.011 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-26T23:33:09.011 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout } 2024-07-26T23:33:09.012 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for the mgr to restart... 2024-07-26T23:33:09.012 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for mgr epoch 9... 2024-07-26T23:33:09.273 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:09 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1081489702' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T23:33:12.572 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: Active manager daemon a restarted 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: Activating manager daemon a 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: osdmap e3: 0 total, 0 up, 0 in 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: mgrmap e10: a(active, starting, since 0.00390819s) 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: Manager daemon a is now available 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T23:33:12.573 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:12 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T23:33:13.827 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: 2024-07-26T23:33:13.579+0000 7fea24352640 -1 log_channel(cephadm) log [ERR] : [26/Jul/2024:23:33:13] ENGINE Error in HTTPServer.serve 2024-07-26T23:33:13.827 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: Traceback (most recent call last): 2024-07-26T23:33:13.827 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T23:33:13.827 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self._connections.run(self.expiration_interval) 2024-07-26T23:33:13.827 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T23:33:13.827 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self._run(expiration_interval) 2024-07-26T23:33:13.827 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: s = self.context.wrap_socket( 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: return self.sslsocket_class._create( 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T23:33:13.828 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self.do_handshake() 2024-07-26T23:33:13.829 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T23:33:13.829 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: self._sslobj.do_handshake() 2024-07-26T23:33:13.829 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T23:33:13.829 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:33:13 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: 2024-07-26T23:33:13.830 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout { 2024-07-26T23:33:13.830 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-07-26T23:33:13.830 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-26T23:33:13.830 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout } 2024-07-26T23:33:13.830 INFO:teuthology.orchestra.run.smithi175.stdout:mgr epoch 9 is available 2024-07-26T23:33:13.830 INFO:teuthology.orchestra.run.smithi175.stdout:Generating a dashboard self-signed certificate... 2024-07-26T23:33:14.079 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:14 smithi175 ceph-mon[31326]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-26T23:33:14.079 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:14 smithi175 ceph-mon[31326]: mgrmap e11: a(active, since 1.00617s) 2024-07-26T23:33:14.080 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:14 smithi175 ceph-mon[31326]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-26T23:33:14.080 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:14 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:15.140 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-07-26T23:33:15.140 INFO:teuthology.orchestra.run.smithi175.stdout:Creating initial admin user... 2024-07-26T23:33:15.140 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: [26/Jul/2024:23:33:13] ENGINE Bus STARTING 2024-07-26T23:33:15.140 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: [26/Jul/2024:23:33:13] ENGINE Serving on http://172.21.15.175:8765 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: [26/Jul/2024:23:33:13] ENGINE Serving on https://172.21.15.175:7150 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: [26/Jul/2024:23:33:13] ENGINE Bus STARTED 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: [26/Jul/2024:23:33:13] ENGINE Error in HTTPServer.serve 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: Traceback (most recent call last): 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: self._connections.run(self.expiration_interval) 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: self._run(expiration_interval) 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T23:33:15.141 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: s = self.context.wrap_socket( 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: return self.sslsocket_class._create( 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: self.do_handshake() 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: self._sslobj.do_handshake() 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T23:33:15.142 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:15.143 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:15.143 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:15.143 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:15 smithi175 ceph-mon[31326]: mgrmap e12: a(active, since 2s) 2024-07-26T23:33:16.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:16 smithi175 ceph-mon[31326]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:16.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:17.341 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:17 smithi175 ceph-mon[31326]: from='client.14164 -' 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-07-26T23:33:17.452 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$RbZv9qdIJBYrqPNIFh3jbekfLOc8BhJZgFPwUxpn5zmpPTLw9KpxO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1722036796, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-07-26T23:33:17.452 INFO:teuthology.orchestra.run.smithi175.stdout:Fetching dashboard port number... 2024-07-26T23:33:18.633 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stdout 8443 2024-07-26T23:33:18.644 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-07-26T23:33:18.644 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout disabled 2024-07-26T23:33:18.651 INFO:teuthology.orchestra.run.smithi175.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-07-26T23:33:18.651 INFO:teuthology.orchestra.run.smithi175.stdout:systemctl: stdout inactive 2024-07-26T23:33:18.651 INFO:teuthology.orchestra.run.smithi175.stdout:firewalld.service is not enabled 2024-07-26T23:33:18.651 INFO:teuthology.orchestra.run.smithi175.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-07-26T23:33:18.653 INFO:teuthology.orchestra.run.smithi175.stdout:Ceph Dashboard is now available at: 2024-07-26T23:33:18.653 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:18.653 INFO:teuthology.orchestra.run.smithi175.stdout: URL: https://smithi175.front.sepia.ceph.com:8443/ 2024-07-26T23:33:18.653 INFO:teuthology.orchestra.run.smithi175.stdout: User: admin 2024-07-26T23:33:18.653 INFO:teuthology.orchestra.run.smithi175.stdout: Password: o72nd1ugxi 2024-07-26T23:33:18.653 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:18.654 INFO:teuthology.orchestra.run.smithi175.stdout:Saving cluster configuration to /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config directory 2024-07-26T23:33:19.339 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:19 smithi175 ceph-mon[31326]: mgrmap e13: a(active, since 6s) 2024-07-26T23:33:19.340 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:19 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2647509450' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-07-26T23:33:19.814 INFO:teuthology.orchestra.run.smithi175.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-07-26T23:33:19.814 INFO:teuthology.orchestra.run.smithi175.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-07-26T23:33:19.814 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout:Or, if you are only running a single cluster on this host: 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout:Please consider enabling telemetry to help improve Ceph: 2024-07-26T23:33:19.815 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.816 INFO:teuthology.orchestra.run.smithi175.stdout: ceph telemetry on 2024-07-26T23:33:19.816 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.816 INFO:teuthology.orchestra.run.smithi175.stdout:For more information see: 2024-07-26T23:33:19.816 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.816 INFO:teuthology.orchestra.run.smithi175.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-07-26T23:33:19.816 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:19.816 INFO:teuthology.orchestra.run.smithi175.stdout:Bootstrap complete. 2024-07-26T23:33:19.856 INFO:tasks.cephadm:Fetching config... 2024-07-26T23:33:19.856 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:33:19.857 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-07-26T23:33:19.874 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-07-26T23:33:19.874 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:33:19.874 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-07-26T23:33:19.929 INFO:tasks.cephadm:Fetching mon keyring... 2024-07-26T23:33:19.929 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:33:19.930 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/keyring of=/dev/stdout 2024-07-26T23:33:19.994 INFO:tasks.cephadm:Fetching pub ssh key... 2024-07-26T23:33:19.994 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:33:19.994 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-07-26T23:33:20.050 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-07-26T23:33:20.051 DEBUG:teuthology.orchestra.run.smithi175:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjwpa4wSSSJUInoTpch3T6lPMAcc4mwSzAJwcEFiJbZZwwvfZJUL+tquiUDiQBJ6S5ddFC87UX1YAS/dyDsGKMmjBPtvNuEtem1RApk0pIqNUZz+THdJBZy/rQorU/73KkAIcPtFmmgpx2eDh8CHDJTfn2QwEWoStjvISXsPpUxNJIs1m/5TkCotbqt5xeGc5WF33FjXrKqsFLepv15/S7iaC7UFpmvNcqQOv0HIPSDqtms7UYS/qmvn9rTJnbjOrMxYEhuYS0ObmxPY4jzYNsO9lzjVQmefb8C7ZXW1EChRbkYl/Iu7DqeuKT8mglHzjqBzcm7Xz5PjsmXzd6Q6IkKAs8dLQbO4D4VeW52TOG8EYOVtGqFZZXhOirn0w+W63M6UkKWQR9tmeeGjANzaPUh1Dpuc4dyyiNa6MTgSmKOUlLG7T9PO5eKkvnYNdcD5EbPPBN0lCbT9fJLv6BJ/+Hu8Ch+FcFgHuOpedEpi/jAzZ7O2JKFoXMqM1gZvp9Qj8= ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T23:33:20.123 INFO:teuthology.orchestra.run.smithi175.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjwpa4wSSSJUInoTpch3T6lPMAcc4mwSzAJwcEFiJbZZwwvfZJUL+tquiUDiQBJ6S5ddFC87UX1YAS/dyDsGKMmjBPtvNuEtem1RApk0pIqNUZz+THdJBZy/rQorU/73KkAIcPtFmmgpx2eDh8CHDJTfn2QwEWoStjvISXsPpUxNJIs1m/5TkCotbqt5xeGc5WF33FjXrKqsFLepv15/S7iaC7UFpmvNcqQOv0HIPSDqtms7UYS/qmvn9rTJnbjOrMxYEhuYS0ObmxPY4jzYNsO9lzjVQmefb8C7ZXW1EChRbkYl/Iu7DqeuKT8mglHzjqBzcm7Xz5PjsmXzd6Q6IkKAs8dLQbO4D4VeW52TOG8EYOVtGqFZZXhOirn0w+W63M6UkKWQR9tmeeGjANzaPUh1Dpuc4dyyiNa6MTgSmKOUlLG7T9PO5eKkvnYNdcD5EbPPBN0lCbT9fJLv6BJ/+Hu8Ch+FcFgHuOpedEpi/jAzZ7O2JKFoXMqM1gZvp9Qj8= ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:33:20.136 DEBUG:teuthology.orchestra.run.smithi181:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjwpa4wSSSJUInoTpch3T6lPMAcc4mwSzAJwcEFiJbZZwwvfZJUL+tquiUDiQBJ6S5ddFC87UX1YAS/dyDsGKMmjBPtvNuEtem1RApk0pIqNUZz+THdJBZy/rQorU/73KkAIcPtFmmgpx2eDh8CHDJTfn2QwEWoStjvISXsPpUxNJIs1m/5TkCotbqt5xeGc5WF33FjXrKqsFLepv15/S7iaC7UFpmvNcqQOv0HIPSDqtms7UYS/qmvn9rTJnbjOrMxYEhuYS0ObmxPY4jzYNsO9lzjVQmefb8C7ZXW1EChRbkYl/Iu7DqeuKT8mglHzjqBzcm7Xz5PjsmXzd6Q6IkKAs8dLQbO4D4VeW52TOG8EYOVtGqFZZXhOirn0w+W63M6UkKWQR9tmeeGjANzaPUh1Dpuc4dyyiNa6MTgSmKOUlLG7T9PO5eKkvnYNdcD5EbPPBN0lCbT9fJLv6BJ/+Hu8Ch+FcFgHuOpedEpi/jAzZ7O2JKFoXMqM1gZvp9Qj8= ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T23:33:20.178 INFO:teuthology.orchestra.run.smithi181.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjwpa4wSSSJUInoTpch3T6lPMAcc4mwSzAJwcEFiJbZZwwvfZJUL+tquiUDiQBJ6S5ddFC87UX1YAS/dyDsGKMmjBPtvNuEtem1RApk0pIqNUZz+THdJBZy/rQorU/73KkAIcPtFmmgpx2eDh8CHDJTfn2QwEWoStjvISXsPpUxNJIs1m/5TkCotbqt5xeGc5WF33FjXrKqsFLepv15/S7iaC7UFpmvNcqQOv0HIPSDqtms7UYS/qmvn9rTJnbjOrMxYEhuYS0ObmxPY4jzYNsO9lzjVQmefb8C7ZXW1EChRbkYl/Iu7DqeuKT8mglHzjqBzcm7Xz5PjsmXzd6Q6IkKAs8dLQbO4D4VeW52TOG8EYOVtGqFZZXhOirn0w+W63M6UkKWQR9tmeeGjANzaPUh1Dpuc4dyyiNa6MTgSmKOUlLG7T9PO5eKkvnYNdcD5EbPPBN0lCbT9fJLv6BJ/+Hu8Ch+FcFgHuOpedEpi/jAzZ7O2JKFoXMqM1gZvp9Qj8= ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:33:20.190 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjwpa4wSSSJUInoTpch3T6lPMAcc4mwSzAJwcEFiJbZZwwvfZJUL+tquiUDiQBJ6S5ddFC87UX1YAS/dyDsGKMmjBPtvNuEtem1RApk0pIqNUZz+THdJBZy/rQorU/73KkAIcPtFmmgpx2eDh8CHDJTfn2QwEWoStjvISXsPpUxNJIs1m/5TkCotbqt5xeGc5WF33FjXrKqsFLepv15/S7iaC7UFpmvNcqQOv0HIPSDqtms7UYS/qmvn9rTJnbjOrMxYEhuYS0ObmxPY4jzYNsO9lzjVQmefb8C7ZXW1EChRbkYl/Iu7DqeuKT8mglHzjqBzcm7Xz5PjsmXzd6Q6IkKAs8dLQbO4D4VeW52TOG8EYOVtGqFZZXhOirn0w+W63M6UkKWQR9tmeeGjANzaPUh1Dpuc4dyyiNa6MTgSmKOUlLG7T9PO5eKkvnYNdcD5EbPPBN0lCbT9fJLv6BJ/+Hu8Ch+FcFgHuOpedEpi/jAzZ7O2JKFoXMqM1gZvp9Qj8= ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T23:33:20.232 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjwpa4wSSSJUInoTpch3T6lPMAcc4mwSzAJwcEFiJbZZwwvfZJUL+tquiUDiQBJ6S5ddFC87UX1YAS/dyDsGKMmjBPtvNuEtem1RApk0pIqNUZz+THdJBZy/rQorU/73KkAIcPtFmmgpx2eDh8CHDJTfn2QwEWoStjvISXsPpUxNJIs1m/5TkCotbqt5xeGc5WF33FjXrKqsFLepv15/S7iaC7UFpmvNcqQOv0HIPSDqtms7UYS/qmvn9rTJnbjOrMxYEhuYS0ObmxPY4jzYNsO9lzjVQmefb8C7ZXW1EChRbkYl/Iu7DqeuKT8mglHzjqBzcm7Xz5PjsmXzd6Q6IkKAs8dLQbO4D4VeW52TOG8EYOVtGqFZZXhOirn0w+W63M6UkKWQR9tmeeGjANzaPUh1Dpuc4dyyiNa6MTgSmKOUlLG7T9PO5eKkvnYNdcD5EbPPBN0lCbT9fJLv6BJ/+Hu8Ch+FcFgHuOpedEpi/jAzZ7O2JKFoXMqM1gZvp9Qj8= ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:33:20.245 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-07-26T23:33:20.498 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:33:20.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:20 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1506731651' entity='client.admin' 2024-07-26T23:33:23.564 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-07-26T23:33:23.565 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-07-26T23:33:23.822 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:23 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1221770166' entity='client.admin' 2024-07-26T23:33:24.155 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:33:25.262 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:25.263 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:25.263 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"} : dispatch 2024-07-26T23:33:25.263 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:25.263 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:25.263 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:26.472 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi181 2024-07-26T23:33:26.472 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:33:26.472 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.conf 2024-07-26T23:33:26.491 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:33:26.491 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:26.550 INFO:tasks.cephadm:Adding host smithi181 to orchestrator... 2024-07-26T23:33:26.550 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch host add smithi181 2024-07-26T23:33:26.812 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:33:27.031 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: Updating smithi175:/etc/ceph/ceph.conf 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: Updating smithi175:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:27.032 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:27.977 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:27 smithi175 ceph-mon[31326]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:27.977 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:27 smithi175 ceph-mon[31326]: Updating smithi175:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T23:33:29.591 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:29 smithi175 ceph-mon[31326]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:30.591 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:30 smithi175 ceph-mon[31326]: Deploying cephadm binary to smithi181 2024-07-26T23:33:31.625 INFO:teuthology.orchestra.run.smithi175.stdout:Added host 'smithi181' with addr '172.21.15.181' 2024-07-26T23:33:32.310 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch host ls --format=json 2024-07-26T23:33:32.557 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:33:32.927 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:32 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:32.927 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:32 smithi175 ceph-mon[31326]: Added host smithi181 2024-07-26T23:33:32.927 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:32 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:32.927 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:32 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:32.927 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:32 smithi175 ceph-mon[31326]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:32.927 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:32 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:34.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:33 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:34.212 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:34.212 INFO:teuthology.orchestra.run.smithi175.stdout:[{"addr": "172.21.15.175", "hostname": "smithi175", "labels": [], "status": ""}, {"addr": "172.21.15.181", "hostname": "smithi181", "labels": [], "status": ""}] 2024-07-26T23:33:34.827 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi196 2024-07-26T23:33:34.827 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:33:34.828 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.conf 2024-07-26T23:33:34.847 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:33:34.847 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:34.906 INFO:tasks.cephadm:Adding host smithi196 to orchestrator... 2024-07-26T23:33:34.906 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch host add smithi196 2024-07-26T23:33:35.091 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:34 smithi175 ceph-mon[31326]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:35.161 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:33:36.201 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T23:33:36.201 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:36.201 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:36.201 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:36.201 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:36.202 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"} : dispatch 2024-07-26T23:33:36.202 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:36.202 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:35 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:33:37.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:36 smithi175 ceph-mon[31326]: Updating smithi181:/etc/ceph/ceph.conf 2024-07-26T23:33:37.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:36 smithi175 ceph-mon[31326]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:33:37.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:36 smithi175 ceph-mon[31326]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:37.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:36 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:37.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:36 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:37.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:36 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:38.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:37 smithi175 ceph-mon[31326]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:38.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:37 smithi175 ceph-mon[31326]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T23:33:38.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:37 smithi175 ceph-mon[31326]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:39.341 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:38 smithi175 ceph-mon[31326]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:39.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:38 smithi175 ceph-mon[31326]: Deploying cephadm binary to smithi196 2024-07-26T23:33:40.372 INFO:teuthology.orchestra.run.smithi175.stdout:Added host 'smithi196' with addr '172.21.15.196' 2024-07-26T23:33:40.994 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch host ls --format=json 2024-07-26T23:33:41.244 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:33:41.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:41 smithi175 ceph-mon[31326]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:41.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:41.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:41.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:41.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:42.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:42 smithi175 ceph-mon[31326]: Added host smithi196 2024-07-26T23:33:42.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:42 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:42.960 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:33:42.960 INFO:teuthology.orchestra.run.smithi175.stdout:[{"addr": "172.21.15.175", "hostname": "smithi175", "labels": [], "status": ""}, {"addr": "172.21.15.181", "hostname": "smithi181", "labels": [], "status": ""}, {"addr": "172.21.15.196", "hostname": "smithi196", "labels": [], "status": ""}] 2024-07-26T23:33:43.269 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:43 smithi175 ceph-mon[31326]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:43.539 INFO:tasks.cephadm:Setting crush tunables to default 2024-07-26T23:33:43.539 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph osd crush tunables default 2024-07-26T23:33:43.793 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:33:44.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:44 smithi175 ceph-mon[31326]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"} : dispatch 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:45.255 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:33:46.275 INFO:teuthology.orchestra.run.smithi175.stderr:adjusted tunables profile to default 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: Updating smithi196:/etc/ceph/ceph.conf 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:46.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:46 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1679284642' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T23:33:46.878 INFO:tasks.cephadm:Adding mon.a on smithi175 2024-07-26T23:33:46.879 INFO:tasks.cephadm:Adding mon.b on smithi181 2024-07-26T23:33:46.879 INFO:tasks.cephadm:Adding mon.c on smithi196 2024-07-26T23:33:46.879 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch apply mon '3;smithi175:172.21.15.175=a;smithi181:172.21.15.181=b;smithi196:172.21.15.196=c' 2024-07-26T23:33:47.132 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:33:47.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:47 smithi175 ceph-mon[31326]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:47.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:47 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1679284642' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T23:33:47.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:47 smithi175 ceph-mon[31326]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:33:48.818 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mon update... 2024-07-26T23:33:49.418 DEBUG:teuthology.orchestra.run.smithi181:mon.b> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.b.service 2024-07-26T23:33:49.421 DEBUG:teuthology.orchestra.run.smithi196:mon.c> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.c.service 2024-07-26T23:33:49.423 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T23:33:49.423 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:33:49.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:50.328 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:33:50.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:50 smithi175 ceph-mon[31326]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi175:172.21.15.175=a;smithi181:172.21.15.181=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:50.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:50 smithi175 ceph-mon[31326]: Saving service mon spec with placement smithi175:172.21.15.175=a;smithi181:172.21.15.181=b;smithi196:172.21.15.196=c;count:3 2024-07-26T23:33:50.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:50 smithi175 ceph-mon[31326]: Deploying daemon mon.c on smithi196 2024-07-26T23:33:51.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:51 smithi175 ceph-mon[31326]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:53.069 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:33:53.069 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"25e5c168-4ba7-11ef-bcbf-c7b262605968","modified":"2024-07-26T23:32:16.618827Z","created":"2024-07-26T23:32:16.618827Z","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.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-07-26T23:33:53.069 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2024-07-26T23:33:53.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:53 smithi196 systemd[1]: Starting Ceph mon.c for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:33:53.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:53 smithi175 ceph-mon[31326]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:53.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:53 smithi175 ceph-mon[31326]: from='client.? 172.21.15.196:0/1742426862' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:33:53.983 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:53 smithi196 podman[35043]: 2024-07-26 23:33:53.881274576 +0000 UTC m=+0.109611513 container create d812af4ca65ff1c9d3b56a97ba30af38432d73ef447b9ae28208cdf709c11a77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240724, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-07-26T23:33:53.983 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:53 smithi196 podman[35043]: 2024-07-26 23:33:53.788765404 +0000 UTC m=+0.017102341 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T23:33:54.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 podman[35043]: 2024-07-26 23:33:54.049996002 +0000 UTC m=+0.278332944 container init d812af4ca65ff1c9d3b56a97ba30af38432d73ef447b9ae28208cdf709c11a77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-07-26T23:33:54.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 podman[35043]: 2024-07-26 23:33:54.054687564 +0000 UTC m=+0.283024503 container start d812af4ca65ff1c9d3b56a97ba30af38432d73ef447b9ae28208cdf709c11a77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-26T23:33:54.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: set uid:gid to 167:167 (ceph:ceph) 2024-07-26T23:33:54.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T23:33:54.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pidfile_write: ignore empty --pid-file 2024-07-26T23:33:54.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: load: jerasure load: lrc 2024-07-26T23:33:54.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: RocksDB version: 7.9.2 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Git sha 0 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: DB SUMMARY 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: DB Session ID: 7HLGCW1P79FUC0Y889PJ 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: CURRENT file: CURRENT 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: IDENTITY file: IDENTITY 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.error_if_exists: 0 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.create_if_missing: 0 2024-07-26T23:33:54.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.paranoid_checks: 1 2024-07-26T23:33:54.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T23:33:54.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T23:33:54.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T23:33:54.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.env: 0x557376cc99c0 2024-07-26T23:33:54.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.fs: PosixFileSystem 2024-07-26T23:33:54.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.info_log: 0x557378b8f480 2024-07-26T23:33:54.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_file_opening_threads: 16 2024-07-26T23:33:54.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.statistics: (nil) 2024-07-26T23:33:54.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.use_fsync: 0 2024-07-26T23:33:54.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_log_file_size: 0 2024-07-26T23:33:54.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T23:33:54.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T23:33:54.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.keep_log_file_num: 1000 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.recycle_log_file_num: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.allow_fallocate: 1 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.allow_mmap_reads: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.allow_mmap_writes: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.use_direct_reads: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.create_missing_column_families: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.db_log_dir: 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.wal_dir: 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T23:33:54.316 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.advise_random_on_open: 1 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.db_write_buffer_size: 0 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.write_buffer_manager: 0x557378b92e60 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T23:33:54.317 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.rate_limiter: (nil) 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.wal_recovery_mode: 2 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.enable_thread_tracking: 0 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.enable_pipelined_write: 0 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.unordered_write: 0 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T23:33:54.318 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.row_cache: None 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.wal_filter: None 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.allow_ingest_behind: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.two_write_queues: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.manual_wal_flush: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.wal_compression: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.atomic_flush: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.log_readahead_size: 0 2024-07-26T23:33:54.319 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.best_efforts_recovery: 0 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.allow_data_in_errors: 0 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.db_host_id: __hostname__ 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_background_jobs: 2 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_background_compactions: -1 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_subcompactions: 1 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T23:33:54.320 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_total_wal_size: 0 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_open_files: -1 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bytes_per_sync: 0 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T23:33:54.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_readahead_size: 0 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_background_flushes: -1 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Compression algorithms supported: 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kZSTD supported: 0 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kXpressCompression supported: 0 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kBZip2Compression supported: 0 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kLZ4Compression supported: 1 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kZlibCompression supported: 1 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kLZ4HCCompression supported: 1 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: kSnappyCompression supported: 1 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T23:33:54.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.merge_operator: 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_filter: None 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_filter_factory: None 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.sst_partitioner_factory: None 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557378b8f080) 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout: cache_index_and_filter_blocks: 1 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T23:33:54.323 INFO:journalctl@ceph.mon.c.smithi196.stdout: pin_top_level_index_and_filter: 1 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: index_type: 0 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: data_block_index_type: 0 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: index_shortening: 1 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: checksum: 4 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: no_block_cache: 0 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_cache: 0x557378b83610 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_cache_name: BinnedLRUCache 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_cache_options: 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: capacity : 536870912 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: num_shard_bits : 4 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: strict_capacity_limit : 0 2024-07-26T23:33:54.324 INFO:journalctl@ceph.mon.c.smithi196.stdout: high_pri_pool_ratio: 0.000 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_cache_compressed: (nil) 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: persistent_cache: (nil) 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_size: 4096 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_size_deviation: 10 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_restart_interval: 16 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: index_block_restart_interval: 1 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: metadata_block_size: 4096 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: partition_filters: 0 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: use_delta_encoding: 1 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: filter_policy: bloomfilter 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: whole_key_filtering: 1 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: verify_compression: 0 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: read_amp_bytes_per_bit: 0 2024-07-26T23:33:54.325 INFO:journalctl@ceph.mon.c.smithi196.stdout: format_version: 5 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout: enable_index_compression: 1 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout: block_align: 0 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout: max_auto_readahead_size: 262144 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout: prepopulate_block_cache: 0 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout: initial_auto_readahead_size: 8192 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout: num_file_reads_for_auto_readahead: 2 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.write_buffer_size: 33554432 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_write_buffer_number: 2 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression: NoCompression 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression: Disabled 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.prefix_extractor: nullptr 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T23:33:54.326 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.num_levels: 7 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T23:33:54.327 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.level: 32767 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.strategy: 0 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.enabled: false 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.target_file_size_base: 67108864 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T23:33:54.328 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.arena_block_size: 1048576 2024-07-26T23:33:54.329 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.disable_auto_compactions: 0 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T23:33:54.330 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.inplace_update_support: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.bloom_locality: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.max_successive_merges: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.paranoid_file_checks: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.force_consistency_checks: 1 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.report_bg_io_stats: 0 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.ttl: 2592000 2024-07-26T23:33:54.331 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.enable_blob_files: false 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.min_blob_size: 0 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.blob_file_size: 268435456 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.blob_file_starting_level: 0 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T23:33:54.332 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d8da8320-5cae-4bc0-859c-be66d9a6e17b 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036834081559, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036834082046, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1722036834, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d8da8320-5cae-4bc0-859c-be66d9a6e17b", "db_session_id": "7HLGCW1P79FUC0Y889PJ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036834082138, "job": 1, "event": "recovery_finished"} 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557378bb0e00 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: DB pointer 0x557378caa000 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T23:33:54.333 INFO:journalctl@ceph.mon.c.smithi196.stdout: ** DB Stats ** 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.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-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.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-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: ** Compaction Stats [default] ** 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.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-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:33:54.334 INFO:journalctl@ceph.mon.c.smithi196.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: ** Compaction Stats [default] ** 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.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-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T23:33:54.335 INFO:journalctl@ceph.mon.c.smithi196.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout: Interval compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.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-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout: Block cache BinnedLRUCache@0x557378b83610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.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-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout: 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: using public_addr v2:172.21.15.196:0/0 -> [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: starting mon.c rank -1 at public addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] at bind addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(???) e0 preinit fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).mds e1 new map 2024-07-26T23:33:54.336 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).mds e1 print_map 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout: e1 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout: btime 2024-07-26T23:32:19:416438+0000 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.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-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout: legacy client fscid: -1 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout: 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout: No filesystems configured 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-07-26T23:33:54.337 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"} : dispatch 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi181:/etc/ceph/ceph.conf 2024-07-26T23:33:54.338 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Deploying cephadm binary to smithi196 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.339 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Added host smithi196 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"} : dispatch 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:33:54.340 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi196:/etc/ceph/ceph.conf 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/1679284642' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/1679284642' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:33:54.341 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi175:172.21.15.175=a;smithi181:172.21.15.181=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Saving service mon spec with placement smithi175:172.21.15.175=a;smithi181:172.21.15.181=b;smithi196:172.21.15.196=c;count:3 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: Deploying daemon mon.c on smithi196 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: from='client.? 172.21.15.196:0/1742426862' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 ceph-mon[35081]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 bash[35043]: d812af4ca65ff1c9d3b56a97ba30af38432d73ef447b9ae28208cdf709c11a77 2024-07-26T23:33:54.342 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:54 smithi196 systemd[1]: Started Ceph mon.c for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:33:54.643 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T23:33:54.644 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T23:33:54.894 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T23:33:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:33:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: mon.a calling monitor election 2024-07-26T23:33:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: mon.c calling monitor election 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: monmap epoch 2 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: last_changed 2024-07-26T23:33:54.106682+0000 2024-07-26T23:33:59.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: min_mon_release 19 (squid) 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: election_strategy: 1 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: fsmap 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: mgrmap e13: a(active, since 47s) 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: overall HEALTH_OK 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:59.563 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:59.564 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:33:59.564 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:59.564 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:33:59 smithi196 ceph-mon[35081]: Deploying daemon mon.b on smithi181 2024-07-26T23:33:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:33:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: mon.a calling monitor election 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: mon.c calling monitor election 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: monmap epoch 2 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: last_changed 2024-07-26T23:33:54.106682+0000 2024-07-26T23:33:59.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: min_mon_release 19 (squid) 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: election_strategy: 1 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: fsmap 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: mgrmap e13: a(active, since 47s) 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: overall HEALTH_OK 2024-07-26T23:33:59.594 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:59.595 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:59.595 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:33:59.595 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:33:59.595 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:33:59.595 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:33:59 smithi175 ceph-mon[31326]: Deploying daemon mon.b on smithi181 2024-07-26T23:33:59.652 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:33:59.652 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":2,"fsid":"25e5c168-4ba7-11ef-bcbf-c7b262605968","modified":"2024-07-26T23:33:54.106682Z","created":"2024-07-26T23:32:16.618827Z","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.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:3300","nonce":0},{"type":"v1","addr":"172.21.15.196:6789","nonce":0}]},"addr":"172.21.15.196:6789/0","public_addr":"172.21.15.196:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-07-26T23:33:59.652 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 2 2024-07-26T23:34:00.228 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:00 smithi196 ceph-mon[35081]: from='client.? 172.21.15.196:0/501265320' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:34:00.229 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:00 smithi196 ceph-mon[35081]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:00.229 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:00 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:00.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:00 smithi175 ceph-mon[31326]: from='client.? 172.21.15.196:0/501265320' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:34:00.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:00 smithi175 ceph-mon[31326]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:00.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:00 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:01.257 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T23:34:01.257 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T23:34:01.514 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T23:34:02.703 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 podman[34724]: 2024-07-26 23:34:02.525107314 +0000 UTC m=+0.117154718 container create da64cf34257013abd80dd3a5ae3985373b6b479821983dd5aab0329831051158 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T23:34:02.703 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 podman[34724]: 2024-07-26 23:34:02.702445238 +0000 UTC m=+0.294492659 container init da64cf34257013abd80dd3a5ae3985373b6b479821983dd5aab0329831051158 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b, GIT_CLEAN=True, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0) 2024-07-26T23:34:03.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 podman[34724]: 2024-07-26 23:34:02.70726961 +0000 UTC m=+0.299317016 container start da64cf34257013abd80dd3a5ae3985373b6b479821983dd5aab0329831051158 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2) 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: set uid:gid to 167:167 (ceph:ceph) 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pidfile_write: ignore empty --pid-file 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: load: jerasure load: lrc 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: RocksDB version: 7.9.2 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Git sha 0 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: DB SUMMARY 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: DB Session ID: NRNTDLYK28DD44YWIYNJ 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: CURRENT file: CURRENT 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: IDENTITY file: IDENTITY 2024-07-26T23:34:03.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.error_if_exists: 0 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.create_if_missing: 0 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.paranoid_checks: 1 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.env: 0x5568be2859c0 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.fs: PosixFileSystem 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.info_log: 0x5568bef8d480 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_file_opening_threads: 16 2024-07-26T23:34:03.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.statistics: (nil) 2024-07-26T23:34:03.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.use_fsync: 0 2024-07-26T23:34:03.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_log_file_size: 0 2024-07-26T23:34:03.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T23:34:03.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T23:34:03.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.keep_log_file_num: 1000 2024-07-26T23:34:03.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.recycle_log_file_num: 0 2024-07-26T23:34:03.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.allow_fallocate: 1 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.allow_mmap_reads: 0 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.allow_mmap_writes: 0 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.use_direct_reads: 0 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.create_missing_column_families: 0 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.db_log_dir: 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.wal_dir: 2024-07-26T23:34:03.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.advise_random_on_open: 1 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.db_write_buffer_size: 0 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.write_buffer_manager: 0x5568bef90e60 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.rate_limiter: (nil) 2024-07-26T23:34:03.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.wal_recovery_mode: 2 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.enable_thread_tracking: 0 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.enable_pipelined_write: 0 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.unordered_write: 0 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T23:34:03.151 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.row_cache: None 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.wal_filter: None 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.allow_ingest_behind: 0 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.two_write_queues: 0 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.manual_wal_flush: 0 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.wal_compression: 0 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.atomic_flush: 0 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T23:34:03.152 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.log_readahead_size: 0 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.best_efforts_recovery: 0 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.allow_data_in_errors: 0 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.db_host_id: __hostname__ 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_background_jobs: 2 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_background_compactions: -1 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_subcompactions: 1 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T23:34:03.153 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_total_wal_size: 0 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_open_files: -1 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bytes_per_sync: 0 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_readahead_size: 0 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_background_flushes: -1 2024-07-26T23:34:03.154 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Compression algorithms supported: 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kZSTD supported: 0 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kXpressCompression supported: 0 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kBZip2Compression supported: 0 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kLZ4Compression supported: 1 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kZlibCompression supported: 1 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kLZ4HCCompression supported: 1 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: kSnappyCompression supported: 1 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T23:34:03.155 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.merge_operator: 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_filter: None 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_filter_factory: None 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.sst_partitioner_factory: None 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5568bef8d080) 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: cache_index_and_filter_blocks: 1 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: pin_top_level_index_and_filter: 1 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: index_type: 0 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: data_block_index_type: 0 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: index_shortening: 1 2024-07-26T23:34:03.156 INFO:journalctl@ceph.mon.b.smithi181.stdout: data_block_hash_table_util_ratio: 0.750000 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: checksum: 4 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: no_block_cache: 0 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_cache: 0x5568bef81610 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_cache_name: BinnedLRUCache 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_cache_options: 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: capacity : 536870912 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: num_shard_bits : 4 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: strict_capacity_limit : 0 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: high_pri_pool_ratio: 0.000 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_cache_compressed: (nil) 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: persistent_cache: (nil) 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_size: 4096 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_size_deviation: 10 2024-07-26T23:34:03.157 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_restart_interval: 16 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: index_block_restart_interval: 1 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: metadata_block_size: 4096 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: partition_filters: 0 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: use_delta_encoding: 1 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: filter_policy: bloomfilter 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: whole_key_filtering: 1 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: verify_compression: 0 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: read_amp_bytes_per_bit: 0 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: format_version: 5 2024-07-26T23:34:03.158 INFO:journalctl@ceph.mon.b.smithi181.stdout: enable_index_compression: 1 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout: block_align: 0 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout: max_auto_readahead_size: 262144 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout: prepopulate_block_cache: 0 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout: initial_auto_readahead_size: 8192 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout: num_file_reads_for_auto_readahead: 2 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.write_buffer_size: 33554432 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_write_buffer_number: 2 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression: NoCompression 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression: Disabled 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.prefix_extractor: nullptr 2024-07-26T23:34:03.159 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.num_levels: 7 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T23:34:03.160 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.level: 32767 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.strategy: 0 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.enabled: false 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T23:34:03.161 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.target_file_size_base: 67108864 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T23:34:03.162 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.arena_block_size: 1048576 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.disable_auto_compactions: 0 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T23:34:03.163 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.inplace_update_support: 0 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.bloom_locality: 0 2024-07-26T23:34:03.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.max_successive_merges: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.paranoid_file_checks: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.force_consistency_checks: 1 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.report_bg_io_stats: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.ttl: 2592000 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.enable_blob_files: false 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.min_blob_size: 0 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.blob_file_size: 268435456 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T23:34:03.165 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T23:34:03.166 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T23:34:03.166 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T23:34:03.166 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T23:34:03.166 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.blob_file_starting_level: 0 2024-07-26T23:34:03.166 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T23:34:03.166 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: 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-07-26T23:34:03.166 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bff05d59-d327-40c8-b703-95e29c100c25 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036842744710, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036842745148, "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": 1722036842, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bff05d59-d327-40c8-b703-95e29c100c25", "db_session_id": "NRNTDLYK28DD44YWIYNJ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: EVENT_LOG_v1 {"time_micros": 1722036842745272, "job": 1, "event": "recovery_finished"} 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: 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-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5568befaee00 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: DB pointer 0x5568bf0a8000 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout: ** DB Stats ** 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T23:34:03.167 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: ** Compaction Stats [default] ** 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:34:03.168 INFO:journalctl@ceph.mon.b.smithi181.stdout: 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: ** Compaction Stats [default] ** 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.stdout: AddFile(Keys): cumulative 0, interval 0 2024-07-26T23:34:03.169 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout: Block cache BinnedLRUCache@0x5568bef81610#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-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout: 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout: ** File Read Latency Histogram By Level [default] ** 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: using public_addr v2:172.21.15.181:0/0 -> [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: starting mon.b rank -1 at public addrs [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] at bind addrs [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(???) e0 preinit fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).mds e1 new map 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).mds e1 print_map 2024-07-26T23:34:03.170 INFO:journalctl@ceph.mon.b.smithi181.stdout: e1 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout: btime 2024-07-26T23:32:19:416438+0000 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.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-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout: legacy client fscid: -1 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout: 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout: No filesystems configured 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: 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-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T23:34:03.171 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"} : dispatch 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi181:/etc/ceph/ceph.conf 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.172 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Deploying cephadm binary to smithi196 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.173 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:03.174 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.174 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.174 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Added host smithi196 2024-07-26T23:34:03.174 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.174 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.174 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T23:34:03.174 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"} : dispatch 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi196:/etc/ceph/ceph.conf 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.175 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/1679284642' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/1679284642' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:03.176 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi175:172.21.15.175=a;smithi181:172.21.15.181=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Saving service mon spec with placement smithi175:172.21.15.175=a;smithi181:172.21.15.181=b;smithi196:172.21.15.196=c;count:3 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Deploying daemon mon.c on smithi196 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.? 172.21.15.196:0/1742426862' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:34:03.177 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.a calling monitor election 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.c calling monitor election 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:03.178 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: monmap epoch 2 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: last_changed 2024-07-26T23:33:54.106682+0000 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: min_mon_release 19 (squid) 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: election_strategy: 1 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: fsmap 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:34:03.179 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mgrmap e13: a(active, since 47s) 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: overall HEALTH_OK 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: Deploying daemon mon.b on smithi181 2024-07-26T23:34:03.180 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='client.? 172.21.15.196:0/501265320' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:34:03.181 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:03.181 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:03.181 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 ceph-mon[34763]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-07-26T23:34:03.181 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 bash[34724]: da64cf34257013abd80dd3a5ae3985373b6b479821983dd5aab0329831051158 2024-07-26T23:34:03.181 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:02 smithi181 systemd[1]: Started Ceph mon.b for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:34:08.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:34:08.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: mon.a calling monitor election 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: mon.c calling monitor election 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: mon.b calling monitor election 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:08.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: monmap epoch 3 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: last_changed 2024-07-26T23:34:02.770720+0000 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: min_mon_release 19 (squid) 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: election_strategy: 1 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:34:08.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: 2: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.b 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: fsmap 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: mgrmap e13: a(active, since 55s) 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: overall HEALTH_OK 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.095 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:34:08.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: mon.a calling monitor election 2024-07-26T23:34:08.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:08.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: mon.c calling monitor election 2024-07-26T23:34:08.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:08.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: mon.b calling monitor election 2024-07-26T23:34:08.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:08.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T23:34:08.147 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: monmap epoch 3 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: last_changed 2024-07-26T23:34:02.770720+0000 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: min_mon_release 19 (squid) 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: election_strategy: 1 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-07-26T23:34:08.148 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: 2: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.b 2024-07-26T23:34:08.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: fsmap 2024-07-26T23:34:08.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:34:08.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: mgrmap e13: a(active, since 55s) 2024-07-26T23:34:08.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: overall HEALTH_OK 2024-07-26T23:34:08.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.149 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.150 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:34:08.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: mon.a calling monitor election 2024-07-26T23:34:08.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:34:08.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: mon.c calling monitor election 2024-07-26T23:34:08.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:08.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: mon.b calling monitor election 2024-07-26T23:34:08.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:08.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:08.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T23:34:08.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: monmap epoch 3 2024-07-26T23:34:08.313 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: last_changed 2024-07-26T23:34:02.770720+0000 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: created 2024-07-26T23:32:16.618827+0000 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: min_mon_release 19 (squid) 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: election_strategy: 1 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: 0: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.a 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: 2: [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon.b 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: fsmap 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: osdmap e4: 0 total, 0 up, 0 in 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: mgrmap e13: a(active, since 55s) 2024-07-26T23:34:08.314 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: overall HEALTH_OK 2024-07-26T23:34:08.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:08.315 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:09.133 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-07-26T23:34:09.134 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":3,"fsid":"25e5c168-4ba7-11ef-bcbf-c7b262605968","modified":"2024-07-26T23:34:02.770720Z","created":"2024-07-26T23:32:16.618827Z","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.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:3300","nonce":0},{"type":"v1","addr":"172.21.15.196:6789","nonce":0}]},"addr":"172.21.15.196:6789/0","public_addr":"172.21.15.196:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:3300","nonce":0},{"type":"v1","addr":"172.21.15.181:6789","nonce":0}]},"addr":"172.21.15.181:6789/0","public_addr":"172.21.15.181:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-07-26T23:34:09.134 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 3 2024-07-26T23:34:09.134 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:08 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:09.134 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:08 smithi196 ceph-mon[35081]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:09.134 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:08 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:09.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:08 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:09.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:08 smithi181 ceph-mon[34763]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:09.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:08 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:09.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:08 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:09.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:08 smithi175 ceph-mon[31326]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:09.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:08 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:34:09.762 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-07-26T23:34:09.763 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph config generate-minimal-conf 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: Updating smithi175:/etc/ceph/ceph.conf 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: Updating smithi181:/etc/ceph/ceph.conf 2024-07-26T23:34:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: Updating smithi196:/etc/ceph/ceph.conf 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='client.? 172.21.15.196:0/2135700348' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:10.063 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:10.063 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: Updating smithi175:/etc/ceph/ceph.conf 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: Updating smithi181:/etc/ceph/ceph.conf 2024-07-26T23:34:10.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: Updating smithi196:/etc/ceph/ceph.conf 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='client.? 172.21.15.196:0/2135700348' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:10.093 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:10.094 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:10.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: Updating smithi175:/etc/ceph/ceph.conf 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: Updating smithi181:/etc/ceph/ceph.conf 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: Updating smithi196:/etc/ceph/ceph.conf 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='client.? 172.21.15.196:0/2135700348' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:10.146 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:10.457 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:34:11.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:10 smithi181 ceph-mon[34763]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:10 smithi181 ceph-mon[34763]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:10 smithi181 ceph-mon[34763]: Updating smithi175:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:10 smithi181 ceph-mon[34763]: Reconfiguring mon.a (unknown last config time)... 2024-07-26T23:34:11.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:10 smithi181 ceph-mon[34763]: Reconfiguring daemon mon.a on smithi175 2024-07-26T23:34:11.145 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:10 smithi181 ceph-mon[34763]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:11.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:10 smithi196 ceph-mon[35081]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:10 smithi196 ceph-mon[35081]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:10 smithi196 ceph-mon[35081]: Updating smithi175:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:10 smithi196 ceph-mon[35081]: Reconfiguring mon.a (unknown last config time)... 2024-07-26T23:34:11.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:10 smithi196 ceph-mon[35081]: Reconfiguring daemon mon.a on smithi175 2024-07-26T23:34:11.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:10 smithi196 ceph-mon[35081]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:11.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:10 smithi175 ceph-mon[31326]: Updating smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:10 smithi175 ceph-mon[31326]: Updating smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:10 smithi175 ceph-mon[31326]: Updating smithi175:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T23:34:11.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:10 smithi175 ceph-mon[31326]: Reconfiguring mon.a (unknown last config time)... 2024-07-26T23:34:11.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:10 smithi175 ceph-mon[31326]: Reconfiguring daemon mon.a on smithi175 2024-07-26T23:34:11.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:10 smithi175 ceph-mon[31326]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:12.486 INFO:teuthology.orchestra.run.smithi175.stdout:# minimal ceph.conf for 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:12.486 INFO:teuthology.orchestra.run.smithi175.stdout:[global] 2024-07-26T23:34:12.486 INFO:teuthology.orchestra.run.smithi175.stdout: fsid = 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:34:12.486 INFO:teuthology.orchestra.run.smithi175.stdout: mon_host = [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2024-07-26T23:34:13.134 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: Reconfiguring mon.b (monmap changed)... 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: Reconfiguring daemon mon.b on smithi181 2024-07-26T23:34:13.135 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:13 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1953665618' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:13.136 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-07-26T23:34:13.136 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:34:13.137 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T23:34:13.163 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:34:13.163 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:34:13.231 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:34:13.231 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T23:34:13.260 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:34:13.260 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:34:13.327 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:34:13.327 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T23:34:13.354 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:13.355 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.355 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.355 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.355 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: Reconfiguring mon.b (monmap changed)... 2024-07-26T23:34:13.355 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:13.355 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:13.356 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:13.356 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: Reconfiguring daemon mon.b on smithi181 2024-07-26T23:34:13.356 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:13 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/1953665618' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:13.360 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:34:13.360 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T23:34:13.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:13.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: Reconfiguring mon.b (monmap changed)... 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: Reconfiguring daemon mon.b on smithi181 2024-07-26T23:34:13.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:13 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/1953665618' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:13.429 INFO:tasks.cephadm:Adding mgr.a on smithi175 2024-07-26T23:34:13.429 INFO:tasks.cephadm:Adding mgr.b on smithi181 2024-07-26T23:34:13.429 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch apply mgr '2;smithi175=a;smithi181=b' 2024-07-26T23:34:13.728 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T23:34:14.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:14.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:14.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: Reconfiguring mon.c (monmap changed)... 2024-07-26T23:34:14.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:14.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:14.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:14.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: Reconfiguring daemon mon.c on smithi196 2024-07-26T23:34:14.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:14 smithi196 ceph-mon[35081]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:14.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:14.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:14.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: Reconfiguring mon.c (monmap changed)... 2024-07-26T23:34:14.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:14.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:14.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:14.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: Reconfiguring daemon mon.c on smithi196 2024-07-26T23:34:14.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:14 smithi175 ceph-mon[31326]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:14.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:14.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:14.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: Reconfiguring mon.c (monmap changed)... 2024-07-26T23:34:14.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T23:34:14.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T23:34:14.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:14.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: Reconfiguring daemon mon.c on smithi196 2024-07-26T23:34:14.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:14 smithi181 ceph-mon[34763]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:16.333 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mgr update... 2024-07-26T23:34:16.848 DEBUG:teuthology.orchestra.run.smithi181:mgr.b> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.b.service 2024-07-26T23:34:16.850 DEBUG:tasks.cephadm:set 0 configs 2024-07-26T23:34:16.850 INFO:tasks.cephadm:Deploying OSDs... 2024-07-26T23:34:16.851 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-07-26T23:34:16.851 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T23:34:16.868 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-07-26T23:34:16.868 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_1 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 986 Links: 1 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-07-26 23:33:23.328602151 +0000 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-07-26 23:28:50.693682114 +0000 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-07-26 23:28:50.693682114 +0000 2024-07-26T23:34:16.927 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-07-26 23:28:50.693682114 +0000 2024-07-26T23:34:16.928 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T23:34:16.989 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.990 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T23:34:16.991 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T23:34:16.991 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T23:34:16.991 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:16.992 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-07-26T23:34:16.992 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-07-26T23:34:16.992 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000213602 s, 2.4 MB/s 2024-07-26T23:34:16.993 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:16.999 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:17.000 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:17.000 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:17.000 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:17.000 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T23:34:17.000 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T23:34:17.000 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T23:34:17.000 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:17.051 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_2 2024-07-26T23:34:17.060 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:17.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:17.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:17.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:17.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T23:34:17.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T23:34:17.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T23:34:17.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:17.107 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T23:34:17.107 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:17.107 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-07-26T23:34:17.108 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:17.108 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:17.108 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-07-26 23:33:23.353601778 +0000 2024-07-26T23:34:17.108 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-07-26 23:28:50.692682129 +0000 2024-07-26T23:34:17.108 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-07-26 23:28:50.692682129 +0000 2024-07-26T23:34:17.108 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-07-26 23:28:50.692682129 +0000 2024-07-26T23:34:17.108 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T23:34:17.171 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-07-26T23:34:17.171 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-07-26T23:34:17.171 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000216173 s, 2.4 MB/s 2024-07-26T23:34:17.172 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T23:34:17.229 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_3 2024-07-26T23:34:17.284 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 989 Links: 1 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-07-26 23:33:23.377601421 +0000 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-07-26 23:28:50.694682099 +0000 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-07-26 23:28:50.694682099 +0000 2024-07-26T23:34:17.285 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-07-26 23:28:50.694682099 +0000 2024-07-26T23:34:17.285 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T23:34:17.348 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-07-26T23:34:17.348 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-07-26T23:34:17.348 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000192642 s, 2.7 MB/s 2024-07-26T23:34:17.349 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T23:34:17.405 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_4 2024-07-26T23:34:17.461 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T23:34:17.461 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:17.461 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-07-26T23:34:17.462 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:17.462 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:17.462 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-07-26 23:33:23.400601078 +0000 2024-07-26T23:34:17.462 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-07-26 23:28:50.692682129 +0000 2024-07-26T23:34:17.462 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-07-26 23:28:50.692682129 +0000 2024-07-26T23:34:17.462 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: 2024-07-26 23:28:50.692682129 +0000 2024-07-26T23:34:17.463 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T23:34:17.524 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-07-26T23:34:17.524 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-07-26T23:34:17.524 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000217417 s, 2.4 MB/s 2024-07-26T23:34:17.526 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T23:34:17.582 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-07-26T23:34:17.583 DEBUG:teuthology.orchestra.run.smithi181:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T23:34:17.599 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-07-26T23:34:17.599 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_1 2024-07-26T23:34:17.655 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-07-26 23:34:02.227450720 +0000 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:17.656 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:17.656 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T23:34:17.722 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-07-26T23:34:17.722 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-07-26T23:34:17.722 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000247067 s, 2.1 MB/s 2024-07-26T23:34:17.725 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T23:34:17.782 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_2 2024-07-26T23:34:17.839 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 960 Links: 1 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-07-26 23:34:02.228450700 +0000 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:17.840 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:17.840 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T23:34:17.910 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-07-26T23:34:17.910 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-07-26T23:34:17.910 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000182249 s, 2.8 MB/s 2024-07-26T23:34:17.911 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T23:34:17.972 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_3 2024-07-26T23:34:18.028 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 956 Links: 1 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-07-26 23:34:17.864136315 +0000 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-07-26 23:28:50.736863371 +0000 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-07-26 23:28:50.736863371 +0000 2024-07-26T23:34:18.029 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: 2024-07-26 23:28:50.736863371 +0000 2024-07-26T23:34:18.029 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T23:34:18.060 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:17 smithi196 ceph-mon[35081]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi175=a;smithi181=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:18.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:17 smithi196 ceph-mon[35081]: Saving service mgr spec with placement smithi175=a;smithi181=b;count:2 2024-07-26T23:34:18.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:17 smithi196 ceph-mon[35081]: Deploying daemon mgr.b on smithi181 2024-07-26T23:34:18.089 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:17 smithi181 ceph-mon[34763]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi175=a;smithi181=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:18.089 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:17 smithi181 ceph-mon[34763]: Saving service mgr spec with placement smithi175=a;smithi181=b;count:2 2024-07-26T23:34:18.089 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:17 smithi181 ceph-mon[34763]: Deploying daemon mgr.b on smithi181 2024-07-26T23:34:18.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:17 smithi175 ceph-mon[31326]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi175=a;smithi181=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:18.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:17 smithi175 ceph-mon[31326]: Saving service mgr spec with placement smithi175=a;smithi181=b;count:2 2024-07-26T23:34:18.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:17 smithi175 ceph-mon[31326]: Deploying daemon mgr.b on smithi181 2024-07-26T23:34:18.102 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-07-26T23:34:18.102 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-07-26T23:34:18.102 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.00019289 s, 2.7 MB/s 2024-07-26T23:34:18.103 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T23:34:18.161 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_4 2024-07-26T23:34:18.217 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 5h/5d Inode: 962 Links: 1 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-07-26 23:34:18.041132757 +0000 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:18.218 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: 2024-07-26 23:28:50.737863351 +0000 2024-07-26T23:34:18.218 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T23:34:18.282 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-07-26T23:34:18.282 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-07-26T23:34:18.283 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000193817 s, 2.6 MB/s 2024-07-26T23:34:18.284 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T23:34:18.340 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-07-26T23:34:18.340 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T23:34:18.360 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-07-26T23:34:18.360 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2024-07-26T23:34:18.394 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:34:18 smithi181 podman[36159]: 2024-07-26 23:34:18.320418828 +0000 UTC m=+0.117363345 container create 0691db88d2e0f08c0361a6658dd276c4811f337b271c934b7d03d5a4df26cb57 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240724, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-07-26T23:34:18.419 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T23:34:18.419 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:18.419 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-07-26T23:34:18.419 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:18.420 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:18.420 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-07-26 23:33:53.155454453 +0000 2024-07-26T23:34:18.420 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-07-26 23:28:49.950894859 +0000 2024-07-26T23:34:18.420 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-07-26 23:28:49.950894859 +0000 2024-07-26T23:34:18.420 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-07-26 23:28:49.950894859 +0000 2024-07-26T23:34:18.420 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T23:34:18.488 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-07-26T23:34:18.489 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-07-26T23:34:18.489 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000290222 s, 1.8 MB/s 2024-07-26T23:34:18.490 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T23:34:18.549 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2024-07-26T23:34:18.607 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T23:34:18.607 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:18.608 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 990 Links: 1 2024-07-26T23:34:18.608 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:18.608 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:18.608 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-07-26 23:33:53.156454432 +0000 2024-07-26T23:34:18.608 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-07-26 23:28:49.951894837 +0000 2024-07-26T23:34:18.608 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-07-26 23:28:49.951894837 +0000 2024-07-26T23:34:18.608 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-07-26 23:28:49.951894837 +0000 2024-07-26T23:34:18.608 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T23:34:18.676 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-07-26T23:34:18.676 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-07-26T23:34:18.676 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000260397 s, 2.0 MB/s 2024-07-26T23:34:18.677 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T23:34:18.737 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-07-26 23:33:53.156454432 +0000 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-07-26 23:28:49.951894837 +0000 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-07-26 23:28:49.951894837 +0000 2024-07-26T23:34:18.795 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-07-26 23:28:49.951894837 +0000 2024-07-26T23:34:18.796 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T23:34:18.863 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-07-26T23:34:18.863 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-07-26T23:34:18.863 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000205884 s, 2.5 MB/s 2024-07-26T23:34:18.863 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T23:34:18.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:18 smithi181 ceph-mon[34763]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:18.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:18 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:18.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:18 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:18.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:18 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:18.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:18 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:18.895 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:34:18 smithi181 podman[36159]: 2024-07-26 23:34:18.548343037 +0000 UTC m=+0.345287566 container init 0691db88d2e0f08c0361a6658dd276c4811f337b271c934b7d03d5a4df26cb57 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-07-26T23:34:18.895 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:34:18 smithi181 podman[36159]: 2024-07-26 23:34:18.553118318 +0000 UTC m=+0.350062838 container start 0691db88d2e0f08c0361a6658dd276c4811f337b271c934b7d03d5a4df26cb57 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-07-26T23:34:18.895 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:34:18 smithi181 ceph-mgr[36250]: -- 172.21.15.181:0/3437986415 <== mon.2 v2:172.21.15.181:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c2b81b10e0 con 0x55c2b818f400 2024-07-26T23:34:18.896 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:34:18 smithi181 bash[36159]: 0691db88d2e0f08c0361a6658dd276c4811f337b271c934b7d03d5a4df26cb57 2024-07-26T23:34:18.896 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:34:18 smithi181 systemd[1]: Started Ceph mgr.b for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:34:18.920 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2024-07-26T23:34:18.976 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T23:34:18.976 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T23:34:18.976 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-07-26T23:34:18.976 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T23:34:18.976 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-07-26T23:34:18.976 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-07-26 23:33:53.157454411 +0000 2024-07-26T23:34:18.977 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-07-26 23:28:49.950894859 +0000 2024-07-26T23:34:18.977 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-07-26 23:28:49.950894859 +0000 2024-07-26T23:34:18.977 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-07-26 23:28:49.950894859 +0000 2024-07-26T23:34:18.977 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T23:34:19.037 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:18 smithi196 ceph-mon[35081]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:19.037 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:18 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.037 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:18 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.037 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:18 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.037 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:18 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.039 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-07-26T23:34:19.039 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-07-26T23:34:19.039 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000201767 s, 2.5 MB/s 2024-07-26T23:34:19.041 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T23:34:19.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:18 smithi175 ceph-mon[31326]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:19.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:18 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:18 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:18 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:18 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:19.098 INFO:tasks.cephadm:Deploying osd.0 on smithi175 with /dev/vg_nvme/lv_4... 2024-07-26T23:34:19.099 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T23:34:19.354 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:34:20.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:19 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:20.091 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:19 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:20.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:19 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: Reconfiguring mgr.a (unknown last config time)... 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T23:34:20.941 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:20.942 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: Reconfiguring daemon mgr.a on smithi175 2024-07-26T23:34:20.942 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:20 smithi175 ceph-mon[31326]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:21.259 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T23:34:21.294 INFO:teuthology.orchestra.run.smithi175.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T23:34:21.309 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10+0 records in 2024-07-26T23:34:21.310 INFO:teuthology.orchestra.run.smithi175.stderr:10+0 records out 2024-07-26T23:34:21.310 INFO:teuthology.orchestra.run.smithi175.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135269 s, 775 MB/s 2024-07-26T23:34:21.310 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping successful for: 2024-07-26T23:34:21.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:21.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:21.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:21.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:21.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:21.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: Reconfiguring mgr.a (unknown last config time)... 2024-07-26T23:34:21.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T23:34:21.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T23:34:21.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:21.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: Reconfiguring daemon mgr.a on smithi175 2024-07-26T23:34:21.312 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:20 smithi196 ceph-mon[35081]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:21.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:21.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:21.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:21.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:21.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:21.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: Reconfiguring mgr.a (unknown last config time)... 2024-07-26T23:34:21.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T23:34:21.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T23:34:21.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:21.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: Reconfiguring daemon mgr.a on smithi175 2024-07-26T23:34:21.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:20 smithi181 ceph-mon[34763]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:22.462 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi175:vg_nvme/lv_4 2024-07-26T23:34:22.710 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:23.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:22 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:23.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:22 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:23.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:23.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:23.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:23.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:23.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:22 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:24.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:24 smithi196 ceph-mon[35081]: Standby manager daemon b started 2024-07-26T23:34:24.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:24 smithi196 ceph-mon[35081]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T23:34:24.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:24 smithi196 ceph-mon[35081]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T23:34:24.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:24 smithi196 ceph-mon[35081]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T23:34:24.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:24 smithi196 ceph-mon[35081]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T23:34:24.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:24 smithi175 ceph-mon[31326]: Standby manager daemon b started 2024-07-26T23:34:24.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:24 smithi175 ceph-mon[31326]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T23:34:24.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:24 smithi175 ceph-mon[31326]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T23:34:24.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:24 smithi175 ceph-mon[31326]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T23:34:24.343 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:24 smithi175 ceph-mon[31326]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T23:34:24.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:24 smithi181 ceph-mon[34763]: Standby manager daemon b started 2024-07-26T23:34:24.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:24 smithi181 ceph-mon[34763]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T23:34:24.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:24 smithi181 ceph-mon[34763]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T23:34:24.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:24 smithi181 ceph-mon[34763]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T23:34:24.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:24 smithi181 ceph-mon[34763]: from='mgr.? 172.21.15.181:0/1114511721' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T23:34:25.054 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:25 smithi175 ceph-mon[31326]: mgrmap e14: a(active, since 71s), standbys: b 2024-07-26T23:34:25.054 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T23:34:25.054 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:25 smithi175 ceph-mon[31326]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:25.054 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:34:25.054 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:34:25.055 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:25 smithi196 ceph-mon[35081]: mgrmap e14: a(active, since 71s), standbys: b 2024-07-26T23:34:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:25 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T23:34:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:25 smithi196 ceph-mon[35081]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:25 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:34:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:25 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:34:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:25 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:25.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:25 smithi181 ceph-mon[34763]: mgrmap e14: a(active, since 71s), standbys: b 2024-07-26T23:34:25.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:25 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T23:34:25.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:25 smithi181 ceph-mon[34763]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:25.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:25 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:34:25.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:25 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:34:25.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:25 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:26.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:26 smithi175 ceph-mon[31326]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:26.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:26 smithi196 ceph-mon[35081]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:26.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:26 smithi181 ceph-mon[34763]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:27.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:27 smithi175 ceph-mon[31326]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:27.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:27 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2159282582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "165ab1f6-f5f2-4a4b-a040-898adc36ba71"} : dispatch 2024-07-26T23:34:27.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:27 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2159282582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "165ab1f6-f5f2-4a4b-a040-898adc36ba71"}]': finished 2024-07-26T23:34:27.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:27 smithi175 ceph-mon[31326]: osdmap e5: 1 total, 0 up, 1 in 2024-07-26T23:34:27.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:27.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:27 smithi196 ceph-mon[35081]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:27.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:27 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/2159282582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "165ab1f6-f5f2-4a4b-a040-898adc36ba71"} : dispatch 2024-07-26T23:34:27.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:27 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/2159282582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "165ab1f6-f5f2-4a4b-a040-898adc36ba71"}]': finished 2024-07-26T23:34:27.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:27 smithi196 ceph-mon[35081]: osdmap e5: 1 total, 0 up, 1 in 2024-07-26T23:34:27.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:27.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:27 smithi181 ceph-mon[34763]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:27.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:27 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/2159282582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "165ab1f6-f5f2-4a4b-a040-898adc36ba71"} : dispatch 2024-07-26T23:34:27.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:27 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/2159282582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "165ab1f6-f5f2-4a4b-a040-898adc36ba71"}]': finished 2024-07-26T23:34:27.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:27 smithi181 ceph-mon[34763]: osdmap e5: 1 total, 0 up, 1 in 2024-07-26T23:34:27.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:28.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:28 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/1554781440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:34:28.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:28 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1554781440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:34:28.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:28 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/1554781440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:34:29.286 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:29 smithi175 ceph-mon[31326]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:29.295 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:29 smithi181 ceph-mon[34763]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:29.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:29 smithi196 ceph-mon[35081]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:31.392 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:31 smithi175 ceph-mon[31326]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:31.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:31 smithi181 ceph-mon[34763]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:31.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:31 smithi196 ceph-mon[35081]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:33.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:33 smithi175 ceph-mon[31326]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:33.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:33 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T23:34:33.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:33 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:33.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:33 smithi181 ceph-mon[34763]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:33.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:33 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T23:34:33.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:33 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:33.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:33 smithi196 ceph-mon[35081]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:33.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:33 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T23:34:33.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:33 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:34.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:34 smithi175 ceph-mon[31326]: Deploying daemon osd.0 on smithi175 2024-07-26T23:34:34.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:34 smithi181 ceph-mon[34763]: Deploying daemon osd.0 on smithi175 2024-07-26T23:34:34.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:34 smithi196 ceph-mon[35081]: Deploying daemon osd.0 on smithi175 2024-07-26T23:34:35.215 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:35 smithi175 ceph-mon[31326]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:35.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:35 smithi181 ceph-mon[34763]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:35.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:35 smithi196 ceph-mon[35081]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:37.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:37 smithi181 ceph-mon[34763]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:37.465 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:37 smithi175 ceph-mon[31326]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:37.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:37 smithi196 ceph-mon[35081]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:38.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:38 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:38.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:38 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:38.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:38 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:38.438 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:38 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:38.438 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:38 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:38.438 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:38 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:38.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:38 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:38.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:38 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:38.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:38 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:39.341 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:39 smithi175 ceph-mon[31326]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:39.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:39 smithi181 ceph-mon[34763]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:39.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:39 smithi196 ceph-mon[35081]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:40.902 INFO:teuthology.orchestra.run.smithi175.stdout:Created osd(s) 0 on host 'smithi175' 2024-07-26T23:34:41.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.395 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:41 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.489 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:41.490 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.490 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.490 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:41.490 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:41.490 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.490 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T23:34:41.490 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:41.491 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.491 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:41 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.517 DEBUG:teuthology.orchestra.run.smithi175:osd.0> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.0.service 2024-07-26T23:34:41.520 INFO:tasks.cephadm:Deploying osd.1 on smithi181 with /dev/vg_nvme/lv_4... 2024-07-26T23:34:41.520 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:41 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:41.778 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.b/config 2024-07-26T23:34:42.347 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:42 smithi175 ceph-mon[31326]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T23:34:42.348 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:42 smithi175 ceph-mon[31326]: osdmap e6: 1 total, 0 up, 1 in 2024-07-26T23:34:42.348 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:42 smithi175 ceph-mon[31326]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-07-26T23:34:42.348 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:42 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:42.348 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:42 smithi175 ceph-mon[31326]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:42.548 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:42 smithi181 ceph-mon[34763]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T23:34:42.549 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:42 smithi181 ceph-mon[34763]: osdmap e6: 1 total, 0 up, 1 in 2024-07-26T23:34:42.549 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:42 smithi181 ceph-mon[34763]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-07-26T23:34:42.549 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:42 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:42.549 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:42 smithi181 ceph-mon[34763]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:42.688 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:34:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0[46750]: 2024-07-26T23:34:42.346+0000 7fb5b82c2640 -1 osd.0 0 waiting for initial osdmap 2024-07-26T23:34:42.688 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:34:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0[46750]: 2024-07-26T23:34:42.348+0000 7fb5b40e9640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-26T23:34:42.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:42 smithi196 ceph-mon[35081]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T23:34:42.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:42 smithi196 ceph-mon[35081]: osdmap e6: 1 total, 0 up, 1 in 2024-07-26T23:34:42.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:42 smithi196 ceph-mon[35081]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]} : dispatch 2024-07-26T23:34:42.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:42 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:42.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:42 smithi196 ceph-mon[35081]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T23:34:43.377 INFO:teuthology.orchestra.run.smithi181.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T23:34:43.465 INFO:teuthology.orchestra.run.smithi181.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T23:34:43.478 INFO:teuthology.orchestra.run.smithi181.stderr: stderr: 10+0 records in 2024-07-26T23:34:43.478 INFO:teuthology.orchestra.run.smithi181.stderr:10+0 records out 2024-07-26T23:34:43.478 INFO:teuthology.orchestra.run.smithi181.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113593 s, 923 MB/s 2024-07-26T23:34:43.478 INFO:teuthology.orchestra.run.smithi181.stderr:--> Zapping successful for: 2024-07-26T23:34:43.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:43 smithi175 ceph-mon[31326]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-07-26T23:34:43.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:43 smithi175 ceph-mon[31326]: osdmap e7: 1 total, 0 up, 1 in 2024-07-26T23:34:43.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:43 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:43.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:43 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:43.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:43 smithi181 ceph-mon[34763]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-07-26T23:34:43.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:43 smithi181 ceph-mon[34763]: osdmap e7: 1 total, 0 up, 1 in 2024-07-26T23:34:43.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:43 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:43.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:43 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:43.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:43 smithi196 ceph-mon[35081]: from='osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-07-26T23:34:43.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:43 smithi196 ceph-mon[35081]: osdmap e7: 1 total, 0 up, 1 in 2024-07-26T23:34:43.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:43 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:43.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:43 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:44.200 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi181:vg_nvme/lv_4 2024-07-26T23:34:44.449 INFO:teuthology.orchestra.run.smithi181.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.b/config 2024-07-26T23:34:44.571 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:44 smithi181 ceph-mon[34763]: purged_snaps scrub starts 2024-07-26T23:34:44.572 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:44 smithi181 ceph-mon[34763]: purged_snaps scrub ok 2024-07-26T23:34:44.572 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:44 smithi181 ceph-mon[34763]: osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575] boot 2024-07-26T23:34:44.572 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:44 smithi181 ceph-mon[34763]: osdmap e8: 1 total, 1 up, 1 in 2024-07-26T23:34:44.572 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:44 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:44.572 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:44 smithi181 ceph-mon[34763]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:44.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:44 smithi196 ceph-mon[35081]: purged_snaps scrub starts 2024-07-26T23:34:44.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:44 smithi196 ceph-mon[35081]: purged_snaps scrub ok 2024-07-26T23:34:44.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:44 smithi196 ceph-mon[35081]: osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575] boot 2024-07-26T23:34:44.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:44 smithi196 ceph-mon[35081]: osdmap e8: 1 total, 1 up, 1 in 2024-07-26T23:34:44.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:44 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:44.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:44 smithi196 ceph-mon[35081]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:44.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:44 smithi175 ceph-mon[31326]: purged_snaps scrub starts 2024-07-26T23:34:44.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:44 smithi175 ceph-mon[31326]: purged_snaps scrub ok 2024-07-26T23:34:44.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:44 smithi175 ceph-mon[31326]: osd.0 [v2:172.21.15.175:6802/3219949575,v1:172.21.15.175:6803/3219949575] boot 2024-07-26T23:34:44.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:44 smithi175 ceph-mon[31326]: osdmap e8: 1 total, 1 up, 1 in 2024-07-26T23:34:44.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:44 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T23:34:44.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:44 smithi175 ceph-mon[31326]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:45.478 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: osdmap e9: 1 total, 1 up, 1 in 2024-07-26T23:34:45.478 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: Detected new or changed devices on smithi175 2024-07-26T23:34:45.478 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.478 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.478 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-07-26T23:34:45.479 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: Adjusting osd_memory_target on smithi175 to 17088M 2024-07-26T23:34:45.479 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.479 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:45.479 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:45.479 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:45 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: osdmap e9: 1 total, 1 up, 1 in 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: Detected new or changed devices on smithi175 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: Adjusting osd_memory_target on smithi175 to 17088M 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:45.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:45.812 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:45 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: osdmap e9: 1 total, 1 up, 1 in 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: Detected new or changed devices on smithi175 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: Adjusting osd_memory_target on smithi175 to 17088M 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:45.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:45.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:34:45.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:45 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:46.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:46 smithi181 ceph-mon[34763]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:46.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:46 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:34:46.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:46 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:34:46.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:46 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:46.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:46 smithi196 ceph-mon[35081]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:46.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:46 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:34:46.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:46 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:34:46.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:46 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:46.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:46 smithi175 ceph-mon[31326]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:46.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:46 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:34:46.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:46 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:34:46.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:46 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:47.503 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:47 smithi181 ceph-mon[34763]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:47.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:47 smithi196 ceph-mon[35081]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:47.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:47 smithi175 ceph-mon[31326]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi181:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:34:48.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:48 smithi181 ceph-mon[34763]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:48.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:48 smithi196 ceph-mon[35081]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:48.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:48 smithi175 ceph-mon[31326]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:49.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:49 smithi181 ceph-mon[34763]: from='client.? 172.21.15.181:0/2273266987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"} : dispatch 2024-07-26T23:34:49.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:49 smithi181 ceph-mon[34763]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"} : dispatch 2024-07-26T23:34:49.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:49 smithi181 ceph-mon[34763]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"}]': finished 2024-07-26T23:34:49.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:49 smithi181 ceph-mon[34763]: osdmap e10: 2 total, 1 up, 2 in 2024-07-26T23:34:49.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:49 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:34:49.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:49 smithi181 ceph-mon[34763]: from='client.? 172.21.15.181:0/3694277332' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:34:49.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:49 smithi196 ceph-mon[35081]: from='client.? 172.21.15.181:0/2273266987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"} : dispatch 2024-07-26T23:34:49.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:49 smithi196 ceph-mon[35081]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"} : dispatch 2024-07-26T23:34:49.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:49 smithi196 ceph-mon[35081]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"}]': finished 2024-07-26T23:34:49.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:49 smithi196 ceph-mon[35081]: osdmap e10: 2 total, 1 up, 2 in 2024-07-26T23:34:49.812 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:49 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:34:49.812 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:49 smithi196 ceph-mon[35081]: from='client.? 172.21.15.181:0/3694277332' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:34:49.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:49 smithi175 ceph-mon[31326]: from='client.? 172.21.15.181:0/2273266987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"} : dispatch 2024-07-26T23:34:49.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:49 smithi175 ceph-mon[31326]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"} : dispatch 2024-07-26T23:34:49.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:49 smithi175 ceph-mon[31326]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f37babf4-952c-44d5-8637-5a4514bfc88f"}]': finished 2024-07-26T23:34:49.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:49 smithi175 ceph-mon[31326]: osdmap e10: 2 total, 1 up, 2 in 2024-07-26T23:34:49.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:49 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:34:49.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:49 smithi175 ceph-mon[31326]: from='client.? 172.21.15.181:0/3694277332' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:34:50.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:50 smithi181 ceph-mon[34763]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:50.717 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:50 smithi196 ceph-mon[35081]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:50.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:50 smithi175 ceph-mon[31326]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:53.144 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:53 smithi181 ceph-mon[34763]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:53.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:53 smithi196 ceph-mon[35081]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:53.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:53 smithi175 ceph-mon[31326]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:55.354 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:55 smithi181 ceph-mon[34763]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:55.354 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:55 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T23:34:55.354 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:55 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:55.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:55 smithi196 ceph-mon[35081]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:55.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:55 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T23:34:55.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:55 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:55.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:55 smithi175 ceph-mon[31326]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:55.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:55 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T23:34:55.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:55 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:34:56.164 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:56 smithi181 ceph-mon[34763]: Deploying daemon osd.1 on smithi181 2024-07-26T23:34:56.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:56 smithi196 ceph-mon[35081]: Deploying daemon osd.1 on smithi181 2024-07-26T23:34:56.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:56 smithi175 ceph-mon[31326]: Deploying daemon osd.1 on smithi181 2024-07-26T23:34:57.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:57 smithi181 ceph-mon[34763]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:57.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:57 smithi196 ceph-mon[35081]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:57.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:57 smithi175 ceph-mon[31326]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:59.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:59 smithi181 ceph-mon[34763]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:59.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:59 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:59.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:59 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:59.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:34:59 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:59.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:59 smithi196 ceph-mon[35081]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:59.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:34:59 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:59 smithi175 ceph-mon[31326]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:34:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:34:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:34:59.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:34:59 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:01.259 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:01 smithi181 ceph-mon[34763]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:01.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:01 smithi196 ceph-mon[35081]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:01.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:01 smithi175 ceph-mon[31326]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:02.318 INFO:teuthology.orchestra.run.smithi181.stdout:Created osd(s) 1 on host 'smithi181' 2024-07-26T23:35:02.530 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.531 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:02 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T23:35:02.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:02.812 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.812 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:02 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:02.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:02.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:02.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T23:35:02.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T23:35:02.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:02.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:02 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:02.878 DEBUG:teuthology.orchestra.run.smithi181:osd.1> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.1.service 2024-07-26T23:35:02.881 INFO:tasks.cephadm:Deploying osd.2 on smithi196 with /dev/vg_nvme/lv_4... 2024-07-26T23:35:02.881 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T23:35:03.141 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T23:35:03.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:03 smithi196 ceph-mon[35081]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T23:35:03.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:03 smithi196 ceph-mon[35081]: osdmap e11: 2 total, 1 up, 2 in 2024-07-26T23:35:03.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:03 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:03.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:03 smithi196 ceph-mon[35081]: from='osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]} : dispatch 2024-07-26T23:35:03.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:03 smithi196 ceph-mon[35081]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]} : dispatch 2024-07-26T23:35:03.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:03 smithi175 ceph-mon[31326]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T23:35:03.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:03 smithi175 ceph-mon[31326]: osdmap e11: 2 total, 1 up, 2 in 2024-07-26T23:35:03.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:03 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:03.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:03 smithi175 ceph-mon[31326]: from='osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]} : dispatch 2024-07-26T23:35:03.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:03 smithi175 ceph-mon[31326]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]} : dispatch 2024-07-26T23:35:03.873 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:03 smithi181 ceph-mon[34763]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T23:35:03.928 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:03 smithi181 ceph-mon[34763]: osdmap e11: 2 total, 1 up, 2 in 2024-07-26T23:35:03.928 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:03 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:03.928 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:03 smithi181 ceph-mon[34763]: from='osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]} : dispatch 2024-07-26T23:35:03.928 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:03 smithi181 ceph-mon[34763]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]} : dispatch 2024-07-26T23:35:03.929 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:03 smithi181 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1[39268]: 2024-07-26T23:35:03.548+0000 7fc424a14640 -1 osd.1 0 waiting for initial osdmap 2024-07-26T23:35:03.929 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:03 smithi181 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1[39268]: 2024-07-26T23:35:03.551+0000 7fc42083b640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-26T23:35:04.674 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T23:35:04.755 INFO:teuthology.orchestra.run.smithi196.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T23:35:04.769 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10+0 records in 2024-07-26T23:35:04.769 INFO:teuthology.orchestra.run.smithi196.stderr:10+0 records out 2024-07-26T23:35:04.769 INFO:teuthology.orchestra.run.smithi196.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111918 s, 937 MB/s 2024-07-26T23:35:04.769 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:04 smithi196 ceph-mon[35081]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-07-26T23:35:04.770 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:04 smithi196 ceph-mon[35081]: osdmap e12: 2 total, 1 up, 2 in 2024-07-26T23:35:04.770 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:04 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:04.770 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:04 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:04.770 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:04 smithi196 ceph-mon[35081]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:04.770 INFO:teuthology.orchestra.run.smithi196.stderr:--> Zapping successful for: 2024-07-26T23:35:04.826 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:04 smithi181 ceph-mon[34763]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-07-26T23:35:04.826 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:04 smithi181 ceph-mon[34763]: osdmap e12: 2 total, 1 up, 2 in 2024-07-26T23:35:04.826 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:04 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:04.826 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:04 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:04.827 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:04 smithi181 ceph-mon[34763]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:04.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:04 smithi175 ceph-mon[31326]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-07-26T23:35:04.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:04 smithi175 ceph-mon[31326]: osdmap e12: 2 total, 1 up, 2 in 2024-07-26T23:35:04.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:04 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:04.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:04 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:04.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:04 smithi175 ceph-mon[31326]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T23:35:05.344 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi196:vg_nvme/lv_4 2024-07-26T23:35:05.596 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T23:35:05.702 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: purged_snaps scrub starts 2024-07-26T23:35:05.702 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: purged_snaps scrub ok 2024-07-26T23:35:05.702 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:05.702 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849] boot 2024-07-26T23:35:05.702 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: osdmap e13: 2 total, 2 up, 2 in 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:05.703 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:05 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: purged_snaps scrub starts 2024-07-26T23:35:05.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: purged_snaps scrub ok 2024-07-26T23:35:05.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:05.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849] boot 2024-07-26T23:35:05.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: osdmap e13: 2 total, 2 up, 2 in 2024-07-26T23:35:05.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:05.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T23:35:05.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:05.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:05.843 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:05 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: purged_snaps scrub starts 2024-07-26T23:35:05.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: purged_snaps scrub ok 2024-07-26T23:35:05.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:05.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: osd.1 [v2:172.21.15.181:6800/2797866849,v1:172.21.15.181:6801/2797866849] boot 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: osdmap e13: 2 total, 2 up, 2 in 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:05.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:05 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:06.774 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:06 smithi196 ceph-mon[35081]: Detected new or changed devices on smithi181 2024-07-26T23:35:06.775 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:06 smithi196 ceph-mon[35081]: Adjusting osd_memory_target on smithi181 to 17088M 2024-07-26T23:35:06.775 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:06 smithi196 ceph-mon[35081]: osdmap e14: 2 total, 2 up, 2 in 2024-07-26T23:35:06.775 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:06 smithi196 ceph-mon[35081]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:06.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:06 smithi175 ceph-mon[31326]: Detected new or changed devices on smithi181 2024-07-26T23:35:06.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:06 smithi175 ceph-mon[31326]: Adjusting osd_memory_target on smithi181 to 17088M 2024-07-26T23:35:06.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:06 smithi175 ceph-mon[31326]: osdmap e14: 2 total, 2 up, 2 in 2024-07-26T23:35:06.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:06 smithi175 ceph-mon[31326]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:06.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:06 smithi181 ceph-mon[34763]: Detected new or changed devices on smithi181 2024-07-26T23:35:06.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:06 smithi181 ceph-mon[34763]: Adjusting osd_memory_target on smithi181 to 17088M 2024-07-26T23:35:06.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:06 smithi181 ceph-mon[34763]: osdmap e14: 2 total, 2 up, 2 in 2024-07-26T23:35:06.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:06 smithi181 ceph-mon[34763]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:07.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:35:07.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:35:07.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:07 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:07.870 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:35:07.870 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:35:07.871 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:07 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:07.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T23:35:07.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T23:35:07.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:07 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:08.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:08 smithi175 ceph-mon[31326]: from='client.24127 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:35:08.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:08 smithi175 ceph-mon[31326]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:08.865 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:08 smithi196 ceph-mon[35081]: from='client.24127 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:35:08.865 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:08 smithi196 ceph-mon[35081]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:08.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:08 smithi181 ceph-mon[34763]: from='client.24127 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi196:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T23:35:08.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:08 smithi181 ceph-mon[34763]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:09.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:09 smithi175 ceph-mon[31326]: from='client.? 172.21.15.196:0/4025104884' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"} : dispatch 2024-07-26T23:35:09.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:09 smithi175 ceph-mon[31326]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"} : dispatch 2024-07-26T23:35:09.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:09 smithi175 ceph-mon[31326]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"}]': finished 2024-07-26T23:35:09.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:09 smithi175 ceph-mon[31326]: osdmap e15: 3 total, 2 up, 3 in 2024-07-26T23:35:09.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:09 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:09.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:09 smithi181 ceph-mon[34763]: from='client.? 172.21.15.196:0/4025104884' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"} : dispatch 2024-07-26T23:35:09.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:09 smithi181 ceph-mon[34763]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"} : dispatch 2024-07-26T23:35:09.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:09 smithi181 ceph-mon[34763]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"}]': finished 2024-07-26T23:35:09.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:09 smithi181 ceph-mon[34763]: osdmap e15: 3 total, 2 up, 3 in 2024-07-26T23:35:09.895 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:09 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:09 smithi196 ceph-mon[35081]: from='client.? 172.21.15.196:0/4025104884' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"} : dispatch 2024-07-26T23:35:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:09 smithi196 ceph-mon[35081]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"} : dispatch 2024-07-26T23:35:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:09 smithi196 ceph-mon[35081]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "debfdb43-764f-41a5-b800-3d3e5dacec01"}]': finished 2024-07-26T23:35:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:09 smithi196 ceph-mon[35081]: osdmap e15: 3 total, 2 up, 3 in 2024-07-26T23:35:10.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:09 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:10.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:10 smithi175 ceph-mon[31326]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:10.842 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:10 smithi175 ceph-mon[31326]: from='client.? 172.21.15.196:0/344681389' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:35:10.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:10 smithi181 ceph-mon[34763]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:10.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:10 smithi181 ceph-mon[34763]: from='client.? 172.21.15.196:0/344681389' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:35:11.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:10 smithi196 ceph-mon[35081]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:11.062 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:10 smithi196 ceph-mon[35081]: from='client.? 172.21.15.196:0/344681389' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T23:35:13.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:13 smithi196 ceph-mon[35081]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:13.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:13 smithi181 ceph-mon[34763]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:13.545 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:13 smithi175 ceph-mon[31326]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:15.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:15 smithi181 ceph-mon[34763]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:15.402 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:15 smithi196 ceph-mon[35081]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:15.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:15 smithi175 ceph-mon[31326]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:16.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T23:35:16.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:16 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:16.500 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T23:35:16.500 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:16 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:16.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T23:35:16.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:16 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:17.290 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:17 smithi196 ceph-mon[35081]: Deploying daemon osd.2 on smithi196 2024-07-26T23:35:17.291 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:17 smithi196 ceph-mon[35081]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:17.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:17 smithi181 ceph-mon[34763]: Deploying daemon osd.2 on smithi196 2024-07-26T23:35:17.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:17 smithi181 ceph-mon[34763]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:17.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:17 smithi175 ceph-mon[31326]: Deploying daemon osd.2 on smithi196 2024-07-26T23:35:17.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:17 smithi175 ceph-mon[31326]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:19.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:19 smithi181 ceph-mon[34763]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:19.438 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:19 smithi196 ceph-mon[35081]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:19.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:19 smithi175 ceph-mon[31326]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:21.289 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:21 smithi196 ceph-mon[35081]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:21.289 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:21 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:21.289 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:21 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:21.290 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:21 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:21.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:21 smithi181 ceph-mon[34763]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:21.466 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:21 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:21.466 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:21 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:21.466 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:21 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:21.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:21 smithi175 ceph-mon[31326]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:21.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:21 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:21.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:21 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:21.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:21 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:23.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:23 smithi196 ceph-mon[35081]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:23.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:23 smithi181 ceph-mon[34763]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:23.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:23 smithi175 ceph-mon[31326]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:23.732 INFO:teuthology.orchestra.run.smithi196.stdout:Created osd(s) 2 on host 'smithi196' 2024-07-26T23:35:24.258 DEBUG:teuthology.orchestra.run.smithi196:osd.2> sudo journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.2.service 2024-07-26T23:35:24.261 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-07-26T23:35:24.261 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph osd stat -f json 2024-07-26T23:35:24.486 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.486 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.487 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:24 smithi196 ceph-mon[35081]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:24.513 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:24 smithi175 ceph-mon[31326]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:24.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:24.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:24.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T23:35:24.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T23:35:24.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T23:35:24.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:24.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:24 smithi181 ceph-mon[34763]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:25.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:25 smithi196 ceph-mon[35081]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T23:35:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:25 smithi196 ceph-mon[35081]: osdmap e16: 3 total, 2 up, 3 in 2024-07-26T23:35:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:25 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:25 smithi196 ceph-mon[35081]: from='osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-07-26T23:35:25.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:25 smithi196 ceph-mon[35081]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-07-26T23:35:25.557 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:25 smithi175 ceph-mon[31326]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T23:35:25.557 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:25 smithi175 ceph-mon[31326]: osdmap e16: 3 total, 2 up, 3 in 2024-07-26T23:35:25.557 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:25 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:25.557 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:25 smithi175 ceph-mon[31326]: from='osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-07-26T23:35:25.557 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:25 smithi175 ceph-mon[31326]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-07-26T23:35:25.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:25 smithi181 ceph-mon[34763]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T23:35:25.675 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:25 smithi181 ceph-mon[34763]: osdmap e16: 3 total, 2 up, 3 in 2024-07-26T23:35:25.675 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:25 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:25.676 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:25 smithi181 ceph-mon[34763]: from='osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-07-26T23:35:25.676 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:25 smithi181 ceph-mon[34763]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]} : dispatch 2024-07-26T23:35:26.061 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:25 smithi196 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2[39656]: 2024-07-26T23:35:25.723+0000 7f1a24918640 -1 osd.2 0 waiting for initial osdmap 2024-07-26T23:35:26.061 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:25 smithi196 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2[39656]: 2024-07-26T23:35:25.729+0000 7f1a1c737640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-07-26T23:35:26.218 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:35:26.538 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:26 smithi175 ceph-mon[31326]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-07-26T23:35:26.538 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:26 smithi175 ceph-mon[31326]: osdmap e17: 3 total, 2 up, 3 in 2024-07-26T23:35:26.538 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:26.538 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:26 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:26.538 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:26 smithi175 ceph-mon[31326]: from='osd.2 ' entity='osd.2' 2024-07-26T23:35:26.538 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:26 smithi175 ceph-mon[31326]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:26.539 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:26 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/3562353584' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T23:35:26.547 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:26 smithi196 ceph-mon[35081]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-07-26T23:35:26.547 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:26 smithi196 ceph-mon[35081]: osdmap e17: 3 total, 2 up, 3 in 2024-07-26T23:35:26.547 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:26 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:26.547 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:26 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:26.547 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:26 smithi196 ceph-mon[35081]: from='osd.2 ' entity='osd.2' 2024-07-26T23:35:26.547 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:26 smithi196 ceph-mon[35081]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:26.548 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:26 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/3562353584' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T23:35:26.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:26 smithi181 ceph-mon[34763]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-07-26T23:35:26.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:26 smithi181 ceph-mon[34763]: osdmap e17: 3 total, 2 up, 3 in 2024-07-26T23:35:26.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:26 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:26.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:26 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:26.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:26 smithi181 ceph-mon[34763]: from='osd.2 ' entity='osd.2' 2024-07-26T23:35:26.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:26 smithi181 ceph-mon[34763]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T23:35:26.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:26 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/3562353584' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T23:35:26.783 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1722036904,"num_in_osds":3,"osd_in_since":1722036909,"num_remapped_pgs":0} 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: purged_snaps scrub starts 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: purged_snaps scrub ok 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103] boot 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: osdmap e18: 3 total, 3 up, 3 in 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: Detected new or changed devices on smithi196 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T23:35:27.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: Adjusting osd_memory_target on smithi196 to 21184M 2024-07-26T23:35:27.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:27.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:27.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:27 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: purged_snaps scrub starts 2024-07-26T23:35:27.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: purged_snaps scrub ok 2024-07-26T23:35:27.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:27.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103] boot 2024-07-26T23:35:27.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: osdmap e18: 3 total, 3 up, 3 in 2024-07-26T23:35:27.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:27.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: Detected new or changed devices on smithi196 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: Adjusting osd_memory_target on smithi196 to 21184M 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:27.593 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:27 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: purged_snaps scrub starts 2024-07-26T23:35:27.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: purged_snaps scrub ok 2024-07-26T23:35:27.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:27.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: osd.2 [v2:172.21.15.196:6800/3861100103,v1:172.21.15.196:6801/3861100103] boot 2024-07-26T23:35:27.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: osdmap e18: 3 total, 3 up, 3 in 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: Detected new or changed devices on smithi196 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: Adjusting osd_memory_target on smithi196 to 21184M 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T23:35:27.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:27 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:27.784 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph osd stat -f json 2024-07-26T23:35:28.042 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:35:28.483 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:28 smithi175 ceph-mon[31326]: pgmap v76: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:28.483 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:28 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-07-26T23:35:28.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:28 smithi196 ceph-mon[35081]: pgmap v76: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:28.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:28 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-07-26T23:35:28.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:28 smithi181 ceph-mon[34763]: pgmap v76: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:28.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:28 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-07-26T23:35:29.341 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-26T23:35:29.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 ceph-mon[31326]: osdmap e19: 3 total, 3 up, 3 in 2024-07-26T23:35:29.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T23:35:29.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-26T23:35:29.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 ceph-mon[35081]: osdmap e19: 3 total, 3 up, 3 in 2024-07-26T23:35:29.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T23:35:29.561 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-07-26T23:35:29.561 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 ceph-mon[34763]: osdmap e19: 3 total, 3 up, 3 in 2024-07-26T23:35:29.561 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43399]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43399]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43399]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43399]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43402]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43402]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43402]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43402]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43127]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43127]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43127]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.562 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43127]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.563 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43130]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T23:35:29.563 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43130]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.563 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43130]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.563 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43130]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.761 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:35:29.761 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51032]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T23:35:29.761 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51032]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.762 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51032]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.762 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51032]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.762 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51035]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T23:35:29.762 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51035]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.762 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51035]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.762 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51035]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.762 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51001]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T23:35:29.762 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51001]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.763 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51001]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.763 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51001]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.763 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51015]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T23:35:29.763 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51015]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.763 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51015]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.763 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:29 smithi175 sudo[51015]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43134]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43134]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43134]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43134]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43137]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43137]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43137]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:29.811 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:29 smithi181 sudo[43137]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:30.060 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43405]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-07-26T23:35:30.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43405]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:30.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43405]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:30.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43405]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:30.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43408]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-07-26T23:35:30.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43408]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-07-26T23:35:30.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43408]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-07-26T23:35:30.061 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:29 smithi196 sudo[43408]: pam_unix(sudo:session): session closed for user root 2024-07-26T23:35:30.328 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T23:35:30.328 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: osdmap e20: 3 total, 3 up, 3 in 2024-07-26T23:35:30.328 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.328 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.328 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.328 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.329 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/711786772' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T23:35:30.330 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:30 smithi175 ceph-mon[31326]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:30.355 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1722036926,"num_in_osds":3,"osd_in_since":1722036909,"num_remapped_pgs":0} 2024-07-26T23:35:30.356 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph osd dump --format=json 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: osdmap e20: 3 total, 3 up, 3 in 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/711786772' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T23:35:30.562 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:30 smithi196 ceph-mon[35081]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:30.606 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:35:30.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T23:35:30.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: osdmap e20: 3 total, 3 up, 3 in 2024-07-26T23:35:30.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' 2024-07-26T23:35:30.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T23:35:30.645 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T23:35:30.646 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T23:35:30.646 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='mgr.14150 172.21.15.175:0/1738962386' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T23:35:30.646 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T23:35:30.646 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/711786772' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T23:35:30.646 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:30 smithi181 ceph-mon[34763]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:31.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:31 smithi196 ceph-mon[35081]: osdmap e21: 3 total, 3 up, 3 in 2024-07-26T23:35:31.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:31 smithi196 ceph-mon[35081]: mgrmap e15: a(active, since 2m), standbys: b 2024-07-26T23:35:31.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:31 smithi175 ceph-mon[31326]: osdmap e21: 3 total, 3 up, 3 in 2024-07-26T23:35:31.592 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:31 smithi175 ceph-mon[31326]: mgrmap e15: a(active, since 2m), standbys: b 2024-07-26T23:35:31.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:31 smithi181 ceph-mon[34763]: osdmap e21: 3 total, 3 up, 3 in 2024-07-26T23:35:31.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:31 smithi181 ceph-mon[34763]: mgrmap e15: a(active, since 2m), standbys: b 2024-07-26T23:35:32.280 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:35:32.280 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":21,"fsid":"25e5c168-4ba7-11ef-bcbf-c7b262605968","created":"2024-07-26T23:32:19.416626+0000","modified":"2024-07-26T23:35:30.301124+0000","last_up_change":"2024-07-26T23:35:26.726802+0000","last_in_change":"2024-07-26T23:35:09.547478+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-07-26T23:35:28.128856+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"165ab1f6-f5f2-4a4b-a040-898adc36ba71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":3219949575},{"type":"v1","addr":"172.21.15.175:6803","nonce":3219949575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":3219949575},{"type":"v1","addr":"172.21.15.175:6805","nonce":3219949575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6808","nonce":3219949575},{"type":"v1","addr":"172.21.15.175:6809","nonce":3219949575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":3219949575},{"type":"v1","addr":"172.21.15.175:6807","nonce":3219949575}]},"public_addr":"172.21.15.175:6803/3219949575","cluster_addr":"172.21.15.175:6805/3219949575","heartbeat_back_addr":"172.21.15.175:6809/3219949575","heartbeat_front_addr":"172.21.15.175:6807/3219949575","state":["exists","up"]},{"osd":1,"uuid":"f37babf4-952c-44d5-8637-5a4514bfc88f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6800","nonce":2797866849},{"type":"v1","addr":"172.21.15.181:6801","nonce":2797866849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":2797866849},{"type":"v1","addr":"172.21.15.181:6803","nonce":2797866849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":2797866849},{"type":"v1","addr":"172.21.15.181:6807","nonce":2797866849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":2797866849},{"type":"v1","addr":"172.21.15.181:6805","nonce":2797866849}]},"public_addr":"172.21.15.181:6801/2797866849","cluster_addr":"172.21.15.181:6803/2797866849","heartbeat_back_addr":"172.21.15.181:6807/2797866849","heartbeat_front_addr":"172.21.15.181:6805/2797866849","state":["exists","up"]},{"osd":2,"uuid":"debfdb43-764f-41a5-b800-3d3e5dacec01","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":3861100103},{"type":"v1","addr":"172.21.15.196:6801","nonce":3861100103}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":3861100103},{"type":"v1","addr":"172.21.15.196:6803","nonce":3861100103}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":3861100103},{"type":"v1","addr":"172.21.15.196:6807","nonce":3861100103}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":3861100103},{"type":"v1","addr":"172.21.15.196:6805","nonce":3861100103}]},"public_addr":"172.21.15.196:6801/3861100103","cluster_addr":"172.21.15.196:6803/3861100103","heartbeat_back_addr":"172.21.15.196:6807/3861100103","heartbeat_front_addr":"172.21.15.196:6805/3861100103","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T23:34:41.870725+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T23:35:03.168108+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T23:35:24.460362+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.175:0/1545675201":"2024-07-27T23:33:12.044475+0000","172.21.15.175:0/1418741174":"2024-07-27T23:33:12.044475+0000","172.21.15.175:6801/4143927897":"2024-07-27T23:33:12.044475+0000","172.21.15.175:6800/4143927897":"2024-07-27T23:33:12.044475+0000","172.21.15.175:6801/690697964":"2024-07-27T23:32:41.024836+0000","172.21.15.175:6800/690697964":"2024-07-27T23:32:41.024836+0000","172.21.15.175:0/2203420470":"2024-07-27T23:33:12.044475+0000","172.21.15.175:0/2189763490":"2024-07-27T23:32:41.024836+0000","172.21.15.175:0/1424198992":"2024-07-27T23:32:41.024836+0000","172.21.15.175:0/3196841019":"2024-07-27T23:32:41.024836+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-07-26T23:35:32.558 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:32 smithi175 ceph-mon[31326]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:32.558 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:32 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/1459887657' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T23:35:32.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:32 smithi181 ceph-mon[34763]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:32.644 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:32 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/1459887657' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T23:35:32.810 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:32 smithi196 ceph-mon[35081]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:32.811 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:32 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/1459887657' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T23:35:32.845 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-07-26T23:35:28.128856+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-07-26T23:35:32.845 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-07-26T23:35:33.095 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:35:34.725 INFO:teuthology.orchestra.run.smithi175.stdout:pg_num: 1 2024-07-26T23:35:35.331 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:35 smithi175 ceph-mon[31326]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:35.331 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:35 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/635199444' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T23:35:35.360 INFO:tasks.cephadm:Setting up client nodes... 2024-07-26T23:35:35.360 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 -- ceph config log 1 --format=json 2024-07-26T23:35:35.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:35 smithi181 ceph-mon[34763]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:35.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:35 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/635199444' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T23:35:35.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:35 smithi196 ceph-mon[35081]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:35.561 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:35 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/635199444' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T23:35:35.607 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T23:35:37.196 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-07-26T23:35:37.342 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:37 smithi175 ceph-mon[31326]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:37.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:37 smithi181 ceph-mon[34763]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:37.560 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:37 smithi196 ceph-mon[35081]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T23:35:37.790 INFO:teuthology.orchestra.run.smithi175.stdout:[{"version":14,"timestamp":"2024-07-26T23:35:26.912460+0000","name":"","changes":[{"name":"osd/host:smithi196/osd_memory_target","new_value":"22213157683"}]}] 2024-07-26T23:35:37.790 INFO:tasks.ceph_manager:config epoch is 14 2024-07-26T23:35:37.790 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T23:35:37.792 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:35:37.818 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:35:37.854 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:35:37.889 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-07-26T23:35:37.889 DEBUG:teuthology.orchestra.run.smithi175:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T23:35:37.904 DEBUG:teuthology.orchestra.run.smithi181:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T23:35:37.922 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T23:35:37.947 INFO:tasks.cephadm:Stopping all daemons... 2024-07-26T23:35:37.947 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-07-26T23:35:37.947 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a 2024-07-26T23:35:38.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:37 smithi175 systemd[1]: Stopping Ceph mon.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:35:38.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:38 smithi196 ceph-mon[35081]: from='client.? 172.21.15.175:0/2583484845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T23:35:38.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:38 smithi181 ceph-mon[34763]: from='client.? 172.21.15.175:0/2583484845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T23:35:38.506 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:38 smithi175 ceph-mon[31326]: from='client.? 172.21.15.175:0/2583484845' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T23:35:38.506 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:38 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a[31303]: 2024-07-26T23:35:38.258+0000 7f6945ddc640 -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-07-26T23:35:38.506 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:38 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a[31303]: 2024-07-26T23:35:38.258+0000 7f6945ddc640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-07-26T23:35:38.767 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:38 smithi175 podman[51776]: 2024-07-26 23:35:38.504209441 +0000 UTC m=+0.359383447 container died 84cd16577b167c6032b4622054db11a900bf4f306e93462297eb3b0c2622eea6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0) 2024-07-26T23:35:39.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:38 smithi175 podman[51776]: 2024-07-26 23:35:38.865128862 +0000 UTC m=+0.720302913 container cleanup 84cd16577b167c6032b4622054db11a900bf4f306e93462297eb3b0c2622eea6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True) 2024-07-26T23:35:39.092 INFO:journalctl@ceph.mon.a.smithi175.stdout:Jul 26 23:35:38 smithi175 bash[51776]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-a 2024-07-26T23:35:39.287 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.a.service' 2024-07-26T23:35:39.332 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:35:39.332 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-07-26T23:35:39.332 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-07-26T23:35:39.332 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.b 2024-07-26T23:35:39.626 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:39 smithi181 systemd[1]: Stopping Ceph mon.b for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:35:39.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:39 smithi181 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b[34740]: 2024-07-26T23:35:39.623+0000 7f9cbf917640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T23:35:39.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:39 smithi181 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b[34740]: 2024-07-26T23:35:39.623+0000 7f9cbf917640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-07-26T23:35:39.894 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:39 smithi181 podman[43328]: 2024-07-26 23:35:39.74707187 +0000 UTC m=+0.227769389 container died da64cf34257013abd80dd3a5ae3985373b6b479821983dd5aab0329831051158 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-07-26T23:35:40.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:40 smithi181 podman[43328]: 2024-07-26 23:35:40.080382446 +0000 UTC m=+0.561079964 container cleanup da64cf34257013abd80dd3a5ae3985373b6b479821983dd5aab0329831051158 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0) 2024-07-26T23:35:40.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:40 smithi181 bash[43328]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b 2024-07-26T23:35:40.394 INFO:journalctl@ceph.mon.b.smithi181.stdout:Jul 26 23:35:40 smithi181 podman[43345]: 2024-07-26 23:35:40.248300797 +0000 UTC m=+0.503816879 container remove da64cf34257013abd80dd3a5ae3985373b6b479821983dd5aab0329831051158 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-b, org.label-schema.build-date=20240724, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-07-26T23:35:40.502 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.b.service' 2024-07-26T23:35:40.544 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:35:40.544 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-07-26T23:35:40.544 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-07-26T23:35:40.544 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.c 2024-07-26T23:35:40.870 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:40 smithi196 systemd[1]: Stopping Ceph mon.c for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:35:41.310 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:40 smithi196 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c[35058]: 2024-07-26T23:35:40.867+0000 7fdaef73c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T23:35:41.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:40 smithi196 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c[35058]: 2024-07-26T23:35:40.867+0000 7fdaef73c640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-07-26T23:35:41.311 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:41 smithi196 podman[43492]: 2024-07-26 23:35:41.052677363 +0000 UTC m=+0.304721841 container died d812af4ca65ff1c9d3b56a97ba30af38432d73ef447b9ae28208cdf709c11a77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c, GIT_BRANCH=HEAD, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240724, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-07-26T23:35:41.659 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:41 smithi196 podman[43492]: 2024-07-26 23:35:41.432794493 +0000 UTC m=+0.684838968 container cleanup d812af4ca65ff1c9d3b56a97ba30af38432d73ef447b9ae28208cdf709c11a77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240724, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-07-26T23:35:41.659 INFO:journalctl@ceph.mon.c.smithi196.stdout:Jul 26 23:35:41 smithi196 bash[43492]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mon-c 2024-07-26T23:35:41.801 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mon.c.service' 2024-07-26T23:35:41.848 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:35:41.848 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-07-26T23:35:41.848 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-07-26T23:35:41.848 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.a 2024-07-26T23:35:42.172 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:35:41 smithi175 systemd[1]: Stopping Ceph mgr.a for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:35:42.504 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:35:42 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a[31576]: 2024-07-26T23:35:42.170+0000 7feabaf42640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T23:35:42.504 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:35:42 smithi175 podman[51908]: 2024-07-26 23:35:42.202515388 +0000 UTC m=+0.158021108 container died adca02403fa7d8a4297cb818ab0540685efb814de7530346b14ebf1520864014 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-07-26T23:35:42.842 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:35:42 smithi175 podman[51908]: 2024-07-26 23:35:42.585526408 +0000 UTC m=+0.541032128 container cleanup adca02403fa7d8a4297cb818ab0540685efb814de7530346b14ebf1520864014 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-07-26T23:35:42.842 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:35:42 smithi175 bash[51908]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a 2024-07-26T23:35:42.842 INFO:journalctl@ceph.mgr.a.smithi175.stdout:Jul 26 23:35:42 smithi175 podman[51925]: 2024-07-26 23:35:42.736920272 +0000 UTC m=+0.534836665 container remove adca02403fa7d8a4297cb818ab0540685efb814de7530346b14ebf1520864014 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-a, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240724, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-07-26T23:35:42.969 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.a.service' 2024-07-26T23:35:43.003 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:35:43.003 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-07-26T23:35:43.003 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-07-26T23:35:43.003 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.b 2024-07-26T23:35:43.316 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:35:43 smithi181 systemd[1]: Stopping Ceph mgr.b for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:35:43.594 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:35:43 smithi181 podman[43461]: 2024-07-26 23:35:43.315760329 +0000 UTC m=+0.114824940 container died 0691db88d2e0f08c0361a6658dd276c4811f337b271c934b7d03d5a4df26cb57 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-b, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_CLEAN=True) 2024-07-26T23:35:43.894 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:35:43 smithi181 podman[43461]: 2024-07-26 23:35:43.809430097 +0000 UTC m=+0.608494712 container cleanup 0691db88d2e0f08c0361a6658dd276c4811f337b271c934b7d03d5a4df26cb57 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-b, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0) 2024-07-26T23:35:43.894 INFO:journalctl@ceph.mgr.b.smithi181.stdout:Jul 26 23:35:43 smithi181 bash[43461]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-mgr-b 2024-07-26T23:35:44.232 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@mgr.b.service' 2024-07-26T23:35:44.266 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:35:44.266 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-07-26T23:35:44.266 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-07-26T23:35:44.266 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.0 2024-07-26T23:35:44.570 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:44 smithi175 systemd[1]: Stopping Ceph osd.0 for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:35:44.842 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:44 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0[46750]: 2024-07-26T23:35:44.582+0000 7fb5b92d7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T23:35:44.842 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:44 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0[46750]: 2024-07-26T23:35:44.582+0000 7fb5b92d7640 -1 osd.0 21 *** Got signal Terminated *** 2024-07-26T23:35:44.842 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:44 smithi175 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0[46750]: 2024-07-26T23:35:44.582+0000 7fb5b92d7640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T23:35:50.297 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:49 smithi175 podman[52041]: 2024-07-26 23:35:49.994593983 +0000 UTC m=+5.517380480 container died 6fc8298756050da21cb7201a5b7e81a6298301ee5e73c6434e4e6a87f2b2303b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.36.0, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240724) 2024-07-26T23:35:50.298 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:50 smithi175 podman[52041]: 2024-07-26 23:35:50.297163956 +0000 UTC m=+5.819950452 container cleanup 6fc8298756050da21cb7201a5b7e81a6298301ee5e73c6434e4e6a87f2b2303b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-07-26T23:35:50.592 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:50 smithi175 bash[52041]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0 2024-07-26T23:35:50.592 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:50 smithi175 podman[52072]: 2024-07-26 23:35:50.481753166 +0000 UTC m=+0.482622402 container remove 6fc8298756050da21cb7201a5b7e81a6298301ee5e73c6434e4e6a87f2b2303b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.36.0) 2024-07-26T23:35:51.288 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:50 smithi175 podman[52168]: 2024-07-26 23:35:50.817569412 +0000 UTC m=+0.016809138 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T23:35:51.289 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:50 smithi175 podman[52168]: 2024-07-26 23:35:50.924257167 +0000 UTC m=+0.123496893 container create b68f59c6094f7cb1239399b1156fb848fb2beb687f21fab24199464f07455508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.36.0, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240724, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-07-26T23:35:51.289 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 podman[52168]: 2024-07-26 23:35:51.094045075 +0000 UTC m=+0.293284812 container init b68f59c6094f7cb1239399b1156fb848fb2beb687f21fab24199464f07455508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T23:35:51.289 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 podman[52168]: 2024-07-26 23:35:51.098312307 +0000 UTC m=+0.297552043 container start b68f59c6094f7cb1239399b1156fb848fb2beb687f21fab24199464f07455508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-07-26T23:35:51.289 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 podman[52168]: 2024-07-26 23:35:51.143672091 +0000 UTC m=+0.342911840 container attach b68f59c6094f7cb1239399b1156fb848fb2beb687f21fab24199464f07455508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240724, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-07-26T23:35:51.555 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 podman[52168]: 2024-07-26 23:35:51.288560598 +0000 UTC m=+0.487800329 container died b68f59c6094f7cb1239399b1156fb848fb2beb687f21fab24199464f07455508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240724, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0) 2024-07-26T23:35:51.798 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.0.service' 2024-07-26T23:35:51.857 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 podman[52210]: 2024-07-26 23:35:51.763200827 +0000 UTC m=+0.469071584 container remove b68f59c6094f7cb1239399b1156fb848fb2beb687f21fab24199464f07455508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T23:35:51.857 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 systemd[1]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.0.service: Deactivated successfully. 2024-07-26T23:35:51.857 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 systemd[1]: Stopped Ceph osd.0 for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:35:51.857 INFO:journalctl@ceph.osd.0.smithi175.stdout:Jul 26 23:35:51 smithi175 systemd[1]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.0.service: Consumed 1.712s CPU time. 2024-07-26T23:35:51.896 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:35:51.897 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-07-26T23:35:51.897 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-07-26T23:35:51.897 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.1 2024-07-26T23:35:52.206 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:51 smithi181 systemd[1]: Stopping Ceph osd.1 for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:35:52.644 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:52 smithi181 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1[39268]: 2024-07-26T23:35:52.205+0000 7fc425a29640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T23:35:52.644 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:52 smithi181 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1[39268]: 2024-07-26T23:35:52.205+0000 7fc425a29640 -1 osd.1 21 *** Got signal Terminated *** 2024-07-26T23:35:52.644 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:52 smithi181 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1[39268]: 2024-07-26T23:35:52.205+0000 7fc425a29640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T23:35:57.864 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:57 smithi181 podman[43593]: 2024-07-26 23:35:57.56231498 +0000 UTC m=+5.468807966 container stop 99eb6ac8dbe50c7d4ac34d591fefec73698d54a1177b1d70cefe1d6b9d16a7b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1, org.label-schema.license=GPLv2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.36.0, org.label-schema.build-date=20240724, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-26T23:35:57.864 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:57 smithi181 podman[43593]: 2024-07-26 23:35:57.587943132 +0000 UTC m=+5.494436118 container died 99eb6ac8dbe50c7d4ac34d591fefec73698d54a1177b1d70cefe1d6b9d16a7b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, maintainer=Guillaume Abrioux ) 2024-07-26T23:35:58.145 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:57 smithi181 podman[43593]: 2024-07-26 23:35:57.945319647 +0000 UTC m=+5.851812637 container cleanup 99eb6ac8dbe50c7d4ac34d591fefec73698d54a1177b1d70cefe1d6b9d16a7b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T23:35:58.145 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:57 smithi181 bash[43593]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1 2024-07-26T23:35:58.455 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:58 smithi181 podman[43617]: 2024-07-26 23:35:58.154649225 +0000 UTC m=+0.580262873 container remove 99eb6ac8dbe50c7d4ac34d591fefec73698d54a1177b1d70cefe1d6b9d16a7b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240724, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.36.0) 2024-07-26T23:35:58.741 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:58 smithi181 podman[43710]: 2024-07-26 23:35:58.455449333 +0000 UTC m=+0.090613310 container create fd2ec8dd82358dac94546b53163eadc735f6b97e14e148148ae0dfdc5e890eeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-07-26T23:35:58.742 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:58 smithi181 podman[43710]: 2024-07-26 23:35:58.381897142 +0000 UTC m=+0.017061118 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T23:35:58.742 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:58 smithi181 podman[43710]: 2024-07-26 23:35:58.657886252 +0000 UTC m=+0.293050238 container init fd2ec8dd82358dac94546b53163eadc735f6b97e14e148148ae0dfdc5e890eeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240724, io.buildah.version=1.36.0) 2024-07-26T23:35:58.742 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:58 smithi181 podman[43710]: 2024-07-26 23:35:58.663033733 +0000 UTC m=+0.298197710 container start fd2ec8dd82358dac94546b53163eadc735f6b97e14e148148ae0dfdc5e890eeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.36.0, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240724, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-07-26T23:35:58.742 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:58 smithi181 podman[43710]: 2024-07-26 23:35:58.741047158 +0000 UTC m=+0.376211136 container attach fd2ec8dd82358dac94546b53163eadc735f6b97e14e148148ae0dfdc5e890eeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.build-date=20240724, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-07-26T23:35:59.127 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:58 smithi181 podman[43710]: 2024-07-26 23:35:58.85742793 +0000 UTC m=+0.492591915 container died fd2ec8dd82358dac94546b53163eadc735f6b97e14e148148ae0dfdc5e890eeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240724, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.36.0, GIT_BRANCH=HEAD) 2024-07-26T23:35:59.377 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:59 smithi181 podman[43753]: 2024-07-26 23:35:59.360819079 +0000 UTC m=+0.497950640 container remove fd2ec8dd82358dac94546b53163eadc735f6b97e14e148148ae0dfdc5e890eeb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-1-deactivate, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240724, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=) 2024-07-26T23:35:59.377 INFO:journalctl@ceph.osd.1.smithi181.stdout:Jul 26 23:35:59 smithi181 systemd[1]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.1.service: Deactivated successfully. 2024-07-26T23:35:59.381 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.1.service' 2024-07-26T23:35:59.418 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:35:59.418 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-07-26T23:35:59.418 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-07-26T23:35:59.419 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.2 2024-07-26T23:35:59.712 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:59 smithi196 systemd[1]: Stopping Ceph osd.2 for 25e5c168-4ba7-11ef-bcbf-c7b262605968... 2024-07-26T23:36:00.060 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:59 smithi196 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2[39656]: 2024-07-26T23:35:59.710+0000 7f1a2592d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-07-26T23:36:00.061 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:59 smithi196 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2[39656]: 2024-07-26T23:35:59.710+0000 7f1a2592d640 -1 osd.2 21 *** Got signal Terminated *** 2024-07-26T23:36:00.061 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:35:59 smithi196 ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2[39656]: 2024-07-26T23:35:59.710+0000 7f1a2592d640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T23:36:05.519 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:05 smithi196 podman[43635]: 2024-07-26 23:36:05.24146032 +0000 UTC m=+5.623566083 container died 7a4dc68563cce1aa5f07031f4bc2e1aa158e4225d6d61e3503054fef07a5dbac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True, org.label-schema.build-date=20240724, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-07-26T23:36:05.810 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:05 smithi196 podman[43635]: 2024-07-26 23:36:05.592267744 +0000 UTC m=+5.974373505 container cleanup 7a4dc68563cce1aa5f07031f4bc2e1aa158e4225d6d61e3503054fef07a5dbac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240724, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-07-26T23:36:05.811 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:05 smithi196 bash[43635]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2 2024-07-26T23:36:05.811 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:05 smithi196 podman[43656]: 2024-07-26 23:36:05.75989982 +0000 UTC m=+0.508720210 container remove 7a4dc68563cce1aa5f07031f4bc2e1aa158e4225d6d61e3503054fef07a5dbac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240724, GIT_CLEAN=True, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-07-26T23:36:06.505 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:06 smithi196 podman[43747]: 2024-07-26 23:36:06.109222584 +0000 UTC m=+0.017098117 image pull 0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T23:36:06.505 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:06 smithi196 podman[43747]: 2024-07-26 23:36:06.210643973 +0000 UTC m=+0.118519506 container create 7a8d75b992462447a5d3303f3268923d2f925e0ea90036317ce45bc97871a080 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240724, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-07-26T23:36:06.505 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:06 smithi196 podman[43747]: 2024-07-26 23:36:06.429588366 +0000 UTC m=+0.337463910 container init 7a8d75b992462447a5d3303f3268923d2f925e0ea90036317ce45bc97871a080 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2-deactivate, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, io.buildah.version=1.36.0, GIT_CLEAN=True) 2024-07-26T23:36:06.505 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:06 smithi196 podman[43747]: 2024-07-26 23:36:06.434035149 +0000 UTC m=+0.341910685 container start 7a8d75b992462447a5d3303f3268923d2f925e0ea90036317ce45bc97871a080 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240724) 2024-07-26T23:36:06.505 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:06 smithi196 podman[43747]: 2024-07-26 23:36:06.504517938 +0000 UTC m=+0.412393475 container attach 7a8d75b992462447a5d3303f3268923d2f925e0ea90036317ce45bc97871a080 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, io.buildah.version=1.36.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240724, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-07-26T23:36:06.811 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:06 smithi196 podman[43747]: 2024-07-26 23:36:06.617489429 +0000 UTC m=+0.525364965 container died 7a8d75b992462447a5d3303f3268923d2f925e0ea90036317ce45bc97871a080 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240724, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-07-26T23:36:07.144 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.2.service' 2024-07-26T23:36:07.167 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:07 smithi196 podman[43789]: 2024-07-26 23:36:07.124246954 +0000 UTC m=+0.501144676 container remove 7a8d75b992462447a5d3303f3268923d2f925e0ea90036317ce45bc97871a080 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f, name=ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968-osd-2-deactivate, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , RELEASE=wip-yuri-testing-2024-07-26-0628-67f28c2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240724, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-07-26T23:36:07.167 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:07 smithi196 systemd[1]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.2.service: Deactivated successfully. 2024-07-26T23:36:07.168 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:07 smithi196 systemd[1]: Stopped Ceph osd.2 for 25e5c168-4ba7-11ef-bcbf-c7b262605968. 2024-07-26T23:36:07.168 INFO:journalctl@ceph.osd.2.smithi196.stdout:Jul 26 23:36:07 smithi196 systemd[1]: ceph-25e5c168-4ba7-11ef-bcbf-c7b262605968@osd.2.service: Consumed 1.862s CPU time. 2024-07-26T23:36:07.182 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T23:36:07.182 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-07-26T23:36:07.182 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T23:36:07.390 INFO:teuthology.orchestra.run.smithi175.stdout:Deleting cluster with fsid: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:36:08.412 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T23:36:08.617 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:36:09.668 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T23:36:09.871 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:36:10.796 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:36:10.828 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:36:10.860 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T23:36:10.886 INFO:tasks.cephadm:Archiving crash dumps... 2024-07-26T23:36:10.888 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi175/crash 2024-07-26T23:36:10.889 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T23:36:10.934 INFO:teuthology.orchestra.run.smithi175.stderr:tar: /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T23:36:10.934 INFO:teuthology.orchestra.run.smithi175.stderr:tar: Error is not recoverable: exiting now 2024-07-26T23:36:10.937 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi181/crash 2024-07-26T23:36:10.938 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T23:36:10.989 INFO:teuthology.orchestra.run.smithi181.stderr:tar: /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T23:36:10.989 INFO:teuthology.orchestra.run.smithi181.stderr:tar: Error is not recoverable: exiting now 2024-07-26T23:36:10.991 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi196/crash 2024-07-26T23:36:10.992 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T23:36:11.025 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T23:36:11.026 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-07-26T23:36:11.027 INFO:tasks.cephadm:Checking cluster log for badness... 2024-07-26T23:36:11.027 DEBUG:teuthology.orchestra.run.smithi175:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-07-26T23:36:11.058 INFO:tasks.cephadm:Compressing logs... 2024-07-26T23:36:11.059 DEBUG:teuthology.orchestra.run.smithi175:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-26T23:36:11.102 DEBUG:teuthology.orchestra.run.smithi181:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-26T23:36:11.104 DEBUG:teuthology.orchestra.run.smithi196:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-07-26T23:36:11.125 INFO:teuthology.orchestra.run.smithi175.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T23:36:11.125 INFO:teuthology.orchestra.run.smithi175.stderr:: No such file or directory 2024-07-26T23:36:11.127 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.0.log 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.a.log 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr: 84.6% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.0.log: /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.a.log: 89.4% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mgr.a.log 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log: --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T23:36:11.128 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mgr.a.log: 81.4% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr:: No such file or directory 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.2.log 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.2.log: 83.6% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T23:36:11.132 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.c.log 2024-07-26T23:36:11.133 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T23:36:11.133 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T23:36:11.133 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log: 89.9% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T23:36:11.133 INFO:teuthology.orchestra.run.smithi196.stderr: 78.3% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T23:36:11.134 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log: 91.0% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T23:36:11.134 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log: 91.2% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr:: No such file or directory 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.1.log 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr: 87.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr: 82.8% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T23:36:11.135 INFO:teuthology.orchestra.run.smithi181.stderr:gzip/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log: -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T23:36:11.137 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mgr.b.log 2024-07-26T23:36:11.137 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T23:36:11.137 INFO:teuthology.orchestra.run.smithi181.stderr: 89.7% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T23:36:11.137 INFO:teuthology.orchestra.run.smithi181.stderr: 78.2% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T23:36:11.137 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.b.log 2024-07-26T23:36:11.137 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log: /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.b.log: 90.2% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mgr.b.log.gz 2024-07-26T23:36:11.138 INFO:teuthology.orchestra.run.smithi181.stderr: 90.9% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T23:36:11.145 INFO:teuthology.orchestra.run.smithi196.stderr: 94.2% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.2.log.gz 2024-07-26T23:36:11.146 INFO:teuthology.orchestra.run.smithi175.stderr: 94.2% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.0.log.gz 2024-07-26T23:36:11.153 INFO:teuthology.orchestra.run.smithi196.stderr: 92.5% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.c.log.gz 2024-07-26T23:36:11.154 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-07-26T23:36:11.155 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m0.036s 2024-07-26T23:36:11.155 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m0.046s 2024-07-26T23:36:11.155 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.023s 2024-07-26T23:36:11.167 INFO:teuthology.orchestra.run.smithi175.stderr: 89.4% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mgr.a.log.gz 2024-07-26T23:36:11.169 INFO:teuthology.orchestra.run.smithi181.stderr: 94.3% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-osd.1.log.gz 2024-07-26T23:36:11.169 INFO:teuthology.orchestra.run.smithi181.stderr: 92.3% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.b.log.gz 2024-07-26T23:36:11.172 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-07-26T23:36:11.172 INFO:teuthology.orchestra.run.smithi181.stderr:real 0m0.053s 2024-07-26T23:36:11.172 INFO:teuthology.orchestra.run.smithi181.stderr:user 0m0.084s 2024-07-26T23:36:11.172 INFO:teuthology.orchestra.run.smithi181.stderr:sys 0m0.026s 2024-07-26T23:36:11.226 INFO:teuthology.orchestra.run.smithi175.stderr: 91.4% -- replaced with /var/log/ceph/25e5c168-4ba7-11ef-bcbf-c7b262605968/ceph-mon.a.log.gz 2024-07-26T23:36:11.228 INFO:teuthology.orchestra.run.smithi175.stderr: 2024-07-26T23:36:11.228 INFO:teuthology.orchestra.run.smithi175.stderr:real 0m0.113s 2024-07-26T23:36:11.228 INFO:teuthology.orchestra.run.smithi175.stderr:user 0m0.167s 2024-07-26T23:36:11.228 INFO:teuthology.orchestra.run.smithi175.stderr:sys 0m0.027s 2024-07-26T23:36:11.228 INFO:tasks.cephadm:Archiving logs... 2024-07-26T23:36:11.228 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi175/log 2024-07-26T23:36:11.229 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T23:36:11.335 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi181/log 2024-07-26T23:36:11.336 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T23:36:11.381 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi196/log 2024-07-26T23:36:11.381 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T23:36:11.418 INFO:tasks.cephadm:Removing cluster... 2024-07-26T23:36:11.419 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 --force 2024-07-26T23:36:11.612 INFO:teuthology.orchestra.run.smithi175.stdout:Deleting cluster with fsid: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:36:11.864 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 --force 2024-07-26T23:36:12.062 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:36:12.316 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 25e5c168-4ba7-11ef-bcbf-c7b262605968 --force 2024-07-26T23:36:12.512 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: 25e5c168-4ba7-11ef-bcbf-c7b262605968 2024-07-26T23:36:12.761 INFO:tasks.cephadm:Removing cephadm ... 2024-07-26T23:36:12.761 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T23:36:12.781 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T23:36:12.797 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T23:36:12.813 INFO:tasks.cephadm:Teardown complete 2024-07-26T23:36:12.814 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 2292, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T23:36:24.193 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3996e32b2c6142b3a0f35b10d476a796 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 2292, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T23:36:24.197 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-07-26T23:36:24.206 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-07-26T23:36:24.262 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-07-26T23:36:24.263 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T23:36:24.278 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T23:36:24.282 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T23:36:24.381 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-07-26T23:36:24.389 INFO:teuthology.task.clock:Checking final clock skew... 2024-07-26T23:36:24.390 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T23:36:24.393 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T23:36:24.396 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T23:36:24.408 INFO:teuthology.orchestra.run.smithi175.stderr:bash: line 1: ntpq: command not found 2024-07-26T23:36:24.410 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-07-26T23:36:24.414 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T23:36:24.414 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2024-07-26T23:36:24.414 INFO:teuthology.orchestra.run.smithi175.stdout:^* hv01.front.sepia.ceph.com 3 6 377 62 +497us[ +503us] +/- 62ms 2024-07-26T23:36:24.414 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -722us[ -716us] +/- 77ms 2024-07-26T23:36:24.415 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +94us[ +94us] +/- 70ms 2024-07-26T23:36:24.415 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:36:24.415 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-07-26T23:36:24.416 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T23:36:24.416 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-07-26T23:36:24.416 INFO:teuthology.orchestra.run.smithi181.stdout:^* hv01.front.sepia.ceph.com 3 6 377 64 +510us[ +521us] +/- 62ms 2024-07-26T23:36:24.417 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 61 -707us[ -707us] +/- 77ms 2024-07-26T23:36:24.417 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +113us[ +113us] +/- 70ms 2024-07-26T23:36:24.417 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:36:24.418 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-26T23:36:24.418 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-07-26T23:36:24.418 INFO:teuthology.orchestra.run.smithi196.stdout:^* hv01.front.sepia.ceph.com 3 6 377 63 +507us[ +511us] +/- 62ms 2024-07-26T23:36:24.418 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 -709us[ -709us] +/- 77ms 2024-07-26T23:36:24.418 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +115us[ +115us] +/- 70ms 2024-07-26T23:36:24.418 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-26T23:36:24.419 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-07-26T23:36:24.427 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-07-26T23:36:24.428 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-07-26T23:36:24.436 DEBUG:teuthology.orchestra.run.smithi175:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-26T23:36:24.526 DEBUG:teuthology.orchestra.run.smithi181:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-26T23:36:24.597 DEBUG:teuthology.orchestra.run.smithi196:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-07-26T23:36:24.667 DEBUG:teuthology.orchestra.run.smithi175:> 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-07-26T23:36:24.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:36:24.697 DEBUG:teuthology.orchestra.run.smithi181:> 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-07-26T23:36:24.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:36:24.728 DEBUG:teuthology.orchestra.run.smithi196:> 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-07-26T23:36:24.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:36:24.756 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-07-26T23:36:24.765 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-07-26T23:36:24.777 INFO:teuthology.task.internal:Duration was 770.083699 seconds 2024-07-26T23:36:24.778 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-07-26T23:36:24.787 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-07-26T23:36:24.787 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T23:36:24.790 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T23:36:24.792 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T23:36:24.829 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T23:36:24.831 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T23:36:24.835 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-26T23:36:25.351 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-07-26T23:36:25.351 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2024-07-26T23:36:25.351 DEBUG:teuthology.orchestra.run.smithi175:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-26T23:36:25.373 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2024-07-26T23:36:25.374 DEBUG:teuthology.orchestra.run.smithi181:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-26T23:36:25.401 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-07-26T23:36:25.401 DEBUG:teuthology.orchestra.run.smithi196:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-26T23:36:25.423 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-07-26T23:36:25.423 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T23:36:25.425 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T23:36:25.444 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T23:36:25.489 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-07-26T23:36:25.490 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T23:36:25.494 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T23:36:25.513 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T23:36:25.667 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-07-26T23:36:25.680 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-07-26T23:36:25.680 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T23:36:25.706 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T23:36:25.731 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T23:36:25.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-07-26T23:36:25.768 DEBUG:teuthology.orchestra.run.smithi175:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-26T23:36:25.770 DEBUG:teuthology.orchestra.run.smithi181:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-26T23:36:25.773 DEBUG:teuthology.orchestra.run.smithi196:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-26T23:36:25.792 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2024-07-26T23:36:25.794 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2024-07-26T23:36:25.820 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-07-26T23:36:25.860 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T23:36:25.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:36:25.886 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T23:36:25.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:36:25.902 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T23:36:25.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T23:36:25.917 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-07-26T23:36:25.927 INFO:teuthology.task.internal:Transferring archived files... 2024-07-26T23:36:25.928 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi175 2024-07-26T23:36:25.928 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T23:36:25.965 DEBUG:teuthology.misc:Transferring archived files from smithi181:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi181 2024-07-26T23:36:25.965 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T23:36:25.999 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820525/remote/smithi196 2024-07-26T23:36:25.999 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T23:36:26.036 INFO:teuthology.task.internal:Removing archive directory... 2024-07-26T23:36:26.052 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T23:36:26.054 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T23:36:26.057 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T23:36:26.086 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-07-26T23:36:26.096 INFO:teuthology.task.internal:Not uploading archives. 2024-07-26T23:36:26.097 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-07-26T23:36:26.106 INFO:teuthology.task.internal:Tidying up after the test... 2024-07-26T23:36:26.107 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T23:36:26.111 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T23:36:26.113 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T23:36:26.123 INFO:teuthology.orchestra.run.smithi175.stdout: 265318 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 23:36 /home/ubuntu/cephtest 2024-07-26T23:36:26.125 INFO:teuthology.orchestra.run.smithi181.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 23:36 /home/ubuntu/cephtest 2024-07-26T23:36:26.140 INFO:teuthology.orchestra.run.smithi196.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 23:36 /home/ubuntu/cephtest 2024-07-26T23:36:26.141 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-07-26T23:36:26.151 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-07-26T23:36:26.174 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 770.0836992263794 failure_reason: generator didn't yield flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3996e32b2c6142b3a0f35b10d476a796 status: fail success: false 2024-07-26T23:36:26.175 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-26T23:36:26.250 INFO:teuthology.run:FAIL