2024-04-22T23:13:10.933 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T23:13:10.934 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --verbose --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197 -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/orig.config.yaml 2024-04-22T23:13:10.963 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:13:11.032 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197 branch: wip-adk-testing-2024-04-22-1618 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7669197' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-22-1618 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 log-only-match: - CEPHADM_ sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-22-1618 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6551 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-1618 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 targets: smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ42y9qU43/HWlTymLDilPE5SeGEViNc6ymFwa6OxrEsvec2bDAurZdOwNOIl1nt/wCPTmCK9lVFxpwPVlKOEyk= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGS67upoPyjt8wHRSGPOMrkuMlk3J31/OhMtwcm8bDvE+zMMFsckbqflHIfEcfZgGMVQ8U/vxzCp0SSvkM6imCk= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN/VQGSNVPKWfjtZLT+Epe5CMcPVQJM11VXmTx1kN8IBZ63Ue+1xPAw1hAxx2sI9MsqIfCmGo2SoayxjoLyeYb8= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T23:13:11.033 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa; will attempt to use it 2024-04-22T23:13:11.033 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T23:13:11.034 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T23:13:11.035 INFO:teuthology.task.internal:Checking packages... 2024-04-22T23:13:11.058 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T23:13:11.058 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T23:13:11.058 INFO:teuthology.packaging:ref: None 2024-04-22T23:13:11.058 INFO:teuthology.packaging:tag: None 2024-04-22T23:13:11.059 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T23:13:11.059 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:13:11.059 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-22-1618 2024-04-22T23:13:11.202 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252.g43be0201 2024-04-22T23:13:11.203 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T23:13:11.210 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T23:13:11.210 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T23:13:11.255 INFO:teuthology.task.internal:Saving configuration 2024-04-22T23:13:11.267 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T23:13:11.274 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:13:11.299 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 23:08:00.878954', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ42y9qU43/HWlTymLDilPE5SeGEViNc6ymFwa6OxrEsvec2bDAurZdOwNOIl1nt/wCPTmCK9lVFxpwPVlKOEyk='} 2024-04-22T23:13:11.322 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 23:08:00.877495', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGS67upoPyjt8wHRSGPOMrkuMlk3J31/OhMtwcm8bDvE+zMMFsckbqflHIfEcfZgGMVQ8U/vxzCp0SSvkM6imCk='} 2024-04-22T23:13:11.346 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 23:08:00.880219', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN/VQGSNVPKWfjtZLT+Epe5CMcPVQJM11VXmTx1kN8IBZ63Ue+1xPAw1hAxx2sI9MsqIfCmGo2SoayxjoLyeYb8='} 2024-04-22T23:13:11.347 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T23:13:11.352 INFO:teuthology.task.internal:roles: ubuntu@smithi082.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-22T23:13:11.353 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-22T23:13:11.353 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-22T23:13:11.353 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T23:13:11.469 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f591b355f70>, signals=[15]) 2024-04-22T23:13:11.469 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T23:13:11.477 INFO:teuthology.task.internal:Opening connections... 2024-04-22T23:13:11.478 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2024-04-22T23:13:11.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:13:11.558 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-04-22T23:13:11.559 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:13:11.634 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-04-22T23:13:11.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:13:11.710 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T23:13:11.717 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2024-04-22T23:13:11.735 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2024-04-22T23:13:11.736 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2024-04-22T23:13:11.792 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="CentOS Stream" 2024-04-22T23:13:11.792 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="9" 2024-04-22T23:13:11.792 INFO:teuthology.orchestra.run.smithi082.stdout:ID="centos" 2024-04-22T23:13:11.792 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE="rhel fedora" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="9" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:PLATFORM_ID="platform:el9" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:ANSI_COLOR="0;31" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:LOGO="fedora-logo-icon" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://centos.org/" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T23:13:11.793 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T23:13:11.794 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T23:13:11.794 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2024-04-22T23:13:11.814 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-04-22T23:13:11.832 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-04-22T23:13:11.832 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T23:13:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-04-22T23:13:11.891 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-04-22T23:13:11.891 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T23:13:11.891 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-04-22T23:13:11.891 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T23:13:11.891 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T23:13:11.891 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T23:13:11.891 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-04-22T23:13:11.912 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-04-22T23:13:11.930 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-04-22T23:13:11.930 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-04-22T23:13:11.987 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="CentOS Stream" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="9" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:ID="centos" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="rhel fedora" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="9" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el9" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:LOGO="fedora-logo-icon" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://centos.org/" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T23:13:11.988 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T23:13:11.989 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-04-22T23:13:12.012 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T23:13:12.021 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T23:13:12.027 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T23:13:12.027 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:13:12.030 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:13:12.032 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:13:12.049 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T23:13:12.055 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T23:13:12.055 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:13:12.087 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:13:12.089 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:13:12.179 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T23:13:12.260 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T23:13:12.334 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T23:13:12.334 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-04-22T23:13:12.335 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:13:12.335 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:13:12.336 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:13:12.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:13:12.353 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-04-22T23:13:12.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:13:12.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:13:12.355 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-04-22T23:13:12.355 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-04-22T23:13:12.411 INFO:teuthology.orchestra.run.smithi082.stdout:5.14.0-437.el9.x86_64 2024-04-22T23:13:12.411 INFO:teuthology.task.kernel:Running kernel on smithi082: 5.14.0-437.el9.x86_64 2024-04-22T23:13:12.412 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum install -y kernel 2024-04-22T23:13:12.413 INFO:teuthology.orchestra.run.smithi196.stdout:5.14.0-437.el9.x86_64 2024-04-22T23:13:12.414 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.14.0-437.el9.x86_64 2024-04-22T23:13:12.414 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2024-04-22T23:13:12.416 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-437.el9.x86_64 2024-04-22T23:13:12.416 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-437.el9.x86_64 2024-04-22T23:13:12.416 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-04-22T23:13:14.693 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-22T23:13:15.739 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.0 MB 00:01 2024-04-22T23:13:19.207 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - AppStream 7.9 MB/s | 19 MB 00:02 2024-04-22T23:13:22.922 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 924 kB/s | 8.0 MB 00:08 2024-04-22T23:13:23.274 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-22T23:13:24.923 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-22T23:13:26.340 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - Extras packages 9.3 kB/s | 16 kB 00:01 2024-04-22T23:13:27.677 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-22T23:13:29.373 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 6.2 MB 00:00 2024-04-22T23:13:30.949 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 65 kB/s | 16 kB 00:00 2024-04-22T23:13:31.625 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:15 2024-04-22T23:13:32.791 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-22T23:13:32.910 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T23:13:34.681 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T23:13:34.682 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T23:13:34.769 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:13:34.770 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:13:34.770 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:13:34.866 DEBUG:teuthology.orchestra.run.smithi082:> echo no | sudo yum reinstall kernel || true 2024-04-22T23:13:35.359 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 11:13:32 PM UTC. 2024-04-22T23:13:35.490 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout:Reinstalling: 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:13:35.502 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:13:35.503 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 255 k 2024-04-22T23:13:35.503 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 0 2024-04-22T23:13:35.503 INFO:teuthology.orchestra.run.smithi082.stderr:Operation aborted. 2024-04-22T23:13:35.553 INFO:teuthology.orchestra.run.smithi082.stdout:Is this ok [y/N]: 2024-04-22T23:13:35.554 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum reinstall -y kernel || true 2024-04-22T23:13:36.048 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 11:13:32 PM UTC. 2024-04-22T23:13:36.164 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout:Reinstalling: 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:13:36.165 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 255 k 2024-04-22T23:13:36.166 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 0 2024-04-22T23:13:36.166 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:13:36.535 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-22T23:13:36.535 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:13:36.536 INFO:teuthology.orchestra.run.smithi082.stdout:Total 688 kB/s | 255 kB 00:00 2024-04-22T23:13:36.554 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:13:36.727 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:13:36.727 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:13:36.732 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:13:36.733 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:13:36.854 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:13:36.927 INFO:teuthology.orchestra.run.smithi082.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:13:36.928 INFO:teuthology.orchestra.run.smithi082.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:37.612 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:37.613 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:13:38.041 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-22T23:13:38.326 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:38.327 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:13:38.327 INFO:teuthology.orchestra.run.smithi082.stdout:Reinstalled: 2024-04-22T23:13:38.327 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T23:13:38.327 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:13:38.327 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:13:38.466 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.2 MB 00:03 2024-04-22T23:13:38.505 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T23:13:38.551 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T23:13:38.552 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T23:13:38.552 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T23:13:38.552 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:13:38.552 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:13:38.582 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2024-04-22T23:13:38.604 DEBUG:teuthology.parallel:result is None 2024-04-22T23:13:39.922 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T23:13:39.923 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T23:13:40.016 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:13:40.017 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:13:40.017 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:13:40.106 DEBUG:teuthology.orchestra.run.smithi155:> echo no | sudo yum reinstall kernel || true 2024-04-22T23:13:40.200 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 16 kB 00:00 2024-04-22T23:13:40.607 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 11:13:38 PM UTC. 2024-04-22T23:13:40.727 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:13:40.742 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout:Reinstalling: 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 255 k 2024-04-22T23:13:40.743 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 0 2024-04-22T23:13:40.744 INFO:teuthology.orchestra.run.smithi155.stderr:Operation aborted. 2024-04-22T23:13:40.806 INFO:teuthology.orchestra.run.smithi155.stdout:Is this ok [y/N]: 2024-04-22T23:13:40.807 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum reinstall -y kernel || true 2024-04-22T23:13:41.300 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 11:13:38 PM UTC. 2024-04-22T23:13:41.416 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:13:41.417 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:13:41.417 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T23:13:41.417 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:13:41.417 INFO:teuthology.orchestra.run.smithi155.stdout:Reinstalling: 2024-04-22T23:13:41.417 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 255 k 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 0 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:13:41.793 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.0 MB/s | 255 kB 00:00 2024-04-22T23:13:41.793 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:13:41.794 INFO:teuthology.orchestra.run.smithi155.stdout:Total 677 kB/s | 255 kB 00:00 2024-04-22T23:13:41.813 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:13:42.001 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:13:42.001 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:13:42.006 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:13:42.006 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:13:42.101 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T23:13:42.144 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:13:42.228 INFO:teuthology.orchestra.run.smithi155.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:13:42.228 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:42.953 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:42.953 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:13:43.654 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:43.654 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:13:43.654 INFO:teuthology.orchestra.run.smithi155.stdout:Reinstalled: 2024-04-22T23:13:43.654 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T23:13:43.654 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:13:43.654 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:13:43.839 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T23:13:43.926 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T23:13:43.927 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T23:13:43.927 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T23:13:43.927 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:13:43.927 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:13:43.963 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-04-22T23:13:43.991 DEBUG:teuthology.parallel:result is None 2024-04-22T23:13:47.284 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 5.7 kB/s | 1.7 kB 00:00 2024-04-22T23:13:49.132 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T23:13:49.132 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T23:13:49.229 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:13:49.230 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:13:49.230 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:13:49.341 DEBUG:teuthology.orchestra.run.smithi196:> echo no | sudo yum reinstall kernel || true 2024-04-22T23:13:49.880 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 11:13:47 PM UTC. 2024-04-22T23:13:49.999 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalling: 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:13:50.018 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 255 k 2024-04-22T23:13:50.019 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 0 2024-04-22T23:13:50.019 INFO:teuthology.orchestra.run.smithi196.stderr:Operation aborted. 2024-04-22T23:13:50.074 INFO:teuthology.orchestra.run.smithi196.stdout:Is this ok [y/N]: 2024-04-22T23:13:50.074 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum reinstall -y kernel || true 2024-04-22T23:13:50.568 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 11:13:47 PM UTC. 2024-04-22T23:13:50.684 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalling: 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 255 k 2024-04-22T23:13:50.686 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 0 2024-04-22T23:13:50.687 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:13:51.019 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.4 MB/s | 255 kB 00:00 2024-04-22T23:13:51.019 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:13:51.020 INFO:teuthology.orchestra.run.smithi196.stdout:Total 763 kB/s | 255 kB 00:00 2024-04-22T23:13:51.040 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:13:51.222 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:13:51.222 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:13:51.227 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:13:51.228 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:13:51.374 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:13:51.454 INFO:teuthology.orchestra.run.smithi196.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:13:51.454 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:52.072 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:52.072 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:13:52.754 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:13:52.754 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:13:52.754 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalled: 2024-04-22T23:13:52.754 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T23:13:52.755 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:13:52.755 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:13:52.968 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T23:13:53.015 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T23:13:53.015 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T23:13:53.015 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T23:13:53.015 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T23:13:53.016 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:13:53.049 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-04-22T23:13:53.072 DEBUG:teuthology.parallel:result is None 2024-04-22T23:13:53.072 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:13:53.081 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:13:53.081 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:13:53.084 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:13:53.086 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:13:53.126 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:13:53.137 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:13:53.152 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:13:53.153 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:13:53.155 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:13:53.157 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:13:53.251 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:13:53.262 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:13:53.262 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:13:53.265 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:13:53.267 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-04-22T23:13:53.298 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:13:53.301 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:13:53.308 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:13:53.312 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:13:53.329 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:13:53.340 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:13:53.342 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:13:53.351 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:13:53.351 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:13:53.357 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:13:53.359 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-04-22T23:13:53.383 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:13:53.394 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:13:53.394 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:13:53.423 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:13:53.427 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:13:53.441 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:13:53.521 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:13:53.564 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:13:53.646 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:13:53.685 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:13:53.686 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:13:53.749 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:13:53.792 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:13:53.847 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:13:53.931 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:13:53.971 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:13:53.971 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:13:54.036 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:13:54.079 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:13:54.125 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:13:54.207 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:13:54.246 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:13:54.247 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:13:54.310 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2024-04-22T23:13:54.312 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-04-22T23:13:54.315 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-04-22T23:13:54.358 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:13:54.359 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:13:54.394 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:13:54.858 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:13:54.868 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:13:54.868 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:13:54.888 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:13:54.903 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T23:13:54.904 DEBUG:teuthology.orchestra.run.smithi082:> sudo service auditd rotate 2024-04-22T23:13:54.973 INFO:teuthology.orchestra.run.smithi082.stdout:Rotating logs: 2024-04-22T23:13:54.975 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-04-22T23:13:55.030 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-04-22T23:13:55.032 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2024-04-22T23:13:55.074 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: 2024-04-22T23:13:55.077 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:13:55.077 DEBUG:teuthology.orchestra.run.smithi082:> /usr/sbin/getenforce 2024-04-22T23:13:55.109 INFO:teuthology.orchestra.run.smithi082.stdout:Permissive 2024-04-22T23:13:55.110 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-04-22T23:13:55.130 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-04-22T23:13:55.131 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2024-04-22T23:13:55.175 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2024-04-22T23:13:55.175 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi082.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2024-04-22T23:13:55.175 DEBUG:teuthology.orchestra.run.smithi082:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:13:55.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:13:55.201 DEBUG:teuthology.orchestra.run.smithi155:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:13:55.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:13:55.227 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:13:55.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:13:55.252 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:13:55.252 DEBUG:teuthology.orchestra.run.smithi082:> sudo /usr/sbin/setenforce permissive 2024-04-22T23:13:55.277 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-04-22T23:13:55.301 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2024-04-22T23:13:55.325 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:13:55.334 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:13:55.352 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-04-22T23:13:55.353 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi082.front.sepia.ceph.com,smithi155.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:17:29.798 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi082.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-04-22T23:17:29.799 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-04-22T23:17:29.800 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:17:29.878 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-04-22T23:17:29.949 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-04-22T23:17:29.949 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-22T23:17:29.950 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:17:30.028 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-04-22T23:17:30.105 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-22T23:17:30.106 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-22T23:17:30.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:17:30.224 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-04-22T23:17:30.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-22T23:17:30.308 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:17:30.319 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:17:30.319 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:17:30.319 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:17:30.322 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:17:30.322 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:17:30.324 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:17:30.324 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-04-22T23:17:30.347 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:17:30.351 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:17:30.360 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:17:30.365 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:17:30.379 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:17:30.382 INFO:teuthology.orchestra.run.smithi082.stderr:sudo: ntpd: command not found 2024-04-22T23:17:30.388 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-04-22T23:17:30.393 INFO:teuthology.orchestra.run.smithi082.stdout:506 Cannot talk to daemon 2024-04-22T23:17:30.394 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:17:30.399 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-04-22T23:17:30.406 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:17:30.412 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:17:30.418 INFO:teuthology.orchestra.run.smithi196.stderr:sudo: ntpd: command not found 2024-04-22T23:17:30.419 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:17:30.425 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:17:30.429 INFO:teuthology.orchestra.run.smithi196.stdout:506 Cannot talk to daemon 2024-04-22T23:17:30.443 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:17:30.455 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:17:30.476 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:17:30.479 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:17:30.480 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-04-22T23:17:30.480 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.480 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.480 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.480 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.480 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:17:30.483 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:17:30.483 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-22T23:17:30.483 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.483 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.484 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.484 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.508 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:17:30.511 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:17:30.511 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-04-22T23:17:30.511 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.511 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.512 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.512 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:17:30.513 INFO:teuthology.run_tasks:Running task install... 2024-04-22T23:17:30.521 DEBUG:teuthology.task.install:project ceph 2024-04-22T23:17:30.521 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'}} 2024-04-22T23:17:30.521 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:17:30.521 INFO:teuthology.task.install:Using flavor: default 2024-04-22T23:17:30.527 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-04-22T23:17:30.528 INFO:teuthology.task.install:extra packages: [] 2024-04-22T23:17:30.528 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:17:30.528 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:17:30.531 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:17:30.531 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:17:30.532 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:17:30.532 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:17:30.751 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:17:30.751 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:17:30.762 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:17:30.762 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:17:30.770 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:17:30.770 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:17:30.924 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:17:30.924 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:17:30.925 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:17:30.933 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:17:30.933 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:17:30.933 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:17:30.941 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:17:30.941 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:17:30.941 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:17:30.950 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-04-22T23:17:30.950 DEBUG:teuthology.orchestra.run.smithi082:> 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:17:30.958 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-04-22T23:17:30.959 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:17:30.967 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-04-22T23:17:30.967 DEBUG:teuthology.orchestra.run.smithi155:> 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:17:31.015 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:17:31.023 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-04-22T23:17:31.032 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:17:31.088 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:17:31.097 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-04-22T23:17:31.105 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:17:31.150 INFO:teuthology.orchestra.run.smithi082.stdout:check_obsoletes = 1 2024-04-22T23:17:31.152 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum clean all 2024-04-22T23:17:31.159 INFO:teuthology.orchestra.run.smithi196.stdout:check_obsoletes = 1 2024-04-22T23:17:31.161 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum clean all 2024-04-22T23:17:31.167 INFO:teuthology.orchestra.run.smithi155.stdout:check_obsoletes = 1 2024-04-22T23:17:31.169 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum clean all 2024-04-22T23:17:31.375 INFO:teuthology.orchestra.run.smithi082.stdout:48 files removed 2024-04-22T23:17:31.386 INFO:teuthology.orchestra.run.smithi196.stdout:48 files removed 2024-04-22T23:17:31.391 INFO:teuthology.orchestra.run.smithi155.stdout:48 files removed 2024-04-22T23:17:31.402 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-radosgw 2024-04-22T23:17:31.412 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-radosgw 2024-04-22T23:17:31.418 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-radosgw 2024-04-22T23:17:32.000 INFO:teuthology.orchestra.run.smithi155.stdout:ceph packages for x86_64 259 kB/s | 83 kB 00:00 2024-04-22T23:17:32.109 INFO:teuthology.orchestra.run.smithi196.stdout:ceph packages for x86_64 190 kB/s | 83 kB 00:00 2024-04-22T23:17:32.135 INFO:teuthology.orchestra.run.smithi082.stdout:ceph packages for x86_64 177 kB/s | 83 kB 00:00 2024-04-22T23:17:32.409 INFO:teuthology.orchestra.run.smithi155.stdout:ceph noarch packages 32 kB/s | 12 kB 00:00 2024-04-22T23:17:32.477 INFO:teuthology.orchestra.run.smithi196.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-04-22T23:17:32.560 INFO:teuthology.orchestra.run.smithi082.stdout:ceph noarch packages 30 kB/s | 12 kB 00:00 2024-04-22T23:17:32.718 INFO:teuthology.orchestra.run.smithi155.stdout:ceph source packages 6.9 kB/s | 1.9 kB 00:00 2024-04-22T23:17:32.836 INFO:teuthology.orchestra.run.smithi196.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-04-22T23:17:32.911 INFO:teuthology.orchestra.run.smithi082.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-04-22T23:17:33.218 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-04-22T23:17:33.286 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 19 MB/s | 8.0 MB 00:00 2024-04-22T23:17:33.603 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-22T23:17:35.237 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-22T23:17:36.921 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 19 MB 00:02 2024-04-22T23:17:37.144 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 6.7 MB/s | 19 MB 00:02 2024-04-22T23:17:40.688 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.2 MB 00:01 2024-04-22T23:17:41.178 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-22T23:17:41.237 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - CRB 8.1 MB/s | 6.2 MB 00:00 2024-04-22T23:17:42.138 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 52 kB/s | 16 kB 00:00 2024-04-22T23:17:42.620 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 16 kB 00:00 2024-04-22T23:17:42.938 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-22T23:17:43.459 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-22T23:17:43.798 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 28 MB/s | 21 MB 00:00 2024-04-22T23:17:44.316 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-22T23:17:48.489 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-22T23:17:48.772 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-22T23:17:49.330 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-22T23:17:50.631 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrading: 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:17:50.634 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:17:50.635 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:17:50.636 INFO:teuthology.orchestra.run.smithi196.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout:Installing weak dependencies: 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout:Install 30 Packages 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrade 2 Packages 2024-04-22T23:17:50.637 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:17:50.638 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 60 M 2024-04-22T23:17:50.638 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:17:50.923 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:17:50.924 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout:Upgrading: 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:17:50.925 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:17:50.926 INFO:teuthology.orchestra.run.smithi082.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout:Installing weak dependencies: 2024-04-22T23:17:50.927 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout:Install 30 Packages 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout:Upgrade 2 Packages 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 60 M 2024-04-22T23:17:50.928 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:17:51.471 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:17:51.473 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:17:51.473 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:17:51.473 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:17:51.473 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:17:51.473 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:17:51.473 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrading: 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:17:51.474 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:17:51.475 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout:Installing weak dependencies: 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout:Install 30 Packages 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrade 2 Packages 2024-04-22T23:17:51.476 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:17:51.477 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 60 M 2024-04-22T23:17:51.477 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:17:52.198 INFO:teuthology.orchestra.run.smithi196.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 4.7 MB/s | 5.4 MB 00:01 2024-04-22T23:17:52.240 INFO:teuthology.orchestra.run.smithi196.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 608 kB/s | 25 kB 00:00 2024-04-22T23:17:52.357 INFO:teuthology.orchestra.run.smithi196.stdout:(3/32): ceph-radosgw-19.0.0-3252.g43be0201.el9. 8.1 MB/s | 11 MB 00:01 2024-04-22T23:17:52.408 INFO:teuthology.orchestra.run.smithi196.stdout:(4/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 4.4 MB/s | 746 kB 00:00 2024-04-22T23:17:52.807 INFO:teuthology.orchestra.run.smithi196.stdout:(5/32): libradosstriper1-19.0.0-3252.g43be0201. 1.1 MB/s | 500 kB 00:00 2024-04-22T23:17:52.891 INFO:teuthology.orchestra.run.smithi196.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 544 kB/s | 45 kB 00:00 2024-04-22T23:17:53.016 INFO:teuthology.orchestra.run.smithi196.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 1.1 MB/s | 135 kB 00:00 2024-04-22T23:17:53.118 INFO:teuthology.orchestra.run.smithi196.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 1.5 MB/s | 161 kB 00:00 2024-04-22T23:17:53.227 INFO:teuthology.orchestra.run.smithi196.stdout:(9/32): python3-rados-19.0.0-3252.g43be0201.el9 2.9 MB/s | 321 kB 00:00 2024-04-22T23:17:53.378 INFO:teuthology.orchestra.run.smithi196.stdout:(10/32): librgw2-19.0.0-3252.g43be0201.el9.x86_ 5.5 MB/s | 5.4 MB 00:00 2024-04-22T23:17:53.403 INFO:teuthology.orchestra.run.smithi196.stdout:(11/32): python3-rbd-19.0.0-3252.g43be0201.el9. 1.7 MB/s | 298 kB 00:00 2024-04-22T23:17:53.461 INFO:teuthology.orchestra.run.smithi196.stdout:(12/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.2 MB/s | 99 kB 00:00 2024-04-22T23:17:53.828 INFO:teuthology.orchestra.run.smithi196.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 251 kB/s | 107 kB 00:00 2024-04-22T23:17:53.930 INFO:teuthology.orchestra.run.smithi196.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 453 kB/s | 45 kB 00:00 2024-04-22T23:17:53.970 INFO:teuthology.orchestra.run.smithi196.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 315 kB/s | 160 kB 00:00 2024-04-22T23:17:54.162 INFO:teuthology.orchestra.run.smithi196.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 292 kB 00:00 2024-04-22T23:17:54.271 INFO:teuthology.orchestra.run.smithi196.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 390 kB/s | 42 kB 00:00 2024-04-22T23:17:54.339 INFO:teuthology.orchestra.run.smithi155.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 2.1 MB/s | 5.4 MB 00:02 2024-04-22T23:17:54.371 INFO:teuthology.orchestra.run.smithi196.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.5 MB/s | 662 kB 00:00 2024-04-22T23:17:54.396 INFO:teuthology.orchestra.run.smithi196.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-04-22T23:17:54.447 INFO:teuthology.orchestra.run.smithi155.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 232 kB/s | 25 kB 00:00 2024-04-22T23:17:54.523 INFO:teuthology.orchestra.run.smithi082.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 1.8 MB/s | 5.4 MB 00:02 2024-04-22T23:17:54.631 INFO:teuthology.orchestra.run.smithi082.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 233 kB/s | 25 kB 00:00 2024-04-22T23:17:54.655 INFO:teuthology.orchestra.run.smithi196.stdout:(20/32): ceph-common-19.0.0-3252.g43be0201.el9. 5.9 MB/s | 21 MB 00:03 2024-04-22T23:17:54.656 INFO:teuthology.orchestra.run.smithi155.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 3.5 MB/s | 746 kB 00:00 2024-04-22T23:17:54.680 INFO:teuthology.orchestra.run.smithi196.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 116 kB/s | 36 kB 00:00 2024-04-22T23:17:54.705 INFO:teuthology.orchestra.run.smithi196.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 153 kB/s | 47 kB 00:00 2024-04-22T23:17:54.764 INFO:teuthology.orchestra.run.smithi196.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 446 kB/s | 26 kB 00:00 2024-04-22T23:17:54.815 INFO:teuthology.orchestra.run.smithi196.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 968 kB/s | 49 kB 00:00 2024-04-22T23:17:54.856 INFO:teuthology.orchestra.run.smithi196.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.5 MB/s | 309 kB 00:00 2024-04-22T23:17:54.882 INFO:teuthology.orchestra.run.smithi196.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-22T23:17:54.889 INFO:teuthology.orchestra.run.smithi155.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 2.1 MB/s | 500 kB 00:00 2024-04-22T23:17:54.948 INFO:teuthology.orchestra.run.smithi082.stdout:(3/32): ceph-radosgw-19.0.0-3252.g43be0201.el9. 3.1 MB/s | 11 MB 00:03 2024-04-22T23:17:54.949 INFO:teuthology.orchestra.run.smithi196.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-22T23:17:54.973 INFO:teuthology.orchestra.run.smithi082.stdout:(4/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 2.1 MB/s | 746 kB 00:00 2024-04-22T23:17:55.024 INFO:teuthology.orchestra.run.smithi196.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2024-04-22T23:17:55.057 INFO:teuthology.orchestra.run.smithi196.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.1 MB/s | 838 kB 00:00 2024-04-22T23:17:55.174 INFO:teuthology.orchestra.run.smithi082.stdout:(5/32): ceph-common-19.0.0-3252.g43be0201.el9.x 5.9 MB/s | 21 MB 00:03 2024-04-22T23:17:55.216 INFO:teuthology.orchestra.run.smithi196.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.7 MB/s | 4.4 MB 00:00 2024-04-22T23:17:55.224 INFO:teuthology.orchestra.run.smithi082.stdout:(6/32): libradosstriper1-19.0.0-3252.g43be0201. 1.8 MB/s | 500 kB 00:00 2024-04-22T23:17:55.249 INFO:teuthology.orchestra.run.smithi082.stdout:(7/32): python3-ceph-argparse-19.0.0-3252.g43be 603 kB/s | 45 kB 00:00 2024-04-22T23:17:55.299 INFO:teuthology.orchestra.run.smithi082.stdout:(8/32): python3-ceph-common-19.0.0-3252.g43be02 1.8 MB/s | 135 kB 00:00 2024-04-22T23:17:55.350 INFO:teuthology.orchestra.run.smithi082.stdout:(9/32): python3-cephfs-19.0.0-3252.g43be0201.el 1.6 MB/s | 161 kB 00:00 2024-04-22T23:17:55.458 INFO:teuthology.orchestra.run.smithi082.stdout:(10/32): python3-rbd-19.0.0-3252.g43be0201.el9. 2.7 MB/s | 298 kB 00:00 2024-04-22T23:17:55.542 INFO:teuthology.orchestra.run.smithi082.stdout:(11/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.2 MB/s | 99 kB 00:00 2024-04-22T23:17:55.650 INFO:teuthology.orchestra.run.smithi196.stdout:(31/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 5.3 MB/s | 3.1 MB 00:00 2024-04-22T23:17:55.667 INFO:teuthology.orchestra.run.smithi082.stdout:(12/32): python3-rados-19.0.0-3252.g43be0201.el 873 kB/s | 321 kB 00:00 2024-04-22T23:17:55.751 INFO:teuthology.orchestra.run.smithi082.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 512 kB/s | 107 kB 00:00 2024-04-22T23:17:55.801 INFO:teuthology.orchestra.run.smithi082.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 909 kB/s | 45 kB 00:00 2024-04-22T23:17:55.833 INFO:teuthology.orchestra.run.smithi196.stdout:(32/32): librados2-19.0.0-3252.g43be0201.el9.x8 4.2 MB/s | 3.4 MB 00:00 2024-04-22T23:17:55.835 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:17:55.836 INFO:teuthology.orchestra.run.smithi196.stdout:Total 12 MB/s | 60 MB 00:05 2024-04-22T23:17:55.859 INFO:teuthology.orchestra.run.smithi082.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 834 kB/s | 160 kB 00:00 2024-04-22T23:17:55.910 INFO:teuthology.orchestra.run.smithi082.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.0 MB/s | 662 kB 00:00 2024-04-22T23:17:55.935 INFO:teuthology.orchestra.run.smithi082.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-04-22T23:17:55.936 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:17:55.961 INFO:teuthology.orchestra.run.smithi082.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 839 kB/s | 42 kB 00:00 2024-04-22T23:17:55.964 INFO:teuthology.orchestra.run.smithi155.stdout:(5/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 5.0 MB/s | 5.4 MB 00:01 2024-04-22T23:17:55.972 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:17:55.972 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:17:56.002 INFO:teuthology.orchestra.run.smithi082.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-04-22T23:17:56.023 INFO:teuthology.orchestra.run.smithi155.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 776 kB/s | 45 kB 00:00 2024-04-22T23:17:56.027 INFO:teuthology.orchestra.run.smithi082.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 537 kB/s | 36 kB 00:00 2024-04-22T23:17:56.053 INFO:teuthology.orchestra.run.smithi082.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-04-22T23:17:56.073 INFO:teuthology.orchestra.run.smithi155.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 2.6 MB/s | 135 kB 00:00 2024-04-22T23:17:56.128 INFO:teuthology.orchestra.run.smithi082.stdout:(22/32): librgw2-19.0.0-3252.g43be0201.el9.x86_ 4.6 MB/s | 5.4 MB 00:01 2024-04-22T23:17:56.132 INFO:teuthology.orchestra.run.smithi155.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 2.7 MB/s | 161 kB 00:00 2024-04-22T23:17:56.278 INFO:teuthology.orchestra.run.smithi082.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 173 kB/s | 26 kB 00:00 2024-04-22T23:17:56.337 INFO:teuthology.orchestra.run.smithi082.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-04-22T23:17:56.340 INFO:teuthology.orchestra.run.smithi155.stdout:(9/32): ceph-common-19.0.0-3252.g43be0201.el9.x 4.6 MB/s | 21 MB 00:04 2024-04-22T23:17:56.366 INFO:teuthology.orchestra.run.smithi155.stdout:(10/32): python3-rados-19.0.0-3252.g43be0201.el 1.3 MB/s | 321 kB 00:00 2024-04-22T23:17:56.396 INFO:teuthology.orchestra.run.smithi082.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 416 kB/s | 49 kB 00:00 2024-04-22T23:17:56.416 INFO:teuthology.orchestra.run.smithi155.stdout:(11/32): python3-rbd-19.0.0-3252.g43be0201.el9. 3.9 MB/s | 298 kB 00:00 2024-04-22T23:17:56.421 INFO:teuthology.orchestra.run.smithi082.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 807 kB/s | 67 kB 00:00 2024-04-22T23:17:56.440 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:17:56.440 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:17:56.441 INFO:teuthology.orchestra.run.smithi155.stdout:(12/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.3 MB/s | 99 kB 00:00 2024-04-22T23:17:56.504 INFO:teuthology.orchestra.run.smithi082.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-04-22T23:17:56.572 INFO:teuthology.orchestra.run.smithi082.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.5 MB/s | 4.4 MB 00:00 2024-04-22T23:17:56.608 INFO:teuthology.orchestra.run.smithi155.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 558 kB/s | 107 kB 00:00 2024-04-22T23:17:56.624 INFO:teuthology.orchestra.run.smithi082.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-04-22T23:17:56.633 INFO:teuthology.orchestra.run.smithi155.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 836 kB/s | 160 kB 00:00 2024-04-22T23:17:56.651 INFO:teuthology.orchestra.run.smithi155.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-22T23:17:56.658 INFO:teuthology.orchestra.run.smithi082.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-04-22T23:17:56.767 INFO:teuthology.orchestra.run.smithi155.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.5 MB/s | 292 kB 00:00 2024-04-22T23:17:56.884 INFO:teuthology.orchestra.run.smithi155.stdout:(17/32): ceph-radosgw-19.0.0-3252.g43be0201.el9 2.1 MB/s | 11 MB 00:05 2024-04-22T23:17:56.901 INFO:teuthology.orchestra.run.smithi155.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 316 kB/s | 42 kB 00:00 2024-04-22T23:17:56.908 INFO:teuthology.orchestra.run.smithi082.stdout:(31/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-22T23:17:56.951 INFO:teuthology.orchestra.run.smithi155.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.0 MB/s | 662 kB 00:00 2024-04-22T23:17:56.977 INFO:teuthology.orchestra.run.smithi155.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 478 kB/s | 36 kB 00:00 2024-04-22T23:17:57.003 INFO:teuthology.orchestra.run.smithi155.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 946 kB/s | 47 kB 00:00 2024-04-22T23:17:57.091 INFO:teuthology.orchestra.run.smithi082.stdout:(32/32): librados2-19.0.0-3252.g43be0201.el9.x8 6.5 MB/s | 3.4 MB 00:00 2024-04-22T23:17:57.094 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:17:57.094 INFO:teuthology.orchestra.run.smithi082.stdout:Total 9.8 MB/s | 60 MB 00:06 2024-04-22T23:17:57.135 INFO:teuthology.orchestra.run.smithi155.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 881 kB/s | 221 kB 00:00 2024-04-22T23:17:57.194 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:17:57.230 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:17:57.230 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:17:57.536 INFO:teuthology.orchestra.run.smithi155.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 65 kB/s | 26 kB 00:00 2024-04-22T23:17:57.644 INFO:teuthology.orchestra.run.smithi155.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 463 kB/s | 309 kB 00:00 2024-04-22T23:17:57.697 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:17:57.697 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:17:57.736 INFO:teuthology.orchestra.run.smithi155.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 243 kB/s | 49 kB 00:00 2024-04-22T23:17:57.778 INFO:teuthology.orchestra.run.smithi155.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 504 kB/s | 67 kB 00:00 2024-04-22T23:17:57.891 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:17:57.912 INFO:teuthology.orchestra.run.smithi155.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2024-04-22T23:17:57.975 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:17:58.013 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:17:58.038 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:17:58.054 INFO:teuthology.orchestra.run.smithi155.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.2 MB/s | 4.4 MB 00:01 2024-04-22T23:17:58.061 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:17:58.086 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:17:58.162 INFO:teuthology.orchestra.run.smithi155.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.9 MB/s | 838 kB 00:00 2024-04-22T23:17:58.277 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:17:58.279 INFO:teuthology.orchestra.run.smithi155.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 4.3 MB/s | 1.6 MB 00:00 2024-04-22T23:17:58.354 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:17:58.505 INFO:teuthology.orchestra.run.smithi155.stdout:(31/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 9.2 MB/s | 3.1 MB 00:00 2024-04-22T23:17:58.613 INFO:teuthology.orchestra.run.smithi155.stdout:(32/32): librados2-19.0.0-3252.g43be0201.el9.x8 6.1 MB/s | 3.4 MB 00:00 2024-04-22T23:17:58.618 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:17:58.619 INFO:teuthology.orchestra.run.smithi155.stdout:Total 8.4 MB/s | 60 MB 00:07 2024-04-22T23:17:58.702 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:17:58.717 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:17:58.755 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:17:58.755 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:17:58.815 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:17:58.890 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:17:58.987 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:17:59.016 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:17:59.078 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:17:59.107 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:17:59.142 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:17:59.187 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:17:59.211 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:17:59.224 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:17:59.224 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:17:59.243 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:17:59.267 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:17:59.296 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:17:59.307 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:17:59.321 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:17:59.341 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:17:59.345 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:17:59.365 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:17:59.450 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:17:59.475 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:17:59.524 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:17:59.558 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:17:59.561 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:17:59.586 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:17:59.616 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:17:59.619 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:17:59.932 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:17:59.974 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:18:00.004 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:18:00.056 INFO:teuthology.orchestra.run.smithi082.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:18:00.064 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:18:00.095 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:18:00.131 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:18:00.157 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:18:00.248 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:18:00.291 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:18:00.346 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:18:00.374 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:18:00.428 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:18:00.527 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:18:00.552 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:18:00.611 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:18:00.618 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:18:00.635 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:18:00.653 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:18:00.706 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:18:00.708 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:18:00.773 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:18:00.775 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:18:00.789 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:18:00.800 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:18:00.803 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:18:00.826 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:18:00.840 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:18:00.852 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:18:00.866 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:18:00.876 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:18:00.899 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:18:00.900 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:18:00.927 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:18:01.091 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:18:01.154 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:18:01.242 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:18:01.283 INFO:teuthology.orchestra.run.smithi082.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:18:01.394 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:18:01.428 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:18:01.464 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:18:01.490 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:18:01.587 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:18:01.679 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:18:01.768 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:18:01.805 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:18:01.867 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:18:01.897 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:18:01.940 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:18:01.943 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:18:01.976 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:18:02.017 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:18:02.040 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:18:02.047 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:18:02.104 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:18:02.116 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:18:02.138 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:18:02.145 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:18:02.250 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:18:02.280 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:18:02.321 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:18:02.346 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:18:02.376 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:18:02.407 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:18:02.721 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:18:02.772 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:18:02.863 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:18:02.894 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:18:02.929 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:18:03.109 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:03.159 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:03.409 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:18:03.433 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:18:03.504 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:18:03.581 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:18:03.619 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:18:03.694 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:03.745 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:18:03.839 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:18:03.839 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:18:03.839 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-04-22T23:18:03.839 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:03.879 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:04.369 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:04.408 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:04.949 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:04.986 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:18:05.063 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:18:05.063 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:18:05.063 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:18:05.063 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:05.096 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:05.874 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:05.948 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:06.490 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:18:06.526 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:18:06.615 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:18:06.616 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:18:06.616 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:18:06.616 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:06.644 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:13.176 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /sys 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /proc 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /mnt 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /var/tmp 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /home 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /root 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /tmp 2024-04-22T23:18:13.177 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:14.178 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:18:14.202 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:18:14.202 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:14.202 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:18:14.202 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-04-22T23:18:14.203 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-04-22T23:18:14.203 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:14.204 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:18:14.289 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:18:14.289 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /sys 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /proc 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /mnt 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /var/tmp 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /home 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /root 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /tmp 2024-04-22T23:18:14.769 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:18:15.461 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:18:15.462 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:18:15.463 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:18:15.753 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:18:15.777 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:18:15.777 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:15.777 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:18:15.777 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:18:15.777 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:18:15.777 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:15.779 INFO:teuthology.orchestra.run.smithi082.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:18:15.873 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:18:15.873 INFO:teuthology.orchestra.run.smithi082.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:15.988 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:15.988 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /sys 2024-04-22T23:18:15.989 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /proc 2024-04-22T23:18:15.989 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /mnt 2024-04-22T23:18:15.989 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /var/tmp 2024-04-22T23:18:15.989 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /home 2024-04-22T23:18:15.989 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /root 2024-04-22T23:18:15.989 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /tmp 2024-04-22T23:18:15.989 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout:Upgraded: 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.255 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.256 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:18:16.257 INFO:teuthology.orchestra.run.smithi196.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:18:16.258 INFO:teuthology.orchestra.run.smithi196.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:18:16.258 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:16.258 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:16.527 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-test 2024-04-22T23:18:17.009 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:18:17.033 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:18:17.033 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:17.033 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:18:17.033 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:18:17.033 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:18:17.033 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:17.035 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:18:17.103 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:18:17.103 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:17.119 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:17.130 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:18:17.131 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:18:17.132 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:18:17.133 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:18:17.133 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:18:17.133 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:18:17.133 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:17.133 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:18:17.133 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:18:17.245 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:17.245 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:17.245 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:18:17.245 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:17.245 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout:Install 4 Packages 2024-04-22T23:18:17.246 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:17.247 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 50 M 2024-04-22T23:18:17.247 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 211 M 2024-04-22T23:18:17.247 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:18:17.781 INFO:teuthology.orchestra.run.smithi196.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-22T23:18:17.857 INFO:teuthology.orchestra.run.smithi196.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 848 kB/s | 64 kB 00:00 2024-04-22T23:18:17.883 INFO:teuthology.orchestra.run.smithi196.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 437 kB/s | 163 kB 00:00 2024-04-22T23:18:17.906 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:17.906 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:17.906 INFO:teuthology.orchestra.run.smithi082.stdout:Upgraded: 2024-04-22T23:18:17.906 INFO:teuthology.orchestra.run.smithi082.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.906 INFO:teuthology.orchestra.run.smithi082.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.906 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:18:17.906 INFO:teuthology.orchestra.run.smithi082.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.907 INFO:teuthology.orchestra.run.smithi082.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:18:17.908 INFO:teuthology.orchestra.run.smithi082.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:18:17.909 INFO:teuthology.orchestra.run.smithi082.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:18:17.909 INFO:teuthology.orchestra.run.smithi082.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:18:17.909 INFO:teuthology.orchestra.run.smithi082.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:18:17.909 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:17.909 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:18.156 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-test 2024-04-22T23:18:18.323 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:18.323 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:18:18.324 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:18:18.325 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:18:18.326 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:18:18.326 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:18:18.326 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:18:18.326 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:18:18.326 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:18:18.326 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:18:18.728 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:30 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:18.850 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:18.851 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:18.851 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:18:18.851 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:18.851 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:18:18.851 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:18:18.851 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:18:18.851 INFO:teuthology.orchestra.run.smithi082.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:18:18.852 INFO:teuthology.orchestra.run.smithi082.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:18:18.852 INFO:teuthology.orchestra.run.smithi082.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:18:18.852 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:18.852 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:18:18.852 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:18.852 INFO:teuthology.orchestra.run.smithi082.stdout:Install 4 Packages 2024-04-22T23:18:18.852 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:18.853 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 50 M 2024-04-22T23:18:18.853 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 211 M 2024-04-22T23:18:18.853 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:18:19.085 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:18:19.085 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout:Upgraded: 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:18:19.086 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:18:19.087 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:18:19.088 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:19.089 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:18:19.231 INFO:teuthology.orchestra.run.smithi082.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-04-22T23:18:19.315 INFO:teuthology.orchestra.run.smithi082.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 766 kB/s | 64 kB 00:00 2024-04-22T23:18:19.363 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-test 2024-04-22T23:18:19.617 INFO:teuthology.orchestra.run.smithi082.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 263 kB/s | 163 kB 00:00 2024-04-22T23:18:19.900 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:30 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:18:19.949 INFO:teuthology.orchestra.run.smithi196.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 20 MB/s | 49 MB 00:02 2024-04-22T23:18:19.951 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:19.952 INFO:teuthology.orchestra.run.smithi196.stdout:Total 18 MB/s | 50 MB 00:02 2024-04-22T23:18:19.978 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:18:19.998 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:18:19.998 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:18:20.023 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:18:20.024 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:20.025 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-04-22T23:18:20.025 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:20.025 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 50 M 2024-04-22T23:18:20.025 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 211 M 2024-04-22T23:18:20.025 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:18:20.327 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 700 kB/s | 163 kB 00:00 2024-04-22T23:18:20.366 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:18:20.366 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:18:20.613 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 243 kB/s | 64 kB 00:00 2024-04-22T23:18:20.697 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 505 kB/s | 305 kB 00:00 2024-04-22T23:18:20.888 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:18:20.967 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:18:21.015 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:18:21.043 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:18:22.175 INFO:teuthology.orchestra.run.smithi082.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 15 MB/s | 49 MB 00:03 2024-04-22T23:18:22.178 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:22.178 INFO:teuthology.orchestra.run.smithi082.stdout:Total 15 MB/s | 50 MB 00:03 2024-04-22T23:18:22.205 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:18:22.225 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:18:22.225 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:18:22.596 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:18:22.597 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:18:23.115 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:18:23.193 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:18:23.233 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:18:23.261 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:18:25.638 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:18:25.714 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:18:27.873 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:18:27.949 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:18:28.146 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:18:28.146 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:18:28.146 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:18:28.146 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:18:28.406 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:28.407 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:28.671 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph 2024-04-22T23:18:29.163 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 5.4 MB/s | 49 MB 00:09 2024-04-22T23:18:29.166 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:29.166 INFO:teuthology.orchestra.run.smithi155.stdout:Total 5.4 MB/s | 50 MB 00:09 2024-04-22T23:18:29.192 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:18:29.205 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:29.212 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:18:29.212 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:18:29.333 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:29.335 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:18:29.336 INFO:teuthology.orchestra.run.smithi196.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-collections 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:18:29.337 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:18:29.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:18:29.339 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:18:29.339 INFO:teuthology.orchestra.run.smithi196.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:18:29.339 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:29.339 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:18:29.339 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:29.339 INFO:teuthology.orchestra.run.smithi196.stdout:Install 36 Packages 2024-04-22T23:18:29.339 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:29.340 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 30 M 2024-04-22T23:18:29.340 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 107 M 2024-04-22T23:18:29.340 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:18:29.587 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:18:29.588 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:18:30.141 INFO:teuthology.orchestra.run.smithi196.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-22T23:18:30.146 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:18:30.214 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:18:30.253 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:18:30.272 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:18:30.285 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:18:30.285 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:18:30.285 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:18:30.285 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:18:30.499 INFO:teuthology.orchestra.run.smithi196.stdout:(2/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 4.1 MB/s | 2.4 MB 00:00 2024-04-22T23:18:30.533 INFO:teuthology.orchestra.run.smithi196.stdout:(3/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 2.5 MB/s | 1.5 MB 00:00 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:30.555 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:30.642 INFO:teuthology.orchestra.run.smithi196.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 2.2 MB/s | 249 kB 00:00 2024-04-22T23:18:30.792 INFO:teuthology.orchestra.run.smithi196.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-22T23:18:30.847 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph 2024-04-22T23:18:30.884 INFO:teuthology.orchestra.run.smithi196.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 13 MB/s | 1.2 MB 00:00 2024-04-22T23:18:30.934 INFO:teuthology.orchestra.run.smithi196.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-22T23:18:31.076 INFO:teuthology.orchestra.run.smithi196.stdout:(8/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 5.0 MB/s | 4.7 MB 00:00 2024-04-22T23:18:31.101 INFO:teuthology.orchestra.run.smithi196.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 809 kB/s | 135 kB 00:00 2024-04-22T23:18:31.152 INFO:teuthology.orchestra.run.smithi196.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-22T23:18:31.219 INFO:teuthology.orchestra.run.smithi196.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 879 kB/s | 125 kB 00:00 2024-04-22T23:18:31.359 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:43 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:31.419 INFO:teuthology.orchestra.run.smithi196.stdout:(12/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86 18 MB/s | 17 MB 00:00 2024-04-22T23:18:31.483 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:18:31.486 INFO:teuthology.orchestra.run.smithi082.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-collections 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:18:31.487 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:18:31.488 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:18:31.489 INFO:teuthology.orchestra.run.smithi082.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:18:31.489 INFO:teuthology.orchestra.run.smithi082.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:18:31.489 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:31.489 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:18:31.489 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:31.489 INFO:teuthology.orchestra.run.smithi082.stdout:Install 36 Packages 2024-04-22T23:18:31.489 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:31.490 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 30 M 2024-04-22T23:18:31.490 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 107 M 2024-04-22T23:18:31.490 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:18:31.560 INFO:teuthology.orchestra.run.smithi196.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 461 kB/s | 188 kB 00:00 2024-04-22T23:18:31.586 INFO:teuthology.orchestra.run.smithi196.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 210 kB/s | 35 kB 00:00 2024-04-22T23:18:31.619 INFO:teuthology.orchestra.run.smithi196.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 457 kB/s | 172 kB 00:00 2024-04-22T23:18:31.644 INFO:teuthology.orchestra.run.smithi196.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 608 kB/s | 51 kB 00:00 2024-04-22T23:18:31.670 INFO:teuthology.orchestra.run.smithi196.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 496 kB/s | 42 kB 00:00 2024-04-22T23:18:31.979 INFO:teuthology.orchestra.run.smithi196.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-04-22T23:18:32.038 INFO:teuthology.orchestra.run.smithi196.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-04-22T23:18:32.162 INFO:teuthology.orchestra.run.smithi196.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 940 kB/s | 172 kB 00:00 2024-04-22T23:18:32.196 INFO:teuthology.orchestra.run.smithi196.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.2 MB/s | 358 kB 00:00 2024-04-22T23:18:32.229 INFO:teuthology.orchestra.run.smithi196.stdout:(22/36): lua-devel-5.4.4-4.el9.x86_64.rpm 37 kB/s | 22 kB 00:00 2024-04-22T23:18:32.255 INFO:teuthology.orchestra.run.smithi196.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-22T23:18:32.280 INFO:teuthology.orchestra.run.smithi196.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 210 kB/s | 18 kB 00:00 2024-04-22T23:18:32.305 INFO:teuthology.orchestra.run.smithi196.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 306 kB/s | 23 kB 00:00 2024-04-22T23:18:32.356 INFO:teuthology.orchestra.run.smithi196.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-22T23:18:32.406 INFO:teuthology.orchestra.run.smithi196.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 608 kB/s | 46 kB 00:00 2024-04-22T23:18:32.431 INFO:teuthology.orchestra.run.smithi196.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T23:18:32.506 INFO:teuthology.orchestra.run.smithi196.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-22T23:18:32.523 INFO:teuthology.orchestra.run.smithi196.stdout:(30/36): python3-jaraco-functools-3.5.0-2.el9.n 72 kB/s | 19 kB 00:00 2024-04-22T23:18:32.549 INFO:teuthology.orchestra.run.smithi196.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-04-22T23:18:32.582 INFO:teuthology.orchestra.run.smithi196.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-22T23:18:32.633 INFO:teuthology.orchestra.run.smithi196.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-04-22T23:18:32.658 INFO:teuthology.orchestra.run.smithi196.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-04-22T23:18:32.700 INFO:teuthology.orchestra.run.smithi196.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-04-22T23:18:32.716 INFO:teuthology.orchestra.run.smithi196.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-04-22T23:18:32.723 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:32.723 INFO:teuthology.orchestra.run.smithi196.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-04-22T23:18:32.851 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:18:32.890 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:18:32.891 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:18:32.918 INFO:teuthology.orchestra.run.smithi082.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-04-22T23:18:33.068 INFO:teuthology.orchestra.run.smithi082.stdout:(2/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-04-22T23:18:33.186 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:18:33.186 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:18:33.510 INFO:teuthology.orchestra.run.smithi082.stdout:(3/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 1.8 MB/s | 1.5 MB 00:00 2024-04-22T23:18:33.893 INFO:teuthology.orchestra.run.smithi082.stdout:(4/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86_ 20 MB/s | 17 MB 00:00 2024-04-22T23:18:33.918 INFO:teuthology.orchestra.run.smithi082.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3252.g43be 609 kB/s | 249 kB 00:00 2024-04-22T23:18:34.144 INFO:teuthology.orchestra.run.smithi082.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-04-22T23:18:34.203 INFO:teuthology.orchestra.run.smithi082.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-22T23:18:34.253 INFO:teuthology.orchestra.run.smithi082.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-04-22T23:18:34.286 INFO:teuthology.orchestra.run.smithi082.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 3.3 MB/s | 1.2 MB 00:00 2024-04-22T23:18:34.314 INFO:teuthology.orchestra.run.smithi082.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-04-22T23:18:34.345 INFO:teuthology.orchestra.run.smithi082.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-04-22T23:18:34.370 INFO:teuthology.orchestra.run.smithi082.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 3.1 MB/s | 188 kB 00:00 2024-04-22T23:18:34.404 INFO:teuthology.orchestra.run.smithi082.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-04-22T23:18:34.429 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:18:34.430 INFO:teuthology.orchestra.run.smithi082.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 592 kB/s | 35 kB 00:00 2024-04-22T23:18:34.455 INFO:teuthology.orchestra.run.smithi082.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-22T23:18:34.488 INFO:teuthology.orchestra.run.smithi082.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 711 kB/s | 42 kB 00:00 2024-04-22T23:18:34.494 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:18:34.527 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:18:34.563 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:18:34.635 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:18:34.695 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:18:34.728 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:18:34.738 INFO:teuthology.orchestra.run.smithi082.stdout:(17/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86 2.6 MB/s | 4.7 MB 00:01 2024-04-22T23:18:34.765 INFO:teuthology.orchestra.run.smithi082.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 72 kB/s | 22 kB 00:00 2024-04-22T23:18:34.789 INFO:teuthology.orchestra.run.smithi082.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 503 kB/s | 151 kB 00:00 2024-04-22T23:18:34.821 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:18:34.863 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:18:34.898 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:18:34.915 INFO:teuthology.orchestra.run.smithi082.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 247 kB/s | 43 kB 00:00 2024-04-22T23:18:34.939 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:18:34.939 INFO:teuthology.orchestra.run.smithi082.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.3 MB/s | 358 kB 00:00 2024-04-22T23:18:34.973 INFO:teuthology.orchestra.run.smithi082.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-04-22T23:18:34.973 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:18:34.998 INFO:teuthology.orchestra.run.smithi082.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-04-22T23:18:35.009 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:18:35.020 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:18:35.023 INFO:teuthology.orchestra.run.smithi082.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 661 kB/s | 172 kB 00:00 2024-04-22T23:18:35.049 INFO:teuthology.orchestra.run.smithi082.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 306 kB/s | 23 kB 00:00 2024-04-22T23:18:35.055 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:18:35.074 INFO:teuthology.orchestra.run.smithi082.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-04-22T23:18:35.088 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:18:35.099 INFO:teuthology.orchestra.run.smithi082.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-22T23:18:35.125 INFO:teuthology.orchestra.run.smithi082.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-04-22T23:18:35.130 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:18:35.150 INFO:teuthology.orchestra.run.smithi082.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T23:18:35.163 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:18:35.183 INFO:teuthology.orchestra.run.smithi082.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-04-22T23:18:35.198 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:18:35.209 INFO:teuthology.orchestra.run.smithi082.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-04-22T23:18:35.234 INFO:teuthology.orchestra.run.smithi082.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-04-22T23:18:35.236 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:18:35.259 INFO:teuthology.orchestra.run.smithi082.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 474 kB/s | 36 kB 00:00 2024-04-22T23:18:35.309 INFO:teuthology.orchestra.run.smithi082.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-22T23:18:35.310 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:18:35.338 INFO:teuthology.orchestra.run.smithi082.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-04-22T23:18:35.360 INFO:teuthology.orchestra.run.smithi082.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-04-22T23:18:35.361 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:35.361 INFO:teuthology.orchestra.run.smithi082.stdout:Total 7.8 MB/s | 30 MB 00:03 2024-04-22T23:18:35.450 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:18:35.498 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:18:35.536 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:18:35.537 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:18:35.537 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:18:35.588 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:18:35.627 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:18:35.684 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:18:35.740 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:18:35.833 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:18:35.836 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:18:35.929 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:18:35.981 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:18:36.059 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:18:36.148 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:18:36.188 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:18:36.305 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:18:36.461 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:18:36.499 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:18:36.524 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:18:36.524 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:36.524 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:18:36.524 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-04-22T23:18:36.524 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-04-22T23:18:36.524 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:37.099 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:18:37.163 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:18:37.204 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:18:37.232 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:18:37.303 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:18:37.339 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:18:37.372 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:18:37.462 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:18:37.542 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:18:37.591 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:18:37.605 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:18:37.606 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:18:37.606 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:18:37.606 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:18:37.626 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:18:37.656 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:18:37.690 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:18:37.723 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:18:37.764 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:18:37.807 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:18:37.842 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:18:37.874 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:37.875 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:18:37.880 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:18:37.952 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:18:37.957 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:18:37.984 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:18:37.984 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:37.984 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:18:37.984 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-04-22T23:18:37.984 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-04-22T23:18:37.984 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:38.098 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:18:38.146 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph 2024-04-22T23:18:38.179 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:18:38.233 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:18:38.271 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:18:38.320 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:18:38.407 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:18:38.425 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:18:38.447 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:18:38.447 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:38.448 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:18:38.448 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-04-22T23:18:38.448 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-04-22T23:18:38.448 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:38.593 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:18:38.650 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:18:38.663 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:49 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:18:38.675 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:18:38.698 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:18:38.699 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:38.699 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:18:38.699 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-04-22T23:18:38.699 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-04-22T23:18:38.699 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:38.728 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:18:38.762 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:18:38.786 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:18:38.788 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:38.788 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:18:38.788 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:18:38.789 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:18:38.790 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:18:38.791 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:18:38.792 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:38.792 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:18:38.792 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:38.792 INFO:teuthology.orchestra.run.smithi155.stdout:Install 36 Packages 2024-04-22T23:18:38.792 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:38.792 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 30 M 2024-04-22T23:18:38.792 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 107 M 2024-04-22T23:18:38.793 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:18:38.818 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:18:38.858 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:18:38.973 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:18:39.139 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:18:39.168 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:18:39.193 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:18:39.194 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:39.194 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:18:39.194 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:18:39.194 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:18:39.194 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:39.654 INFO:teuthology.orchestra.run.smithi155.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-22T23:18:40.071 INFO:teuthology.orchestra.run.smithi155.stdout:(2/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 4.1 MB/s | 2.4 MB 00:00 2024-04-22T23:18:40.402 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:18:40.402 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:18:40.402 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:18:40.402 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:18:40.402 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:18:40.402 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:18:40.403 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:18:40.404 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:18:40.405 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:18:40.405 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:18:40.405 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:18:40.406 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:18:40.406 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:18:40.406 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:18:40.406 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:18:40.646 INFO:teuthology.orchestra.run.smithi155.stdout:(3/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 4.7 MB/s | 4.7 MB 00:00 2024-04-22T23:18:40.653 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:18:40.678 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:18:40.678 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:40.678 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:18:40.678 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:18:40.678 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:18:40.678 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:40.688 INFO:teuthology.orchestra.run.smithi155.stdout:(4/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-04-22T23:18:40.714 INFO:teuthology.orchestra.run.smithi155.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3252.g43be 3.6 MB/s | 249 kB 00:00 2024-04-22T23:18:40.864 INFO:teuthology.orchestra.run.smithi155.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.4 MB/s | 253 kB 00:00 2024-04-22T23:18:40.914 INFO:teuthology.orchestra.run.smithi155.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-22T23:18:40.956 INFO:teuthology.orchestra.run.smithi155.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 5.1 MB/s | 1.2 MB 00:00 2024-04-22T23:18:40.981 INFO:teuthology.orchestra.run.smithi155.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-22T23:18:41.006 INFO:teuthology.orchestra.run.smithi155.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-22T23:18:41.050 INFO:teuthology.orchestra.run.smithi155.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-04-22T23:18:41.120 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:18:41.142 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:18:41.143 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:41.143 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:18:41.143 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:18:41.143 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:18:41.143 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:41.257 INFO:teuthology.orchestra.run.smithi155.stdout:(12/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86 14 MB/s | 17 MB 00:01 2024-04-22T23:18:41.318 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:18:41.319 INFO:teuthology.orchestra.run.smithi196.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:18:41.320 INFO:teuthology.orchestra.run.smithi196.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:18:41.321 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:41.322 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:41.332 INFO:teuthology.orchestra.run.smithi155.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 579 kB/s | 188 kB 00:00 2024-04-22T23:18:41.349 INFO:teuthology.orchestra.run.smithi155.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 378 kB/s | 35 kB 00:00 2024-04-22T23:18:41.370 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:18:41.374 INFO:teuthology.orchestra.run.smithi155.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 531 kB/s | 172 kB 00:00 2024-04-22T23:18:41.391 INFO:teuthology.orchestra.run.smithi155.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 996 kB/s | 42 kB 00:00 2024-04-22T23:18:41.393 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:18:41.393 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:41.393 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:18:41.393 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:18:41.393 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:18:41.393 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:41.408 INFO:teuthology.orchestra.run.smithi155.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 676 kB/s | 51 kB 00:00 2024-04-22T23:18:41.441 INFO:teuthology.orchestra.run.smithi155.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 332 kB/s | 22 kB 00:00 2024-04-22T23:18:41.486 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:18:41.534 INFO:teuthology.orchestra.run.smithi155.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 346 kB/s | 43 kB 00:00 2024-04-22T23:18:41.559 INFO:teuthology.orchestra.run.smithi155.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 903 kB/s | 151 kB 00:00 2024-04-22T23:18:41.592 INFO:teuthology.orchestra.run.smithi155.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-22T23:18:41.609 INFO:teuthology.orchestra.run.smithi155.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 212 kB/s | 11 kB 00:00 2024-04-22T23:18:41.634 INFO:teuthology.orchestra.run.smithi155.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 421 kB/s | 18 kB 00:00 2024-04-22T23:18:41.652 INFO:teuthology.orchestra.run.smithi155.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 551 kB/s | 23 kB 00:00 2024-04-22T23:18:41.662 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-base 2024-04-22T23:18:41.677 INFO:teuthology.orchestra.run.smithi155.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 461 kB/s | 19 kB 00:00 2024-04-22T23:18:41.711 INFO:teuthology.orchestra.run.smithi155.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2024-04-22T23:18:41.736 INFO:teuthology.orchestra.run.smithi155.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 235 kB/s | 20 kB 00:00 2024-04-22T23:18:41.761 INFO:teuthology.orchestra.run.smithi155.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 554 kB/s | 46 kB 00:00 2024-04-22T23:18:41.786 INFO:teuthology.orchestra.run.smithi155.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T23:18:41.812 INFO:teuthology.orchestra.run.smithi155.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-04-22T23:18:41.845 INFO:teuthology.orchestra.run.smithi155.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-04-22T23:18:41.870 INFO:teuthology.orchestra.run.smithi155.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 612 kB/s | 36 kB 00:00 2024-04-22T23:18:41.898 INFO:teuthology.orchestra.run.smithi155.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 825 kB/s | 90 kB 00:00 2024-04-22T23:18:41.921 INFO:teuthology.orchestra.run.smithi155.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-22T23:18:41.946 INFO:teuthology.orchestra.run.smithi155.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-04-22T23:18:41.971 INFO:teuthology.orchestra.run.smithi155.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-22T23:18:41.973 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:41.973 INFO:teuthology.orchestra.run.smithi155.stdout:Total 9.5 MB/s | 30 MB 00:03 2024-04-22T23:18:42.111 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:18:42.149 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:18:42.150 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:18:42.177 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:42.257 INFO:teuthology.orchestra.run.smithi196.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:18:42.298 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:42.299 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:18:42.299 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:42.367 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install cephadm 2024-04-22T23:18:42.442 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:18:42.443 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:18:42.872 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:42.994 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:42.994 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:42.994 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:18:42.994 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:42.994 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 763 k 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 770 k 2024-04-22T23:18:42.995 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:18:43.250 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:18:43.250 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:18:43.250 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:18:43.250 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:18:43.250 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:18:43.250 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:18:43.250 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:18:43.251 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:18:43.252 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:18:43.252 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:18:43.252 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:18:43.252 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:18:43.252 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:18:43.253 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:18:43.253 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:18:43.253 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:18:43.253 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:18:43.254 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:18:43.254 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:18:43.254 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:18:43.254 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:18:43.254 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:18:43.254 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:18:43.307 INFO:teuthology.orchestra.run.smithi196.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 2.4 MB/s | 763 kB 00:00 2024-04-22T23:18:43.307 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:43.308 INFO:teuthology.orchestra.run.smithi196.stdout:Total 2.4 MB/s | 763 kB 00:00 2024-04-22T23:18:43.308 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:18:43.313 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:18:43.313 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:18:43.319 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:18:43.319 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:18:43.388 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:18:43.680 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:18:43.740 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:18:43.773 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:18:43.787 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:43.801 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:18:43.867 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:43.871 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:18:43.916 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:18:43.950 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:18:44.040 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:18:44.127 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:18:44.128 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:18:44.128 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:44.128 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:18:44.128 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:18:44.129 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:18:44.130 INFO:teuthology.orchestra.run.smithi082.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:18:44.131 INFO:teuthology.orchestra.run.smithi082.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:18:44.131 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:18:44.131 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:18:44.131 INFO:teuthology.orchestra.run.smithi082.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:18:44.131 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:18:44.131 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:18:44.132 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:18:44.132 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:18:44.132 INFO:teuthology.orchestra.run.smithi082.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:18:44.132 INFO:teuthology.orchestra.run.smithi082.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:18:44.132 INFO:teuthology.orchestra.run.smithi082.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:18:44.132 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:18:44.132 INFO:teuthology.orchestra.run.smithi082.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:18:44.133 INFO:teuthology.orchestra.run.smithi082.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:18:44.133 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:44.133 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:44.144 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:44.169 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:18:44.204 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:18:44.234 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:18:44.268 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:18:44.301 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:18:44.341 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:18:44.365 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:44.365 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:44.365 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:18:44.365 INFO:teuthology.orchestra.run.smithi196.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:44.365 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:44.365 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:44.376 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:18:44.411 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:18:44.446 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-base 2024-04-22T23:18:44.449 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:18:44.521 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:18:44.584 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:18:44.659 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:18:44.740 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:18:44.802 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:18:44.857 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:18:44.905 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:18:44.958 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:44.962 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:18:45.039 INFO:teuthology.orchestra.run.smithi082.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:18:45.081 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:45.082 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:18:45.082 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:45.105 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:45.148 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:18:45.149 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install cephadm 2024-04-22T23:18:45.202 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:18:45.224 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:18:45.225 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:45.226 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 145 k 2024-04-22T23:18:45.226 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 435 k 2024-04-22T23:18:45.226 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:18:45.280 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:18:45.369 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:18:45.410 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:18:45.527 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:18:45.579 INFO:teuthology.orchestra.run.smithi196.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 410 kB/s | 145 kB 00:00 2024-04-22T23:18:45.579 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:45.580 INFO:teuthology.orchestra.run.smithi196.stdout:Total 408 kB/s | 145 kB 00:00 2024-04-22T23:18:45.580 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:18:45.587 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:18:45.587 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:18:45.644 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:18:45.644 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:18:45.651 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:45.682 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:18:45.703 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:18:45.729 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:18:45.730 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:45.730 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:18:45.730 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:18:45.730 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:18:45.730 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:45.771 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:45.771 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 763 k 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 770 k 2024-04-22T23:18:45.772 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:18:45.779 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:18:45.871 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:45.896 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:45.896 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:45.896 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:18:45.896 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:46.211 INFO:teuthology.orchestra.run.smithi082.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 1.7 MB/s | 763 kB 00:00 2024-04-22T23:18:46.212 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:46.212 INFO:teuthology.orchestra.run.smithi082.stdout:Total 1.7 MB/s | 763 kB 00:00 2024-04-22T23:18:46.212 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:18:46.217 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:18:46.217 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:18:46.223 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:18:46.223 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:18:46.297 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:18:46.741 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:46.781 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:46.781 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:46.781 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:18:46.781 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:46.781 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:46.782 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:46.822 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:47.008 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr 2024-04-22T23:18:47.144 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:47.179 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:18:47.206 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:18:47.206 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:47.206 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:18:47.207 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:18:47.207 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:18:47.207 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:47.394 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:47.395 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:47.395 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:18:47.395 INFO:teuthology.orchestra.run.smithi082.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:47.395 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:47.395 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:47.526 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:47.606 INFO:teuthology.orchestra.run.smithi196.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:18:47.649 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:47.650 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:18:47.650 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:47.655 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:18:47.672 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:18:47.678 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:18:47.678 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:47.678 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:18:47.678 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:18:47.678 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:18:47.678 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:47.705 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:18:47.905 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:18:47.928 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:18:47.928 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:47.928 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:18:47.929 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:18:47.929 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:18:47.929 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:47.992 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:18:48.194 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:48.214 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:48.317 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:48.318 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:48.318 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-04-22T23:18:48.318 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:48.318 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 145 k 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 435 k 2024-04-22T23:18:48.319 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:18:48.336 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:18:48.337 INFO:teuthology.orchestra.run.smithi196.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout:Install 12 Packages 2024-04-22T23:18:48.338 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:48.339 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 8.6 M 2024-04-22T23:18:48.339 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 104 M 2024-04-22T23:18:48.339 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:18:48.659 INFO:teuthology.orchestra.run.smithi082.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 428 kB/s | 145 kB 00:00 2024-04-22T23:18:48.659 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:48.659 INFO:teuthology.orchestra.run.smithi082.stdout:Total 426 kB/s | 145 kB 00:00 2024-04-22T23:18:48.660 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:18:48.666 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:18:48.666 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:18:48.722 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:18:48.722 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:18:48.867 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:18:48.907 INFO:teuthology.orchestra.run.smithi196.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3252.g43b 87 kB/s | 16 kB 00:00 2024-04-22T23:18:48.933 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:48.958 INFO:teuthology.orchestra.run.smithi196.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3252.g43 143 kB/s | 34 kB 00:00 2024-04-22T23:18:48.958 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:48.958 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:48.958 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:18:48.958 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:49.041 INFO:teuthology.orchestra.run.smithi196.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 7.6 MB/s | 1.0 MB 00:00 2024-04-22T23:18:49.092 INFO:teuthology.orchestra.run.smithi196.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 269 kB 00:00 2024-04-22T23:18:49.167 INFO:teuthology.orchestra.run.smithi196.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.7 MB/s | 863 kB 00:00 2024-04-22T23:18:49.376 INFO:teuthology.orchestra.run.smithi196.stdout:(6/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 5.4 MB/s | 3.5 MB 00:00 2024-04-22T23:18:49.401 INFO:teuthology.orchestra.run.smithi196.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 83 kB/s | 19 kB 00:00 2024-04-22T23:18:49.651 INFO:teuthology.orchestra.run.smithi196.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 578 kB/s | 144 kB 00:00 2024-04-22T23:18:49.710 INFO:teuthology.orchestra.run.smithi196.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 887 kB/s | 548 kB 00:00 2024-04-22T23:18:49.722 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:18:49.722 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:18:49.722 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:18:49.722 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:18:49.722 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:18:49.722 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:18:49.722 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:18:49.723 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:18:49.724 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:18:49.725 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:18:49.725 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:18:49.726 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:18:49.726 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:18:49.726 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:18:49.726 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:18:49.726 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:18:49.743 INFO:teuthology.orchestra.run.smithi196.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 334 kB/s | 31 kB 00:00 2024-04-22T23:18:49.806 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:49.806 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:49.806 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:18:49.806 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:49.807 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:49.807 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:49.818 INFO:teuthology.orchestra.run.smithi196.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-04-22T23:18:50.034 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr 2024-04-22T23:18:50.094 INFO:teuthology.orchestra.run.smithi196.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.8 MB/s | 2.0 MB 00:00 2024-04-22T23:18:50.099 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:50.099 INFO:teuthology.orchestra.run.smithi196.stdout:Total 4.9 MB/s | 8.6 MB 00:01 2024-04-22T23:18:50.142 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:18:50.159 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:18:50.159 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:18:50.313 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:18:50.314 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:18:50.551 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:50.586 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:18:50.587 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:18:50.588 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:18:50.589 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:18:50.590 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:18:50.590 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:18:50.590 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:50.590 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:18:50.630 INFO:teuthology.orchestra.run.smithi082.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:18:50.672 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:50.673 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:18:50.673 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:50.752 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:18:50.857 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:18:50.932 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-base 2024-04-22T23:18:50.952 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:18:50.987 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:18:51.034 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:18:51.073 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:18:51.157 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:18:51.251 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:51.291 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:18:51.371 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:18:51.372 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout:Install 12 Packages 2024-04-22T23:18:51.373 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:51.374 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 8.6 M 2024-04-22T23:18:51.374 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 104 M 2024-04-22T23:18:51.374 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:18:51.384 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:18:51.431 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:18:51.441 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:18:51.464 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:18:51.496 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:18:51.521 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:18:51.562 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:18:51.563 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:18:51.563 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:18:51.623 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install cephadm 2024-04-22T23:18:52.103 INFO:teuthology.orchestra.run.smithi082.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3252.g43b 82 kB/s | 16 kB 00:00 2024-04-22T23:18:52.131 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:18:52.136 INFO:teuthology.orchestra.run.smithi082.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3252.g43 145 kB/s | 34 kB 00:00 2024-04-22T23:18:52.251 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:18:52.252 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:52.252 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:18:52.252 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:52.252 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 763 k 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 770 k 2024-04-22T23:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:18:52.353 INFO:teuthology.orchestra.run.smithi082.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-04-22T23:18:52.428 INFO:teuthology.orchestra.run.smithi082.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.1 MB/s | 1.0 MB 00:00 2024-04-22T23:18:52.487 INFO:teuthology.orchestra.run.smithi082.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.3 MB/s | 863 kB 00:00 2024-04-22T23:18:52.536 INFO:teuthology.orchestra.run.smithi155.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 2.6 MB/s | 763 kB 00:00 2024-04-22T23:18:52.537 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:52.537 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.6 MB/s | 763 kB 00:00 2024-04-22T23:18:52.537 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:18:52.539 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:18:52.542 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:18:52.543 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:18:52.545 INFO:teuthology.orchestra.run.smithi082.stdout:(6/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 5.5 MB/s | 3.5 MB 00:00 2024-04-22T23:18:52.548 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:18:52.549 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:18:52.580 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:18:52.623 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:18:52.754 INFO:teuthology.orchestra.run.smithi082.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-04-22T23:18:53.063 INFO:teuthology.orchestra.run.smithi082.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 469 kB/s | 144 kB 00:00 2024-04-22T23:18:53.067 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:53.096 INFO:teuthology.orchestra.run.smithi082.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 821 kB/s | 548 kB 00:00 2024-04-22T23:18:53.155 INFO:teuthology.orchestra.run.smithi082.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 335 kB/s | 31 kB 00:00 2024-04-22T23:18:53.155 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:53.205 INFO:teuthology.orchestra.run.smithi082.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-04-22T23:18:53.297 INFO:teuthology.orchestra.run.smithi082.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.7 MB/s | 2.0 MB 00:00 2024-04-22T23:18:53.299 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:53.299 INFO:teuthology.orchestra.run.smithi082.stdout:Total 4.5 MB/s | 8.6 MB 00:01 2024-04-22T23:18:53.349 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:18:53.367 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:18:53.367 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:18:53.465 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:53.520 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:18:53.521 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:18:53.683 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:18:53.684 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:53.684 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:18:53.684 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:53.684 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:53.684 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:18:53.888 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:18:53.889 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:18:53.889 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:18:53.897 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:18:54.090 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:18:54.164 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:18:54.194 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:18:54.195 INFO:teuthology.orchestra.run.smithi196.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:18:54.196 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:18:54.196 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:18:54.196 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:54.196 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:18:54.199 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:18:54.245 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:18:54.276 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:18:54.353 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:18:54.415 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:18:54.439 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:18:54.486 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:18:54.534 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:18:54.535 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:54.535 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T23:18:54.535 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 145 k 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 435 k 2024-04-22T23:18:54.536 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:18:54.579 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:18:54.631 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:18:54.659 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:18:54.692 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:18:54.758 INFO:teuthology.orchestra.run.smithi155.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 653 kB/s | 145 kB 00:00 2024-04-22T23:18:54.759 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:54.759 INFO:teuthology.orchestra.run.smithi155.stdout:Total 648 kB/s | 145 kB 00:00 2024-04-22T23:18:54.759 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:18:54.767 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:18:54.767 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:18:54.823 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:18:54.824 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:18:54.944 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:06 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:54.979 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:18:55.065 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:18:55.066 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-04-22T23:18:55.066 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:18:55.066 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-04-22T23:18:55.066 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:18:55.066 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:18:55.066 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:55.067 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:18:55.068 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-04-22T23:18:55.068 INFO:teuthology.orchestra.run.smithi196.stdout:Install 12 Packages 2024-04-22T23:18:55.068 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:18:55.068 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:55.069 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 38 M 2024-04-22T23:18:55.069 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 209 M 2024-04-22T23:18:55.069 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:18:55.092 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:55.092 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:18:55.092 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:18:55.092 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:55.746 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:18:55.751 INFO:teuthology.orchestra.run.smithi196.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 769 kB/s | 195 kB 00:00 2024-04-22T23:18:55.784 INFO:teuthology.orchestra.run.smithi196.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.7 MB/s | 803 kB 00:00 2024-04-22T23:18:55.792 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:18:55.868 INFO:teuthology.orchestra.run.smithi196.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-04-22T23:18:55.910 INFO:teuthology.orchestra.run.smithi196.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 436 kB/s | 18 kB 00:00 2024-04-22T23:18:55.952 INFO:teuthology.orchestra.run.smithi196.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 848 kB/s | 35 kB 00:00 2024-04-22T23:18:55.985 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:18:55.985 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:55.985 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:18:55.985 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:18:55.986 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:55.986 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:18:56.102 INFO:teuthology.orchestra.run.smithi196.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.4 MB/s | 3.0 MB 00:00 2024-04-22T23:18:56.202 INFO:teuthology.orchestra.run.smithi196.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-32 10 MB/s | 7.4 MB 00:00 2024-04-22T23:18:56.212 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr 2024-04-22T23:18:56.227 INFO:teuthology.orchestra.run.smithi196.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.9 MB/s | 244 kB 00:00 2024-04-22T23:18:56.311 INFO:teuthology.orchestra.run.smithi196.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2024-04-22T23:18:56.336 INFO:teuthology.orchestra.run.smithi196.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-04-22T23:18:56.654 INFO:teuthology.orchestra.run.smithi196.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-04-22T23:18:56.734 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:18:56.815 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:18:56.858 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:18:56.859 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:18:56.859 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:18:56.925 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:18:57.124 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:18:57.125 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:18:57.137 INFO:teuthology.orchestra.run.smithi196.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.5 MB/s | 5.1 MB 00:00 2024-04-22T23:18:57.140 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:57.140 INFO:teuthology.orchestra.run.smithi196.stdout:Total 18 MB/s | 38 MB 00:02 2024-04-22T23:18:57.424 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:18:57.425 INFO:teuthology.orchestra.run.smithi082.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:18:57.426 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:18:57.426 INFO:teuthology.orchestra.run.smithi082.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:18:57.426 INFO:teuthology.orchestra.run.smithi082.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:18:57.426 INFO:teuthology.orchestra.run.smithi082.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:18:57.426 INFO:teuthology.orchestra.run.smithi082.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:18:57.426 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:57.426 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:18:57.431 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:08 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:18:57.489 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:18:57.515 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:18:57.515 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:18:57.553 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:18:57.554 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:57.554 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:18:57.554 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:57.554 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:18:57.554 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:18:57.554 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:18:57.554 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:18:57.555 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:18:57.556 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-22T23:18:57.556 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:18:57.556 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 8.6 M 2024-04-22T23:18:57.556 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 104 M 2024-04-22T23:18:57.556 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:18:57.667 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:18:57.919 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:18:57.920 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:18:58.128 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3252.g43b 87 kB/s | 16 kB 00:00 2024-04-22T23:18:58.168 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:10 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:18:58.178 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3252.g43 143 kB/s | 34 kB 00:00 2024-04-22T23:18:58.288 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:18:58.289 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================= 2024-04-22T23:18:58.289 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:18:58.289 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================= 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:18:58.290 INFO:teuthology.orchestra.run.smithi082.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout:======================================================================================= 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout:Install 12 Packages 2024-04-22T23:18:58.291 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:18:58.292 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 38 M 2024-04-22T23:18:58.292 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 209 M 2024-04-22T23:18:58.292 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:18:58.395 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-04-22T23:18:58.470 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.0 MB/s | 1.0 MB 00:00 2024-04-22T23:18:58.587 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 5.5 MB/s | 3.5 MB 00:00 2024-04-22T23:18:58.750 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:18:58.780 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 101 kB/s | 19 kB 00:00 2024-04-22T23:18:58.817 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:18:58.863 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.4 MB/s | 548 kB 00:00 2024-04-22T23:18:58.868 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:18:58.979 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:18:59.011 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:18:59.189 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:18:59.196 INFO:teuthology.orchestra.run.smithi082.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 376 kB/s | 195 kB 00:00 2024-04-22T23:18:59.227 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:18:59.230 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.0 MB/s | 863 kB 00:00 2024-04-22T23:18:59.288 INFO:teuthology.orchestra.run.smithi082.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 358 kB/s | 33 kB 00:00 2024-04-22T23:18:59.304 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:18:59.347 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 299 kB/s | 144 kB 00:00 2024-04-22T23:18:59.405 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.3 MB/s | 2.0 MB 00:00 2024-04-22T23:18:59.431 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 153 kB/s | 31 kB 00:00 2024-04-22T23:18:59.455 INFO:teuthology.orchestra.run.smithi082.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-32 9.5 MB/s | 7.4 MB 00:00 2024-04-22T23:18:59.522 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.0 MB/s | 188 kB 00:00 2024-04-22T23:18:59.523 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:18:59.524 INFO:teuthology.orchestra.run.smithi155.stdout:Total 4.4 MB/s | 8.6 MB 00:01 2024-04-22T23:18:59.530 INFO:teuthology.orchestra.run.smithi082.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-22T23:18:59.555 INFO:teuthology.orchestra.run.smithi082.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-04-22T23:18:59.573 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:18:59.581 INFO:teuthology.orchestra.run.smithi082.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 702 kB/s | 35 kB 00:00 2024-04-22T23:18:59.590 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:18:59.590 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:18:59.606 INFO:teuthology.orchestra.run.smithi082.stdout:(7/12): libgfortran-11.4.1-3.el9.x86_64.rpm 864 kB/s | 803 kB 00:00 2024-04-22T23:18:59.631 INFO:teuthology.orchestra.run.smithi082.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 4.8 MB/s | 244 kB 00:00 2024-04-22T23:18:59.673 INFO:teuthology.orchestra.run.smithi082.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-04-22T23:18:59.744 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:18:59.744 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:18:59.782 INFO:teuthology.orchestra.run.smithi082.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 21 MB/s | 4.7 MB 00:00 2024-04-22T23:18:59.956 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:19:00.015 INFO:teuthology.orchestra.run.smithi082.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-04-22T23:19:00.066 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:19:00.107 INFO:teuthology.orchestra.run.smithi082.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 10 MB/s | 5.1 MB 00:00 2024-04-22T23:19:00.108 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:00.108 INFO:teuthology.orchestra.run.smithi082.stdout:Total 21 MB/s | 38 MB 00:01 2024-04-22T23:19:00.301 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:00.382 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:19:00.425 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:19:00.456 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:00.472 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:19:00.482 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:00.482 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:00.502 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:19:00.578 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:19:00.704 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:19:00.788 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:19:00.831 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:19:00.859 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:19:00.887 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:00.888 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:00.892 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:19:01.306 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:19:01.711 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:01.820 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:19:01.864 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:19:01.942 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:19:01.963 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:19:01.975 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:19:01.998 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:19:02.178 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:19:02.205 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:19:02.282 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:19:02.339 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:19:02.369 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:19:02.922 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:19:03.043 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:19:03.319 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:19:03.319 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:19:03.320 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:19:03.599 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:19:03.599 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:03.599 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:03.599 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:03.600 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:03.866 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:19:04.264 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:19:04.369 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:15 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:04.492 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:04.493 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:19:04.494 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-22T23:19:04.495 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:04.496 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 38 M 2024-04-22T23:19:04.496 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 209 M 2024-04-22T23:19:04.496 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:04.946 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 938 kB/s | 195 kB 00:00 2024-04-22T23:19:05.029 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 392 kB/s | 33 kB 00:00 2024-04-22T23:19:05.055 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:19:05.055 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:19:05.055 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:19:05.055 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:19:05.055 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:19:05.055 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:19:05.055 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:19:05.056 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:19:05.056 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:19:05.056 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:19:05.056 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:19:05.056 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:19:05.138 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 803 kB 00:00 2024-04-22T23:19:05.238 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 14 MB/s | 3.0 MB 00:00 2024-04-22T23:19:05.263 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 145 kB/s | 18 kB 00:00 2024-04-22T23:19:05.289 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 703 kB/s | 35 kB 00:00 2024-04-22T23:19:05.303 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:19:05.329 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:19:05.331 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.7 MB/s | 244 kB 00:00 2024-04-22T23:19:05.414 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:19:05.414 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:05.414 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:05.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:05.414 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:05.415 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:05.439 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 47 MB/s | 5.1 MB 00:00 2024-04-22T23:19:05.481 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-04-22T23:19:05.557 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 16 MB/s | 4.7 MB 00:00 2024-04-22T23:19:05.782 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 54 MB/s | 16 MB 00:00 2024-04-22T23:19:05.809 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:19:06.336 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:18 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:06.458 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:19:06.459 INFO:teuthology.orchestra.run.smithi196.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:06.460 INFO:teuthology.orchestra.run.smithi196.stdout:Install 13 Packages 2024-04-22T23:19:06.461 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:06.461 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 2.2 M 2024-04-22T23:19:06.461 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 26 M 2024-04-22T23:19:06.461 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:06.599 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-3 4.0 MB/s | 7.4 MB 00:01 2024-04-22T23:19:06.600 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:06.600 INFO:teuthology.orchestra.run.smithi155.stdout:Total 18 MB/s | 38 MB 00:02 2024-04-22T23:19:06.953 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:06.979 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:06.979 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:07.070 INFO:teuthology.orchestra.run.smithi196.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 141 kB/s | 26 kB 00:00 2024-04-22T23:19:07.095 INFO:teuthology.orchestra.run.smithi196.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 93 kB/s | 19 kB 00:00 2024-04-22T23:19:07.121 INFO:teuthology.orchestra.run.smithi196.stdout:(3/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 213 kB/s | 49 kB 00:00 2024-04-22T23:19:07.212 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-04-22T23:19:07.237 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-04-22T23:19:07.281 INFO:teuthology.orchestra.run.smithi196.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 814 kB/s | 54 kB 00:00 2024-04-22T23:19:07.386 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:07.386 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:07.388 INFO:teuthology.orchestra.run.smithi196.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.0 MB/s | 279 kB 00:00 2024-04-22T23:19:07.430 INFO:teuthology.orchestra.run.smithi196.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 167 kB/s | 32 kB 00:00 2024-04-22T23:19:07.455 INFO:teuthology.orchestra.run.smithi196.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 99 kB/s | 15 kB 00:00 2024-04-22T23:19:07.505 INFO:teuthology.orchestra.run.smithi196.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.7 MB/s | 203 kB 00:00 2024-04-22T23:19:07.573 INFO:teuthology.orchestra.run.smithi196.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-04-22T23:19:07.598 INFO:teuthology.orchestra.run.smithi196.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 416 kB/s | 59 kB 00:00 2024-04-22T23:19:07.623 INFO:teuthology.orchestra.run.smithi196.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 768 kB/s | 90 kB 00:00 2024-04-22T23:19:07.628 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:07.628 INFO:teuthology.orchestra.run.smithi196.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-22T23:19:07.690 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:07.705 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:07.705 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:07.789 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:07.790 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:07.832 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:19:07.833 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:19:08.228 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:19:08.229 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:08.229 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:08.229 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:08.229 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:19:08.229 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:19:08.229 INFO:teuthology.orchestra.run.smithi082.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:08.230 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:08.238 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:08.289 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:08.312 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:19:08.355 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:19:08.457 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:19:08.460 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:19:08.507 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:19:08.524 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:19:08.579 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:19:08.599 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:19:08.608 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:19:08.650 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:19:08.683 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:19:08.722 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:19:08.743 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:19:08.798 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:19:08.844 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:19:08.894 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:19:09.125 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:21 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:09.246 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:09.247 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:09.247 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:19:09.248 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:09.248 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:09.248 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:19:09.248 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:19:09.248 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:19:09.248 INFO:teuthology.orchestra.run.smithi082.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:19:09.249 INFO:teuthology.orchestra.run.smithi082.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:19:09.249 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:19:09.249 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:19:09.249 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:19:09.249 INFO:teuthology.orchestra.run.smithi082.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:19:09.249 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:19:09.250 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:19:09.250 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:19:09.250 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:19:09.250 INFO:teuthology.orchestra.run.smithi082.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:19:09.250 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:09.250 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:09.251 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:09.251 INFO:teuthology.orchestra.run.smithi082.stdout:Install 13 Packages 2024-04-22T23:19:09.251 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:09.252 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 2.2 M 2024-04-22T23:19:09.252 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 26 M 2024-04-22T23:19:09.252 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:09.447 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:19:09.552 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:19:09.607 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:19:09.658 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:19:09.691 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:19:09.697 INFO:teuthology.orchestra.run.smithi082.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 106 kB/s | 19 kB 00:00 2024-04-22T23:19:09.713 INFO:teuthology.orchestra.run.smithi082.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 130 kB/s | 26 kB 00:00 2024-04-22T23:19:09.739 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:19:09.761 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:19:09.805 INFO:teuthology.orchestra.run.smithi082.stdout:(3/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 170 kB/s | 49 kB 00:00 2024-04-22T23:19:09.847 INFO:teuthology.orchestra.run.smithi082.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-22T23:19:09.897 INFO:teuthology.orchestra.run.smithi082.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.1 MB/s | 222 kB 00:00 2024-04-22T23:19:09.939 INFO:teuthology.orchestra.run.smithi082.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 789 kB/s | 54 kB 00:00 2024-04-22T23:19:10.023 INFO:teuthology.orchestra.run.smithi082.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-04-22T23:19:10.157 INFO:teuthology.orchestra.run.smithi082.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 125 kB/s | 32 kB 00:00 2024-04-22T23:19:10.207 INFO:teuthology.orchestra.run.smithi082.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 56 kB/s | 15 kB 00:00 2024-04-22T23:19:10.441 INFO:teuthology.orchestra.run.smithi082.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 253 kB/s | 59 kB 00:00 2024-04-22T23:19:10.454 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:19:10.454 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:19:10.455 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:19:10.456 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:19:10.500 INFO:teuthology.orchestra.run.smithi082.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 426 kB/s | 203 kB 00:00 2024-04-22T23:19:10.608 INFO:teuthology.orchestra.run.smithi082.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 537 kB/s | 90 kB 00:00 2024-04-22T23:19:10.666 INFO:teuthology.orchestra.run.smithi082.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-04-22T23:19:10.669 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:10.669 INFO:teuthology.orchestra.run.smithi082.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-04-22T23:19:10.732 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:10.747 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:10.747 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:19:10.759 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:10.760 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:10.787 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:19:10.830 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:10.831 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:10.986 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:19:11.346 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:11.495 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:23 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:11.515 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:19:11.576 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:19:11.614 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:19:11.615 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout:Install 6 Packages 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:11.616 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 7.0 M 2024-04-22T23:19:11.617 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 33 M 2024-04-22T23:19:11.617 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:11.631 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:19:11.677 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:19:11.718 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:19:11.811 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:19:11.815 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:19:11.854 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:19:11.913 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:19:11.961 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:19:12.300 INFO:teuthology.orchestra.run.smithi196.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 980 kB/s | 248 kB 00:00 2024-04-22T23:19:12.367 INFO:teuthology.orchestra.run.smithi196.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 447 kB/s | 143 kB 00:00 2024-04-22T23:19:12.475 INFO:teuthology.orchestra.run.smithi196.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-04-22T23:19:12.651 INFO:teuthology.orchestra.run.smithi196.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 203 kB/s | 58 kB 00:00 2024-04-22T23:19:12.679 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:19:12.718 INFO:teuthology.orchestra.run.smithi196.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 211 kB/s | 51 kB 00:00 2024-04-22T23:19:12.727 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:19:12.761 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:19:12.809 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:19:12.831 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:19:12.851 INFO:teuthology.orchestra.run.smithi196.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 995 kB/s | 548 kB 00:00 2024-04-22T23:19:12.853 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:12.854 INFO:teuthology.orchestra.run.smithi196.stdout:Total 5.6 MB/s | 7.0 MB 00:01 2024-04-22T23:19:12.924 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:12.935 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:12.936 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:13.032 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:13.033 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:13.334 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:13.500 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:19:13.527 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:19:13.528 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:19:13.569 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:19:13.828 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:19:13.828 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:19:13.829 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:19:13.830 INFO:teuthology.orchestra.run.smithi082.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:19:13.830 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:13.830 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:14.067 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:19:14.084 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:19:14.180 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:19:14.243 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:19:14.273 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:19:14.565 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:19:14.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:19:14.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:19:14.575 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:26 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:14.694 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:14.694 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:19:14.695 INFO:teuthology.orchestra.run.smithi082.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:19:14.696 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:14.696 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:14.696 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:14.696 INFO:teuthology.orchestra.run.smithi082.stdout:Install 6 Packages 2024-04-22T23:19:14.696 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:14.696 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 7.0 M 2024-04-22T23:19:14.697 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 33 M 2024-04-22T23:19:14.697 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:14.955 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:19:14.955 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:19:14.956 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:14.957 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:15.080 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:19:15.081 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:19:15.081 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:19:15.081 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:19:15.081 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:19:15.081 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:19:15.324 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:19:15.324 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:15.325 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:15.325 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:15.325 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:19:15.325 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:19:15.325 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:19:15.325 INFO:teuthology.orchestra.run.smithi196.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:19:15.325 INFO:teuthology.orchestra.run.smithi196.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:19:15.326 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:15.326 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:15.356 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:19:15.419 INFO:teuthology.orchestra.run.smithi082.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 974 kB/s | 248 kB 00:00 2024-04-22T23:19:15.445 INFO:teuthology.orchestra.run.smithi082.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 511 kB/s | 143 kB 00:00 2024-04-22T23:19:15.577 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-fuse 2024-04-22T23:19:15.586 INFO:teuthology.orchestra.run.smithi082.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-04-22T23:19:15.620 INFO:teuthology.orchestra.run.smithi082.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 329 kB/s | 58 kB 00:00 2024-04-22T23:19:15.787 INFO:teuthology.orchestra.run.smithi082.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-04-22T23:19:15.812 INFO:teuthology.orchestra.run.smithi082.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 227 kB/s | 51 kB 00:00 2024-04-22T23:19:15.815 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:15.815 INFO:teuthology.orchestra.run.smithi082.stdout:Total 6.2 MB/s | 7.0 MB 00:01 2024-04-22T23:19:15.883 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:26 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:15.885 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:15.897 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:15.897 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:15.992 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:15.992 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:16.004 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:19:16.005 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:16.006 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:16.007 INFO:teuthology.orchestra.run.smithi155.stdout:Install 13 Packages 2024-04-22T23:19:16.007 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:16.007 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 2.2 M 2024-04-22T23:19:16.007 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 26 M 2024-04-22T23:19:16.007 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:16.089 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:28 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:16.209 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:16.209 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:16.209 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:19:16.209 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout:Install 2 Packages 2024-04-22T23:19:16.210 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:16.211 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 970 k 2024-04-22T23:19:16.211 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 2.8 M 2024-04-22T23:19:16.211 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:16.302 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:16.478 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:19:16.531 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:19:16.594 INFO:teuthology.orchestra.run.smithi196.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 737 kB/s | 80 kB 00:00 2024-04-22T23:19:16.612 INFO:teuthology.orchestra.run.smithi155.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 104 kB/s | 19 kB 00:00 2024-04-22T23:19:16.629 INFO:teuthology.orchestra.run.smithi155.stdout:(2/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 245 kB/s | 49 kB 00:00 2024-04-22T23:19:16.646 INFO:teuthology.orchestra.run.smithi155.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 118 kB/s | 26 kB 00:00 2024-04-22T23:19:16.755 INFO:teuthology.orchestra.run.smithi155.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-04-22T23:19:16.780 INFO:teuthology.orchestra.run.smithi155.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 222 kB 00:00 2024-04-22T23:19:16.814 INFO:teuthology.orchestra.run.smithi155.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 930 kB/s | 54 kB 00:00 2024-04-22T23:19:16.881 INFO:teuthology.orchestra.run.smithi155.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-04-22T23:19:16.897 INFO:teuthology.orchestra.run.smithi155.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 275 kB/s | 32 kB 00:00 2024-04-22T23:19:16.914 INFO:teuthology.orchestra.run.smithi155.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 149 kB/s | 15 kB 00:00 2024-04-22T23:19:16.919 INFO:teuthology.orchestra.run.smithi196.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-04-22T23:19:16.920 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:16.920 INFO:teuthology.orchestra.run.smithi196.stdout:Total 1.3 MB/s | 970 kB 00:00 2024-04-22T23:19:16.931 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:16.954 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:16.954 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:17.006 INFO:teuthology.orchestra.run.smithi155.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 644 kB/s | 59 kB 00:00 2024-04-22T23:19:17.030 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:17.031 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:17.044 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:19:17.073 INFO:teuthology.orchestra.run.smithi155.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-04-22T23:19:17.098 INFO:teuthology.orchestra.run.smithi155.stdout:(12/13): python3-google-auth-2.28.2-1.el9.noarc 932 kB/s | 203 kB 00:00 2024-04-22T23:19:17.132 INFO:teuthology.orchestra.run.smithi155.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.4 MB/s | 1.0 MB 00:00 2024-04-22T23:19:17.134 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:19:17.135 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:17.135 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-22T23:19:17.196 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:19:17.197 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:17.212 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:17.212 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:17.213 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:17.226 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:19:17.298 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:17.298 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:17.345 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:19:17.416 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:19:17.793 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:17.954 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:19:17.954 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:19:17.955 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:19:17.955 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:19:17.955 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:19:17.955 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:19:17.965 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:19:18.025 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:19:18.059 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:19:18.060 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:19:18.080 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:19:18.118 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:19:18.159 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:19:18.194 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:19:18.194 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:18.194 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:18.194 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:18.194 INFO:teuthology.orchestra.run.smithi082.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:19:18.194 INFO:teuthology.orchestra.run.smithi082.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:19:18.194 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:19:18.195 INFO:teuthology.orchestra.run.smithi082.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:19:18.195 INFO:teuthology.orchestra.run.smithi082.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:19:18.195 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:18.195 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:18.254 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:19:18.306 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:19:18.306 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:18.306 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:18.306 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:19:18.306 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:18.306 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:18.354 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:19:18.411 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:19:18.434 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-fuse 2024-04-22T23:19:18.573 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-volume 2024-04-22T23:19:18.948 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:30 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:19.068 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:19.069 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:19.069 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:19:19.069 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:19.069 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:19.069 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout:Install 2 Packages 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:19.070 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 970 k 2024-04-22T23:19:19.071 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 2.8 M 2024-04-22T23:19:19.071 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:19.091 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:19.124 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:19:19.166 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:19:19.200 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:19:19.212 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:19.213 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:19.213 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:19:19.213 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:19.213 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:19.213 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:19:19.213 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:19:19.213 INFO:teuthology.orchestra.run.smithi196.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout:Install 2 Packages 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 350 k 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 1.5 M 2024-04-22T23:19:19.214 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:19.247 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:19:19.269 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:19:19.313 INFO:teuthology.orchestra.run.smithi082.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 653 kB/s | 80 kB 00:00 2024-04-22T23:19:19.583 INFO:teuthology.orchestra.run.smithi196.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 350 kB/s | 77 kB 00:00 2024-04-22T23:19:19.630 INFO:teuthology.orchestra.run.smithi082.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-04-22T23:19:19.631 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:19.631 INFO:teuthology.orchestra.run.smithi082.stdout:Total 1.7 MB/s | 970 kB 00:00 2024-04-22T23:19:19.643 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:19.665 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:19.666 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:19.745 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:19.746 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:19.766 INFO:teuthology.orchestra.run.smithi196.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 676 kB/s | 273 kB 00:00 2024-04-22T23:19:19.767 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:19.767 INFO:teuthology.orchestra.run.smithi196.stdout:Total 633 kB/s | 350 kB 00:00 2024-04-22T23:19:19.778 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:19.789 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:19.789 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:19.814 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:19.814 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:19.928 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:19.975 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:20.005 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:19:20.005 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:19:20.005 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:19:20.005 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:19:20.005 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:19:20.005 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:19:20.006 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:19:20.006 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:19:20.006 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:19:20.006 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:19:20.006 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:19:20.006 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:19:20.006 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:19:20.073 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:19:20.144 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:19:20.155 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:19:20.185 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:19:20.200 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:19:20.200 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:19:20.201 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:19:20.201 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:20.300 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:19:20.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:19:20.302 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:19:20.302 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:19:20.302 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:20.302 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:20.537 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:19:20.785 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:19:20.785 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:19:20.851 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:19:21.020 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:19:21.021 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:21.021 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:21.021 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:19:21.021 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:21.021 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:21.046 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:32 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:21.114 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:19:21.114 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:21.115 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:21.115 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:21.115 INFO:teuthology.orchestra.run.smithi196.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:19:21.115 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:21.115 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:21.166 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:21.167 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:21.167 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:19:21.167 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:21.168 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2024-04-22T23:19:21.169 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:21.169 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 7.0 M 2024-04-22T23:19:21.169 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 33 M 2024-04-22T23:19:21.169 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:21.291 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install ceph-volume 2024-04-22T23:19:21.413 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librados-devel 2024-04-22T23:19:21.625 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-22T23:19:21.809 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:33 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:21.850 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-04-22T23:19:21.875 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 348 kB/s | 143 kB 00:00 2024-04-22T23:19:21.931 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout:Install 2 Packages 2024-04-22T23:19:21.932 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:21.933 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 350 k 2024-04-22T23:19:21.933 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 1.5 M 2024-04-22T23:19:21.933 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:21.935 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:33 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:22.059 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:22.059 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 127 k 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 456 k 2024-04-22T23:19:22.060 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:22.092 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 238 kB/s | 58 kB 00:00 2024-04-22T23:19:22.117 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 211 kB/s | 51 kB 00:00 2024-04-22T23:19:22.159 INFO:teuthology.orchestra.run.smithi082.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 754 kB/s | 77 kB 00:00 2024-04-22T23:19:22.292 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 821 kB/s | 548 kB 00:00 2024-04-22T23:19:22.293 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:22.293 INFO:teuthology.orchestra.run.smithi155.stdout:Total 6.2 MB/s | 7.0 MB 00:01 2024-04-22T23:19:22.364 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:22.372 INFO:teuthology.orchestra.run.smithi196.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 407 kB/s | 127 kB 00:00 2024-04-22T23:19:22.373 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:22.374 INFO:teuthology.orchestra.run.smithi196.stdout:Total 404 kB/s | 127 kB 00:00 2024-04-22T23:19:22.374 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:22.375 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:22.375 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:22.379 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:22.379 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:22.442 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:22.442 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:22.442 INFO:teuthology.orchestra.run.smithi082.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 707 kB/s | 273 kB 00:00 2024-04-22T23:19:22.443 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:22.443 INFO:teuthology.orchestra.run.smithi082.stdout:Total 686 kB/s | 350 kB 00:00 2024-04-22T23:19:22.455 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:22.465 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:22.465 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:22.471 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:22.473 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:22.490 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:22.490 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:22.588 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:22.629 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:22.685 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:22.770 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:22.798 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:19:22.837 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:19:22.852 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:19:22.852 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:19:22.852 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:19:22.852 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:22.946 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:19:22.995 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:19:23.087 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:23.321 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:23.321 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:23.322 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:23.322 INFO:teuthology.orchestra.run.smithi196.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:23.322 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:23.322 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:23.516 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:19:23.529 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install libcephfs2 2024-04-22T23:19:23.543 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:19:23.597 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:19:23.660 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:19:23.689 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:19:23.845 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:19:23.845 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:23.845 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:23.846 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:23.846 INFO:teuthology.orchestra.run.smithi082.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:19:23.846 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:23.846 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:24.041 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:24.121 INFO:teuthology.orchestra.run.smithi196.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:24.162 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:24.163 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install librados-devel 2024-04-22T23:19:24.164 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:19:24.164 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:24.239 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install libcephfs-devel 2024-04-22T23:19:24.451 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:19:24.451 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:19:24.451 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:19:24.451 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:19:24.452 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:19:24.452 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:19:24.690 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:24.697 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:19:24.698 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:24.698 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:24.698 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:24.698 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:19:24.698 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:19:24.698 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:19:24.698 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:19:24.699 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:19:24.699 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:24.699 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:24.758 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:24.815 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:24.815 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 127 k 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 456 k 2024-04-22T23:19:24.816 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:24.877 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:24.878 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:24.878 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:19:24.878 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 32 k 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 142 k 2024-04-22T23:19:24.879 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:24.934 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-fuse 2024-04-22T23:19:25.042 INFO:teuthology.orchestra.run.smithi196.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 195 kB/s | 32 kB 00:00 2024-04-22T23:19:25.044 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:25.044 INFO:teuthology.orchestra.run.smithi196.stdout:Total 193 kB/s | 32 kB 00:00 2024-04-22T23:19:25.044 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:25.046 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:25.046 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:25.047 INFO:teuthology.orchestra.run.smithi082.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 549 kB/s | 127 kB 00:00 2024-04-22T23:19:25.048 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:25.048 INFO:teuthology.orchestra.run.smithi082.stdout:Total 545 kB/s | 127 kB 00:00 2024-04-22T23:19:25.048 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:25.049 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:25.049 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:25.054 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:25.054 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:25.117 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:25.118 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:25.136 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:25.238 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:25.262 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:25.351 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:25.450 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:25.567 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:25.571 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:25.572 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:25.572 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:19:25.572 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:25.572 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 970 k 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 2.8 M 2024-04-22T23:19:25.573 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:25.743 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:25.771 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:25.772 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:25.772 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:25.772 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:25.772 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:25.772 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:25.821 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 455 kB/s | 80 kB 00:00 2024-04-22T23:19:25.945 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librados2 2024-04-22T23:19:25.962 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.7 MB/s | 890 kB 00:00 2024-04-22T23:19:25.963 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:25.964 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.4 MB/s | 970 kB 00:00 2024-04-22T23:19:25.975 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:25.982 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:25.982 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:25.982 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:25.982 INFO:teuthology.orchestra.run.smithi082.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:25.982 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:25.982 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:25.996 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:25.996 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:26.074 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:26.074 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:26.252 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install libcephfs2 2024-04-22T23:19:26.258 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:26.389 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:19:26.458 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:26.461 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:19:26.538 INFO:teuthology.orchestra.run.smithi196.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:26.579 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:26.580 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:19:26.580 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:26.637 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librbd1 2024-04-22T23:19:26.770 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:26.849 INFO:teuthology.orchestra.run.smithi082.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:26.891 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:26.892 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:19:26.892 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:27.001 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install libcephfs-devel 2024-04-22T23:19:27.074 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:19:27.074 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:19:27.148 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:27.227 INFO:teuthology.orchestra.run.smithi196.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:27.268 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:27.269 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:19:27.269 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:27.297 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:19:27.298 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:27.298 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:27.298 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:19:27.298 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:27.298 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:27.325 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rados 2024-04-22T23:19:27.519 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:27.638 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:27.639 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:27.639 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-04-22T23:19:27.639 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:27.639 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:27.639 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:19:27.639 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:27.640 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:27.640 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:27.640 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-04-22T23:19:27.640 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:27.640 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 32 k 2024-04-22T23:19:27.640 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 142 k 2024-04-22T23:19:27.640 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:27.641 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-volume 2024-04-22T23:19:27.832 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:27.909 INFO:teuthology.orchestra.run.smithi082.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 118 kB/s | 32 kB 00:00 2024-04-22T23:19:27.909 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:27.909 INFO:teuthology.orchestra.run.smithi082.stdout:Total 117 kB/s | 32 kB 00:00 2024-04-22T23:19:27.910 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:27.911 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:27.913 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:27.913 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:27.915 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:27.915 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:27.951 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:27.952 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:19:27.952 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:28.002 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:28.009 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rgw 2024-04-22T23:19:28.112 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:28.150 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:28.273 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:28.274 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:28.275 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-22T23:19:28.275 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:28.275 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 350 k 2024-04-22T23:19:28.275 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 1.5 M 2024-04-22T23:19:28.275 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:28.446 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:28.522 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:28.602 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:28.644 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:28.645 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:19:28.645 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:28.649 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:28.649 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:28.649 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:28.649 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:28.649 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:28.649 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:28.684 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 547 kB/s | 77 kB 00:00 2024-04-22T23:19:28.711 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-cephfs 2024-04-22T23:19:28.822 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install librados2 2024-04-22T23:19:29.126 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 468 kB/s | 273 kB 00:00 2024-04-22T23:19:29.126 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:29.126 INFO:teuthology.orchestra.run.smithi155.stdout:Total 411 kB/s | 350 kB 00:00 2024-04-22T23:19:29.138 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:29.148 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:29.148 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:29.175 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:29.175 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:29.224 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:29.303 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:29.331 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:29.335 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:29.346 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:29.346 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:19:29.346 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:29.407 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rbd 2024-04-22T23:19:29.411 INFO:teuthology.orchestra.run.smithi082.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:29.453 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:29.454 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:19:29.454 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:29.514 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install librbd1 2024-04-22T23:19:29.526 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:19:29.570 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:19:29.585 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:19:29.585 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:19:29.585 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:19:29.585 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:29.914 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:29.993 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:30.034 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:30.034 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:19:30.035 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:30.037 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:30.095 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-fuse 2024-04-22T23:19:30.127 INFO:teuthology.orchestra.run.smithi082.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:30.168 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:30.169 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:19:30.169 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:30.227 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-rados 2024-04-22T23:19:30.314 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:19:30.595 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:19:30.595 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:30.595 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:30.596 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:19:30.596 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:19:30.596 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:30.596 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:30.612 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:30.733 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:30.734 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:30.734 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:30.734 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:19:30.735 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:30.736 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 85 k 2024-04-22T23:19:30.736 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 231 k 2024-04-22T23:19:30.736 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:30.811 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:30.853 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:30.854 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:19:30.854 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:30.905 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados-devel 2024-04-22T23:19:30.912 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-rgw 2024-04-22T23:19:30.961 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 379 kB/s | 85 kB 00:00 2024-04-22T23:19:30.962 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:30.962 INFO:teuthology.orchestra.run.smithi196.stdout:Total 377 kB/s | 85 kB 00:00 2024-04-22T23:19:30.962 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:30.969 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:30.969 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:31.031 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:31.031 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:31.201 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:31.349 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:31.416 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:31.428 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:31.494 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:31.534 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:31.535 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:19:31.535 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:31.553 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:31.553 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:31.553 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T23:19:31.554 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:31.555 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 127 k 2024-04-22T23:19:31.555 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 456 k 2024-04-22T23:19:31.555 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:31.594 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-cephfs 2024-04-22T23:19:31.728 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:31.978 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:31.979 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:31.979 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:31.979 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:31.979 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:31.979 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:32.111 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:32.181 INFO:teuthology.orchestra.run.smithi155.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 202 kB/s | 127 kB 00:00 2024-04-22T23:19:32.182 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:32.182 INFO:teuthology.orchestra.run.smithi155.stdout:Total 202 kB/s | 127 kB 00:00 2024-04-22T23:19:32.182 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:32.187 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:32.188 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:32.189 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:32.220 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-mirror 2024-04-22T23:19:32.230 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:32.231 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:19:32.231 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:32.251 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:32.251 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:32.296 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install python3-rbd 2024-04-22T23:19:32.400 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:32.485 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:32.750 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:32.803 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:32.879 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:32.879 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:32.879 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:19:32.879 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 3.1 M 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 13 M 2024-04-22T23:19:32.880 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:32.882 INFO:teuthology.orchestra.run.smithi082.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:32.923 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:32.924 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:32.924 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2024-04-22T23:19:32.925 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:32.997 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install rbd-fuse 2024-04-22T23:19:33.188 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:33.188 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:33.188 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:33.188 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:33.188 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:33.188 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:33.423 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs2 2024-04-22T23:19:33.501 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:33.620 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:33.620 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:33.620 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-04-22T23:19:33.620 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 85 k 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 231 k 2024-04-22T23:19:33.621 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:33.924 INFO:teuthology.orchestra.run.smithi082.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 282 kB/s | 85 kB 00:00 2024-04-22T23:19:33.925 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:33.925 INFO:teuthology.orchestra.run.smithi082.stdout:Total 281 kB/s | 85 kB 00:00 2024-04-22T23:19:33.925 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:33.932 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:33.932 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:33.945 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:33.995 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:33.996 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:34.027 INFO:teuthology.orchestra.run.smithi155.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:34.068 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:34.069 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:19:34.069 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:34.147 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:34.180 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs-devel 2024-04-22T23:19:34.240 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:34.299 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 2.2 MB/s | 3.1 MB 00:01 2024-04-22T23:19:34.299 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:34.300 INFO:teuthology.orchestra.run.smithi196.stdout:Total 2.2 MB/s | 3.1 MB 00:01 2024-04-22T23:19:34.300 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:34.309 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:34.309 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:34.389 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:34.389 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:34.573 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:34.700 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:34.820 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 32 k 2024-04-22T23:19:34.821 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 142 k 2024-04-22T23:19:34.822 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:34.830 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:34.830 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:34.830 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:34.830 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:34.830 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:34.830 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:34.832 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:34.883 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:34.908 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:34.908 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:19:34.908 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:19:34.908 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-04-22T23:19:34.908 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-04-22T23:19:34.908 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:34.984 INFO:teuthology.orchestra.run.smithi155.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 194 kB/s | 32 kB 00:00 2024-04-22T23:19:34.985 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:34.985 INFO:teuthology.orchestra.run.smithi155.stdout:Total 193 kB/s | 32 kB 00:00 2024-04-22T23:19:34.985 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:34.989 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:34.989 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:34.991 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:34.991 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:35.057 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install rbd-mirror 2024-04-22T23:19:35.072 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:35.198 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:35.553 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:35.570 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:35.695 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repo Size 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:35.696 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:35.697 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-04-22T23:19:35.697 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:35.697 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 3.1 M 2024-04-22T23:19:35.697 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 13 M 2024-04-22T23:19:35.697 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:35.753 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:35.753 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:35.753 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:35.753 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:35.753 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:35.754 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:35.856 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:35.856 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:35.857 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:35.857 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:35.857 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:35.857 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:35.936 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados2 2024-04-22T23:19:36.083 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-nbd 2024-04-22T23:19:36.323 INFO:teuthology.orchestra.run.smithi082.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 4.9 MB/s | 3.1 MB 00:00 2024-04-22T23:19:36.323 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:36.324 INFO:teuthology.orchestra.run.smithi082.stdout:Total 4.9 MB/s | 3.1 MB 00:00 2024-04-22T23:19:36.324 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:36.333 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:36.333 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:36.414 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:36.414 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:36.450 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:36.528 INFO:teuthology.orchestra.run.smithi155.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:36.568 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:36.569 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:19:36.569 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:36.608 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:36.643 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librbd1 2024-04-22T23:19:36.734 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 171 k 2024-04-22T23:19:36.735 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 494 k 2024-04-22T23:19:36.736 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:19:36.844 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:36.907 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:36.932 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:36.932 INFO:teuthology.orchestra.run.smithi082.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:19:36.932 INFO:teuthology.orchestra.run.smithi082.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:19:36.933 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:19:36.933 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:19:36.933 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:37.086 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 488 kB/s | 171 kB 00:00 2024-04-22T23:19:37.087 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:37.087 INFO:teuthology.orchestra.run.smithi196.stdout:Total 486 kB/s | 171 kB 00:00 2024-04-22T23:19:37.087 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:19:37.094 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:19:37.095 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:19:37.156 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:37.158 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:19:37.158 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:19:37.235 INFO:teuthology.orchestra.run.smithi155.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:37.277 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:37.278 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:19:37.278 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:37.307 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:19:37.346 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rados 2024-04-22T23:19:37.415 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:37.844 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:37.856 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:37.936 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:37.977 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:37.978 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:19:37.978 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:37.990 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:37.991 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:37.991 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:37.991 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:37.991 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:37.991 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:38.041 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rgw 2024-04-22T23:19:38.104 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:38.104 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:38.105 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:19:38.105 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:38.105 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:19:38.105 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:19:38.240 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum -y install rbd-nbd 2024-04-22T23:19:38.330 DEBUG:teuthology.parallel:result is None 2024-04-22T23:19:38.555 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:38.634 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:38.675 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:38.676 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:19:38.676 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:38.740 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-cephfs 2024-04-22T23:19:38.754 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:17:48 PM UTC. 2024-04-22T23:19:38.878 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout:Install 1 Package 2024-04-22T23:19:38.879 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:38.880 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 171 k 2024-04-22T23:19:38.880 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 494 k 2024-04-22T23:19:38.880 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2024-04-22T23:19:39.225 INFO:teuthology.orchestra.run.smithi082.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 495 kB/s | 171 kB 00:00 2024-04-22T23:19:39.226 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:39.226 INFO:teuthology.orchestra.run.smithi082.stdout:Total 492 kB/s | 171 kB 00:00 2024-04-22T23:19:39.226 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2024-04-22T23:19:39.234 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2024-04-22T23:19:39.234 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2024-04-22T23:19:39.253 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:39.297 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2024-04-22T23:19:39.298 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2024-04-22T23:19:39.331 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:39.372 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:39.373 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:19:39.373 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:39.437 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rbd 2024-04-22T23:19:39.447 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2024-04-22T23:19:39.554 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:39.930 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:39.944 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:40.023 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:19:40.065 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:40.065 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T23:19:40.066 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:40.125 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-fuse 2024-04-22T23:19:40.182 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:40.182 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:40.182 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2024-04-22T23:19:40.183 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:40.183 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:19:40.183 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2024-04-22T23:19:40.426 DEBUG:teuthology.parallel:result is None 2024-04-22T23:19:40.642 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:40.762 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:40.763 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:40.763 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T23:19:40.763 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:40.763 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 85 k 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 231 k 2024-04-22T23:19:40.764 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:41.054 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 294 kB/s | 85 kB 00:00 2024-04-22T23:19:41.054 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:41.055 INFO:teuthology.orchestra.run.smithi155.stdout:Total 293 kB/s | 85 kB 00:00 2024-04-22T23:19:41.055 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:41.062 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:41.062 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:41.125 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:41.125 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:41.277 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:41.366 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:41.703 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:41.943 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:41.943 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:41.943 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:41.943 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:41.943 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:41.943 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:42.204 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-mirror 2024-04-22T23:19:42.726 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:42.853 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T23:19:42.854 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:42.855 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 3.1 M 2024-04-22T23:19:42.855 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 13 M 2024-04-22T23:19:42.855 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:43.333 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 6.5 MB/s | 3.1 MB 00:00 2024-04-22T23:19:43.334 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:43.334 INFO:teuthology.orchestra.run.smithi155.stdout:Total 6.4 MB/s | 3.1 MB 00:00 2024-04-22T23:19:43.334 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:43.344 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:43.344 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:43.428 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:43.428 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:43.862 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:43.917 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:43.943 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:43.943 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:19:43.943 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:19:43.943 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:19:43.943 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:19:43.943 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:44.974 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:44.974 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:44.974 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:44.975 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:44.975 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:44.975 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:45.196 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-nbd 2024-04-22T23:19:45.713 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:56 ago on Mon 22 Apr 2024 11:17:49 PM UTC. 2024-04-22T23:19:45.836 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T23:19:45.837 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:45.838 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 171 k 2024-04-22T23:19:45.838 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 494 k 2024-04-22T23:19:45.838 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T23:19:46.062 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 763 kB/s | 171 kB 00:00 2024-04-22T23:19:46.063 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:19:46.063 INFO:teuthology.orchestra.run.smithi155.stdout:Total 757 kB/s | 171 kB 00:00 2024-04-22T23:19:46.063 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T23:19:46.071 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T23:19:46.071 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T23:19:46.134 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T23:19:46.135 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T23:19:46.285 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T23:19:46.391 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:46.844 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:47.069 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:19:47.069 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:47.069 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T23:19:47.069 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:19:47.069 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T23:19:47.069 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T23:19:47.272 DEBUG:teuthology.parallel:result is None 2024-04-22T23:19:47.273 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:19:47.500 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:19:47.525 INFO:teuthology.orchestra.run.smithi082.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:19:47.526 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:19:47.526 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:19:47.528 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:19:47.676 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:19:47.698 INFO:teuthology.orchestra.run.smithi155.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:19:47.698 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:19:47.698 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:19:47.700 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:19:47.845 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:19:47.870 INFO:teuthology.orchestra.run.smithi196.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:19:47.870 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:19:47.870 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:19:47.872 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T23:19:47.872 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:19:47.872 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:19:47.901 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:19:47.902 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:19:47.929 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:19:47.930 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:19:47.958 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T23:19:47.958 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:19:47.958 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:19:47.987 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:19:48.054 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:19:48.054 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:19:48.082 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:19:48.149 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:19:48.150 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:19:48.178 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:19:48.246 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T23:19:48.247 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:19:48.247 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:19:48.274 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:19:48.340 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:19:48.340 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:19:48.368 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:19:48.434 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:19:48.434 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:19:48.462 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:19:48.529 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T23:19:48.529 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:19:48.529 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:19:48.557 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:19:48.622 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:19:48.622 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:19:48.650 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:19:48.718 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:19:48.719 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:19:48.746 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:19:48.814 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:19:48.925 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'], 'log-only-match': ['CEPHADM_'], 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:19:48.925 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:19:48.926 INFO:tasks.cephadm:Cluster fsid is d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:48.926 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:19:48.926 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.82', 'mon.b': '172.21.15.155', 'mon.c': '172.21.15.196'} 2024-04-22T23:19:48.926 INFO:tasks.cephadm:First mon is mon.a on smithi082 2024-04-22T23:19:48.926 INFO:tasks.cephadm:First mgr is a 2024-04-22T23:19:48.926 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:19:48.927 DEBUG:teuthology.orchestra.run.smithi082:> sudo hostname $(hostname -s) 2024-04-22T23:19:48.955 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-04-22T23:19:48.983 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-04-22T23:19:49.012 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:19:49.012 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:19:49.233 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5', '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/78807/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3252-g43be0201', 'node_name': '172.21.5.36+adami06', '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-3252.g43be0201'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-22 22:31:25.102991', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-1618', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-22T23:19:49.451 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-22-1618, sha1 43be020184947e53516056c9931e1ac5bdbbb1a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:19:49.452 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm 2024-04-22T23:19:49.453 DEBUG:teuthology.orchestra.run.smithi082:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:49.924 INFO:teuthology.orchestra.run.smithi082.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:19 /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:49.924 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:50.548 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:19 /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:50.548 DEBUG:teuthology.orchestra.run.smithi196:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:51.131 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:19 /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:51.131 DEBUG:teuthology.orchestra.run.smithi082:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:51.151 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:19:51.170 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-04-22T23:19:51.205 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:19:51.205 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:19:51.208 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:19:51.213 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:19:52.696 INFO:teuthology.orchestra.run.smithi196.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:19:52.734 INFO:teuthology.orchestra.run.smithi082.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:19:52.849 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:20:38.941 INFO:teuthology.orchestra.run.smithi196.stdout:{ 2024-04-22T23:20:38.942 INFO:teuthology.orchestra.run.smithi196.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:20:38.942 INFO:teuthology.orchestra.run.smithi196.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:20:38.942 INFO:teuthology.orchestra.run.smithi196.stdout: "repo_digests": [ 2024-04-22T23:20:38.942 INFO:teuthology.orchestra.run.smithi196.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:20:38.942 INFO:teuthology.orchestra.run.smithi196.stdout: ] 2024-04-22T23:20:38.942 INFO:teuthology.orchestra.run.smithi196.stdout:} 2024-04-22T23:21:20.227 INFO:teuthology.orchestra.run.smithi082.stdout:{ 2024-04-22T23:21:20.228 INFO:teuthology.orchestra.run.smithi082.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:21:20.228 INFO:teuthology.orchestra.run.smithi082.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:21:20.228 INFO:teuthology.orchestra.run.smithi082.stdout: "repo_digests": [ 2024-04-22T23:21:20.228 INFO:teuthology.orchestra.run.smithi082.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:21:20.228 INFO:teuthology.orchestra.run.smithi082.stdout: ] 2024-04-22T23:21:20.228 INFO:teuthology.orchestra.run.smithi082.stdout:} 2024-04-22T23:21:42.444 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-04-22T23:21:42.445 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:21:42.445 INFO:teuthology.orchestra.run.smithi155.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:21:42.445 INFO:teuthology.orchestra.run.smithi155.stdout: "repo_digests": [ 2024-04-22T23:21:42.445 INFO:teuthology.orchestra.run.smithi155.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:21:42.445 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-04-22T23:21:42.445 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-04-22T23:21:42.469 DEBUG:teuthology.orchestra.run.smithi082:> sudo mkdir -p /etc/ceph 2024-04-22T23:21:42.501 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2024-04-22T23:21:42.527 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2024-04-22T23:21:42.559 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 777 /etc/ceph 2024-04-22T23:21:42.584 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2024-04-22T23:21:42.608 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2024-04-22T23:21:42.634 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:21:42.635 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:21:42.636 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:21:42.637 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:21:42.637 DEBUG:teuthology.orchestra.run.smithi082:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:21:42.652 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 = d05d918c-00fe-11ef-bc93-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-04-22T23:21:42.653 DEBUG:teuthology.orchestra.run.smithi082:mon.a> sudo journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T23:21:42.695 DEBUG:teuthology.orchestra.run.smithi082:mgr.a> sudo journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.a.service 2024-04-22T23:21:42.738 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:21:42.738 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid d05d918c-00fe-11ef-bc93-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.82 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:21:42.927 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:21:42.927 INFO:teuthology.orchestra.run.smithi082.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', 'd05d918c-00fe-11ef-bc93-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.82', '--skip-admin-label'] 2024-04-22T23:21:42.927 INFO:teuthology.orchestra.run.smithi082.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:21:42.928 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying podman|docker is present... 2024-04-22T23:21:42.975 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:21:42.975 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying lvm2 is present... 2024-04-22T23:21:42.975 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying time synchronization is in place... 2024-04-22T23:21:42.982 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:21:42.982 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:21:42.988 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:21:42.989 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-04-22T23:21:42.995 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout enabled 2024-04-22T23:21:43.001 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout active 2024-04-22T23:21:43.001 INFO:teuthology.orchestra.run.smithi082.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:21:43.002 INFO:teuthology.orchestra.run.smithi082.stdout:Repeating the final host check... 2024-04-22T23:21:43.048 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:21:43.048 INFO:teuthology.orchestra.run.smithi082.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-22T23:21:43.048 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl is present 2024-04-22T23:21:43.048 INFO:teuthology.orchestra.run.smithi082.stdout:lvcreate is present 2024-04-22T23:21:43.054 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:21:43.055 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:21:43.060 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:21:43.061 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-04-22T23:21:43.067 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout enabled 2024-04-22T23:21:43.073 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout active 2024-04-22T23:21:43.073 INFO:teuthology.orchestra.run.smithi082.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:21:43.073 INFO:teuthology.orchestra.run.smithi082.stdout:Host looks OK 2024-04-22T23:21:43.073 INFO:teuthology.orchestra.run.smithi082.stdout:Cluster fsid: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:21:43.073 INFO:teuthology.orchestra.run.smithi082.stdout:Acquiring lock 140128726630944 on /run/cephadm/d05d918c-00fe-11ef-bc93-c7b262605968.lock 2024-04-22T23:21:43.073 INFO:teuthology.orchestra.run.smithi082.stdout:Lock 140128726630944 acquired on /run/cephadm/d05d918c-00fe-11ef-bc93-c7b262605968.lock 2024-04-22T23:21:43.074 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying IP 172.21.15.82 port 3300 ... 2024-04-22T23:21:43.074 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying IP 172.21.15.82 port 6789 ... 2024-04-22T23:21:43.074 INFO:teuthology.orchestra.run.smithi082.stdout:Base mon IP(s) is [172.21.15.82:3300, 172.21.15.82:6789], mon addrv is [v2:172.21.15.82:3300,v1:172.21.15.82:6789] 2024-04-22T23:21:43.077 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.82 metric 100 2024-04-22T23:21:43.077 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.82 metric 100 2024-04-22T23:21:43.079 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:21:43.079 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-04-22T23:21:43.080 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-04-22T23:21:43.082 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:21:43.082 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:21:43.082 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:21:43.082 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-22T23:21:43.082 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout inet6 fe80::ed3f:b259:68e3:137e/64 scope link noprefixroute 2024-04-22T23:21:43.082 INFO:teuthology.orchestra.run.smithi082.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:21:43.083 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.0.0/20` 2024-04-22T23:21:43.083 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.0.0/20` 2024-04-22T23:21:43.083 INFO:teuthology.orchestra.run.smithi082.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:21:43.083 INFO:teuthology.orchestra.run.smithi082.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:21:43.084 INFO:teuthology.orchestra.run.smithi082.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:21:47.211 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stdout a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:21:47.211 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:21:47.211 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Getting image source signatures 2024-04-22T23:21:47.211 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Copying blob sha256:7ec8071d58237120baf964bcb2a78b46559ac3cbfb68211cd54b50ae743186f0 2024-04-22T23:21:47.211 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-22T23:21:47.211 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Copying config sha256:a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:21:47.212 INFO:teuthology.orchestra.run.smithi082.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-22T23:21:50.138 INFO:teuthology.orchestra.run.smithi082.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:21:50.138 INFO:teuthology.orchestra.run.smithi082.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:21:50.138 INFO:teuthology.orchestra.run.smithi082.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:21:51.019 INFO:teuthology.orchestra.run.smithi082.stdout:stat: stdout 167 167 2024-04-22T23:21:51.020 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial keys... 2024-04-22T23:21:51.958 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQAP8SZmibf5FBAA/fSmuxLSX4YpkafA0lJ6OQ== 2024-04-22T23:21:52.873 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQAQ8SZmsYJVEBAAG8865DqgcYt11jtk27KU6g== 2024-04-22T23:21:53.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQAR8SZm3hq3DBAAB3w/RMtchX89Tr7VMhsNdQ== 2024-04-22T23:21:53.795 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial monmap... 2024-04-22T23:21:54.701 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:21:54.701 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:21:54.701 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:21:54.701 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:21:54.701 INFO:teuthology.orchestra.run.smithi082.stdout:monmaptool for a [v2:172.21.15.82:3300,v1:172.21.15.82:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:21:54.701 INFO:teuthology.orchestra.run.smithi082.stdout:setting min_mon_release = quincy 2024-04-22T23:21:54.701 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: set fsid to d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:21:54.702 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:21:54.702 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:21:54.702 INFO:teuthology.orchestra.run.smithi082.stdout:Creating mon... 2024-04-22T23:21:55.642 INFO:teuthology.orchestra.run.smithi082.stdout:create mon.a on 2024-04-22T23:21:55.834 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-22T23:21:55.965 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-22T23:21:56.159 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d05d918c-00fe-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-d05d918c-00fe-11ef-bc93-c7b262605968.target. 2024-04-22T23:21:56.159 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d05d918c-00fe-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-d05d918c-00fe-11ef-bc93-c7b262605968.target. 2024-04-22T23:21:56.396 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:21:56.396 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T23:21:56.549 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d05d918c-00fe-11ef-bc93-c7b262605968.target.wants/ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-d05d918c-00fe-11ef-bc93-c7b262605968@.service. 2024-04-22T23:21:57.114 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:21:57.114 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-04-22T23:21:57.121 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:21:57.121 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-04-22T23:21:57.121 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-04-22T23:21:57.121 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:21:57.121 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mon to start... 2024-04-22T23:21:57.122 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mon... 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout id: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.536815s) 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:21:58.178 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:mon is available 2024-04-22T23:21:58.179 INFO:teuthology.orchestra.run.smithi082.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:21:59.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:21:59 smithi082 ceph-mon[26701]: from='client.? 172.21.15.82:0/4263455802' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout fsid = d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.82:3300,v1:172.21.15.82:6789] 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:21:59.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:21:59.319 INFO:teuthology.orchestra.run.smithi082.stdout:Generating new minimal ceph.conf... 2024-04-22T23:22:00.361 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:00 smithi082 ceph-mon[26701]: from='client.? 172.21.15.82:0/706887866' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:22:00.364 INFO:teuthology.orchestra.run.smithi082.stdout:Restarting the monitor... 2024-04-22T23:22:00.632 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:00 smithi082 systemd[1]: Stopping Ceph mon.a for d05d918c-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:22:01.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:00 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a[26697]: 2024-04-22T23:22:00.630+0000 7f293b317700 -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-04-22T23:22:01.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:00 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a[26697]: 2024-04-22T23:22:00.630+0000 7f293b317700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:22:01.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:00 smithi082 podman[26946]: 2024-04-22 23:22:00.835426917 +0000 UTC m=+0.301161324 container died e4c651cdb96b0ddea6f634aaeba0d1b2dce2bdd61088921ffe56d332701ed4ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416) 2024-04-22T23:22:01.373 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 podman[26946]: 2024-04-22 23:22:01.171863264 +0000 UTC m=+0.637597676 container cleanup e4c651cdb96b0ddea6f634aaeba0d1b2dce2bdd61088921ffe56d332701ed4ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-04-22T23:22:01.374 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 bash[26946]: ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:22:01.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 podman[26960]: 2024-04-22 23:22:01.372898704 +0000 UTC m=+0.535376705 container remove e4c651cdb96b0ddea6f634aaeba0d1b2dce2bdd61088921ffe56d332701ed4ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, io.buildah.version=1.33.5) 2024-04-22T23:22:01.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 systemd[1]: ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:22:01.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 systemd[1]: Stopped Ceph mon.a for d05d918c-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:22:01.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 systemd[1]: Starting Ceph mon.a for d05d918c-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:22:02.060 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 podman[27052]: 2024-04-22 23:22:01.73061598 +0000 UTC m=+0.035878157 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:22:02.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:01 smithi082 podman[27052]: 2024-04-22 23:22:01.82371573 +0000 UTC m=+0.128977939 container create fe74ad2a67e798e9a715b09228ed03ee7d3805f65c8afed422efc73460376325 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240416) 2024-04-22T23:22:02.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 podman[27052]: 2024-04-22 23:22:02.034307562 +0000 UTC m=+0.339569726 container init fe74ad2a67e798e9a715b09228ed03ee7d3805f65c8afed422efc73460376325 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS) 2024-04-22T23:22:02.061 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 podman[27052]: 2024-04-22 23:22:02.03747409 +0000 UTC m=+0.342736254 container start fe74ad2a67e798e9a715b09228ed03ee7d3805f65c8afed422efc73460376325 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-04-22T23:22:02.122 INFO:teuthology.orchestra.run.smithi082.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:22:02.312 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:22:02.312 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 2 2024-04-22T23:22:02.312 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: pidfile_write: ignore empty --pid-file 2024-04-22T23:22:02.312 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: load: jerasure load: lrc 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Git sha 0 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: DB SUMMARY 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: DB Session ID: 805AIT1ZH2P70ICXDDTL 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:22:02.313 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88551 ; 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.env: 0x557ae359fcc0 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.info_log: 0x557ae4c15be0 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.statistics: (nil) 2024-04-22T23:22:02.314 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.use_fsync: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.db_log_dir: 2024-04-22T23:22:02.315 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.wal_dir: 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.write_buffer_manager: 0x557ae4ba90e0 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:22:02.316 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.unordered_write: 0 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.row_cache: None 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.wal_filter: None 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:22:02.317 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.wal_compression: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:22:02.318 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:22:02.320 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_open_files: -1 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Compression algorithms supported: 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kZSTD supported: 0 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:22:02.321 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.merge_operator: 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_filter: None 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:22:02.322 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557ae4c15dc0) 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: index_type: 0 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: data_block_index_type: 0 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: index_shortening: 1 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: checksum: 4 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: no_block_cache: 0 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache: 0x557ae4bdb1f0 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache_options: 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: capacity : 536870912 2024-04-22T23:22:02.323 INFO:journalctl@ceph.mon.a.smithi082.stdout: num_shard_bits : 4 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: strict_capacity_limit : 0 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_cache_compressed: (nil) 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: persistent_cache: (nil) 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_size: 4096 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_size_deviation: 10 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_restart_interval: 16 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: index_block_restart_interval: 1 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: metadata_block_size: 4096 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: partition_filters: 0 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: use_delta_encoding: 1 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: filter_policy: bloomfilter 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: whole_key_filtering: 1 2024-04-22T23:22:02.324 INFO:journalctl@ceph.mon.a.smithi082.stdout: verify_compression: 0 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: format_version: 5 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: enable_index_compression: 1 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: block_align: 0 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: max_auto_readahead_size: 262144 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: prepopulate_block_cache: 0 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression: NoCompression 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:22:02.325 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.num_levels: 7 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:22:02.326 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:22:02.327 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:22:02.328 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:22:02.329 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.ttl: 2592000 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:22:02.330 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: 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-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c8610bd9-cd87-4942-9893-13f92978f435 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713828122065831, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:22:02.331 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713828122066671, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85290, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83437, "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": 77649, "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": 1713828122, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c8610bd9-cd87-4942-9893-13f92978f435", "db_session_id": "805AIT1ZH2P70ICXDDTL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713828122066751, "job": 1, "event": "recovery_finished"} 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: 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-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557ae4cf0000 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: DB pointer 0x557ae4cda000 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** DB Stats ** 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.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-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:22:02.332 INFO:journalctl@ceph.mon.a.smithi082.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-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** Compaction Stats [default] ** 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.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-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.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 154.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** Compaction Stats [default] ** 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.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-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.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 154.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:22:02.333 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: Cumulative compaction: 0.00 GB write, 29.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: Interval compaction: 0.00 GB write, 29.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.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-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: Block cache BinnedLRUCache@0x557ae4bdb1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.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-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-04-22T23:22:02.334 INFO:journalctl@ceph.mon.a.smithi082.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: starting mon.a rank 0 at public addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] at bind addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???) e1 preinit fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???).mds e1 new map 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???).mds e1 print_map 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout: e1 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.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-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout: legacy client fscid: -1 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout: 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout: No filesystems configured 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:22:02.335 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 bash[27052]: fe74ad2a67e798e9a715b09228ed03ee7d3805f65c8afed422efc73460376325 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 systemd[1]: Started Ceph mon.a for d05d918c-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: monmap epoch 1 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: last_changed 2024-04-22T23:21:54.115872+0000 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: min_mon_release 19 (squid) 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: election_strategy: 1 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: fsmap 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:22:02.336 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:02 smithi082 ceph-mon[27071]: mgrmap e1: no daemons active 2024-04-22T23:22:03.237 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:22:03.258 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:22:03.259 INFO:teuthology.orchestra.run.smithi082.stdout:Creating mgr... 2024-04-22T23:22:03.259 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:22:03.259 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:22:03.499 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:22:03.499 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-22T23:22:03.641 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d05d918c-00fe-11ef-bc93-c7b262605968.target.wants/ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-d05d918c-00fe-11ef-bc93-c7b262605968@.service. 2024-04-22T23:22:03.937 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:03 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/2871149701' entity='client.admin' 2024-04-22T23:22:04.135 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:22:04.135 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-04-22T23:22:04.142 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:22:04.142 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-04-22T23:22:04.142 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-04-22T23:22:04.142 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:22:04.151 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:22:04.151 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-04-22T23:22:04.159 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:22:04.159 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-04-22T23:22:04.159 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-04-22T23:22:04.160 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T23:22:04.160 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr to start... 2024-04-22T23:22:04.160 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr... 2024-04-22T23:22:04.583 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:04 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:04.508+0000 7fabad981200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:22:04.839 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:04 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/3451978315' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:22:05.205 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:04 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:04.837+0000 7fabad981200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:22:05.205 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:04 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:04.928+0000 7fabad981200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:22:05.209 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:22:05.209 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:05.209 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d05d918c-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:22:05.209 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:22:05.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:22:05.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:22:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:22:05.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:21:57.058635+0000", 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:05.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:22:05.218 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:05.218 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:22:06.456 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:06 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:06.110+0000 7fabad981200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:22:06.456 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:06 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:06.286+0000 7fabad981200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:22:06.456 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:06 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:06.454+0000 7fabad981200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:22:07.024 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:06 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:06.738+0000 7fabad981200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:22:07.025 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:06 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:06.829+0000 7fabad981200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:22:07.329 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:07 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:07.029+0000 7fabad981200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:22:07.329 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:07 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:07.220+0000 7fabad981200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:22:07.834 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:07 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/1046514245' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:22:08.184 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:07 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:07.832+0000 7fabad981200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d05d918c-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:22:08.190 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:08.191 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:22:08.192 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:22:08.193 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:22:08.193 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:22:08.193 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:22:08.195 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:22:08.195 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:22:08.196 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:21:57.058635+0000", 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:08.197 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:22:08.525 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:08 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:08.259+0000 7fabad981200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:22:08.525 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:08 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:08.354+0000 7fabad981200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:22:09.024 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:08 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:08.555+0000 7fabad981200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:22:09.398 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:09 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:09.069+0000 7fabad981200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:22:09.399 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:09 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:09.159+0000 7fabad981200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:22:09.737 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:09 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:09.397+0000 7fabad981200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:22:09.737 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:09 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:09.527+0000 7fabad981200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:22:09.737 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:09 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:09.621+0000 7fabad981200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:22:09.737 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:09 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:09.736+0000 7fabad981200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:22:10.313 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:10 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:10.032+0000 7fabad981200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:22:10.869 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:10 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/2912757759' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:22:10.870 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:10 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:10.649+0000 7fabad981200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:22:10.870 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:10 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:10.867+0000 7fabad981200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:22:11.224 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:22:11.224 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:11.224 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d05d918c-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-22T23:22:11.225 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:22:11.226 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:11.227 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:11.228 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:22:11.229 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:11.229 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:21:57.058635+0000", 2024-04-22T23:22:11.229 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:11.229 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:11.229 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:22:11.229 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:11.229 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:22:12.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: Activating manager daemon a 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: mgrmap e2: a(active, starting, since 0.00300696s) 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: Manager daemon a is now available 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' 2024-04-22T23:22:12.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' 2024-04-22T23:22:12.027 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:11 smithi082 ceph-mon[27071]: from='mgr.14100 172.21.15.82:0/3818694430' entity='mgr.a' 2024-04-22T23:22:13.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:12 smithi082 ceph-mon[27071]: mgrmap e3: a(active, since 1.00711s) 2024-04-22T23:22:14.274 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:13 smithi082 ceph-mon[27071]: mgrmap e4: a(active, since 2s) 2024-04-22T23:22:14.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:22:14.527 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "d05d918c-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:22:14.528 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:22:14.529 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:22:14.530 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:22:14.530 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:22:14.533 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:22:14.534 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:21:57.058635+0000", 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:14.535 INFO:teuthology.orchestra.run.smithi082.stdout:mgr is available 2024-04-22T23:22:14.966 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:14 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/1558346065' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:22:15.724 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:22:15.724 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:22:15.724 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout fsid = d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:22:15.725 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling cephadm module... 2024-04-22T23:22:16.123 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:15 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/593272162' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:22:16.123 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:15 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/593272162' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:22:17.210 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:16 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/1208747498' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:22:17.210 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:16 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: ignoring --setuser ceph since I am not root 2024-04-22T23:22:17.210 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:16 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: ignoring --setgroup ceph since I am not root 2024-04-22T23:22:17.210 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:17 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:17.054+0000 7f4e6bea8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:22:17.493 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:17 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:17.240+0000 7f4e6bea8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:22:17.493 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:17 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:17.341+0000 7f4e6bea8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:22:17.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:17 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:17.655+0000 7f4e6bea8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:22:17.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:17 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:17.741+0000 7f4e6bea8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:22:18.024 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:17 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/1208747498' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:22:18.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:17 smithi082 ceph-mon[27071]: mgrmap e5: a(active, since 6s) 2024-04-22T23:22:18.769 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:18.770 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:22:18.770 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:22:18.770 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:22:18.770 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:22:18.770 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:18.770 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for the mgr to restart... 2024-04-22T23:22:18.770 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr epoch 5... 2024-04-22T23:22:18.890 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:18 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/2908122858' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:22:19.178 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:18 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:18.951+0000 7f4e6bea8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:22:19.178 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:19 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:19.127+0000 7f4e6bea8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:22:19.524 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:19 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:19.300+0000 7f4e6bea8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:22:19.883 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:19 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:19.588+0000 7f4e6bea8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:22:19.883 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:19 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:19.680+0000 7f4e6bea8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:22:20.202 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:19 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:19.881+0000 7f4e6bea8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:22:20.202 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:20 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:20.074+0000 7f4e6bea8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:22:20.775 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:20 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:20.693+0000 7f4e6bea8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:22:21.408 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:21 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:21.129+0000 7f4e6bea8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:22:21.408 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:21 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:21.227+0000 7f4e6bea8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:22:21.774 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:21 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:21.436+0000 7f4e6bea8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:22:22.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:21 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:21.963+0000 7f4e6bea8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:22:22.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:22 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:22.055+0000 7f4e6bea8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:22:22.635 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:22 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:22.294+0000 7f4e6bea8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:22:22.635 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:22 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:22.424+0000 7f4e6bea8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:22:22.635 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:22 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:22.519+0000 7f4e6bea8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:22:22.635 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:22 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:22.633+0000 7f4e6bea8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:22:23.274 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:22 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:22.931+0000 7f4e6bea8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:22:23.775 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:23.521+0000 7f4e6bea8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:22:23.775 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:23.736+0000 7f4e6bea8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: Active manager daemon a restarted 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: Activating manager daemon a 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: mgrmap e6: a(active, starting, since 0.00343298s) 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:22:24.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: Manager daemon a is now available 2024-04-22T23:22:24.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:24.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:24.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:24.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:24.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:22:24.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:23 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:22:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:24 smithi082 ceph-mon[27071]: Found migration_current of "None". Setting to last migration. 2024-04-22T23:22:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:24 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:24 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:24 smithi082 ceph-mon[27071]: mgrmap e7: a(active, since 1.00773s) 2024-04-22T23:22:25.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:25.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:22:25.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:22:25.318 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:25.318 INFO:teuthology.orchestra.run.smithi082.stdout:mgr epoch 5 is available 2024-04-22T23:22:25.318 INFO:teuthology.orchestra.run.smithi082.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:22:25.998 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:25 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:24] ENGINE Bus STARTING 2024-04-22T23:22:25.998 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:25 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:24] ENGINE Serving on https://172.21.15.82:7150 2024-04-22T23:22:25.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:25 smithi082 ceph-mon[27071]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:22:25.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:25 smithi082 ceph-mon[27071]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:22:25.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:25 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:24] ENGINE Serving on http://172.21.15.82:8765 2024-04-22T23:22:25.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:25 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:24] ENGINE Bus STARTED 2024-04-22T23:22:25.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:25 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:26.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:26 smithi082 ceph-mon[27071]: mgrmap e8: a(active, since 2s) 2024-04-22T23:22:26.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:26 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:26.999 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:26 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:27.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:22:27.772 INFO:teuthology.orchestra.run.smithi082.stdout:Generating ssh key... 2024-04-22T23:22:28.063 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:27 smithi082 ceph-mon[27071]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:28.758 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: Generating public/private rsa key pair. 2024-04-22T23:22:28.758 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: Your identification has been saved in /tmp/tmpi3vv1ev9/key. 2024-04-22T23:22:28.758 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: Your public key has been saved in /tmp/tmpi3vv1ev9/key.pub. 2024-04-22T23:22:28.758 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: The key fingerprint is: 2024-04-22T23:22:28.758 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: SHA256:DfbjtRnA3ybjHCEzKypGfQ7xQFcaep3LapVww8KMqfw ceph-d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:28.758 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: The key's randomart image is: 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: +---[RSA 3072]----+ 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | . o.. | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | . B * . | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | * X % . | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | . o * O @ o | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | + o S X B o | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | . . = = = O | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | o E + . = | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | . . . | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: | | 2024-04-22T23:22:28.759 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: +----[SHA256]-----+ 2024-04-22T23:22:29.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-mon[27071]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:29.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:29.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:28 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:30.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:29 smithi082 ceph-mon[27071]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:30.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:29 smithi082 ceph-mon[27071]: Generating ssh key... 2024-04-22T23:22:30.235 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnXf/mek+EbqVa5o5i4RTYa/3u88WReJI3O+qwQytyPGenogoTtzfH2G/pzWjaVgA8VANIIH3zi7kjdSZCaq0rtMtbg50wlkJoaqPg+PxCvzcUrlE38f1O18FNNK9/Ozjh8uA3kdPvWDqRiT44Nwlukmwqun9BxdUq6DA4JyusEsYMaMeGBt7WM5K6Q5RWKNLJsVWmdDUD70HFMKIS6vPc+zks7FLgy5dyvGrjbNYVXBSygnKocX7Wyz2mZCi96GXoO4+CTpuhthKmWSw2fwUQWM+iYM9+QcShSF1zGxNBIUnXib0Otm7bQ57CZPDGJOzdb7WkqMCRrvBNZrAKVA9dwkkmq7lvNaNQ0cCCOeB8k6XSQUTmhpgZrHlZM9Fc6njZ0pib3Evtt57kbP9jxvnnflyoLNLmgVP7oikiSCxlEVS1EIc9njVhAFsOUI1yQA7kBMFYzA/S4oPlgUv8yIq4xPJhqPSsq4nOe7y7s9QSDZxbv2tCnmv2mg0zWS5Em8s= ceph-d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:30.235 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:22:30.235 INFO:teuthology.orchestra.run.smithi082.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:22:30.236 INFO:teuthology.orchestra.run.smithi082.stdout:Adding host smithi082... 2024-04-22T23:22:31.059 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:30 smithi082 ceph-mon[27071]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:31.897 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:31 smithi082 ceph-mon[27071]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi082", "addr": "172.21.15.82", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:33.274 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:32 smithi082 ceph-mon[27071]: Deploying cephadm binary to smithi082 2024-04-22T23:22:35.584 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Added host 'smithi082' with addr '172.21.15.82' 2024-04-22T23:22:35.584 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying unmanaged mon service... 2024-04-22T23:22:36.204 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:35 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:36.205 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:35 smithi082 ceph-mon[27071]: Added host smithi082 2024-04-22T23:22:36.205 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:35 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:37.524 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:37 smithi082 ceph-mon[27071]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:37.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:37 smithi082 ceph-mon[27071]: Saving service mon spec with placement count:5 2024-04-22T23:22:37.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:37 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:37.819 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:22:37.819 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying unmanaged mgr service... 2024-04-22T23:22:38.721 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:38 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:38.721 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:38 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:39.741 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:39 smithi082 ceph-mon[27071]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:39.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:39 smithi082 ceph-mon[27071]: Saving service mgr spec with placement count:2 2024-04-22T23:22:39.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:39 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:39.742 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:39 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:39.744 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:22:41.609 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:41 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/281982787' entity='client.admin' 2024-04-22T23:22:41.609 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:41 smithi082 ceph-mon[27071]: from='mgr.14120 172.21.15.82:0/3578319489' entity='mgr.a' 2024-04-22T23:22:42.766 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:42 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/2919594574' entity='client.admin' 2024-04-22T23:22:42.769 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling the dashboard module... 2024-04-22T23:22:43.667 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:43 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/3593890841' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:22:43.924 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:43 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: ignoring --setuser ceph since I am not root 2024-04-22T23:22:43.924 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:43 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: ignoring --setgroup ceph since I am not root 2024-04-22T23:22:43.924 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:43 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:43.788+0000 7f1e6552c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:22:44.174 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:43 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:43.974+0000 7f1e6552c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:22:44.174 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:44 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:44.075+0000 7f1e6552c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:22:44.481 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:44 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:44.389+0000 7f1e6552c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:22:44.481 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:44 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:44.479+0000 7f1e6552c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:22:44.774 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:44 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/3593890841' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:22:44.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:44 smithi082 ceph-mon[27071]: mgrmap e9: a(active, since 19s) 2024-04-22T23:22:45.483 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:45.484 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:22:45.484 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:22:45.484 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:22:45.484 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:22:45.484 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:45.484 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for the mgr to restart... 2024-04-22T23:22:45.484 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr epoch 9... 2024-04-22T23:22:45.866 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:45 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/2197506048' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:22:45.867 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:45 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:45.685+0000 7f1e6552c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:22:46.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:45 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:45.865+0000 7f1e6552c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:22:46.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:46 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:46.033+0000 7f1e6552c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:22:46.610 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:46 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:46.317+0000 7f1e6552c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:22:46.610 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:46 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:46.409+0000 7f1e6552c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:22:46.610 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:46 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:46.608+0000 7f1e6552c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:22:47.024 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:46 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:46.800+0000 7f1e6552c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:22:47.774 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:47 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:47.410+0000 7f1e6552c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:22:48.134 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:47 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:47.835+0000 7f1e6552c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:22:48.135 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:47 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:47.931+0000 7f1e6552c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:22:48.135 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:48 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:48.133+0000 7f1e6552c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:22:48.985 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:48 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:48.650+0000 7f1e6552c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:22:48.986 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:48 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:48.742+0000 7f1e6552c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:22:49.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:48 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:48.984+0000 7f1e6552c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:22:49.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:49 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:49.117+0000 7f1e6552c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:22:49.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:49 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:49.212+0000 7f1e6552c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:22:49.546 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:49 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:49.331+0000 7f1e6552c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:22:50.025 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:49 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:49.650+0000 7f1e6552c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:22:50.525 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:50.272+0000 7f1e6552c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:22:50.525 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:22:50.499+0000 7f1e6552c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:22:51.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: Active manager daemon a restarted 2024-04-22T23:22:51.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: Activating manager daemon a 2024-04-22T23:22:51.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:22:51.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: mgrmap e10: a(active, starting, since 0.0033165s) 2024-04-22T23:22:51.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:22:51.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:22:51.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:22:51.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:22:51.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:22:51.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: Manager daemon a is now available 2024-04-22T23:22:51.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:51.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:22:51.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:22:51.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:51 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:50] ENGINE Bus STARTING 2024-04-22T23:22:51.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:51 smithi082 ceph-mon[27071]: mgrmap e11: a(active, since 1.0058s) 2024-04-22T23:22:52.409 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:22:52.409 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:22:52.409 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:22:52.409 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:22:52.409 INFO:teuthology.orchestra.run.smithi082.stdout:mgr epoch 9 is available 2024-04-22T23:22:52.409 INFO:teuthology.orchestra.run.smithi082.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:22:52.767 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:52 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:50] ENGINE Serving on https://172.21.15.82:7150 2024-04-22T23:22:52.767 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:52 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:50] ENGINE Serving on http://172.21.15.82:8765 2024-04-22T23:22:52.767 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:52 smithi082 ceph-mon[27071]: [22/Apr/2024:23:22:50] ENGINE Bus STARTED 2024-04-22T23:22:52.767 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:52 smithi082 ceph-mon[27071]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:22:52.767 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:52 smithi082 ceph-mon[27071]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:22:52.767 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:52 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:22:53.681 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:22:53.681 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial admin user... 2024-04-22T23:22:54.081 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:53 smithi082 ceph-mon[27071]: mgrmap e12: a(active, since 2s) 2024-04-22T23:22:54.081 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:53 smithi082 ceph-mon[27071]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:54.081 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:53 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:22:54.081 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:53 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:22:54.081 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:53 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:22:55.727 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$nLJ9xaNFS2qekpIBcdCZru.QgchxNsd8NbY8enOj7FKK4qbsxbOOC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713828174, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:22:55.727 INFO:teuthology.orchestra.run.smithi082.stdout:Fetching dashboard port number... 2024-04-22T23:22:55.774 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:55 smithi082 ceph-mon[27071]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:22:55.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:55 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:22:56.696 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:56 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/1061102972' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:22:57.008 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:22:57.018 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:22:57.018 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout disabled 2024-04-22T23:22:57.025 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:22:57.025 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-04-22T23:22:57.025 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld.service is not enabled 2024-04-22T23:22:57.025 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:22:57.026 INFO:teuthology.orchestra.run.smithi082.stdout:Ceph Dashboard is now available at: 2024-04-22T23:22:57.026 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:57.026 INFO:teuthology.orchestra.run.smithi082.stdout: URL: https://smithi082:8443/ 2024-04-22T23:22:57.027 INFO:teuthology.orchestra.run.smithi082.stdout: User: admin 2024-04-22T23:22:57.027 INFO:teuthology.orchestra.run.smithi082.stdout: Password: tiyrvboafh 2024-04-22T23:22:57.027 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:57.027 INFO:teuthology.orchestra.run.smithi082.stdout:Saving cluster configuration to /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config directory 2024-04-22T23:22:57.027 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:22:57.961 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:57 smithi082 ceph-mon[27071]: mgrmap e13: a(active, since 6s) 2024-04-22T23:22:59.387 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:22:59.387 INFO:teuthology.orchestra.run.smithi082.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:22:59.387 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.387 INFO:teuthology.orchestra.run.smithi082.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:22:59.387 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.387 INFO:teuthology.orchestra.run.smithi082.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:22:59.387 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: ceph telemetry on 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout:For more information see: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:22:59.388 INFO:teuthology.orchestra.run.smithi082.stdout:Bootstrap complete. 2024-04-22T23:22:59.425 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:22:59.425 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:22:59.425 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:22:59.440 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:22:59.440 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:22:59.440 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:22:59.495 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:22:59.495 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:22:59.495 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T23:22:59.558 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:22:59.559 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:22:59.559 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:22:59.614 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:22:59.614 DEBUG:teuthology.orchestra.run.smithi082:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnXf/mek+EbqVa5o5i4RTYa/3u88WReJI3O+qwQytyPGenogoTtzfH2G/pzWjaVgA8VANIIH3zi7kjdSZCaq0rtMtbg50wlkJoaqPg+PxCvzcUrlE38f1O18FNNK9/Ozjh8uA3kdPvWDqRiT44Nwlukmwqun9BxdUq6DA4JyusEsYMaMeGBt7WM5K6Q5RWKNLJsVWmdDUD70HFMKIS6vPc+zks7FLgy5dyvGrjbNYVXBSygnKocX7Wyz2mZCi96GXoO4+CTpuhthKmWSw2fwUQWM+iYM9+QcShSF1zGxNBIUnXib0Otm7bQ57CZPDGJOzdb7WkqMCRrvBNZrAKVA9dwkkmq7lvNaNQ0cCCOeB8k6XSQUTmhpgZrHlZM9Fc6njZ0pib3Evtt57kbP9jxvnnflyoLNLmgVP7oikiSCxlEVS1EIc9njVhAFsOUI1yQA7kBMFYzA/S4oPlgUv8yIq4xPJhqPSsq4nOe7y7s9QSDZxbv2tCnmv2mg0zWS5Em8s= ceph-d05d918c-00fe-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:22:59.691 INFO:teuthology.orchestra.run.smithi082.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnXf/mek+EbqVa5o5i4RTYa/3u88WReJI3O+qwQytyPGenogoTtzfH2G/pzWjaVgA8VANIIH3zi7kjdSZCaq0rtMtbg50wlkJoaqPg+PxCvzcUrlE38f1O18FNNK9/Ozjh8uA3kdPvWDqRiT44Nwlukmwqun9BxdUq6DA4JyusEsYMaMeGBt7WM5K6Q5RWKNLJsVWmdDUD70HFMKIS6vPc+zks7FLgy5dyvGrjbNYVXBSygnKocX7Wyz2mZCi96GXoO4+CTpuhthKmWSw2fwUQWM+iYM9+QcShSF1zGxNBIUnXib0Otm7bQ57CZPDGJOzdb7WkqMCRrvBNZrAKVA9dwkkmq7lvNaNQ0cCCOeB8k6XSQUTmhpgZrHlZM9Fc6njZ0pib3Evtt57kbP9jxvnnflyoLNLmgVP7oikiSCxlEVS1EIc9njVhAFsOUI1yQA7kBMFYzA/S4oPlgUv8yIq4xPJhqPSsq4nOe7y7s9QSDZxbv2tCnmv2mg0zWS5Em8s= ceph-d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:59.700 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnXf/mek+EbqVa5o5i4RTYa/3u88WReJI3O+qwQytyPGenogoTtzfH2G/pzWjaVgA8VANIIH3zi7kjdSZCaq0rtMtbg50wlkJoaqPg+PxCvzcUrlE38f1O18FNNK9/Ozjh8uA3kdPvWDqRiT44Nwlukmwqun9BxdUq6DA4JyusEsYMaMeGBt7WM5K6Q5RWKNLJsVWmdDUD70HFMKIS6vPc+zks7FLgy5dyvGrjbNYVXBSygnKocX7Wyz2mZCi96GXoO4+CTpuhthKmWSw2fwUQWM+iYM9+QcShSF1zGxNBIUnXib0Otm7bQ57CZPDGJOzdb7WkqMCRrvBNZrAKVA9dwkkmq7lvNaNQ0cCCOeB8k6XSQUTmhpgZrHlZM9Fc6njZ0pib3Evtt57kbP9jxvnnflyoLNLmgVP7oikiSCxlEVS1EIc9njVhAFsOUI1yQA7kBMFYzA/S4oPlgUv8yIq4xPJhqPSsq4nOe7y7s9QSDZxbv2tCnmv2mg0zWS5Em8s= ceph-d05d918c-00fe-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:22:59.739 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnXf/mek+EbqVa5o5i4RTYa/3u88WReJI3O+qwQytyPGenogoTtzfH2G/pzWjaVgA8VANIIH3zi7kjdSZCaq0rtMtbg50wlkJoaqPg+PxCvzcUrlE38f1O18FNNK9/Ozjh8uA3kdPvWDqRiT44Nwlukmwqun9BxdUq6DA4JyusEsYMaMeGBt7WM5K6Q5RWKNLJsVWmdDUD70HFMKIS6vPc+zks7FLgy5dyvGrjbNYVXBSygnKocX7Wyz2mZCi96GXoO4+CTpuhthKmWSw2fwUQWM+iYM9+QcShSF1zGxNBIUnXib0Otm7bQ57CZPDGJOzdb7WkqMCRrvBNZrAKVA9dwkkmq7lvNaNQ0cCCOeB8k6XSQUTmhpgZrHlZM9Fc6njZ0pib3Evtt57kbP9jxvnnflyoLNLmgVP7oikiSCxlEVS1EIc9njVhAFsOUI1yQA7kBMFYzA/S4oPlgUv8yIq4xPJhqPSsq4nOe7y7s9QSDZxbv2tCnmv2mg0zWS5Em8s= ceph-d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:59.751 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnXf/mek+EbqVa5o5i4RTYa/3u88WReJI3O+qwQytyPGenogoTtzfH2G/pzWjaVgA8VANIIH3zi7kjdSZCaq0rtMtbg50wlkJoaqPg+PxCvzcUrlE38f1O18FNNK9/Ozjh8uA3kdPvWDqRiT44Nwlukmwqun9BxdUq6DA4JyusEsYMaMeGBt7WM5K6Q5RWKNLJsVWmdDUD70HFMKIS6vPc+zks7FLgy5dyvGrjbNYVXBSygnKocX7Wyz2mZCi96GXoO4+CTpuhthKmWSw2fwUQWM+iYM9+QcShSF1zGxNBIUnXib0Otm7bQ57CZPDGJOzdb7WkqMCRrvBNZrAKVA9dwkkmq7lvNaNQ0cCCOeB8k6XSQUTmhpgZrHlZM9Fc6njZ0pib3Evtt57kbP9jxvnnflyoLNLmgVP7oikiSCxlEVS1EIc9njVhAFsOUI1yQA7kBMFYzA/S4oPlgUv8yIq4xPJhqPSsq4nOe7y7s9QSDZxbv2tCnmv2mg0zWS5Em8s= ceph-d05d918c-00fe-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:22:59.790 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnXf/mek+EbqVa5o5i4RTYa/3u88WReJI3O+qwQytyPGenogoTtzfH2G/pzWjaVgA8VANIIH3zi7kjdSZCaq0rtMtbg50wlkJoaqPg+PxCvzcUrlE38f1O18FNNK9/Ozjh8uA3kdPvWDqRiT44Nwlukmwqun9BxdUq6DA4JyusEsYMaMeGBt7WM5K6Q5RWKNLJsVWmdDUD70HFMKIS6vPc+zks7FLgy5dyvGrjbNYVXBSygnKocX7Wyz2mZCi96GXoO4+CTpuhthKmWSw2fwUQWM+iYM9+QcShSF1zGxNBIUnXib0Otm7bQ57CZPDGJOzdb7WkqMCRrvBNZrAKVA9dwkkmq7lvNaNQ0cCCOeB8k6XSQUTmhpgZrHlZM9Fc6njZ0pib3Evtt57kbP9jxvnnflyoLNLmgVP7oikiSCxlEVS1EIc9njVhAFsOUI1yQA7kBMFYzA/S4oPlgUv8yIq4xPJhqPSsq4nOe7y7s9QSDZxbv2tCnmv2mg0zWS5Em8s= ceph-d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:22:59.801 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:23:00.041 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:00.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:22:59 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/3815818046' entity='client.admin' 2024-04-22T23:23:01.330 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:23:01.330 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:23:01.803 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:02.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:01 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/663393980' entity='client.admin' 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi082", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:03.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:03.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:02 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:03.408 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi155 2024-04-22T23:23:03.409 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:23:03.409 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:23:03.428 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:23:03.428 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:03.486 INFO:tasks.cephadm:Adding host smithi155 to orchestrator... 2024-04-22T23:23:03.486 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph orch host add smithi155 2024-04-22T23:23:04.057 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:05.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:05.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: Updating smithi082:/etc/ceph/ceph.conf 2024-04-22T23:23:05.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: Updating smithi082:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:05.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:05.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: Updating smithi082:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:23:05.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:05.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:05.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:04 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:06.024 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:05 smithi082 ceph-mon[27071]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:06.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:05 smithi082 ceph-mon[27071]: Deploying cephadm binary to smithi155 2024-04-22T23:23:08.835 INFO:teuthology.orchestra.run.smithi082.stdout:Added host 'smithi155' with addr '172.21.15.155' 2024-04-22T23:23:09.392 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:23:09.627 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:10.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:09 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:10.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:09 smithi082 ceph-mon[27071]: Added host smithi155 2024-04-22T23:23:10.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:09 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:10.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:09 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:10.289 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:23:10.289 INFO:teuthology.orchestra.run.smithi082.stdout:[{"addr": "172.21.15.82", "hostname": "smithi082", "labels": [], "status": ""}, {"addr": "172.21.15.155", "hostname": "smithi155", "labels": [], "status": ""}] 2024-04-22T23:23:10.893 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi196 2024-04-22T23:23:10.893 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:23:10.893 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:23:10.911 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:23:10.912 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:10.969 INFO:tasks.cephadm:Adding host smithi196 to orchestrator... 2024-04-22T23:23:10.969 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph orch host add smithi196 2024-04-22T23:23:11.199 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:11.274 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:10 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:11.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:10 smithi082 ceph-mon[27071]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:23:11.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:10 smithi082 ceph-mon[27071]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:12.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:12 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:13.774 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:13 smithi082 ceph-mon[27071]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:13.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:13 smithi082 ceph-mon[27071]: Deploying cephadm binary to smithi196 2024-04-22T23:23:13.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:13 smithi082 ceph-mon[27071]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:16.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:15 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:16.039 INFO:teuthology.orchestra.run.smithi082.stdout:Added host 'smithi196' with addr '172.21.15.196' 2024-04-22T23:23:16.622 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:16 smithi082 ceph-mon[27071]: Updating smithi155:/etc/ceph/ceph.conf 2024-04-22T23:23:16.622 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:16 smithi082 ceph-mon[27071]: Updating smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:16.622 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:16 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.622 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:16 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.622 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:16 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.622 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:16 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:16.622 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:16 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:16.648 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:23:16.883 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:17.531 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-04-22T23:23:17.531 INFO:teuthology.orchestra.run.smithi082.stdout:[{"addr": "172.21.15.82", "hostname": "smithi082", "labels": [], "status": ""}, {"addr": "172.21.15.155", "hostname": "smithi155", "labels": [], "status": ""}, {"addr": "172.21.15.196", "hostname": "smithi196", "labels": [], "status": ""}] 2024-04-22T23:23:17.827 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:17 smithi082 ceph-mon[27071]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:17.827 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:17 smithi082 ceph-mon[27071]: Updating smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:23:17.827 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:17 smithi082 ceph-mon[27071]: Added host smithi196 2024-04-22T23:23:17.827 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:17 smithi082 ceph-mon[27071]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:17.827 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:17 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:17.827 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:17 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:18.104 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:23:18.104 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:23:18.335 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:18.755 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:18 smithi082 ceph-mon[27071]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:23:19.879 INFO:teuthology.orchestra.run.smithi082.stderr:adjusted tunables profile to default 2024-04-22T23:23:19.880 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:19 smithi082 ceph-mon[27071]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:19.880 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:19 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:19.880 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:19 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/3752359652' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:23:20.444 INFO:tasks.cephadm:Adding mon.a on smithi082 2024-04-22T23:23:20.444 INFO:tasks.cephadm:Adding mon.b on smithi155 2024-04-22T23:23:20.444 INFO:tasks.cephadm:Adding mon.c on smithi196 2024-04-22T23:23:20.444 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi082:172.21.15.82=a;smithi155:172.21.15.155=b;smithi196:172.21.15.196=c' 2024-04-22T23:23:20.784 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:23:20.838 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:23:21.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:20 smithi082 ceph-mon[27071]: from='client.? 172.21.15.82:0/3752359652' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:23:21.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:20 smithi082 ceph-mon[27071]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:21.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:20 smithi082 ceph-mon[27071]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:21.518 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mon update... 2024-04-22T23:23:22.172 DEBUG:teuthology.orchestra.run.smithi155:mon.b> sudo journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.b.service 2024-04-22T23:23:22.174 DEBUG:teuthology.orchestra.run.smithi196:mon.c> sudo journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.c.service 2024-04-22T23:23:22.177 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:23:22.177 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:23:22.581 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:23:22.629 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:23:22.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:22 smithi082 ceph-mon[27071]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi082:172.21.15.82=a;smithi155:172.21.15.155=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:22.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:22 smithi082 ceph-mon[27071]: Saving service mon spec with placement smithi082:172.21.15.82=a;smithi155:172.21.15.155=b;smithi196:172.21.15.196=c;count:3 2024-04-22T23:23:22.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:22 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:23.455 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:23:23.455 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d05d918c-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:21:54.115872Z","created":"2024-04-22T23:21:54.115872Z","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.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:23:23.457 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2024-04-22T23:23:24.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:24.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:24.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:24.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:24.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: Updating smithi196:/etc/ceph/ceph.conf 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='client.? 172.21.15.196:0/3271353472' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:24.026 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:23 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:24 smithi082 ceph-mon[27071]: Updating smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:24 smithi082 ceph-mon[27071]: Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:24 smithi082 ceph-mon[27071]: Updating smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:23:25.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:24 smithi082 ceph-mon[27071]: Deploying daemon mon.c on smithi196 2024-04-22T23:23:25.078 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:23:25.078 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:23:26.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:25 smithi082 ceph-mon[27071]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:26.287 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:23:27.425 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:23:27.425 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d05d918c-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:21:54.115872Z","created":"2024-04-22T23:21:54.115872Z","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.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:23:27.427 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2024-04-22T23:23:28.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:27 smithi082 ceph-mon[27071]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:28.025 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:27 smithi082 ceph-mon[27071]: from='client.? 172.21.15.196:0/1133581081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:28.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:28 smithi196 systemd[1]: Started Ceph mon.c for d05d918c-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:23:29.030 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:23:29.030 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:23:29.266 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:23:33.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:23:33.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: mon.a calling monitor election 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: mon.c calling monitor election 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: monmap epoch 2 2024-04-22T23:23:33.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: last_changed 2024-04-22T23:23:28.413639+0000 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: min_mon_release 19 (squid) 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: election_strategy: 1 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: fsmap 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: mgrmap e13: a(active, since 42s) 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: overall HEALTH_OK 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:33.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:33.778 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:33.778 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:33 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: mon.a calling monitor election 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: mon.c calling monitor election 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: monmap epoch 2 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: last_changed 2024-04-22T23:23:28.413639+0000 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: min_mon_release 19 (squid) 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: election_strategy: 1 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: fsmap 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:33.823 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: mgrmap e13: a(active, since 42s) 2024-04-22T23:23:33.824 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: overall HEALTH_OK 2024-04-22T23:23:33.824 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:33.824 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:33.824 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:33.824 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:33.824 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:33 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:34.432 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:23:34.432 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":2,"fsid":"d05d918c-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:23:28.413639Z","created":"2024-04-22T23:21:54.115872Z","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.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82: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-04-22T23:23:34.434 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 2 2024-04-22T23:23:34.723 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:34 smithi196 ceph-mon[30651]: Deploying daemon mon.b on smithi155 2024-04-22T23:23:34.723 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:34 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:34.723 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:34 smithi196 ceph-mon[30651]: from='client.? 172.21.15.196:0/20805067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:34.774 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:34 smithi082 ceph-mon[27071]: Deploying daemon mon.b on smithi155 2024-04-22T23:23:34.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:34 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:34.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:34 smithi082 ceph-mon[27071]: from='client.? 172.21.15.196:0/20805067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:35.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:35 smithi082 ceph-mon[27071]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:35.821 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:35 smithi196 ceph-mon[30651]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:36.003 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:23:36.003 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:23:36.249 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:23:36.980 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:23:36.981 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":2,"fsid":"d05d918c-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:23:28.413639Z","created":"2024-04-22T23:21:54.115872Z","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.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82: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-04-22T23:23:36.982 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 2 2024-04-22T23:23:37.213 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 podman[30286]: 2024-04-22 23:23:37.188733914 +0000 UTC m=+0.321602275 container start a3548f70db9422e1895fdbb6b2a63857851493a30af7ceafc49d82effaacfa7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-b, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD) 2024-04-22T23:23:37.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:23:37.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 2 2024-04-22T23:23:37.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pidfile_write: ignore empty --pid-file 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: load: jerasure load: lrc 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Git sha 0 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: DB SUMMARY 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: DB Session ID: P965UGYM0BUQSMO6QD9H 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-22T23:23:37.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.env: 0x5598bcb69cc0 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.info_log: 0x5598be93fbe0 2024-04-22T23:23:37.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.statistics: (nil) 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.use_fsync: 0 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:23:37.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.db_log_dir: 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.wal_dir: 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:23:37.473 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.write_buffer_manager: 0x5598be8d30e0 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.unordered_write: 0 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:23:37.474 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.row_cache: None 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.wal_filter: None 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.wal_compression: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:23:37.475 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:23:37.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:23:37.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:23:37.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:23:37.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:23:37.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:23:37.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:23:37.476 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:23:37.478 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_open_files: -1 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Compression algorithms supported: 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kZSTD supported: 0 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:23:37.479 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.merge_operator: 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_filter: None 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5598be93fdc0) 2024-04-22T23:23:37.480 INFO:journalctl@ceph.mon.b.smithi155.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: index_type: 0 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: data_block_index_type: 0 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: index_shortening: 1 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: checksum: 4 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: no_block_cache: 0 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache: 0x5598be9051f0 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache_options: 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: capacity : 536870912 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: num_shard_bits : 4 2024-04-22T23:23:37.481 INFO:journalctl@ceph.mon.b.smithi155.stdout: strict_capacity_limit : 0 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_cache_compressed: (nil) 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: persistent_cache: (nil) 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_size: 4096 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_size_deviation: 10 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_restart_interval: 16 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: index_block_restart_interval: 1 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: metadata_block_size: 4096 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: partition_filters: 0 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: use_delta_encoding: 1 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: filter_policy: bloomfilter 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: whole_key_filtering: 1 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: verify_compression: 0 2024-04-22T23:23:37.482 INFO:journalctl@ceph.mon.b.smithi155.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout: format_version: 5 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout: enable_index_compression: 1 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout: block_align: 0 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout: max_auto_readahead_size: 262144 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout: prepopulate_block_cache: 0 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression: NoCompression 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.num_levels: 7 2024-04-22T23:23:37.483 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:23:37.484 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:23:37.485 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:23:37.486 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:23:37.487 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:23:37.488 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.ttl: 2592000 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: 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-04-22T23:23:37.489 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 449e1bca-430b-4b43-83b0-cdd225bb7865 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713828217218606, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713828217219026, "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": 1713828217, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "449e1bca-430b-4b43-83b0-cdd225bb7865", "db_session_id": "P965UGYM0BUQSMO6QD9H", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713828217219105, "job": 1, "event": "recovery_finished"} 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: 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-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5598bea1a000 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: DB pointer 0x5598bea04000 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:23:37.490 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** DB Stats ** 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.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-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.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-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** Compaction Stats [default] ** 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.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-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:23:37.491 INFO:journalctl@ceph.mon.b.smithi155.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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** Compaction Stats [default] ** 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.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-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:23:37.492 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout: Cumulative compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout: Interval compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.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-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout: Block cache BinnedLRUCache@0x5598be9051f0#2 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-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.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-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: using public_addr v2:172.21.15.155:0/0 -> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: starting mon.b rank -1 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(???) e0 preinit fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:37.493 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).mds e1 new map 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).mds e1 print_map 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout: e1 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.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-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout: legacy client fscid: -1 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout: 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout: No filesystems configured 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: 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-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T23:23:37.494 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Deploying cephadm binary to smithi196 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.495 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi155:/etc/ceph/ceph.conf 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Added host smithi196 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.496 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.? 172.21.15.82:0/3752359652' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.? 172.21.15.82:0/3752359652' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi082:172.21.15.82=a;smithi155:172.21.15.155=b;smithi196:172.21.15.196=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Saving service mon spec with placement smithi082:172.21.15.82=a;smithi155:172.21.15.155=b;smithi196:172.21.15.196=c;count:3 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.497 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi196:/etc/ceph/ceph.conf 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.? 172.21.15.196:0/3271353472' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:37.498 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Updating smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Deploying daemon mon.c on smithi196 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.? 172.21.15.196:0/1133581081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.a calling monitor election 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.c calling monitor election 2024-04-22T23:23:37.499 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: monmap epoch 2 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: last_changed 2024-04-22T23:23:28.413639+0000 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: min_mon_release 19 (squid) 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: election_strategy: 1 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:37.500 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: fsmap 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mgrmap e13: a(active, since 42s) 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: overall HEALTH_OK 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: Deploying daemon mon.b on smithi155 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: from='client.? 172.21.15.196:0/20805067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 ceph-mon[30305]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-22T23:23:37.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 bash[30286]: a3548f70db9422e1895fdbb6b2a63857851493a30af7ceafc49d82effaacfa7b 2024-04-22T23:23:37.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:37 smithi155 systemd[1]: Started Ceph mon.b for d05d918c-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:23:38.540 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:23:38.540 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:23:38.782 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: mon.c calling monitor election 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: mon.a calling monitor election 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: monmap epoch 3 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: last_changed 2024-04-22T23:23:37.248542+0000 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: min_mon_release 19 (squid) 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: election_strategy: 1 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:42.573 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: fsmap 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: mgrmap e13: a(active, since 51s) 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: mon.b (rank 2) addr [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] is down (out of quorum) 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:42.574 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:42 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:42.729 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:23:42.729 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":3,"fsid":"d05d918c-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:23:37.248542Z","created":"2024-04-22T23:21:54.115872Z","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.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82: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.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:23:42.732 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 3 2024-04-22T23:23:42.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:23:42.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: mon.c calling monitor election 2024-04-22T23:23:42.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: mon.a calling monitor election 2024-04-22T23:23:42.775 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: monmap epoch 3 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: last_changed 2024-04-22T23:23:37.248542+0000 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:42.776 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: min_mon_release 19 (squid) 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: election_strategy: 1 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: fsmap 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: mgrmap e13: a(active, since 51s) 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: mon.b (rank 2) addr [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] is down (out of quorum) 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:42.777 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:42 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:43.326 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:23:43.326 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:23:43.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:43 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:43.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:43 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:43.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:43 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:43.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:43 smithi196 ceph-mon[30651]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:43.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:43 smithi196 ceph-mon[30651]: from='client.? 172.21.15.196:0/1130075497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:43.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:43 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:43.572 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:43.693 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:43 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:43.694 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:43 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:43.694 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:43 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:43.694 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:43 smithi082 ceph-mon[27071]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:43.694 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:43 smithi082 ceph-mon[27071]: from='client.? 172.21.15.196:0/1130075497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:43.694 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:43 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.243 INFO:teuthology.orchestra.run.smithi082.stdout:# minimal ceph.conf for d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:44.243 INFO:teuthology.orchestra.run.smithi082.stdout:[global] 2024-04-22T23:23:44.243 INFO:teuthology.orchestra.run.smithi082.stdout: fsid = d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:44.243 INFO:teuthology.orchestra.run.smithi082.stdout: mon_host = [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: mon.c calling monitor election 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: mon.a calling monitor election 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: monmap epoch 3 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: last_changed 2024-04-22T23:23:37.248542+0000 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: min_mon_release 19 (squid) 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: election_strategy: 1 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-04-22T23:23:44.720 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: fsmap 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: mgrmap e13: a(active, since 51s) 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: mon.b (rank 2) addr [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] is down (out of quorum) 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:44.721 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='client.? 172.21.15.196:0/1130075497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:23:44.722 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:44 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:44.878 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:23:44.878 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:23:44.878 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:23:44.905 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:23:44.905 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:44.968 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:23:44.969 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:23:44.995 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:23:44.995 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:45.059 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:23:45.059 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:23:45.084 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:23:45.084 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:45.148 INFO:tasks.cephadm:Adding mgr.a on smithi082 2024-04-22T23:23:45.149 INFO:tasks.cephadm:Adding mgr.b on smithi155 2024-04-22T23:23:45.149 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi082=a;smithi155=b' 2024-04-22T23:23:45.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: mon.b calling monitor election 2024-04-22T23:23:45.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Updating smithi082:/etc/ceph/ceph.conf 2024-04-22T23:23:45.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Updating smithi155:/etc/ceph/ceph.conf 2024-04-22T23:23:45.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Updating smithi196:/etc/ceph/ceph.conf 2024-04-22T23:23:45.275 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: mon.b calling monitor election 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: mon.c calling monitor election 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: mon.a calling monitor election 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: monmap epoch 3 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: last_changed 2024-04-22T23:23:37.248542+0000 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: min_mon_release 19 (squid) 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: election_strategy: 1 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: fsmap 2024-04-22T23:23:45.276 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: mgrmap e13: a(active, since 53s) 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Cluster is now healthy 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: overall HEALTH_OK 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Updating smithi082:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Updating smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: Updating smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.277 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.278 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.278 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.278 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.278 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.278 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:45.278 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:45.278 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:45 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:45.418 INFO:teuthology.orchestra.run.smithi196.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: mon.b calling monitor election 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Updating smithi082:/etc/ceph/ceph.conf 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Updating smithi155:/etc/ceph/ceph.conf 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Updating smithi196:/etc/ceph/ceph.conf 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: mon.b calling monitor election 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: mon.c calling monitor election 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: mon.a calling monitor election 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: monmap epoch 3 2024-04-22T23:23:45.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: last_changed 2024-04-22T23:23:37.248542+0000 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: min_mon_release 19 (squid) 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: election_strategy: 1 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: fsmap 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: mgrmap e13: a(active, since 53s) 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Cluster is now healthy 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: overall HEALTH_OK 2024-04-22T23:23:45.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Updating smithi082:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Updating smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: Updating smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.471 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:45.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:45.472 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:45 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:45.540 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: mon.b calling monitor election 2024-04-22T23:23:45.540 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Updating smithi082:/etc/ceph/ceph.conf 2024-04-22T23:23:45.540 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Updating smithi155:/etc/ceph/ceph.conf 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Updating smithi196:/etc/ceph/ceph.conf 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: mon.b calling monitor election 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: mon.c calling monitor election 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: mon.a calling monitor election 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: monmap epoch 3 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: fsid d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: last_changed 2024-04-22T23:23:37.248542+0000 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: created 2024-04-22T23:21:54.115872+0000 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: min_mon_release 19 (squid) 2024-04-22T23:23:45.541 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: election_strategy: 1 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.a 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: 1: [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon.c 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: fsmap 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: mgrmap e13: a(active, since 53s) 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Cluster is now healthy 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: overall HEALTH_OK 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Updating smithi082:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Updating smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: Updating smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:45.542 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:45.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:45 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:46.128 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mgr update... 2024-04-22T23:23:46.227 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:46 smithi082 ceph-mon[27071]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:23:46.227 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:46 smithi082 ceph-mon[27071]: Reconfiguring daemon mon.a on smithi082 2024-04-22T23:23:46.227 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:46 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:46.227 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:46 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:46.468 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:46 smithi155 ceph-mon[30305]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:23:46.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:46 smithi155 ceph-mon[30305]: Reconfiguring daemon mon.a on smithi082 2024-04-22T23:23:46.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:46 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:46.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:46 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:46.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:46 smithi196 ceph-mon[30651]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:23:46.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:46 smithi196 ceph-mon[30651]: Reconfiguring daemon mon.a on smithi082 2024-04-22T23:23:46.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:46 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:23:46.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:46 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:46.688 DEBUG:teuthology.orchestra.run.smithi155:mgr.b> sudo journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.b.service 2024-04-22T23:23:46.696 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:23:46.696 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-04-22T23:23:46.696 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:23:46.712 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-04-22T23:23:46.712 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_1 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-04-22 23:23:03.089014233 +0000 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-04-22 23:17:08.309190895 +0000 2024-04-22T23:23:46.767 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-04-22 23:17:08.309190895 +0000 2024-04-22T23:23:46.768 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-04-22 23:17:08.309190895 +0000 2024-04-22T23:23:46.768 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:23:46.830 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-04-22T23:23:46.830 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-04-22T23:23:46.831 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000207763 s, 2.5 MB/s 2024-04-22T23:23:46.831 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:23:46.887 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_2 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-04-22 23:23:03.118013660 +0000 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-04-22 23:17:08.665183729 +0000 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-04-22 23:17:08.665183729 +0000 2024-04-22T23:23:46.943 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-04-22 23:17:08.665183729 +0000 2024-04-22T23:23:46.944 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:23:47.006 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-04-22T23:23:47.006 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-04-22T23:23:47.006 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000202538 s, 2.5 MB/s 2024-04-22T23:23:47.009 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:23:47.064 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_3 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 701 Links: 1 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-04-22 23:23:03.146013107 +0000 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-04-22 23:17:08.995177088 +0000 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-04-22 23:17:08.995177088 +0000 2024-04-22T23:23:47.119 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-04-22 23:17:08.995177088 +0000 2024-04-22T23:23:47.120 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:23:47.182 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-04-22T23:23:47.182 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-04-22T23:23:47.182 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000221212 s, 2.3 MB/s 2024-04-22T23:23:47.183 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:23:47.238 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_4 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 721 Links: 1 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-04-22 23:23:03.174012554 +0000 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-04-22 23:17:09.362169703 +0000 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-04-22 23:17:09.362169703 +0000 2024-04-22T23:23:47.293 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: 2024-04-22 23:17:09.362169703 +0000 2024-04-22T23:23:47.294 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:23:47.355 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-04-22T23:23:47.355 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-04-22T23:23:47.355 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000166682 s, 3.1 MB/s 2024-04-22T23:23:47.356 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:23:47.412 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T23:23:47.412 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:23:47.430 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-04-22T23:23:47.430 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2024-04-22T23:23:47.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi082=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:47.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: Saving service mgr spec with placement smithi082=a;smithi155=b;count:2 2024-04-22T23:23:47.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.469 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:23:47.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:23:47.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:23:47.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:47.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: Reconfiguring daemon mgr.a on smithi082 2024-04-22T23:23:47.470 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:47 smithi155 ceph-mon[30305]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-04-22 23:23:36.667259674 +0000 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-04-22 23:17:09.489994204 +0000 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-04-22 23:17:09.489994204 +0000 2024-04-22T23:23:47.486 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-04-22 23:17:09.489994204 +0000 2024-04-22T23:23:47.487 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:23:47.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi082=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:47.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: Saving service mgr spec with placement smithi082=a;smithi155=b;count:2 2024-04-22T23:23:47.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:23:47.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:23:47.526 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:23:47.526 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:47.526 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: Reconfiguring daemon mgr.a on smithi082 2024-04-22T23:23:47.526 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:47 smithi082 ceph-mon[27071]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:47.551 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-04-22T23:23:47.551 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-04-22T23:23:47.551 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000278049 s, 1.8 MB/s 2024-04-22T23:23:47.552 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:23:47.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi082=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:23:47.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: Saving service mgr spec with placement smithi082=a;smithi155=b;count:2 2024-04-22T23:23:47.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.571 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:47.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:23:47.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:23:47.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:23:47.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:47.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: Reconfiguring daemon mgr.a on smithi082 2024-04-22T23:23:47.572 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:47 smithi196 ceph-mon[30651]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:47.609 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2024-04-22T23:23:47.665 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:23:47.665 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:47.665 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-22T23:23:47.665 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:47.665 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:47.665 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-04-22 23:23:36.667259674 +0000 2024-04-22T23:23:47.665 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-04-22 23:17:09.818987212 +0000 2024-04-22T23:23:47.666 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-04-22 23:17:09.818987212 +0000 2024-04-22T23:23:47.666 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-04-22 23:17:09.818987212 +0000 2024-04-22T23:23:47.666 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:23:47.728 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-04-22T23:23:47.728 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-04-22T23:23:47.728 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000225593 s, 2.3 MB/s 2024-04-22T23:23:47.729 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:23:47.786 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2024-04-22T23:23:47.841 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-04-22 23:23:36.668259654 +0000 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-04-22 23:17:10.157980008 +0000 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-04-22 23:17:10.157980008 +0000 2024-04-22T23:23:47.842 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-04-22 23:17:10.157980008 +0000 2024-04-22T23:23:47.842 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:23:47.904 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-04-22T23:23:47.904 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-04-22T23:23:47.905 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000190436 s, 2.7 MB/s 2024-04-22T23:23:47.906 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:23:47.961 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2024-04-22T23:23:48.016 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:23:48.016 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:48.016 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-22T23:23:48.016 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:48.017 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:48.017 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-04-22 23:23:36.668259654 +0000 2024-04-22T23:23:48.018 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-04-22 23:17:10.509972527 +0000 2024-04-22T23:23:48.018 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-04-22 23:17:10.509972527 +0000 2024-04-22T23:23:48.018 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-04-22 23:17:10.509972527 +0000 2024-04-22T23:23:48.018 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:23:48.078 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-04-22T23:23:48.078 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-04-22T23:23:48.078 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000201712 s, 2.5 MB/s 2024-04-22T23:23:48.079 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:23:48.135 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:23:48.136 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:23:48.155 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-04-22T23:23:48.156 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2024-04-22T23:23:48.212 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:23:48.212 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:48.212 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-22T23:23:48.213 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:48.213 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:48.213 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 23:23:27.449149394 +0000 2024-04-22T23:23:48.213 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 23:17:09.644586781 +0000 2024-04-22T23:23:48.213 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 23:17:09.644586781 +0000 2024-04-22T23:23:48.213 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 23:17:09.644586781 +0000 2024-04-22T23:23:48.213 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:23:48.280 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T23:23:48.280 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T23:23:48.280 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000281906 s, 1.8 MB/s 2024-04-22T23:23:48.281 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:23:48.339 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 23:23:27.450149373 +0000 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 23:17:09.982579439 +0000 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 23:17:09.982579439 +0000 2024-04-22T23:23:48.395 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 23:17:09.982579439 +0000 2024-04-22T23:23:48.396 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:23:48.459 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T23:23:48.459 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T23:23:48.459 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000251405 s, 2.0 MB/s 2024-04-22T23:23:48.460 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:23:48.516 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 23:23:27.450149373 +0000 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 23:17:10.347571511 +0000 2024-04-22T23:23:48.572 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 23:17:10.347571511 +0000 2024-04-22T23:23:48.573 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 23:17:10.347571511 +0000 2024-04-22T23:23:48.573 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:23:48.635 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T23:23:48.635 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T23:23:48.635 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000243907 s, 2.1 MB/s 2024-04-22T23:23:48.636 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:23:48.692 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-04-22 23:23:27.450149373 +0000 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-04-22 23:17:10.698563887 +0000 2024-04-22T23:23:48.747 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-04-22 23:17:10.698563887 +0000 2024-04-22T23:23:48.748 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: 2024-04-22 23:17:10.698563887 +0000 2024-04-22T23:23:48.748 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:23:48.809 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-04-22T23:23:48.809 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-04-22T23:23:48.810 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000210451 s, 2.4 MB/s 2024-04-22T23:23:48.811 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:23:48.866 INFO:tasks.cephadm:Deploying osd.0 on smithi082 with /dev/vg_nvme/lv_4... 2024-04-22T23:23:48.866 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T23:23:49.108 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:23:49.176 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:49.177 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:49.177 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:23:49.177 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:49.177 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:49.177 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:49.177 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: Reconfiguring daemon mon.b on smithi155 2024-04-22T23:23:49.177 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:48 smithi082 ceph-mon[27071]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: Reconfiguring daemon mon.b on smithi155 2024-04-22T23:23:49.219 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:48 smithi155 ceph-mon[30305]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:49.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:49.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:49.321 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:23:49.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:49.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:49.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:49.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: Reconfiguring daemon mon.b on smithi155 2024-04-22T23:23:49.322 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:48 smithi196 ceph-mon[30651]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:49.764 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected. 2024-04-22T23:23:49.764 INFO:teuthology.orchestra.run.smithi082.stderr:usage: ceph-volume lvm zap [-h] [--destroy] [--osd-id OSD_ID] 2024-04-22T23:23:49.764 INFO:teuthology.orchestra.run.smithi082.stderr: [--osd-fsid OSD_FSID] [--no-systemd] 2024-04-22T23:23:49.764 INFO:teuthology.orchestra.run.smithi082.stderr: [DEVICES [DEVICES ...]] 2024-04-22T23:23:49.764 INFO:teuthology.orchestra.run.smithi082.stderr:ceph-volume lvm zap: error: Unable to proceed with non-existing device: /dev/vg_nvme/lv_4 2024-04-22T23:23:50.311 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-22T23:23:50.312 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi082 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:23:50.314 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:50.340 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:50.368 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:50.393 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:23:50.394 DEBUG:teuthology.orchestra.run.smithi082:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:23:50.409 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:23:50.424 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:23:50.449 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:23:50.449 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T23:23:50.449 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:23:50.496 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:50.497 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:50.497 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-mon[27071]: Reconfiguring mon.c (monmap changed)... 2024-04-22T23:23:50.497 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:50.497 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:50.497 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-mon[27071]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:50.497 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-mon[27071]: Reconfiguring daemon mon.c on smithi196 2024-04-22T23:23:50.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:50 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:50.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:50 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:50.543 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:50 smithi196 ceph-mon[30651]: Reconfiguring mon.c (monmap changed)... 2024-04-22T23:23:50.544 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:50 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:50.544 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:50 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:50.544 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:50 smithi196 ceph-mon[30651]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:50.544 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:50 smithi196 ceph-mon[30651]: Reconfiguring daemon mon.c on smithi196 2024-04-22T23:23:50.718 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:50 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:50.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:50 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' 2024-04-22T23:23:50.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:50 smithi155 ceph-mon[30305]: Reconfiguring mon.c (monmap changed)... 2024-04-22T23:23:50.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:50 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:23:50.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:50 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:23:50.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:50 smithi155 ceph-mon[30305]: from='mgr.14152 172.21.15.82:0/2320826999' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:50.719 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:50 smithi155 ceph-mon[30305]: Reconfiguring daemon mon.c on smithi196 2024-04-22T23:23:50.774 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 systemd[1]: Stopping Ceph mon.a for d05d918c-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:23:51.268 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a[27067]: 2024-04-22T23:23:50.774+0000 7f0269ec1700 -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-04-22T23:23:51.268 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:50 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a[27067]: 2024-04-22T23:23:50.774+0000 7f0269ec1700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-22T23:23:51.268 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:51 smithi082 podman[38793]: 2024-04-22 23:23:51.00986107 +0000 UTC m=+0.369122335 container died fe74ad2a67e798e9a715b09228ed03ee7d3805f65c8afed422efc73460376325 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_BRANCH=HEAD) 2024-04-22T23:23:51.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:51 smithi082 podman[38793]: 2024-04-22 23:23:51.357934626 +0000 UTC m=+0.717195899 container cleanup fe74ad2a67e798e9a715b09228ed03ee7d3805f65c8afed422efc73460376325 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0) 2024-04-22T23:23:51.525 INFO:journalctl@ceph.mon.a.smithi082.stdout:Apr 22 23:23:51 smithi082 bash[38793]: ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:23:51.766 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T23:23:51.818 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:23:51.818 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T23:23:51.818 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-22T23:23:51.818 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.b 2024-04-22T23:23:52.218 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:51 smithi155 systemd[1]: Stopping Ceph mon.b for d05d918c-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:23:52.648 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:52 smithi155 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-b[30301]: 2024-04-22T23:23:52.379+0000 7f3954f13700 -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-04-22T23:23:52.648 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:52 smithi155 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-b[30301]: 2024-04-22T23:23:52.379+0000 7f3954f13700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-22T23:23:52.648 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:52 smithi155 podman[31483]: 2024-04-22 23:23:52.391228975 +0000 UTC m=+0.377268510 container died a3548f70db9422e1895fdbb6b2a63857851493a30af7ceafc49d82effaacfa7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-b, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020) 2024-04-22T23:23:52.968 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:52 smithi155 podman[31483]: 2024-04-22 23:23:52.747080352 +0000 UTC m=+0.733119895 container cleanup a3548f70db9422e1895fdbb6b2a63857851493a30af7ceafc49d82effaacfa7b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-b, GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-04-22T23:23:52.969 INFO:journalctl@ceph.mon.b.smithi155.stdout:Apr 22 23:23:52 smithi155 bash[31483]: ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-b 2024-04-22T23:23:53.164 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.b.service' 2024-04-22T23:23:53.216 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:23:53.217 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-22T23:23:53.217 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-22T23:23:53.217 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.c 2024-04-22T23:23:53.531 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:53 smithi196 systemd[1]: Stopping Ceph mon.c for d05d918c-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:23:53.821 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:53 smithi196 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-c[30647]: 2024-04-22T23:23:53.528+0000 7f3602059700 -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-04-22T23:23:53.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:53 smithi196 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-c[30647]: 2024-04-22T23:23:53.528+0000 7f3602059700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-22T23:23:53.822 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:53 smithi196 podman[32274]: 2024-04-22 23:23:53.560480015 +0000 UTC m=+0.150302135 container died c5908de80dbc77f32f551bee90d1f4268c97717f74cb394760b225a7a4615fe5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-c, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240416) 2024-04-22T23:23:54.180 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:53 smithi196 podman[32274]: 2024-04-22 23:23:53.911956343 +0000 UTC m=+0.501778459 container cleanup c5908de80dbc77f32f551bee90d1f4268c97717f74cb394760b225a7a4615fe5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-04-22T23:23:54.180 INFO:journalctl@ceph.mon.c.smithi196.stdout:Apr 22 23:23:53 smithi196 bash[32274]: ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mon-c 2024-04-22T23:23:54.335 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mon.c.service' 2024-04-22T23:23:54.400 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:23:54.400 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-22T23:23:54.400 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-22T23:23:54.401 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:23:54.704 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:23:54 smithi082 systemd[1]: Stopping Ceph mgr.a for d05d918c-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:23:54.995 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:23:54 smithi082 ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a[27296]: 2024-04-22T23:23:54.701+0000 7f1e59f37700 -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-04-22T23:23:54.996 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:23:54 smithi082 podman[38914]: 2024-04-22 23:23:54.733723616 +0000 UTC m=+0.143040602 container died 7cea7c01569417061e731b2a3c3079baa110cc5a44badaaa691263ccee1c22bd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-04-22T23:23:55.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:23:55 smithi082 podman[38914]: 2024-04-22 23:23:55.077383284 +0000 UTC m=+0.486700265 container cleanup 7cea7c01569417061e731b2a3c3079baa110cc5a44badaaa691263ccee1c22bd (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-04-22T23:23:55.275 INFO:journalctl@ceph.mgr.a.smithi082.stdout:Apr 22 23:23:55 smithi082 bash[38914]: ceph-d05d918c-00fe-11ef-bc93-c7b262605968-mgr-a 2024-04-22T23:23:55.551 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-22T23:23:55.592 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:23:55.592 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-22T23:23:55.592 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-22T23:23:55.593 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.b 2024-04-22T23:23:55.635 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d05d918c-00fe-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-22T23:23:55.720 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:23:55.720 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-22T23:23:55.720 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d05d918c-00fe-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:23:55.896 INFO:teuthology.orchestra.run.smithi082.stdout:Deleting cluster with fsid: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:56.864 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d05d918c-00fe-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:23:57.053 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:57.946 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d05d918c-00fe-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:23:58.134 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:58.916 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:58.946 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:58.977 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:23:59.001 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:23:59.003 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi082/crash 2024-04-22T23:23:59.004 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:23:59.048 INFO:teuthology.orchestra.run.smithi082.stderr:tar: /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:23:59.048 INFO:teuthology.orchestra.run.smithi082.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:23:59.050 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi155/crash 2024-04-22T23:23:59.051 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:23:59.095 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:23:59.095 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:23:59.097 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi196/crash 2024-04-22T23:23:59.098 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:23:59.133 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:23:59.134 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:23:59.135 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:23:59.135 DEBUG:teuthology.orchestra.run.smithi082:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d05d918c-00fe-11ef-bc93-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' | head -n 1 2024-04-22T23:23:59.165 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:23:59.166 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:23:59.208 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:23:59.210 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-04-22T23:23:59.232 INFO:teuthology.orchestra.run.smithi082.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:: No such file or directory 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log: 84.3% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr: 88.8% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr: 81.5% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:23:59.233 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:23:59.234 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 87.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:23:59.234 INFO:teuthology.orchestra.run.smithi082.stderr: 90.8% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:23:59.235 INFO:teuthology.orchestra.run.smithi196.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:23:59.235 INFO:teuthology.orchestra.run.smithi196.stderr:: No such file or directory 2024-04-22T23:23:59.235 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:23:59.235 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-22T23:23:59.236 INFO:teuthology.orchestra.run.smithi196.stderr: 81.8% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:23:59.236 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:23:59.239 INFO:teuthology.orchestra.run.smithi196.stderr: 89.0% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:23:59.239 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:23:59.239 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:23:59.239 INFO:teuthology.orchestra.run.smithi196.stderr: 76.3% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:23:59.239 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:23:59.239 INFO:teuthology.orchestra.run.smithi196.stderr: 90.1% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr: 79.2% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr: 87.9% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-22T23:23:59.240 INFO:teuthology.orchestra.run.smithi155.stderr: 76.6% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:23:59.241 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:23:59.241 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 90.0% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:23:59.241 INFO:teuthology.orchestra.run.smithi155.stderr: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:23:59.241 INFO:teuthology.orchestra.run.smithi196.stderr: 92.3% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-22T23:23:59.242 INFO:teuthology.orchestra.run.smithi155.stderr: 92.3% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-22T23:23:59.243 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-04-22T23:23:59.243 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m0.019s 2024-04-22T23:23:59.243 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m0.018s 2024-04-22T23:23:59.243 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.013s 2024-04-22T23:23:59.244 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-22T23:23:59.244 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m0.019s 2024-04-22T23:23:59.244 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m0.013s 2024-04-22T23:23:59.244 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.020s 2024-04-22T23:23:59.260 INFO:teuthology.orchestra.run.smithi082.stderr: 89.1% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-22T23:23:59.282 INFO:teuthology.orchestra.run.smithi082.stderr: 91.6% -- replaced with /var/log/ceph/d05d918c-00fe-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T23:23:59.283 INFO:teuthology.orchestra.run.smithi082.stderr: 2024-04-22T23:23:59.284 INFO:teuthology.orchestra.run.smithi082.stderr:real 0m0.062s 2024-04-22T23:23:59.284 INFO:teuthology.orchestra.run.smithi082.stderr:user 0m0.090s 2024-04-22T23:23:59.284 INFO:teuthology.orchestra.run.smithi082.stderr:sys 0m0.016s 2024-04-22T23:23:59.284 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:23:59.284 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi082/log 2024-04-22T23:23:59.285 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:23:59.371 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi155/log 2024-04-22T23:23:59.372 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:23:59.407 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi196/log 2024-04-22T23:23:59.407 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:23:59.438 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:23:59.438 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d05d918c-00fe-11ef-bc93-c7b262605968 --force 2024-04-22T23:23:59.616 INFO:teuthology.orchestra.run.smithi082.stdout:Deleting cluster with fsid: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:23:59.865 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d05d918c-00fe-11ef-bc93-c7b262605968 --force 2024-04-22T23:24:00.054 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:24:00.305 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d05d918c-00fe-11ef-bc93-c7b262605968 --force 2024-04-22T23:24:00.493 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: d05d918c-00fe-11ef-bc93-c7b262605968 2024-04-22T23:24:00.759 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:24:00.760 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:24:00.777 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:24:00.792 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:24:00.807 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:24:00.807 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi082 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:24:01.029 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=731d90e0d9be43f09c955980ca5c09ac Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi082 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:24:01.034 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:24:01.052 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T23:24:01.061 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-04-22T23:24:01.061 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:24:01.075 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:24:01.078 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-04-22T23:24:01.177 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:24:01.185 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:24:01.186 DEBUG:teuthology.orchestra.run.smithi082:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:24:01.189 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:24:01.191 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:24:01.202 INFO:teuthology.orchestra.run.smithi082.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:24:01.203 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:24:01.204 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:24:01.206 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:24:01.207 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2024-04-22T23:24:01.207 INFO:teuthology.orchestra.run.smithi082.stdout:^- hv01.front.sepia.ceph.com 2 6 377 60 +371us[ +371us] +/- 585ms 2024-04-22T23:24:01.207 INFO:teuthology.orchestra.run.smithi082.stdout:^* hv02.front.sepia.ceph.com 3 6 377 61 -44us[ -44us] +/- 79ms 2024-04-22T23:24:01.207 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +62us[ +62us] +/- 90ms 2024-04-22T23:24:01.207 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:24:01.208 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:24:01.209 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-22T23:24:01.209 INFO:teuthology.orchestra.run.smithi155.stdout:^- hv01.front.sepia.ceph.com 2 6 377 60 +366us[ +366us] +/- 585ms 2024-04-22T23:24:01.209 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 -43us[ -36us] +/- 79ms 2024-04-22T23:24:01.209 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +69us[ +76us] +/- 90ms 2024-04-22T23:24:01.209 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:24:01.210 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:24:01.210 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-04-22T23:24:01.211 INFO:teuthology.orchestra.run.smithi196.stdout:^- hv01.front.sepia.ceph.com 2 6 377 61 +377us[ +383us] +/- 585ms 2024-04-22T23:24:01.211 INFO:teuthology.orchestra.run.smithi196.stdout:^* hv02.front.sepia.ceph.com 3 6 377 60 -47us[ -41us] +/- 79ms 2024-04-22T23:24:01.211 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +71us[ +77us] +/- 90ms 2024-04-22T23:24:01.211 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:24:01.211 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:24:01.219 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:24:01.220 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:24:01.228 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:24:01.315 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:24:01.376 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-04-22T23:24:01.435 DEBUG:teuthology.orchestra.run.smithi082:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:24:01.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:24:01.464 DEBUG:teuthology.orchestra.run.smithi155:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:24:01.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:24:01.493 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:24:01.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:24:01.520 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:24:01.530 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:24:01.542 INFO:teuthology.task.internal:Duration was 606.673656 seconds 2024-04-22T23:24:01.542 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:24:01.551 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:24:01.551 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:24:01.553 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:24:01.556 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:24:01.590 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:24:01.592 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:24:01.597 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:24:01.865 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:24:01.865 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2024-04-22T23:24:01.865 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:24:01.886 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-04-22T23:24:01.886 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:24:01.907 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-04-22T23:24:01.907 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-04-22T23:24:01.934 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:24:01.934 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:24:01.937 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:24:01.949 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:24:02.000 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:24:02.000 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:24:02.003 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:24:02.015 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:24:02.145 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:24:02.157 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:24:02.157 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:24:02.180 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:24:02.205 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:24:02.228 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:24:02.238 DEBUG:teuthology.orchestra.run.smithi082:> 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-04-22T23:24:02.240 DEBUG:teuthology.orchestra.run.smithi155:> 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-04-22T23:24:02.248 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-04-22T23:24:02.260 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2024-04-22T23:24:02.267 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-04-22T23:24:02.290 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-04-22T23:24:02.334 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:24:02.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:24:02.348 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:24:02.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:24:02.363 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:24:02.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:24:02.387 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:24:02.397 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:24:02.398 DEBUG:teuthology.misc:Transferring archived files from smithi082:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi082 2024-04-22T23:24:02.399 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:24:02.432 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi155 2024-04-22T23:24:02.432 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:24:02.465 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197/remote/smithi196 2024-04-22T23:24:02.465 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:24:02.497 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:24:02.498 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:24:02.500 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:24:02.502 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:24:02.547 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:24:02.560 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:24:02.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:24:02.569 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:24:02.570 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:24:02.572 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:24:02.574 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:24:02.584 INFO:teuthology.orchestra.run.smithi082.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:24 /home/ubuntu/cephtest 2024-04-22T23:24:02.586 INFO:teuthology.orchestra.run.smithi155.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:24 /home/ubuntu/cephtest 2024-04-22T23:24:02.601 INFO:teuthology.orchestra.run.smithi196.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:24 /home/ubuntu/cephtest 2024-04-22T23:24:02.602 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:24:02.667 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:24:02.689 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:24:02.716 DEBUG:teuthology.nuke:shortname: smithi082 2024-04-22T23:24:02.716 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:24:02.740 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 23:08:00.878954', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ42y9qU43/HWlTymLDilPE5SeGEViNc6ymFwa6OxrEsvec2bDAurZdOwNOIl1nt/wCPTmCK9lVFxpwPVlKOEyk='} 2024-04-22T23:24:02.745 DEBUG:teuthology.nuke:shortname: smithi155 2024-04-22T23:24:02.745 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:24:02.770 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 23:08:00.877495', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGS67upoPyjt8wHRSGPOMrkuMlk3J31/OhMtwcm8bDvE+zMMFsckbqflHIfEcfZgGMVQ8U/vxzCp0SSvkM6imCk='} 2024-04-22T23:24:02.774 DEBUG:teuthology.nuke:shortname: smithi196 2024-04-22T23:24:02.775 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:24:02.789 INFO:teuthology.orchestra.console.smithi082:Power off 2024-04-22T23:24:02.789 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:24:02.804 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669197', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 23:08:00.880219', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN/VQGSNVPKWfjtZLT+Epe5CMcPVQJM11VXmTx1kN8IBZ63Ue+1xPAw1hAxx2sI9MsqIfCmGo2SoayxjoLyeYb8='} 2024-04-22T23:24:02.815 DEBUG:teuthology.orchestra.console.smithi082:power off output: Chassis Power Control: Down/Off 2024-04-22T23:24:02.815 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:02.840 INFO:teuthology.orchestra.console.smithi155:Power off 2024-04-22T23:24:02.841 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:24:02.850 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-04-22T23:24:02.864 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2024-04-22T23:24:02.864 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:02.887 INFO:teuthology.orchestra.console.smithi196:Power off 2024-04-22T23:24:02.887 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:24:02.897 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-22T23:24:02.911 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2024-04-22T23:24:02.911 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:02.937 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-22T23:24:06.851 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:06.898 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:06.938 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:06.962 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-04-22T23:24:07.011 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-22T23:24:07.048 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-22T23:24:10.966 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:11.012 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:11.049 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:11.078 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is off 2024-04-22T23:24:11.122 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-22T23:24:11.159 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2024-04-22T23:24:11.178 INFO:teuthology.orchestra.console.smithi082:Power off completed 2024-04-22T23:24:11.260 INFO:teuthology.orchestra.console.smithi196:Power off completed 2024-04-22T23:24:15.126 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:24:15.236 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2024-04-22T23:24:15.336 INFO:teuthology.orchestra.console.smithi155:Power off completed 2024-04-22T23:24:15.441 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 606.6736559867859 failure_reason: 'Command failed on smithi082 with status 2: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d05d918c-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=731d90e0d9be43f09c955980ca5c09ac status: fail success: false 2024-04-22T23:24:15.442 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:24:15.527 INFO:teuthology.run:FAIL