2024-04-22T23:29:34.326 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T23:29:34.326 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669234 --owner scheduled_adking@teuthology --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669234/orig.config.yaml 2024-04-22T23:29:34.366 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:29:34.454 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/7669234 branch: wip-adk-testing-2024-04-22-1618 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: adking@redhat.com first_in_suite: false job_id: '7669234' 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: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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\) 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 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: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBWCPMYSdm5HrxMwzM9caF9jrOnxIPMz15X5XfFUoE8XsU0Y9RfvLdGqkP8F6gF1xWi9HAXYISlgHXL99+IkJJg= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6OzHq2RApXC7ZrsV6Pvx9KKy318mvt8z0Sc8qIOWr6F/OsKodYeBW+4Uv/F4hb4UJPkF5xYrUPO+PYz8ma5Ak= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' 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:29:34.455 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:29:34.455 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T23:29:34.455 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T23:29:34.457 INFO:teuthology.task.internal:Checking packages... 2024-04-22T23:29:34.481 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T23:29:34.482 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T23:29:34.482 INFO:teuthology.packaging:ref: None 2024-04-22T23:29:34.482 INFO:teuthology.packaging:tag: None 2024-04-22T23:29:34.482 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T23:29:34.482 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:29:34.482 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:29:34.713 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252.g43be0201 2024-04-22T23:29:34.715 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T23:29:34.730 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T23:29:34.731 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T23:29:34.745 INFO:teuthology.task.internal:Saving configuration 2024-04-22T23:29:34.761 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T23:29:34.775 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:29:34.796 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.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/7669234', '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:23:56.726556', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBWCPMYSdm5HrxMwzM9caF9jrOnxIPMz15X5XfFUoE8XsU0Y9RfvLdGqkP8F6gF1xWi9HAXYISlgHXL99+IkJJg='} 2024-04-22T23:29:34.818 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.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/7669234', '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:23:56.724612', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6OzHq2RApXC7ZrsV6Pvx9KKy318mvt8z0Sc8qIOWr6F/OsKodYeBW+4Uv/F4hb4UJPkF5xYrUPO+PYz8ma5Ak='} 2024-04-22T23:29:34.818 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T23:29:34.824 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-22T23:29:34.824 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-22T23:29:34.824 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T23:29:34.897 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9fbd73e160>, signals=[15]) 2024-04-22T23:29:34.898 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T23:29:34.909 INFO:teuthology.task.internal:Opening connections... 2024-04-22T23:29:34.909 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-04-22T23:29:34.911 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:29:34.985 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-04-22T23:29:34.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:29:35.059 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T23:29:35.068 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-04-22T23:29:35.086 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-04-22T23:29:35.086 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T23:29:35.143 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-04-22T23:29:35.144 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-04-22T23:29:35.144 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T23:29:35.144 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-04-22T23:29:35.144 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T23:29:35.144 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T23:29:35.144 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T23:29:35.144 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-04-22T23:29:35.171 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-04-22T23:29:35.189 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-04-22T23:29:35.189 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="9" 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="9" 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el9" 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T23:29:35.246 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2024-04-22T23:29:35.247 INFO:teuthology.orchestra.run.smithi192.stdout:LOGO="fedora-logo-icon" 2024-04-22T23:29:35.247 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T23:29:35.247 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2024-04-22T23:29:35.247 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T23:29:35.247 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T23:29:35.247 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T23:29:35.247 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-04-22T23:29:35.270 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T23:29:35.283 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T23:29:35.295 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T23:29:35.296 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:29:35.298 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:29:35.314 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T23:29:35.325 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T23:29:35.325 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:29:35.354 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:29:35.447 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T23:29:35.505 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T23:29:35.525 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T23:29:35.525 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T23:29:35.525 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:29:35.526 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:29:35.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:29:35.542 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-22T23:29:35.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:29:35.543 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-22T23:29:35.599 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-437.el9.x86_64 2024-04-22T23:29:35.600 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-437.el9.x86_64 2024-04-22T23:29:35.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-04-22T23:29:35.601 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-437.el9.x86_64 2024-04-22T23:29:35.601 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.14.0-437.el9.x86_64 2024-04-22T23:29:35.601 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2024-04-22T23:29:37.983 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-22T23:29:38.062 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 9.5 MB/s | 8.0 MB 00:00 2024-04-22T23:29:39.725 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-22T23:29:42.629 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 5.4 MB/s | 19 MB 00:03 2024-04-22T23:29:44.826 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.2 MB 00:01 2024-04-22T23:29:46.702 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-04-22T23:29:49.044 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 9.4 MB/s | 21 MB 00:02 2024-04-22T23:29:54.035 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-22T23:29:54.354 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 784 kB/s | 6.2 MB 00:08 2024-04-22T23:29:55.763 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 16 kB 00:00 2024-04-22T23:29:55.883 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T23:29:55.883 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T23:29:55.966 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:29:55.967 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:29:55.967 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:29:56.098 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2024-04-22T23:29:56.633 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 11:29:54 PM UTC. 2024-04-22T23:29:56.754 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:29:56.760 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-22T23:29:56.761 INFO:teuthology.orchestra.run.smithi071.stderr:Operation aborted. 2024-04-22T23:29:56.822 INFO:teuthology.orchestra.run.smithi071.stdout:Is this ok [y/N]: 2024-04-22T23:29:56.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2024-04-22T23:29:57.222 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-22T23:29:57.314 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 11:29:54 PM UTC. 2024-04-22T23:29:57.430 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:29:57.431 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:29:57.431 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T23:29:57.432 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:29:57.432 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-22T23:29:57.432 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:29:57.432 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:29:57.432 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:29:57.432 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:29:57.432 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:29:57.433 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-22T23:29:57.433 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-22T23:29:57.433 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:29:57.787 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-22T23:29:57.788 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:29:57.788 INFO:teuthology.orchestra.run.smithi071.stdout:Total 714 kB/s | 255 kB 00:00 2024-04-22T23:29:57.806 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:29:57.998 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:29:57.998 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:29:58.002 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:29:58.003 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:29:58.139 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:29:58.222 INFO:teuthology.orchestra.run.smithi071.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:29:58.222 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:29:58.895 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:29:58.895 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:29:59.619 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:29:59.619 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:29:59.620 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalled: 2024-04-22T23:29:59.620 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T23:29:59.620 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:29:59.620 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:29:59.800 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T23:29:59.847 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T23:29:59.847 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T23:29:59.847 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T23:29:59.847 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:29:59.848 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:29:59.882 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-04-22T23:29:59.903 DEBUG:teuthology.parallel:result is None 2024-04-22T23:30:02.206 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-04-22T23:30:04.036 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T23:30:04.036 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T23:30:04.134 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:30:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:30:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:30:04.239 DEBUG:teuthology.orchestra.run.smithi192:> echo no | sudo yum reinstall kernel || true 2024-04-22T23:30:04.784 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 11:30:02 PM UTC. 2024-04-22T23:30:04.904 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout:Reinstalling: 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:30:04.920 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:30:04.921 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:30:04.921 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 255 k 2024-04-22T23:30:04.921 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 0 2024-04-22T23:30:04.921 INFO:teuthology.orchestra.run.smithi192.stderr:Operation aborted. 2024-04-22T23:30:04.984 INFO:teuthology.orchestra.run.smithi192.stdout:Is this ok [y/N]: 2024-04-22T23:30:04.985 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum reinstall -y kernel || true 2024-04-22T23:30:05.477 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 11:30:02 PM UTC. 2024-04-22T23:30:05.595 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout:Reinstalling: 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:30:05.596 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:30:05.597 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:30:05.597 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 255 k 2024-04-22T23:30:05.597 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 0 2024-04-22T23:30:05.597 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:30:05.841 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.4 MB/s | 255 kB 00:00 2024-04-22T23:30:05.841 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:30:05.841 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.0 MB/s | 255 kB 00:00 2024-04-22T23:30:05.856 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:30:06.034 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:30:06.034 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:30:06.039 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:30:06.039 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:30:06.178 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:30:06.250 INFO:teuthology.orchestra.run.smithi192.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:30:06.250 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:06.887 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:06.887 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:30:07.580 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:07.581 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:30:07.581 INFO:teuthology.orchestra.run.smithi192.stdout:Reinstalled: 2024-04-22T23:30:07.581 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T23:30:07.581 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:30:07.581 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:30:07.761 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T23:30:07.807 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T23:30:07.807 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T23:30:07.808 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T23:30:07.808 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:30:07.808 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:30:07.842 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-04-22T23:30:07.862 DEBUG:teuthology.parallel:result is None 2024-04-22T23:30:07.863 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:30:07.870 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:30:07.870 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:30:07.873 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:30:07.918 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:30:07.924 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:30:07.932 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:30:07.933 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:30:07.935 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:30:07.981 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:30:07.989 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:30:07.989 DEBUG:teuthology.orchestra.run.smithi071:> 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:30:08.001 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T23:30:08.035 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:08.044 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:08.046 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:08.054 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:08.055 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:30:08.062 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:30:08.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:30:08.091 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:30:08.118 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:30:08.127 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:30:08.127 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:30:08.158 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:30:08.173 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:08.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:08.298 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:08.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:08.420 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:30:08.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:30:08.485 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:08.526 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:08.576 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:08.659 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:08.696 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:30:08.697 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:30:08.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-04-22T23:30:08.762 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-04-22T23:30:08.791 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:30:08.836 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:30:09.341 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:30:09.349 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:30:09.349 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:30:09.361 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:30:09.371 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T23:30:09.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-04-22T23:30:09.442 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-04-22T23:30:09.444 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2024-04-22T23:30:09.510 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2024-04-22T23:30:09.512 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:30:09.512 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-04-22T23:30:09.542 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-04-22T23:30:09.543 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2024-04-22T23:30:09.563 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2024-04-22T23:30:09.564 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2024-04-22T23:30:09.564 DEBUG:teuthology.orchestra.run.smithi071:> 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:30:09.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:09.610 DEBUG:teuthology.orchestra.run.smithi192:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:30:09.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:09.634 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:30:09.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-04-22T23:30:09.674 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2024-04-22T23:30:09.699 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:30:09.708 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T23:30:09.713 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T23:30:09.821 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:30:09.840 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:30:09.893 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:33:40.788 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-04-22T23:33:40.789 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-22T23:33:40.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:40.866 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-22T23:33:40.942 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-22T23:33:40.942 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-22T23:33:40.943 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:41.015 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-22T23:33:41.050 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-22T23:33:41.050 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:33:41.061 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:33:41.061 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:33:41.061 DEBUG:teuthology.orchestra.run.smithi071:> 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:33:41.064 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:33:41.064 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:33:41.090 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:33:41.104 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:33:41.118 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:33:41.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-04-22T23:33:41.131 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:33:41.137 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-04-22T23:33:41.151 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:33:41.154 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2024-04-22T23:33:41.163 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:33:41.164 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2024-04-22T23:33:41.177 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:33:41.190 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:33:41.214 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:33:41.218 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:33:41.218 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-22T23:33:41.219 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.219 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.219 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.219 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.246 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:33:41.251 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:33:41.251 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-22T23:33:41.251 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.251 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.251 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.251 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:41.251 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T23:33:41.261 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T23:33:41.261 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-04-22T23:33:41.261 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T23:33:41.262 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2024-04-22T23:33:41.262 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T23:33:41.787 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 11:33:00 PM UTC. 2024-04-22T23:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 11:33:00 PM UTC. 2024-04-22T23:33:41.905 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:33:41.906 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:33:41.906 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T23:33:41.906 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:33:41.906 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:33:41.906 INFO:teuthology.orchestra.run.smithi071.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T23:33:41.906 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:33:41.906 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:33:41.907 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:33:41.907 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:33:41.907 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:33:41.907 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.1 M 2024-04-22T23:33:41.907 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 9.8 M 2024-04-22T23:33:41.907 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:33:41.935 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.1 M 2024-04-22T23:33:41.936 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 9.8 M 2024-04-22T23:33:41.937 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:33:42.605 INFO:teuthology.orchestra.run.smithi071.stdout:runc-1.1.12-2.el9.x86_64.rpm 5.4 MB/s | 3.1 MB 00:00 2024-04-22T23:33:42.605 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:33:42.606 INFO:teuthology.orchestra.run.smithi071.stdout:Total 4.5 MB/s | 3.1 MB 00:00 2024-04-22T23:33:42.641 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:33:42.647 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:33:42.647 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:33:42.730 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:33:42.730 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:33:42.948 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:33:43.046 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:43.278 INFO:teuthology.orchestra.run.smithi192.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-04-22T23:33:43.279 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:33:43.279 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.3 MB/s | 3.1 MB 00:01 2024-04-22T23:33:43.316 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:33:43.322 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:33:43.322 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:33:43.407 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:33:43.408 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:33:43.529 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:43.627 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:33:43.720 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:43.813 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:43.813 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:33:43.813 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:33:43.813 INFO:teuthology.orchestra.run.smithi071.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T23:33:43.813 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:33:43.813 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:33:44.088 DEBUG:teuthology.parallel:result is None 2024-04-22T23:33:44.260 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:44.559 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:44.560 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:33:44.560 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:33:44.560 INFO:teuthology.orchestra.run.smithi192.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T23:33:44.560 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:33:44.560 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:33:44.808 DEBUG:teuthology.parallel:result is None 2024-04-22T23:33:44.808 INFO:teuthology.run_tasks:Running task install... 2024-04-22T23:33:44.820 DEBUG:teuthology.task.install:project ceph 2024-04-22T23:33:44.820 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'}} 2024-04-22T23:33:44.820 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:33:44.820 INFO:teuthology.task.install:Using flavor: default 2024-04-22T23:33:44.827 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:33:44.827 INFO:teuthology.task.install:extra packages: [] 2024-04-22T23:33:44.827 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:33:44.828 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:33:44.830 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:33:44.830 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:33:44.979 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:33:44.979 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:33:45.057 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:33:45.058 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:33:45.099 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:33:45.099 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:33:45.099 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:33:45.130 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:33:45.131 DEBUG:teuthology.orchestra.run.smithi192:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:33:45.196 DEBUG:teuthology.orchestra.run.smithi192:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T23:33:45.231 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:33:45.231 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:33:45.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:33:45.255 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:33:45.255 DEBUG:teuthology.orchestra.run.smithi071:> 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:33:45.270 DEBUG:teuthology.orchestra.run.smithi192:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T23:33:45.334 INFO:teuthology.orchestra.run.smithi192.stdout:check_obsoletes = 1 2024-04-22T23:33:45.335 DEBUG:teuthology.orchestra.run.smithi071:> 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:33:45.337 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum clean all 2024-04-22T23:33:45.407 DEBUG:teuthology.orchestra.run.smithi071:> 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:33:45.470 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-04-22T23:33:45.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-04-22T23:33:45.571 INFO:teuthology.orchestra.run.smithi192.stdout:48 files removed 2024-04-22T23:33:45.600 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-radosgw 2024-04-22T23:33:45.698 INFO:teuthology.orchestra.run.smithi071.stdout:48 files removed 2024-04-22T23:33:45.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-04-22T23:33:46.340 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 243 kB/s | 83 kB 00:00 2024-04-22T23:33:46.346 INFO:teuthology.orchestra.run.smithi192.stdout:ceph packages for x86_64 174 kB/s | 83 kB 00:00 2024-04-22T23:33:46.770 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 30 kB/s | 12 kB 00:00 2024-04-22T23:33:46.776 INFO:teuthology.orchestra.run.smithi192.stdout:ceph noarch packages 30 kB/s | 12 kB 00:00 2024-04-22T23:33:47.179 INFO:teuthology.orchestra.run.smithi192.stdout:ceph source packages 5.2 kB/s | 1.9 kB 00:00 2024-04-22T23:33:47.189 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-04-22T23:33:47.767 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-22T23:33:48.372 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 7.0 MB/s | 8.0 MB 00:01 2024-04-22T23:33:50.110 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-22T23:33:51.123 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-22T23:33:54.314 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 9.6 MB/s | 6.2 MB 00:00 2024-04-22T23:33:55.861 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-22T23:33:57.705 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T23:34:02.730 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-22T23:34:02.839 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 779 kB/s | 6.2 MB 00:08 2024-04-22T23:34:04.248 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 16 kB 00:00 2024-04-22T23:34:04.930 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:34:04.932 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:34:04.933 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:34:04.934 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:34:04.936 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:04.936 INFO:teuthology.orchestra.run.smithi192.stdout:Install 30 Packages 2024-04-22T23:34:04.936 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 2 Packages 2024-04-22T23:34:04.936 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:04.936 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 60 M 2024-04-22T23:34:04.936 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:34:05.831 INFO:teuthology.orchestra.run.smithi192.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 7.7 MB/s | 5.4 MB 00:00 2024-04-22T23:34:05.898 INFO:teuthology.orchestra.run.smithi192.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 378 kB/s | 25 kB 00:00 2024-04-22T23:34:06.015 INFO:teuthology.orchestra.run.smithi192.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 6.2 MB/s | 746 kB 00:00 2024-04-22T23:34:06.098 INFO:teuthology.orchestra.run.smithi192.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 5.9 MB/s | 500 kB 00:00 2024-04-22T23:34:06.186 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T23:34:06.215 INFO:teuthology.orchestra.run.smithi192.stdout:(5/32): ceph-radosgw-19.0.0-3252.g43be0201.el9. 9.8 MB/s | 11 MB 00:01 2024-04-22T23:34:06.290 INFO:teuthology.orchestra.run.smithi192.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 605 kB/s | 45 kB 00:00 2024-04-22T23:34:06.349 INFO:teuthology.orchestra.run.smithi192.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 2.3 MB/s | 135 kB 00:00 2024-04-22T23:34:06.416 INFO:teuthology.orchestra.run.smithi192.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 2.4 MB/s | 161 kB 00:00 2024-04-22T23:34:06.491 INFO:teuthology.orchestra.run.smithi192.stdout:(9/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 14 MB/s | 5.4 MB 00:00 2024-04-22T23:34:06.517 INFO:teuthology.orchestra.run.smithi192.stdout:(10/32): python3-rados-19.0.0-3252.g43be0201.el 3.1 MB/s | 321 kB 00:00 2024-04-22T23:34:06.542 INFO:teuthology.orchestra.run.smithi192.stdout:(11/32): python3-rbd-19.0.0-3252.g43be0201.el9. 5.8 MB/s | 298 kB 00:00 2024-04-22T23:34:06.575 INFO:teuthology.orchestra.run.smithi192.stdout:(12/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.7 MB/s | 99 kB 00:00 2024-04-22T23:34:07.267 INFO:teuthology.orchestra.run.smithi192.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 147 kB/s | 107 kB 00:00 2024-04-22T23:34:07.526 INFO:teuthology.orchestra.run.smithi192.stdout:(14/32): ceph-common-19.0.0-3252.g43be0201.el9. 8.8 MB/s | 21 MB 00:02 2024-04-22T23:34:07.551 INFO:teuthology.orchestra.run.smithi192.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 164 kB/s | 160 kB 00:00 2024-04-22T23:34:08.143 INFO:teuthology.orchestra.run.smithi192.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 52 kB/s | 45 kB 00:00 2024-04-22T23:34:08.568 INFO:teuthology.orchestra.run.smithi192.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 288 kB/s | 292 kB 00:01 2024-04-22T23:34:08.793 INFO:teuthology.orchestra.run.smithi192.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 65 kB/s | 42 kB 00:00 2024-04-22T23:34:08.952 INFO:teuthology.orchestra.run.smithi192.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 465 kB/s | 662 kB 00:01 2024-04-22T23:34:09.444 INFO:teuthology.orchestra.run.smithi192.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 55 kB/s | 36 kB 00:00 2024-04-22T23:34:09.469 INFO:teuthology.orchestra.run.smithi192.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 245 kB/s | 221 kB 00:00 2024-04-22T23:34:09.619 INFO:teuthology.orchestra.run.smithi192.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 71 kB/s | 47 kB 00:00 2024-04-22T23:34:09.761 INFO:teuthology.orchestra.run.smithi192.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 975 kB/s | 309 kB 00:00 2024-04-22T23:34:09.786 INFO:teuthology.orchestra.run.smithi192.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 156 kB/s | 26 kB 00:00 2024-04-22T23:34:09.853 INFO:teuthology.orchestra.run.smithi192.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 528 kB/s | 49 kB 00:00 2024-04-22T23:34:09.904 INFO:teuthology.orchestra.run.smithi192.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 575 kB/s | 67 kB 00:00 2024-04-22T23:34:10.054 INFO:teuthology.orchestra.run.smithi192.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.6 MB/s | 4.4 MB 00:00 2024-04-22T23:34:10.154 INFO:teuthology.orchestra.run.smithi192.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.7 MB/s | 838 kB 00:00 2024-04-22T23:34:10.263 INFO:teuthology.orchestra.run.smithi192.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 534 kB/s | 192 kB 00:00 2024-04-22T23:34:10.305 INFO:teuthology.orchestra.run.smithi192.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 2024-04-22T23:34:10.455 INFO:teuthology.orchestra.run.smithi192.stdout:(31/32): librados2-19.0.0-3252.g43be0201.el9.x8 11 MB/s | 3.4 MB 00:00 2024-04-22T23:34:10.697 INFO:teuthology.orchestra.run.smithi192.stdout:(32/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 7.3 MB/s | 3.1 MB 00:00 2024-04-22T23:34:10.700 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:10.700 INFO:teuthology.orchestra.run.smithi192.stdout:Total 10 MB/s | 60 MB 00:05 2024-04-22T23:34:10.807 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:34:10.844 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:34:10.844 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:34:11.201 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-22T23:34:11.318 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:34:11.318 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:34:12.788 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:34:12.864 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:34:12.894 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:34:12.919 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:34:12.942 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:12.966 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:13.125 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:13.179 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:13.349 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:34:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:34:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:34:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout:Install 30 Packages 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-04-22T23:34:13.355 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:13.356 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 60 M 2024-04-22T23:34:13.356 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:34:13.572 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:34:13.638 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:13.731 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:13.827 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:34:13.856 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:13.919 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:13.947 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:34:13.991 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:34:14.060 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:14.083 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:14.147 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:14.181 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:34:14.292 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:34:14.324 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:34:14.364 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:34:14.397 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:34:14.426 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:34:14.460 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:34:14.702 INFO:teuthology.orchestra.run.smithi071.stdout:(1/32): ceph-radosgw-19.0.0-3252.g43be0201.el9. 9.3 MB/s | 11 MB 00:01 2024-04-22T23:34:14.752 INFO:teuthology.orchestra.run.smithi071.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 505 kB/s | 25 kB 00:00 2024-04-22T23:34:14.773 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:34:14.886 INFO:teuthology.orchestra.run.smithi071.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 5.5 MB/s | 746 kB 00:00 2024-04-22T23:34:14.969 INFO:teuthology.orchestra.run.smithi071.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 5.9 MB/s | 500 kB 00:00 2024-04-22T23:34:15.010 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:15.036 INFO:teuthology.orchestra.run.smithi071.stdout:(5/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 3.6 MB/s | 5.4 MB 00:01 2024-04-22T23:34:15.137 INFO:teuthology.orchestra.run.smithi071.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 452 kB/s | 45 kB 00:00 2024-04-22T23:34:15.172 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:15.202 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:34:15.237 INFO:teuthology.orchestra.run.smithi071.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 1.3 MB/s | 135 kB 00:00 2024-04-22T23:34:15.238 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:34:15.354 INFO:teuthology.orchestra.run.smithi071.stdout:(8/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 14 MB/s | 5.4 MB 00:00 2024-04-22T23:34:15.379 INFO:teuthology.orchestra.run.smithi071.stdout:(9/32): python3-cephfs-19.0.0-3252.g43be0201.el 1.1 MB/s | 161 kB 00:00 2024-04-22T23:34:15.405 INFO:teuthology.orchestra.run.smithi071.stdout:(10/32): python3-rados-19.0.0-3252.g43be0201.el 6.2 MB/s | 321 kB 00:00 2024-04-22T23:34:15.463 INFO:teuthology.orchestra.run.smithi071.stdout:(11/32): python3-rbd-19.0.0-3252.g43be0201.el9. 3.5 MB/s | 298 kB 00:00 2024-04-22T23:34:15.488 INFO:teuthology.orchestra.run.smithi071.stdout:(12/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.2 MB/s | 99 kB 00:00 2024-04-22T23:34:15.720 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:34:15.758 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:15.764 INFO:teuthology.orchestra.run.smithi071.stdout:(13/32): ceph-common-19.0.0-3252.g43be0201.el9. 9.6 MB/s | 21 MB 00:02 2024-04-22T23:34:15.789 INFO:teuthology.orchestra.run.smithi071.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 328 kB/s | 107 kB 00:00 2024-04-22T23:34:15.806 INFO:teuthology.orchestra.run.smithi071.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-22T23:34:15.829 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:15.831 INFO:teuthology.orchestra.run.smithi071.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 468 kB/s | 160 kB 00:00 2024-04-22T23:34:15.882 INFO:teuthology.orchestra.run.smithi071.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 843 kB/s | 42 kB 00:00 2024-04-22T23:34:15.951 INFO:teuthology.orchestra.run.smithi071.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-04-22T23:34:15.951 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:34:15.951 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:34:15.974 INFO:teuthology.orchestra.run.smithi071.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-04-22T23:34:16.008 INFO:teuthology.orchestra.run.smithi071.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 475 kB/s | 36 kB 00:00 2024-04-22T23:34:16.033 INFO:teuthology.orchestra.run.smithi071.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 806 kB/s | 47 kB 00:00 2024-04-22T23:34:16.058 INFO:teuthology.orchestra.run.smithi071.stdout:(22/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.4 MB/s | 662 kB 00:00 2024-04-22T23:34:16.184 INFO:teuthology.orchestra.run.smithi071.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-04-22T23:34:16.292 INFO:teuthology.orchestra.run.smithi071.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 449 kB/s | 49 kB 00:00 2024-04-22T23:34:16.318 INFO:teuthology.orchestra.run.smithi071.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 998 kB/s | 309 kB 00:00 2024-04-22T23:34:16.386 INFO:teuthology.orchestra.run.smithi071.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 733 kB/s | 67 kB 00:00 2024-04-22T23:34:16.519 INFO:teuthology.orchestra.run.smithi071.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.1 MB/s | 4.4 MB 00:00 2024-04-22T23:34:16.560 INFO:teuthology.orchestra.run.smithi071.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.4 MB/s | 838 kB 00:00 2024-04-22T23:34:16.585 INFO:teuthology.orchestra.run.smithi071.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 954 kB/s | 192 kB 00:00 2024-04-22T23:34:16.677 INFO:teuthology.orchestra.run.smithi071.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-04-22T23:34:16.878 INFO:teuthology.orchestra.run.smithi071.stdout:(31/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-22T23:34:17.086 INFO:teuthology.orchestra.run.smithi071.stdout:(32/32): librados2-19.0.0-3252.g43be0201.el9.x8 6.5 MB/s | 3.4 MB 00:00 2024-04-22T23:34:17.088 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:17.088 INFO:teuthology.orchestra.run.smithi071.stdout:Total 16 MB/s | 60 MB 00:03 2024-04-22T23:34:17.189 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:34:17.225 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:34:17.225 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:34:17.692 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:34:17.692 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:34:18.227 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:18.265 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:18.807 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:18.852 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:18.940 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:18.941 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:34:18.941 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:34:18.941 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:18.969 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:19.163 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:34:19.253 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:34:19.287 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:34:19.308 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:34:19.331 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:19.354 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:19.531 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:19.596 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:19.930 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:34:20.027 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:20.138 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:20.253 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:34:20.279 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:20.333 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:20.362 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:34:20.405 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:34:20.475 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:20.506 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:20.578 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:20.613 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:34:20.723 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:34:20.755 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:34:20.796 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:34:20.829 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:34:20.858 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:34:20.891 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:34:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:34:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:21.320 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:34:21.386 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:34:21.868 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:34:21.899 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:21.962 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:22.039 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:34:22.068 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:34:24.301 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:24.339 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:24.880 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:24.918 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:25.003 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:25.003 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:34:25.003 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:34:25.003 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:25.028 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:28.590 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:28.590 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /sys 2024-04-22T23:34:28.590 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /proc 2024-04-22T23:34:28.591 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /mnt 2024-04-22T23:34:28.591 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /var/tmp 2024-04-22T23:34:28.591 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /home 2024-04-22T23:34:28.591 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /root 2024-04-22T23:34:28.591 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /tmp 2024-04-22T23:34:28.591 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:29.534 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:29.559 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:29.559 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:29.559 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:34:29.559 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:29.560 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:29.560 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:29.561 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:29.628 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:29.628 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:30.716 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:30.716 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:34:30.716 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:34:30.717 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:34:30.718 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:34:30.719 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:34:30.719 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:30.719 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:34:30.719 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:34:31.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:31.535 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:31.535 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2024-04-22T23:34:31.535 INFO:teuthology.orchestra.run.smithi192.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:34:31.536 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:34:31.537 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:34:31.538 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:34:31.538 INFO:teuthology.orchestra.run.smithi192.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:34:31.538 INFO:teuthology.orchestra.run.smithi192.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:34:31.538 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:31.538 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:34:31.856 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-test 2024-04-22T23:34:32.372 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:30 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:34:32.490 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:34:32.491 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:32.491 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:34:32.491 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:32.491 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:34:32.491 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:34:32.491 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:34:32.491 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout:Install 4 Packages 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:32.492 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 50 M 2024-04-22T23:34:32.493 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 211 M 2024-04-22T23:34:32.493 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:34:32.936 INFO:teuthology.orchestra.run.smithi192.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-22T23:34:32.978 INFO:teuthology.orchestra.run.smithi192.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-22T23:34:33.020 INFO:teuthology.orchestra.run.smithi192.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 653 kB/s | 163 kB 00:00 2024-04-22T23:34:34.538 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:34.538 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-04-22T23:34:34.538 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-04-22T23:34:34.539 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-04-22T23:34:34.539 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-04-22T23:34:34.539 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-04-22T23:34:34.539 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-04-22T23:34:34.539 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-04-22T23:34:34.539 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:35.161 INFO:teuthology.orchestra.run.smithi192.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 21 MB/s | 49 MB 00:02 2024-04-22T23:34:35.164 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:35.164 INFO:teuthology.orchestra.run.smithi192.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-22T23:34:35.191 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:34:35.212 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:34:35.212 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:34:35.530 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:35.555 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:35.555 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:35.555 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:34:35.555 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:35.555 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:35.555 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:35.557 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:35.581 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:34:35.581 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:34:35.642 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:35.642 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:36.120 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:34:36.203 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:34:36.252 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:34:36.280 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:34:36.805 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:36.805 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:34:36.805 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:34:36.805 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:34:36.805 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:34:36.805 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:34:36.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:34:36.807 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:34:36.808 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:34:36.808 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:34:36.808 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:34:36.809 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:36.809 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:34:36.809 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:34:37.497 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.498 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.499 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:37.500 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:34:37.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-04-22T23:34:38.318 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:27 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:34:38.439 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:38.440 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:34:38.441 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:38.441 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-04-22T23:34:38.441 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:38.441 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 50 M 2024-04-22T23:34:38.441 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 211 M 2024-04-22T23:34:38.441 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:34:38.931 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 434 kB/s | 163 kB 00:00 2024-04-22T23:34:39.707 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 265 kB/s | 305 kB 00:01 2024-04-22T23:34:39.732 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 80 kB/s | 64 kB 00:00 2024-04-22T23:34:40.901 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:34:40.969 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:34:41.116 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 19 MB/s | 49 MB 00:02 2024-04-22T23:34:41.118 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:41.118 INFO:teuthology.orchestra.run.smithi071.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-22T23:34:41.145 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:34:41.166 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:34:41.166 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:34:41.535 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:34:41.536 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:34:42.054 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:34:42.141 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:34:42.181 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:34:42.209 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:34:43.251 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:34:43.251 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:34:43.251 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:34:43.251 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:34:43.511 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:34:43.511 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:43.511 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:34:43.511 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:43.511 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:43.511 INFO:teuthology.orchestra.run.smithi192.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:34:43.511 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:34:43.512 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:43.512 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:34:43.794 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph 2024-04-22T23:34:44.309 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:34:44.439 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:34:44.442 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:34:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:34:44.444 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout:Install 36 Packages 2024-04-22T23:34:44.445 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:44.446 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 30 M 2024-04-22T23:34:44.446 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 107 M 2024-04-22T23:34:44.447 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:34:45.463 INFO:teuthology.orchestra.run.smithi192.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-04-22T23:34:45.597 INFO:teuthology.orchestra.run.smithi192.stdout:(2/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-04-22T23:34:46.422 INFO:teuthology.orchestra.run.smithi192.stdout:(3/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86_ 20 MB/s | 17 MB 00:00 2024-04-22T23:34:46.473 INFO:teuthology.orchestra.run.smithi192.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 4.9 MB/s | 249 kB 00:00 2024-04-22T23:34:46.598 INFO:teuthology.orchestra.run.smithi192.stdout:(5/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 1.1 MB/s | 1.5 MB 00:01 2024-04-22T23:34:46.789 INFO:teuthology.orchestra.run.smithi192.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 799 kB/s | 253 kB 00:00 2024-04-22T23:34:46.794 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:34:46.865 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:34:46.873 INFO:teuthology.orchestra.run.smithi192.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 106 kB 00:00 2024-04-22T23:34:46.907 INFO:teuthology.orchestra.run.smithi192.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 4.0 MB/s | 1.2 MB 00:00 2024-04-22T23:34:46.940 INFO:teuthology.orchestra.run.smithi192.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-22T23:34:46.965 INFO:teuthology.orchestra.run.smithi192.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-04-22T23:34:47.057 INFO:teuthology.orchestra.run.smithi192.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-04-22T23:34:47.157 INFO:teuthology.orchestra.run.smithi192.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 981 kB/s | 188 kB 00:00 2024-04-22T23:34:47.216 INFO:teuthology.orchestra.run.smithi192.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 596 kB/s | 35 kB 00:00 2024-04-22T23:34:47.266 INFO:teuthology.orchestra.run.smithi192.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 825 kB/s | 172 kB 00:00 2024-04-22T23:34:47.292 INFO:teuthology.orchestra.run.smithi192.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 676 kB/s | 51 kB 00:00 2024-04-22T23:34:47.325 INFO:teuthology.orchestra.run.smithi192.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 713 kB/s | 42 kB 00:00 2024-04-22T23:34:47.559 INFO:teuthology.orchestra.run.smithi192.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 83 kB/s | 22 kB 00:00 2024-04-22T23:34:47.726 INFO:teuthology.orchestra.run.smithi192.stdout:(18/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86 2.1 MB/s | 4.7 MB 00:02 2024-04-22T23:34:47.753 INFO:teuthology.orchestra.run.smithi192.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 355 kB/s | 151 kB 00:00 2024-04-22T23:34:47.893 INFO:teuthology.orchestra.run.smithi192.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 130 kB/s | 43 kB 00:00 2024-04-22T23:34:48.077 INFO:teuthology.orchestra.run.smithi192.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-04-22T23:34:48.152 INFO:teuthology.orchestra.run.smithi192.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 403 kB/s | 172 kB 00:00 2024-04-22T23:34:48.336 INFO:teuthology.orchestra.run.smithi192.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 614 kB/s | 358 kB 00:00 2024-04-22T23:34:48.352 INFO:teuthology.orchestra.run.smithi192.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 64 kB/s | 18 kB 00:00 2024-04-22T23:34:48.403 INFO:teuthology.orchestra.run.smithi192.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 92 kB/s | 23 kB 00:00 2024-04-22T23:34:48.603 INFO:teuthology.orchestra.run.smithi192.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 73 kB/s | 19 kB 00:00 2024-04-22T23:34:48.628 INFO:teuthology.orchestra.run.smithi192.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 71 kB/s | 20 kB 00:00 2024-04-22T23:34:48.754 INFO:teuthology.orchestra.run.smithi192.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 132 kB/s | 46 kB 00:00 2024-04-22T23:34:48.954 INFO:teuthology.orchestra.run.smithi192.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 225 kB/s | 79 kB 00:00 2024-04-22T23:34:49.021 INFO:teuthology.orchestra.run.smithi192.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 61 kB/s | 16 kB 00:00 2024-04-22T23:34:49.084 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:34:49.084 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:34:49.084 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:34:49.084 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:34:49.129 INFO:teuthology.orchestra.run.smithi192.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 544 kB/s | 272 kB 00:00 2024-04-22T23:34:49.288 INFO:teuthology.orchestra.run.smithi192.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 134 kB/s | 36 kB 00:00 2024-04-22T23:34:49.313 INFO:teuthology.orchestra.run.smithi192.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 250 kB/s | 90 kB 00:00 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:34:49.353 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:49.354 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:34:49.580 INFO:teuthology.orchestra.run.smithi192.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 75 kB/s | 20 kB 00:00 2024-04-22T23:34:49.638 INFO:teuthology.orchestra.run.smithi192.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 451 kB/s | 230 kB 00:00 2024-04-22T23:34:49.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-04-22T23:34:49.872 INFO:teuthology.orchestra.run.smithi192.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 731 kB/s | 427 kB 00:00 2024-04-22T23:34:49.876 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:49.876 INFO:teuthology.orchestra.run.smithi192.stdout:Total 5.6 MB/s | 30 MB 00:05 2024-04-22T23:34:50.011 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:34:50.048 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:34:50.049 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:34:50.158 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:39 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:34:50.287 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:34:50.290 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:34:50.291 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:34:50.292 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout:Install 36 Packages 2024-04-22T23:34:50.293 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:50.294 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 30 M 2024-04-22T23:34:50.294 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 107 M 2024-04-22T23:34:50.294 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:34:50.340 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:34:50.342 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:34:50.969 INFO:teuthology.orchestra.run.smithi071.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-04-22T23:34:51.102 INFO:teuthology.orchestra.run.smithi071.stdout:(2/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-04-22T23:34:51.585 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:34:51.594 INFO:teuthology.orchestra.run.smithi071.stdout:(3/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 2.8 MB/s | 2.4 MB 00:00 2024-04-22T23:34:51.650 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:34:51.691 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:34:51.719 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:34:51.728 INFO:teuthology.orchestra.run.smithi071.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 1.8 MB/s | 249 kB 00:00 2024-04-22T23:34:51.789 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:34:51.851 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:34:51.861 INFO:teuthology.orchestra.run.smithi071.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-04-22T23:34:51.884 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:34:51.975 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:34:52.029 INFO:teuthology.orchestra.run.smithi071.stdout:(6/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86_ 18 MB/s | 17 MB 00:00 2024-04-22T23:34:52.057 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:34:52.087 INFO:teuthology.orchestra.run.smithi071.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 5.4 MB/s | 1.2 MB 00:00 2024-04-22T23:34:52.094 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:34:52.129 INFO:teuthology.orchestra.run.smithi071.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-22T23:34:52.130 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:34:52.154 INFO:teuthology.orchestra.run.smithi071.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 850 kB/s | 106 kB 00:00 2024-04-22T23:34:52.160 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:34:52.180 INFO:teuthology.orchestra.run.smithi071.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-22T23:34:52.186 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:34:52.219 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:34:52.230 INFO:teuthology.orchestra.run.smithi071.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-04-22T23:34:52.260 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:34:52.297 INFO:teuthology.orchestra.run.smithi071.stdout:(12/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86 3.5 MB/s | 4.7 MB 00:01 2024-04-22T23:34:52.303 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:34:52.337 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:34:52.375 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:34:52.474 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:34:52.572 INFO:teuthology.orchestra.run.smithi071.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 126 kB/s | 35 kB 00:00 2024-04-22T23:34:52.621 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:34:52.699 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:34:52.723 INFO:teuthology.orchestra.run.smithi071.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 347 kB/s | 188 kB 00:00 2024-04-22T23:34:52.748 INFO:teuthology.orchestra.run.smithi071.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 332 kB/s | 172 kB 00:00 2024-04-22T23:34:52.753 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:34:52.765 INFO:teuthology.orchestra.run.smithi071.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 265 kB/s | 51 kB 00:00 2024-04-22T23:34:52.792 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:34:52.815 INFO:teuthology.orchestra.run.smithi071.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 451 kB/s | 42 kB 00:00 2024-04-22T23:34:52.840 INFO:teuthology.orchestra.run.smithi071.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-04-22T23:34:52.841 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:34:52.895 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:34:53.088 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:34:53.129 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:34:53.197 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:34:53.199 INFO:teuthology.orchestra.run.smithi071.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 113 kB/s | 43 kB 00:00 2024-04-22T23:34:53.288 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:34:53.328 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:34:53.442 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:34:53.508 INFO:teuthology.orchestra.run.smithi071.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 203 kB/s | 151 kB 00:00 2024-04-22T23:34:53.591 INFO:teuthology.orchestra.run.smithi071.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 229 kB/s | 172 kB 00:00 2024-04-22T23:34:53.601 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:34:53.625 INFO:teuthology.orchestra.run.smithi071.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 91 kB/s | 11 kB 00:00 2024-04-22T23:34:53.631 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:34:53.656 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:34:53.656 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:53.656 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:34:53.656 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:34:53.656 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:34:53.656 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:53.742 INFO:teuthology.orchestra.run.smithi071.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-22T23:34:53.767 INFO:teuthology.orchestra.run.smithi071.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 101 kB/s | 18 kB 00:00 2024-04-22T23:34:53.859 INFO:teuthology.orchestra.run.smithi071.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-04-22T23:34:53.884 INFO:teuthology.orchestra.run.smithi071.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-04-22T23:34:53.951 INFO:teuthology.orchestra.run.smithi071.stdout:(27/36): python3-cherrypy-18.6.1-2.el9.noarch.r 477 kB/s | 358 kB 00:00 2024-04-22T23:34:53.976 INFO:teuthology.orchestra.run.smithi071.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-04-22T23:34:54.094 INFO:teuthology.orchestra.run.smithi071.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 141 kB/s | 16 kB 00:00 2024-04-22T23:34:54.119 INFO:teuthology.orchestra.run.smithi071.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 336 kB/s | 79 kB 00:00 2024-04-22T23:34:54.236 INFO:teuthology.orchestra.run.smithi071.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 306 kB/s | 36 kB 00:00 2024-04-22T23:34:54.303 INFO:teuthology.orchestra.run.smithi071.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 430 kB/s | 90 kB 00:00 2024-04-22T23:34:54.353 INFO:teuthology.orchestra.run.smithi071.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 678 kB/s | 272 kB 00:00 2024-04-22T23:34:54.470 INFO:teuthology.orchestra.run.smithi071.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-04-22T23:34:54.620 INFO:teuthology.orchestra.run.smithi071.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 598 kB/s | 230 kB 00:00 2024-04-22T23:34:54.962 INFO:teuthology.orchestra.run.smithi071.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 648 kB/s | 427 kB 00:00 2024-04-22T23:34:54.963 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:54.964 INFO:teuthology.orchestra.run.smithi071.stdout:Total 6.5 MB/s | 30 MB 00:04 2024-04-22T23:34:55.099 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:34:55.101 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:34:55.125 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:34:55.125 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:55.125 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:34:55.125 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:34:55.125 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:34:55.125 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:55.141 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:34:55.141 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:34:55.436 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:34:55.437 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:34:55.566 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:34:55.594 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:34:55.595 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:55.595 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:34:55.595 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:34:55.595 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:34:55.595 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:55.816 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:34:55.839 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:34:55.839 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:55.840 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:34:55.840 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:34:55.840 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:34:55.840 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:55.895 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:34:56.689 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:34:56.749 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:34:56.780 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:34:56.809 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:34:56.881 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:34:56.933 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:34:56.966 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:34:57.058 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:34:57.136 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:34:57.177 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:34:57.220 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:34:57.250 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:34:57.285 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:34:57.318 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:34:57.359 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:34:57.394 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:34:57.428 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:34:57.466 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:34:57.540 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:34:57.605 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:34:57.606 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:34:57.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:34:57.679 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:34:57.759 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:34:57.820 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:34:57.858 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:34:57.907 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:34:57.962 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:34:58.151 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:34:58.205 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:34:58.283 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:34:58.381 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:34:58.394 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:34:58.394 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:58.394 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:34:58.395 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:34:58.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:34:58.397 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:34:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:34:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:34:58.398 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:34:58.420 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:34:58.539 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:34:58.702 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:34:58.739 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:34:58.764 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:34:58.764 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:58.765 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:34:58.765 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:34:58.765 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:34:58.765 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:34:58.783 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-base 2024-04-22T23:34:59.301 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:34:59.379 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:34:59.421 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:34:59.422 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:34:59.422 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:34:59.489 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install cephadm 2024-04-22T23:34:59.999 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:00.120 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:00.120 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 763 k 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 770 k 2024-04-22T23:35:00.121 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:00.207 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:35:00.234 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:35:00.234 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:00.234 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:35:00.235 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:35:00.235 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:35:00.235 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:00.566 INFO:teuthology.orchestra.run.smithi192.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 1.7 MB/s | 763 kB 00:00 2024-04-22T23:35:00.567 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:00.567 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.7 MB/s | 763 kB 00:00 2024-04-22T23:35:00.567 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:00.572 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:00.572 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:00.578 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:00.579 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:00.651 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:00.674 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:35:00.697 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:35:00.697 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:00.697 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:35:00.697 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:35:00.697 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:35:00.697 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:00.925 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:35:00.947 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:35:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:35:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:35:00.948 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:35:00.948 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:01.012 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:35:01.051 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:01.135 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:01.446 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:01.643 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:01.643 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:01.643 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:01.643 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:01.643 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:01.643 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:01.866 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:35:02.390 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:02.512 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:35:02.513 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:02.514 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 145 k 2024-04-22T23:35:02.514 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 435 k 2024-04-22T23:35:02.514 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:35:02.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:35:02.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:35:02.736 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:35:02.889 INFO:teuthology.orchestra.run.smithi192.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 386 kB/s | 145 kB 00:00 2024-04-22T23:35:02.890 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:02.890 INFO:teuthology.orchestra.run.smithi192.stdout:Total 384 kB/s | 145 kB 00:00 2024-04-22T23:35:02.890 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:02.898 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:02.898 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:02.955 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:02.955 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:03.103 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:03.190 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:03.214 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:03.214 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:03.214 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:35:03.214 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:03.596 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:35:03.596 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:03.596 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:03.596 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:03.596 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:35:03.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:35:03.598 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:03.599 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:03.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-04-22T23:35:04.045 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:04.046 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:04.046 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:04.046 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:04.046 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:04.046 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:04.288 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr 2024-04-22T23:35:04.445 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:53 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:04.526 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:04.565 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:04.566 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:04.566 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:04.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-04-22T23:35:04.812 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:04.893 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:04.935 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:04.936 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:04.936 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:05.010 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:35:05.137 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:05.257 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:05.258 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 763 k 2024-04-22T23:35:05.259 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 770 k 2024-04-22T23:35:05.259 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:05.518 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:05.637 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:05.638 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:35:05.639 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:35:05.640 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:35:05.640 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:35:05.640 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:35:05.640 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:35:05.640 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:35:05.640 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:35:05.641 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:05.641 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:05.641 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:05.641 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-04-22T23:35:05.641 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:05.642 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 8.6 M 2024-04-22T23:35:05.643 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 104 M 2024-04-22T23:35:05.644 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:06.453 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 639 kB/s | 763 kB 00:01 2024-04-22T23:35:06.454 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:06.454 INFO:teuthology.orchestra.run.smithi071.stdout:Total 638 kB/s | 763 kB 00:01 2024-04-22T23:35:06.454 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:06.460 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:06.460 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:06.467 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:06.467 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:06.552 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3252.g43b 80 kB/s | 16 kB 00:00 2024-04-22T23:35:06.652 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3252.g43 111 kB/s | 34 kB 00:00 2024-04-22T23:35:06.811 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 7.6 MB/s | 3.5 MB 00:00 2024-04-22T23:35:06.994 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.3 MB/s | 863 kB 00:00 2024-04-22T23:35:07.013 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:07.097 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:07.144 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.6 MB/s | 548 kB 00:00 2024-04-22T23:35:07.186 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 465 kB/s | 19 kB 00:00 2024-04-22T23:35:07.278 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 22 MB/s | 2.0 MB 00:00 2024-04-22T23:35:07.312 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-04-22T23:35:07.354 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 740 kB/s | 31 kB 00:00 2024-04-22T23:35:07.396 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2024-04-22T23:35:07.450 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:07.654 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): python3-protobuf-3.14.0-13.el9.noarch. 269 kB/s | 269 kB 00:01 2024-04-22T23:35:07.656 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:07.656 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:07.656 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:07.656 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:07.656 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:07.657 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:07.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:35:08.406 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:08.528 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:08.529 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:08.529 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T23:35:08.529 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:08.529 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 145 k 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 435 k 2024-04-22T23:35:08.530 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:08.537 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 520 kB/s | 1.0 MB 00:01 2024-04-22T23:35:08.541 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:08.542 INFO:teuthology.orchestra.run.smithi192.stdout:Total 3.0 MB/s | 8.6 MB 00:02 2024-04-22T23:35:08.593 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:08.612 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:08.612 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:08.767 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:08.767 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:08.903 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 389 kB/s | 145 kB 00:00 2024-04-22T23:35:08.903 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:08.903 INFO:teuthology.orchestra.run.smithi071.stdout:Total 387 kB/s | 145 kB 00:00 2024-04-22T23:35:08.904 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:08.911 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:08.911 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:08.968 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:08.968 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:09.111 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:09.187 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:09.210 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:09.211 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:09.211 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:35:09.211 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:09.286 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:09.363 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:35:09.398 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:35:09.445 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:35:09.475 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:35:09.551 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:35:09.692 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:35:09.778 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:35:09.830 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:35:09.859 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:09.883 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:35:10.077 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:10.077 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:10.077 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:10.077 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:10.077 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:10.077 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:10.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-04-22T23:35:10.853 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:10.913 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:35:10.934 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:10.958 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:10.976 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:10.977 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:10.978 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:11.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:35:11.538 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:11.658 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:11.659 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:11.659 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:35:11.659 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:11.659 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:11.659 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:35:11.659 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:35:11.659 INFO:teuthology.orchestra.run.smithi071.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:11.660 INFO:teuthology.orchestra.run.smithi071.stdout:Install 12 Packages 2024-04-22T23:35:11.661 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:11.661 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 8.6 M 2024-04-22T23:35:11.661 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 104 M 2024-04-22T23:35:11.661 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:12.249 INFO:teuthology.orchestra.run.smithi071.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3252.g43b 79 kB/s | 16 kB 00:00 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:35:12.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:35:12.374 INFO:teuthology.orchestra.run.smithi071.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3252.g43 102 kB/s | 34 kB 00:00 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:35:12.542 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:35:12.543 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:35:12.543 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:35:12.543 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:35:12.543 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:35:12.543 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:35:12.543 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:12.543 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:12.766 INFO:teuthology.orchestra.run.smithi071.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 4.9 MB/s | 3.5 MB 00:00 2024-04-22T23:35:12.802 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:35:13.033 INFO:teuthology.orchestra.run.smithi071.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 409 kB/s | 269 kB 00:00 2024-04-22T23:35:13.092 INFO:teuthology.orchestra.run.smithi071.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-04-22T23:35:13.267 INFO:teuthology.orchestra.run.smithi071.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.7 MB/s | 863 kB 00:00 2024-04-22T23:35:13.305 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:11 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:13.401 INFO:teuthology.orchestra.run.smithi071.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 68 kB/s | 19 kB 00:00 2024-04-22T23:35:13.426 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:13.427 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-22T23:35:13.427 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:35:13.427 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-22T23:35:13.427 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:13.427 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:35:13.427 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:13.428 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-22T23:35:13.429 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-04-22T23:35:13.429 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:13.429 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 38 M 2024-04-22T23:35:13.429 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 209 M 2024-04-22T23:35:13.429 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:13.543 INFO:teuthology.orchestra.run.smithi071.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-22T23:35:13.593 INFO:teuthology.orchestra.run.smithi071.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 756 kB/s | 144 kB 00:00 2024-04-22T23:35:13.610 INFO:teuthology.orchestra.run.smithi071.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 459 kB/s | 31 kB 00:00 2024-04-22T23:35:13.719 INFO:teuthology.orchestra.run.smithi071.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2024-04-22T23:35:13.861 INFO:teuthology.orchestra.run.smithi071.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.4 MB/s | 2.0 MB 00:00 2024-04-22T23:35:13.864 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:13.864 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.9 MB/s | 8.6 MB 00:02 2024-04-22T23:35:13.911 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:13.920 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 789 kB/s | 195 kB 00:00 2024-04-22T23:35:13.928 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:13.928 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:14.004 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 393 kB/s | 33 kB 00:00 2024-04-22T23:35:14.038 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.2 MB/s | 803 kB 00:00 2024-04-22T23:35:14.083 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:14.083 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:14.130 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 199 kB/s | 18 kB 00:00 2024-04-22T23:35:14.238 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-22T23:35:14.263 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 263 kB/s | 35 kB 00:00 2024-04-22T23:35:14.389 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 32 MB/s | 4.7 MB 00:00 2024-04-22T23:35:14.547 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 32 MB/s | 5.1 MB 00:00 2024-04-22T23:35:14.573 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-devel-3.9.18-3.el9.x86_64.rpm 790 kB/s | 244 kB 00:00 2024-04-22T23:35:14.598 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 4.9 MB/s | 250 kB 00:00 2024-04-22T23:35:14.622 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:35:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:35:14.777 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:35:14.807 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:35:14.884 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:35:15.120 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:35:15.212 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:35:15.255 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:35:15.291 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:15.323 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:35:15.357 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-3 4.4 MB/s | 7.4 MB 00:01 2024-04-22T23:35:16.023 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-04-22T23:35:16.024 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:16.025 INFO:teuthology.orchestra.run.smithi192.stdout:Total 15 MB/s | 38 MB 00:02 2024-04-22T23:35:16.373 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:16.380 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:35:16.400 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:16.400 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:16.424 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:16.805 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:16.805 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:17.635 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:17.695 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:35:17.725 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:17.725 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:35:17.725 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:35:17.725 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:35:17.726 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:35:17.738 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:17.846 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:17.890 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:35:18.023 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:35:18.023 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:18.023 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:18.023 INFO:teuthology.orchestra.run.smithi071.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:35:18.023 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:18.023 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:18.024 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:18.069 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:35:18.097 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:35:18.174 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:35:18.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:35:18.793 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:18.811 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:35:18.913 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:18.914 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-04-22T23:35:18.914 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:35:18.915 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout:Install 12 Packages 2024-04-22T23:35:18.916 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:18.917 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 38 M 2024-04-22T23:35:18.917 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 209 M 2024-04-22T23:35:18.917 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:18.919 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:35:19.453 INFO:teuthology.orchestra.run.smithi071.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 984 kB/s | 195 kB 00:00 2024-04-22T23:35:19.504 INFO:teuthology.orchestra.run.smithi071.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.2 MB/s | 803 kB 00:00 2024-04-22T23:35:19.529 INFO:teuthology.orchestra.run.smithi071.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 434 kB/s | 33 kB 00:00 2024-04-22T23:35:19.579 INFO:teuthology.orchestra.run.smithi071.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-22T23:35:19.630 INFO:teuthology.orchestra.run.smithi071.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 24 MB/s | 3.0 MB 00:00 2024-04-22T23:35:19.655 INFO:teuthology.orchestra.run.smithi071.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 467 kB/s | 35 kB 00:00 2024-04-22T23:35:19.764 INFO:teuthology.orchestra.run.smithi071.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 35 MB/s | 4.7 MB 00:00 2024-04-22T23:35:19.789 INFO:teuthology.orchestra.run.smithi071.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.8 MB/s | 244 kB 00:00 2024-04-22T23:35:19.898 INFO:teuthology.orchestra.run.smithi071.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-32 12 MB/s | 7.4 MB 00:00 2024-04-22T23:35:19.923 INFO:teuthology.orchestra.run.smithi071.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.8 MB/s | 250 kB 00:00 2024-04-22T23:35:19.998 INFO:teuthology.orchestra.run.smithi071.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 22 MB/s | 5.1 MB 00:00 2024-04-22T23:35:20.134 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:20.440 INFO:teuthology.orchestra.run.smithi071.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-04-22T23:35:20.441 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:20.441 INFO:teuthology.orchestra.run.smithi071.stdout:Total 25 MB/s | 38 MB 00:01 2024-04-22T23:35:20.791 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:20.817 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:20.817 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:21.169 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:35:21.200 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:21.224 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:21.224 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:22.036 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:22.103 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:35:22.147 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:22.246 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:22.281 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:35:22.459 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:35:22.497 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:35:22.573 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:35:23.210 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:35:23.318 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:35:23.699 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:23.699 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:35:23.699 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:23.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:35:24.085 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:35:24.086 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:24.086 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:24.086 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:35:24.086 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:24.086 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:24.536 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:24.539 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:35:25.067 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:23 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:25.191 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:25.192 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:25.192 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:35:25.192 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:25.192 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:25.192 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:35:25.193 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 2.2 M 2024-04-22T23:35:25.194 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 26 M 2024-04-22T23:35:25.195 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:25.560 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:35:25.599 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:25.635 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 292 kB/s | 26 kB 00:00 2024-04-22T23:35:25.660 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 170 kB/s | 19 kB 00:00 2024-04-22T23:35:25.736 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.1 MB/s | 159 kB 00:00 2024-04-22T23:35:25.769 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-04-22T23:35:25.794 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.7 MB/s | 279 kB 00:00 2024-04-22T23:35:25.822 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-04-22T23:35:25.845 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 165 kB/s | 49 kB 00:00 2024-04-22T23:35:26.195 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 40 kB/s | 15 kB 00:00 2024-04-22T23:35:26.246 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 71 kB/s | 32 kB 00:00 2024-04-22T23:35:26.446 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 295 kB/s | 59 kB 00:00 2024-04-22T23:35:26.480 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 319 kB/s | 203 kB 00:00 2024-04-22T23:35:26.605 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 565 kB/s | 90 kB 00:00 2024-04-22T23:35:26.763 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2024-04-22T23:35:26.767 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:26.767 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-04-22T23:35:26.831 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:26.846 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:26.847 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:26.931 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:26.932 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:27.440 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:27.618 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:35:27.682 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:35:27.745 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:35:27.783 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:35:27.816 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:35:27.901 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:35:28.012 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:35:28.067 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:35:28.164 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:28.164 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:35:28.164 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:28.164 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:28.164 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:35:28.164 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:35:28.164 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:35:28.165 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:35:28.165 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:35:28.165 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:35:28.165 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:28.165 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:35:28.540 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:35:28.540 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:28.540 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:28.540 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:28.540 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:35:28.541 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:28.542 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:28.783 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:35:28.831 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:35:28.857 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:35:28.889 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:35:28.896 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:35:28.910 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:29.414 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:18 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:29.534 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:29.535 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:29.535 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:35:29.535 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:29.535 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:29.535 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:35:29.535 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:29.536 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:29.537 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:29.537 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-04-22T23:35:29.537 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:29.537 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 2.2 M 2024-04-22T23:35:29.537 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 26 M 2024-04-22T23:35:29.537 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:35:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:35:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:35:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:35:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:35:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:35:29.608 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:35:29.608 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:35:29.608 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:35:29.608 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:35:29.608 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:35:29.608 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:35:29.899 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:35:29.899 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:29.900 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:30.132 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:35:30.628 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 109 kB/s | 49 kB 00:00 2024-04-22T23:35:30.633 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:28 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:30.720 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 35 kB/s | 19 kB 00:00 2024-04-22T23:35:30.752 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:30.753 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:30.753 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:35:30.753 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:30.753 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:30.753 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:35:30.753 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:35:30.753 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2024-04-22T23:35:30.754 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:30.755 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 7.0 M 2024-04-22T23:35:30.755 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 33 M 2024-04-22T23:35:30.755 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:30.820 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 40 kB/s | 26 kB 00:00 2024-04-22T23:35:31.391 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 403 kB/s | 143 kB 00:00 2024-04-22T23:35:31.528 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 196 kB/s | 159 kB 00:00 2024-04-22T23:35:31.554 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 240 kB/s | 222 kB 00:00 2024-04-22T23:35:31.621 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 485 kB/s | 32 kB 00:00 2024-04-22T23:35:31.804 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 283 kB/s | 279 kB 00:00 2024-04-22T23:35:31.946 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-google-auth-2.28.2-1.el9.noarch 1.4 MB/s | 203 kB 00:00 2024-04-22T23:35:31.983 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 262 kB/s | 248 kB 00:00 2024-04-22T23:35:32.213 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): python3-requests-oauthlib-1.3.0-12.el9. 78 kB/s | 54 kB 00:00 2024-04-22T23:35:32.305 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 648 kB/s | 59 kB 00:00 2024-04-22T23:35:32.356 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-04-22T23:35:32.383 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 144 kB/s | 58 kB 00:00 2024-04-22T23:35:32.509 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 491 kB/s | 548 kB 00:01 2024-04-22T23:35:32.580 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): python3-certifi-2021.10.8-2.el9.noarch 16 kB/s | 15 kB 00:00 2024-04-22T23:35:32.592 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 245 kB/s | 51 kB 00:00 2024-04-22T23:35:32.689 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.4 MB/s | 1.0 MB 00:00 2024-04-22T23:35:32.690 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:32.690 INFO:teuthology.orchestra.run.smithi071.stdout:Total 714 kB/s | 2.2 MB 00:03 2024-04-22T23:35:32.760 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:32.775 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:32.776 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:32.862 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:32.862 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:33.380 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:33.563 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:35:33.617 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:35:33.681 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:35:33.735 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:35:33.776 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:35:33.870 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:35:33.979 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:35:34.036 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:35:34.762 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:35:34.809 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:35:34.842 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:35:34.891 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:35:34.920 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:35.688 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:35.688 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:35:35.688 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:35:35.688 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:35:35.689 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:35:35.689 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:35:35.689 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:35:35.689 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:35:35.689 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:35:35.689 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:35:35.690 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:35:35.690 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:35:35.690 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:35:35.995 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:35.996 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:36.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:35:36.783 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:36.904 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:36.905 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:36.905 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:35:36.905 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:36.905 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:36.905 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2024-04-22T23:35:36.906 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:36.907 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 7.0 M 2024-04-22T23:35:36.907 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 33 M 2024-04-22T23:35:36.907 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:37.759 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 626 kB/s | 143 kB 00:00 2024-04-22T23:35:37.884 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 4.3 MB/s | 548 kB 00:00 2024-04-22T23:35:37.918 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.7 MB/s | 58 kB 00:00 2024-04-22T23:35:37.952 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.5 MB/s | 51 kB 00:00 2024-04-22T23:35:38.069 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 461 kB/s | 248 kB 00:00 2024-04-22T23:35:39.309 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 738 kB/s | 6.0 MB 00:08 2024-04-22T23:35:39.310 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:39.311 INFO:teuthology.orchestra.run.smithi192.stdout:Total 836 kB/s | 7.0 MB 00:08 2024-04-22T23:35:39.383 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:39.394 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.2 MB/s | 6.0 MB 00:01 2024-04-22T23:35:39.395 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:39.395 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.8 MB/s | 7.0 MB 00:02 2024-04-22T23:35:39.396 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:39.396 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:39.468 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:39.480 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:39.481 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:39.491 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:39.492 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:39.576 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:39.576 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:39.793 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:39.872 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:39.958 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:35:40.011 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:35:40.036 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:35:40.095 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:35:40.522 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:35:40.605 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:35:40.618 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:35:40.676 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:35:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:35:40.706 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:35:40.769 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:35:40.799 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:35:41.402 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:35:41.402 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:35:41.402 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:35:41.402 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:35:41.402 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:35:41.402 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:35:41.547 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:35:41.547 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:35:41.547 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:35:41.547 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:35:41.547 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:35:41.548 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:35:41.650 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:35:41.650 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:41.650 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:41.650 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:41.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:35:41.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:35:41.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:35:41.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:35:41.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:35:41.651 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:41.651 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:41.792 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:35:41.792 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:41.792 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:41.792 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:41.792 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:35:41.792 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:35:41.793 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:35:41.793 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:35:41.793 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:35:41.793 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:41.793 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:41.890 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-fuse 2024-04-22T23:35:42.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-fuse 2024-04-22T23:35:42.401 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:42.519 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:42.520 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2024-04-22T23:35:42.521 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:42.521 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 970 k 2024-04-22T23:35:42.521 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 2.8 M 2024-04-22T23:35:42.521 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:42.552 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:42.673 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:42.673 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:42.674 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 970 k 2024-04-22T23:35:42.675 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 2.8 M 2024-04-22T23:35:42.675 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:42.678 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 973 kB/s | 80 kB 00:00 2024-04-22T23:35:42.895 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.9 MB/s | 890 kB 00:00 2024-04-22T23:35:42.895 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:42.895 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.5 MB/s | 970 kB 00:00 2024-04-22T23:35:42.907 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:42.919 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 668 kB/s | 80 kB 00:00 2024-04-22T23:35:42.929 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:42.929 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:43.007 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:43.007 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:43.136 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.6 MB/s | 890 kB 00:00 2024-04-22T23:35:43.137 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:43.137 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.0 MB/s | 970 kB 00:00 2024-04-22T23:35:43.148 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:43.170 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:43.171 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:43.195 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:43.249 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:43.249 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:43.330 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:35:43.401 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:35:43.433 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:43.588 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:35:43.659 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:35:44.068 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:35:44.068 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:35:44.274 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:35:44.274 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:35:44.321 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:35:44.321 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:44.321 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:44.321 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:35:44.322 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:44.322 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:44.510 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:35:44.510 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:44.510 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:44.511 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:35:44.511 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:44.511 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:44.619 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-volume 2024-04-22T23:35:44.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-volume 2024-04-22T23:35:45.140 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:45.265 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:45.266 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2024-04-22T23:35:45.267 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:45.267 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 350 k 2024-04-22T23:35:45.267 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 1.5 M 2024-04-22T23:35:45.267 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:45.334 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:45.458 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:35:45.459 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:45.460 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:45.460 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:45.460 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-04-22T23:35:45.460 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:45.460 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 350 k 2024-04-22T23:35:45.460 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 1.5 M 2024-04-22T23:35:45.460 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:45.651 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 723 kB/s | 77 kB 00:00 2024-04-22T23:35:45.926 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 715 kB/s | 273 kB 00:00 2024-04-22T23:35:45.927 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:45.927 INFO:teuthology.orchestra.run.smithi192.stdout:Total 530 kB/s | 350 kB 00:00 2024-04-22T23:35:45.933 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 395 kB/s | 77 kB 00:00 2024-04-22T23:35:45.938 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:45.948 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:45.948 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:45.975 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:45.975 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:46.000 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 1.0 MB/s | 273 kB 00:00 2024-04-22T23:35:46.001 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:46.001 INFO:teuthology.orchestra.run.smithi071.stdout:Total 646 kB/s | 350 kB 00:00 2024-04-22T23:35:46.012 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:46.022 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:46.022 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:46.048 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:46.048 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:46.121 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:46.192 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:46.326 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:35:46.354 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:35:46.369 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:35:46.369 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:46.369 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:35:46.369 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:46.380 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:35:46.427 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:35:46.442 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:35:46.442 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:46.443 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:35:46.443 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:47.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:35:47.155 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:35:47.396 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:35:47.396 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:47.396 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:47.396 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:47.396 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:35:47.396 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:47.397 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:47.443 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:35:47.443 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:47.443 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:47.443 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:47.443 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:35:47.443 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:47.443 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:47.684 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados-devel 2024-04-22T23:35:47.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados-devel 2024-04-22T23:35:48.206 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:48.249 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:48.327 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:48.327 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:48.327 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T23:35:48.327 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 127 k 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 456 k 2024-04-22T23:35:48.328 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:48.375 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:48.376 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:48.376 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T23:35:48.376 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:48.376 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:48.376 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:35:48.376 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:48.376 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:35:48.377 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 127 k 2024-04-22T23:35:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 456 k 2024-04-22T23:35:48.377 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:48.597 INFO:teuthology.orchestra.run.smithi071.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 576 kB/s | 127 kB 00:00 2024-04-22T23:35:48.598 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:48.598 INFO:teuthology.orchestra.run.smithi071.stdout:Total 572 kB/s | 127 kB 00:00 2024-04-22T23:35:48.598 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:48.603 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:48.603 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:48.633 INFO:teuthology.orchestra.run.smithi192.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 415 kB/s | 127 kB 00:00 2024-04-22T23:35:48.634 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:48.634 INFO:teuthology.orchestra.run.smithi192.stdout:Total 413 kB/s | 127 kB 00:00 2024-04-22T23:35:48.635 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:48.640 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:48.640 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:48.667 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:48.667 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:48.703 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:48.703 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:48.817 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:48.855 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:48.909 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:48.955 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:49.320 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:49.360 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:49.537 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:49.537 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:49.537 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:49.537 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:49.537 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:49.537 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:49.600 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:49.601 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:49.601 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:49.601 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:49.601 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:49.601 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:49.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs2 2024-04-22T23:35:49.864 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs2 2024-04-22T23:35:50.269 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:50.348 INFO:teuthology.orchestra.run.smithi071.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:50.382 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:50.390 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:50.391 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:50.391 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:50.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs-devel 2024-04-22T23:35:50.461 INFO:teuthology.orchestra.run.smithi192.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:50.503 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:50.504 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:50.505 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:50.577 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs-devel 2024-04-22T23:35:50.973 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:51.092 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:51.093 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:51.093 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T23:35:51.093 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:51.093 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:51.093 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:35:51.093 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:51.094 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:51.094 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:51.094 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:35:51.094 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:51.094 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 32 k 2024-04-22T23:35:51.094 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 142 k 2024-04-22T23:35:51.094 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:51.101 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:51.228 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:51.229 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 32 k 2024-04-22T23:35:51.230 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 142 k 2024-04-22T23:35:51.230 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:51.267 INFO:teuthology.orchestra.run.smithi071.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 183 kB/s | 32 kB 00:00 2024-04-22T23:35:51.268 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:51.268 INFO:teuthology.orchestra.run.smithi071.stdout:Total 182 kB/s | 32 kB 00:00 2024-04-22T23:35:51.268 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:51.271 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:51.271 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:51.274 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:51.274 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:51.348 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:51.388 INFO:teuthology.orchestra.run.smithi192.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 200 kB/s | 32 kB 00:00 2024-04-22T23:35:51.389 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:51.390 INFO:teuthology.orchestra.run.smithi192.stdout:Total 198 kB/s | 32 kB 00:00 2024-04-22T23:35:51.390 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:51.393 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:51.393 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:51.396 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:51.396 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:51.454 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:51.486 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:51.593 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:51.819 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:51.957 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:52.023 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:52.023 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:52.023 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:52.023 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:52.023 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:52.023 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:52.155 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:52.155 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:52.155 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:52.155 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:52.155 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:52.155 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:52.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados2 2024-04-22T23:35:52.320 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados2 2024-04-22T23:35:52.737 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:52.817 INFO:teuthology.orchestra.run.smithi071.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:52.824 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:52.858 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:52.859 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:52.859 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:52.903 INFO:teuthology.orchestra.run.smithi192.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:52.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librbd1 2024-04-22T23:35:52.943 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:52.945 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:52.945 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:53.009 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librbd1 2024-04-22T23:35:53.454 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:53.542 INFO:teuthology.orchestra.run.smithi071.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:53.544 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:53.584 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:53.584 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:53.585 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:53.633 INFO:teuthology.orchestra.run.smithi192.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:53.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rados 2024-04-22T23:35:53.674 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:53.675 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:53.675 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:53.747 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rados 2024-04-22T23:35:54.148 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:54.226 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:54.254 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:54.267 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:54.268 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:54.268 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:54.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rgw 2024-04-22T23:35:54.333 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:54.374 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:54.375 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:54.375 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:54.438 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rgw 2024-04-22T23:35:54.838 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:54.916 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:54.950 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:54.957 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:54.958 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:54.958 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:55.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-cephfs 2024-04-22T23:35:55.028 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:55.070 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:55.071 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:55.071 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:55.135 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-cephfs 2024-04-22T23:35:55.535 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:55.615 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:55.649 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:55.657 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:55.658 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:55.658 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:55.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rbd 2024-04-22T23:35:55.730 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:55.768 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:55.769 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:55.769 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:55.834 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rbd 2024-04-22T23:35:56.272 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:56.350 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:56.353 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:56.395 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:56.396 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T23:35:56.397 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:56.429 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:56.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-fuse 2024-04-22T23:35:56.470 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:56.471 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T23:35:56.471 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:56.536 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-fuse 2024-04-22T23:35:56.974 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:57.042 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:57.093 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:57.094 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:57.094 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T23:35:57.094 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:57.094 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:57.094 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:35:57.094 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:57.094 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:57.095 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:57.095 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:35:57.095 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:57.095 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 85 k 2024-04-22T23:35:57.095 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 231 k 2024-04-22T23:35:57.095 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:57.164 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:57.165 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:57.165 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T23:35:57.165 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:57.165 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:57.165 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 85 k 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 231 k 2024-04-22T23:35:57.166 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:57.420 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 263 kB/s | 85 kB 00:00 2024-04-22T23:35:57.420 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:57.421 INFO:teuthology.orchestra.run.smithi071.stdout:Total 261 kB/s | 85 kB 00:00 2024-04-22T23:35:57.421 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:35:57.428 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:35:57.428 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:35:57.475 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 276 kB/s | 85 kB 00:00 2024-04-22T23:35:57.476 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:57.476 INFO:teuthology.orchestra.run.smithi192.stdout:Total 275 kB/s | 85 kB 00:00 2024-04-22T23:35:57.476 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:57.483 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:57.483 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:57.491 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:35:57.491 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:35:57.545 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:57.545 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:35:57.644 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:35:57.688 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:35:57.741 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:57.788 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:58.108 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:58.156 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:58.357 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:58.357 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:58.357 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:35:58.357 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:58.358 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:58.358 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:35:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:35:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:58.398 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:35:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:58.398 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:35:58.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-mirror 2024-04-22T23:35:58.626 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-mirror 2024-04-22T23:35:59.108 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:35:59.147 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:57 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:35:59.230 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:35:59.230 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.1 M 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 13 M 2024-04-22T23:35:59.231 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:35:59.268 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:35:59.269 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:59.269 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T23:35:59.269 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:59.269 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.1 M 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 13 M 2024-04-22T23:35:59.270 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:35:59.663 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-04-22T23:35:59.664 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:59.664 INFO:teuthology.orchestra.run.smithi192.stdout:Total 7.8 MB/s | 3.1 MB 00:00 2024-04-22T23:35:59.664 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:35:59.673 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:35:59.673 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:35:59.754 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:35:59.754 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:36:00.090 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 3.6 MB/s | 3.1 MB 00:00 2024-04-22T23:36:00.091 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:00.091 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.6 MB/s | 3.1 MB 00:00 2024-04-22T23:36:00.091 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:36:00.100 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:36:00.100 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:36:00.179 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:36:00.180 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:36:00.188 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:36:00.247 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:00.272 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:00.273 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:36:00.273 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:36:00.273 INFO:teuthology.orchestra.run.smithi192.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:36:00.273 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:36:00.273 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:36:00.604 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:36:00.674 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:00.699 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:00.699 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:36:00.699 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:36:00.699 INFO:teuthology.orchestra.run.smithi071.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:36:00.699 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:36:00.699 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:36:01.271 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:01.272 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:36:01.272 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:36:01.272 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:01.272 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:36:01.272 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:36:01.492 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-nbd 2024-04-22T23:36:01.738 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:01.738 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:36:01.739 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:36:01.739 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:01.739 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:36:01.739 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:36:01.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-nbd 2024-04-22T23:36:02.016 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:00 ago on Mon 22 Apr 2024 11:34:02 PM UTC. 2024-04-22T23:36:02.140 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 171 k 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 494 k 2024-04-22T23:36:02.141 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T23:36:02.493 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 486 kB/s | 171 kB 00:00 2024-04-22T23:36:02.494 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:02.495 INFO:teuthology.orchestra.run.smithi192.stdout:Total 484 kB/s | 171 kB 00:00 2024-04-22T23:36:02.495 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T23:36:02.497 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:34:11 PM UTC. 2024-04-22T23:36:02.502 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T23:36:02.502 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T23:36:02.565 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T23:36:02.565 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T23:36:02.622 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T23:36:02.623 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T23:36:02.624 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T23:36:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:36:02.624 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 171 k 2024-04-22T23:36:02.624 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 494 k 2024-04-22T23:36:02.624 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T23:36:02.714 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T23:36:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:02.876 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 677 kB/s | 171 kB 00:00 2024-04-22T23:36:02.877 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:02.877 INFO:teuthology.orchestra.run.smithi071.stdout:Total 673 kB/s | 171 kB 00:00 2024-04-22T23:36:02.877 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T23:36:02.885 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T23:36:02.885 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T23:36:02.948 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T23:36:02.949 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T23:36:03.103 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T23:36:03.199 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:03.214 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:03.446 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:03.447 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:36:03.447 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T23:36:03.447 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:03.447 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:36:03.447 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T23:36:03.609 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:03.725 DEBUG:teuthology.parallel:result is None 2024-04-22T23:36:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:36:03.837 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T23:36:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:36:03.838 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T23:36:04.095 DEBUG:teuthology.parallel:result is None 2024-04-22T23:36:04.095 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:36:04.328 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:36:04.349 INFO:teuthology.orchestra.run.smithi071.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:36:04.350 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:36:04.350 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:36:04.352 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:36:04.567 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:36:04.592 INFO:teuthology.orchestra.run.smithi192.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:36:04.592 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:36:04.592 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:36:04.594 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T23:36:04.594 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:36:04.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:36:04.619 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:36:04.619 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:36:04.659 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T23:36:04.660 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:36:04.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:36:04.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:36:04.751 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:36:04.751 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:36:04.778 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:36:04.843 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T23:36:04.844 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:36:04.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:36:04.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:36:04.930 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:36:04.930 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:36:04.954 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:36:05.018 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T23:36:05.019 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:36:05.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:36:05.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:36:05.105 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:36:05.105 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:36:05.129 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:36:05.193 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:36:05.297 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, '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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:36:05.297 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:36:05.298 INFO:tasks.cephadm:Cluster fsid is 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:36:05.298 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:36:05.298 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.71', 'mon.b': '172.21.15.192'} 2024-04-22T23:36:05.298 INFO:tasks.cephadm:First mon is mon.a on smithi071 2024-04-22T23:36:05.298 INFO:tasks.cephadm:First mgr is a 2024-04-22T23:36:05.298 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:36:05.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-04-22T23:36:05.322 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-04-22T23:36:05.346 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:36:05.346 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:36:05.564 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:36:05.706 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:36:05.708 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:36:05.708 DEBUG:teuthology.orchestra.run.smithi071:> 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:36:06.291 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:36 /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:06.291 DEBUG:teuthology.orchestra.run.smithi192:> 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:36:06.897 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:36 /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:06.898 DEBUG:teuthology.orchestra.run.smithi071:> 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:36:06.913 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:06.941 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:36:06.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:36:06.956 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:36:08.484 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:36:08.574 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:37:07.724 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-04-22T23:37:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:37:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:37:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "repo_digests": [ 2024-04-22T23:37:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:37:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-04-22T23:37:07.725 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-04-22T23:37:07.772 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2024-04-22T23:37:07.772 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:37:07.772 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:37:07.772 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2024-04-22T23:37:07.772 INFO:teuthology.orchestra.run.smithi192.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:37:07.773 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2024-04-22T23:37:07.773 INFO:teuthology.orchestra.run.smithi192.stdout:} 2024-04-22T23:37:07.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-04-22T23:37:07.824 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-04-22T23:37:07.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-04-22T23:37:07.888 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-04-22T23:37:07.914 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:37:07.916 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-22T23:37:07.916 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:37:07.916 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:37:07.916 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-22T23:37:07.916 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:37:07.916 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:37:07.916 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:37:07.917 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:37:07.917 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:37:07.918 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:37:07.918 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:37:07.942 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 = 16541a1a-0101-11ef-bc93-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [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:37:07.942 DEBUG:teuthology.orchestra.run.smithi071:mon.a> sudo journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T23:37:07.985 DEBUG:teuthology.orchestra.run.smithi071:mgr.a> sudo journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a.service 2024-04-22T23:37:08.027 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:37:08.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid 16541a1a-0101-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.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:37:08.214 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:37:08.214 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', '16541a1a-0101-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.71', '--skip-admin-label'] 2024-04-22T23:37:08.215 INFO:teuthology.orchestra.run.smithi071.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:37:08.215 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying podman|docker is present... 2024-04-22T23:37:08.240 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:37:08.240 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying lvm2 is present... 2024-04-22T23:37:08.240 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying time synchronization is in place... 2024-04-22T23:37:08.247 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:37:08.247 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:37:08.253 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:37:08.253 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-22T23:37:08.260 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-04-22T23:37:08.266 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-04-22T23:37:08.266 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:37:08.266 INFO:teuthology.orchestra.run.smithi071.stdout:Repeating the final host check... 2024-04-22T23:37:08.290 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:37:08.290 INFO:teuthology.orchestra.run.smithi071.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-22T23:37:08.290 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl is present 2024-04-22T23:37:08.290 INFO:teuthology.orchestra.run.smithi071.stdout:lvcreate is present 2024-04-22T23:37:08.296 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:37:08.296 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:37:08.302 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:37:08.302 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-22T23:37:08.309 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:Host looks OK 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:Cluster fsid: 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:Acquiring lock 140005453116368 on /run/cephadm/16541a1a-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:Lock 140005453116368 acquired on /run/cephadm/16541a1a-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 3300 ... 2024-04-22T23:37:08.315 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 6789 ... 2024-04-22T23:37:08.316 INFO:teuthology.orchestra.run.smithi071.stdout:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-04-22T23:37:08.318 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-04-22T23:37:08.318 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-04-22T23:37:08.321 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:37:08.321 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-04-22T23:37:08.321 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-04-22T23:37:08.323 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:37:08.323 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:37:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:37:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-22T23:37:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 fe80::b948:e609:13ae:37c1/64 scope link noprefixroute 2024-04-22T23:37:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:37:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-04-22T23:37:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-04-22T23:37:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:37:08.325 INFO:teuthology.orchestra.run.smithi071.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:37:08.325 INFO:teuthology.orchestra.run.smithi071.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:37:08.860 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:37:08.860 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:37:08.860 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Getting image source signatures 2024-04-22T23:37:08.860 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:7ec8071d58237120baf964bcb2a78b46559ac3cbfb68211cd54b50ae743186f0 2024-04-22T23:37:08.860 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-22T23:37:08.860 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying config sha256:a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:37:08.860 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-22T23:37:09.872 INFO:teuthology.orchestra.run.smithi071.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:37:09.872 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:37:09.872 INFO:teuthology.orchestra.run.smithi071.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:37:10.913 INFO:teuthology.orchestra.run.smithi071.stdout:stat: stdout 167 167 2024-04-22T23:37:10.913 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial keys... 2024-04-22T23:37:11.960 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCn9CZmim07EBAAMXO8LvlDuj4Ue0HGNuA9UQ== 2024-04-22T23:37:13.068 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCo9CZmQ0UqFhAAnkWDmiIs4t09BrFxlEBLSA== 2024-04-22T23:37:17.834 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCp9CZmFngEGRAAkyCFsKuXMxLh/UmOsnkftw== 2024-04-22T23:37:17.835 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial monmap... 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:monmaptool for a [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:setting min_mon_release = quincy 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: set fsid to 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:37:24.279 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mon... 2024-04-22T23:37:25.699 INFO:teuthology.orchestra.run.smithi071.stdout:create mon.a on 2024-04-22T23:37:25.910 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-22T23:37:26.053 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-22T23:37:26.232 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-16541a1a-0101-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-16541a1a-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:37:26.233 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-16541a1a-0101-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-16541a1a-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:37:26.454 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:37:26.454 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T23:37:26.623 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-16541a1a-0101-11ef-bc93-c7b262605968.target.wants/ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-16541a1a-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:37:27.206 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:37:27.206 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-22T23:37:27.213 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:37:27.213 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-22T23:37:27.213 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-22T23:37:27.213 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:37:27.213 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon to start... 2024-04-22T23:37:27.213 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon... 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout id: 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.64428s) 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:37:28.269 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:mon is available 2024-04-22T23:37:28.270 INFO:teuthology.orchestra.run.smithi071.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:37:29.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:29 smithi071 ceph-mon[27471]: from='client.? 172.21.15.71:0/1305891902' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:37:30.205 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:30.205 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:37:30.205 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:30.205 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:37:30.205 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-04-22T23:37:30.205 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:37:30.206 INFO:teuthology.orchestra.run.smithi071.stdout:Generating new minimal ceph.conf... 2024-04-22T23:37:30.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:30 smithi071 ceph-mon[27471]: from='client.? 172.21.15.71:0/1037741819' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:37:31.341 INFO:teuthology.orchestra.run.smithi071.stdout:Restarting the monitor... 2024-04-22T23:37:31.620 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:31 smithi071 systemd[1]: Stopping Ceph mon.a for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:37:31.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:31 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a[27447]: 2024-04-22T23:37:31.625+0000 7f44dbc00700 -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:37:31.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:31 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a[27447]: 2024-04-22T23:37:31.625+0000 7f44dbc00700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:37:31.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:31 smithi071 podman[27803]: 2024-04-22 23:37:31.697502641 +0000 UTC m=+0.182699469 container died 924dfb877842379df1b61976416da2cefab00bc97db19bae4d29227390e4d381 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-04-22T23:37:32.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 podman[27803]: 2024-04-22 23:37:32.047806268 +0000 UTC m=+0.533003150 container cleanup 924dfb877842379df1b61976416da2cefab00bc97db19bae4d29227390e4d381 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-04-22T23:37:32.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 bash[27803]: ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:37:32.518 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 podman[27822]: 2024-04-22 23:37:32.273618179 +0000 UTC m=+0.578500039 container remove 924dfb877842379df1b61976416da2cefab00bc97db19bae4d29227390e4d381 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, ceph=True, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-04-22T23:37:32.518 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:37:32.518 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 systemd[1]: Stopped Ceph mon.a for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:37:32.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 systemd[1]: Starting Ceph mon.a for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:37:32.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 podman[27918]: 2024-04-22 23:37:32.642499334 +0000 UTC m=+0.018010519 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:37:32.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 podman[27918]: 2024-04-22 23:37:32.741092211 +0000 UTC m=+0.116603395 container create 69fe1a69480ddf2e6577e03acdb25eee6f6fc82eae01e2b1cd7fdd692236f007 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-04-22T23:37:33.032 INFO:teuthology.orchestra.run.smithi071.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:37:33.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 podman[27918]: 2024-04-22 23:37:32.943259324 +0000 UTC m=+0.318770508 container init 69fe1a69480ddf2e6577e03acdb25eee6f6fc82eae01e2b1cd7fdd692236f007 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240416, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-04-22T23:37:33.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 podman[27918]: 2024-04-22 23:37:32.948950672 +0000 UTC m=+0.324461856 container start 69fe1a69480ddf2e6577e03acdb25eee6f6fc82eae01e2b1cd7fdd692236f007 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: pidfile_write: ignore empty --pid-file 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: load: jerasure load: lrc 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Git sha 0 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: DB SUMMARY 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: DB Session ID: ZXQG5GAKHY75X1M7DNBR 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:37:33.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88555 ; 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.env: 0x55db65847cc0 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.info_log: 0x55db67ee3be0 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.statistics: (nil) 2024-04-22T23:37:33.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.use_fsync: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.db_log_dir: 2024-04-22T23:37:33.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.wal_dir: 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.write_buffer_manager: 0x55db67e770e0 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:37:33.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.unordered_write: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.row_cache: None 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.wal_filter: None 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.wal_compression: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:37:33.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:37:33.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_open_files: -1 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Compression algorithms supported: 2024-04-22T23:37:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kZSTD supported: 0 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.merge_operator: 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_filter: None 2024-04-22T23:37:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55db67ee3dc0) 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_type: 0 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_index_type: 0 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_shortening: 1 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: checksum: 4 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: no_block_cache: 0 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache: 0x55db67ea91f0 2024-04-22T23:37:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_options: 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: capacity : 536870912 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_shard_bits : 4 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: strict_capacity_limit : 0 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_compressed: (nil) 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: persistent_cache: (nil) 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size: 4096 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size_deviation: 10 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_restart_interval: 16 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_block_restart_interval: 1 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: metadata_block_size: 4096 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: partition_filters: 0 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: use_delta_encoding: 1 2024-04-22T23:37:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout: filter_policy: bloomfilter 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: whole_key_filtering: 1 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: verify_compression: 0 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: format_version: 5 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_index_compression: 1 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_align: 0 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: max_auto_readahead_size: 262144 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: prepopulate_block_cache: 0 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression: NoCompression 2024-04-22T23:37:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.num_levels: 7 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:37:33.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:37:33.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:37:33.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:37:33.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.ttl: 2592000 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:37:33.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: 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:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e8f691ef-6154-41ca-9f9e-88aff6047634 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713829052978037, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713829052978879, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85294, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83441, "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": 77653, "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": 1713829052, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e8f691ef-6154-41ca-9f9e-88aff6047634", "db_session_id": "ZXQG5GAKHY75X1M7DNBR", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713829052978938, "job": 1, "event": "recovery_finished"} 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:37:33.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: 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:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55db67fbe000 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: DB pointer 0x55db67fa8000 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** DB Stats ** 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.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:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.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:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-04-22T23:37:33.270 INFO:journalctl@ceph.mon.a.smithi071.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:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: L0 2/0 85.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: Sum 2/0 85.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.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 152.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.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:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.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 152.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:37:33.271 INFO:journalctl@ceph.mon.a.smithi071.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative compaction: 0.00 GB write, 29.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval compaction: 0.00 GB write, 29.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.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:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: Block cache BinnedLRUCache@0x55db67ea91f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.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:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???) e1 preinit fsid 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:33.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???).mds e1 new map 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???).mds e1 print_map 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout: e1 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.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:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout: legacy client fscid: -1 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout: No filesystems configured 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:32 smithi071 ceph-mon[27955]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 bash[27918]: 69fe1a69480ddf2e6577e03acdb25eee6f6fc82eae01e2b1cd7fdd692236f007 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 systemd[1]: Started Ceph mon.a for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:37:33.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: monmap epoch 1 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: fsid 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: last_changed 2024-04-22T23:37:20.731889+0000 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: created 2024-04-22T23:37:20.731889+0000 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: min_mon_release 19 (squid) 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: election_strategy: 1 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: fsmap 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:37:33.274 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:33 smithi071 ceph-mon[27955]: mgrmap e1: no daemons active 2024-04-22T23:37:34.103 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:37:34.125 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:37:34.125 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mgr... 2024-04-22T23:37:34.125 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:37:34.125 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:37:34.375 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:37:34.375 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-22T23:37:34.526 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-16541a1a-0101-11ef-bc93-c7b262605968.target.wants/ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-16541a1a-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:37:34.545 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:34 smithi071 systemd[1]: Starting Ceph mgr.a for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:37:34.858 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:34 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/807144164' entity='client.admin' 2024-04-22T23:37:34.858 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:34 smithi071 podman[28200]: 2024-04-22 23:37:34.763870199 +0000 UTC m=+0.108134184 container create bb12c21cc19255d3af915e69e075c37ff1c32b250a41c97115203c58c1e31468 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-22T23:37:34.858 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:34 smithi071 podman[28200]: 2024-04-22 23:37:34.673305032 +0000 UTC m=+0.017568981 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:37:35.069 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:37:35.069 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-22T23:37:35.077 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:37:35.077 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-22T23:37:35.077 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-22T23:37:35.077 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:37:35.085 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:37:35.086 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-22T23:37:35.093 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:37:35.093 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-22T23:37:35.093 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-22T23:37:35.093 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T23:37:35.093 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr to start... 2024-04-22T23:37:35.093 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr... 2024-04-22T23:37:35.223 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:34 smithi071 podman[28200]: 2024-04-22 23:37:34.969339566 +0000 UTC m=+0.313603505 container init bb12c21cc19255d3af915e69e075c37ff1c32b250a41c97115203c58c1e31468 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-04-22T23:37:35.223 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:34 smithi071 podman[28200]: 2024-04-22 23:37:34.974898299 +0000 UTC m=+0.319162238 container start bb12c21cc19255d3af915e69e075c37ff1c32b250a41c97115203c58c1e31468 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-04-22T23:37:35.223 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:35 smithi071 bash[28200]: bb12c21cc19255d3af915e69e075c37ff1c32b250a41c97115203c58c1e31468 2024-04-22T23:37:35.223 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:35 smithi071 systemd[1]: Started Ceph mgr.a for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:37:35.224 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:35 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:35.136+0000 7f5903c67200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:37:35.513 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:35 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:35.320+0000 7f5903c67200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:37:35.513 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:35 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:35.420+0000 7f5903c67200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:37:35.820 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:35 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:35.737+0000 7f5903c67200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:37:35.820 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:35 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:35.825+0000 7f5903c67200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:37:36.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:35 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/3638041428' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:37:36.536 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:36.536 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:37:36.536 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "16541a1a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:37:36.536 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:37:36.536 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:37:36.536 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:37:36.536 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:37:36.537 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:37:36.538 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:37:36.539 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:27.127792+0000", 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:37:36.540 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:37:37.359 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:37 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:37.030+0000 7f5903c67200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:37:37.359 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:37 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:37.198+0000 7f5903c67200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:37:37.359 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:37 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:37.365+0000 7f5903c67200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:37:37.908 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:37 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:37.647+0000 7f5903c67200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:37:37.908 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:37 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:37.738+0000 7f5903c67200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:37:38.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:37 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:37.939+0000 7f5903c67200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:37:38.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:38 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:38.129+0000 7f5903c67200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:37:38.908 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:38 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:38.726+0000 7f5903c67200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:37:39.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:39 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/3745279248' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:37:39.259 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:39 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:39.170+0000 7f5903c67200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:37:39.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:39 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:39.265+0000 7f5903c67200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:37:39.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:39 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:39.468+0000 7f5903c67200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:37:39.709 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:39.709 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:37:39.709 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "16541a1a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:37:39.709 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:37:39.709 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:37:39.709 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:39.710 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:37:39.711 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:37:39.712 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:27.127792+0000", 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:39.713 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:39.714 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:37:39.714 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:37:39.714 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:37:40.311 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:39 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:39.986+0000 7f5903c67200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:37:40.311 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:40 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:40.078+0000 7f5903c67200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:37:40.651 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:40 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:40.316+0000 7f5903c67200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:37:40.651 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:40 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:40.448+0000 7f5903c67200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:37:40.651 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:40 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:40.541+0000 7f5903c67200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:37:40.651 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:40 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:40.656+0000 7f5903c67200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:37:41.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:40 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:40.954+0000 7f5903c67200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:37:41.817 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:41.546+0000 7f5903c67200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:37:41.817 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:41.769+0000 7f5903c67200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: Activating manager daemon a 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: mgrmap e2: a(active, starting, since 0.00305967s) 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:37:42.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: Manager daemon a is now available 2024-04-22T23:37:42.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:37:42.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:37:42.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' 2024-04-22T23:37:42.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' 2024-04-22T23:37:42.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:41 smithi071 ceph-mon[27955]: from='mgr.14100 172.21.15.71:0/3502336774' entity='mgr.a' 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "16541a1a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:42.795 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:37:42.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:37:42.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:37:42.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:37:42.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:37:42.800 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:42.801 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:27.127792+0000", 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:37:42.802 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:37:43.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:42 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/3609980048' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:37:43.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:42 smithi071 ceph-mon[27955]: mgrmap e3: a(active, since 1.0062s) 2024-04-22T23:37:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:44 smithi071 ceph-mon[27955]: mgrmap e4: a(active, since 2s) 2024-04-22T23:37:46.136 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:45 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/3859072047' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:37:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:37:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "16541a1a-0101-11ef-bc93-c7b262605968", 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:37:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:37:46.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:46.147 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:27.127792+0000", 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:37:46.148 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:37:46.149 INFO:teuthology.orchestra.run.smithi071.stdout:mgr is available 2024-04-22T23:37:47.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:46 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2889014872' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:37:47.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:46 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2889014872' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:37:47.405 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:37:47.406 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:47.406 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:37:47.406 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:37:47.406 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:47.406 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:37:47.406 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:37:47.407 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:37:47.407 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling cephadm module... 2024-04-22T23:37:48.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:48 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/1499191933' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:37:48.482 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:48 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: ignoring --setuser ceph since I am not root 2024-04-22T23:37:48.482 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:48 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: ignoring --setgroup ceph since I am not root 2024-04-22T23:37:48.482 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:48 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:48.349+0000 7f323a5a8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:37:48.741 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:48 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:48.533+0000 7f323a5a8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:37:48.741 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:48 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:48.633+0000 7f323a5a8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:37:49.004 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:48 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:48.941+0000 7f323a5a8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:37:49.276 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:49 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:49.031+0000 7f323a5a8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:37:49.277 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:49 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/1499191933' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:37:49.277 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:49 smithi071 ceph-mon[27955]: mgrmap e5: a(active, since 6s) 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-04-22T23:37:50.091 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 5... 2024-04-22T23:37:50.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:50 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/3009657031' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:37:50.483 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:50 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:50.231+0000 7f323a5a8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:37:50.483 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:50 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:50.412+0000 7f323a5a8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:37:50.869 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:50 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:50.589+0000 7f323a5a8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:37:50.869 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:50 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:50.874+0000 7f323a5a8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:37:51.158 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:50 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:50.965+0000 7f323a5a8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:37:51.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:51 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:51.164+0000 7f323a5a8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:37:51.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:51 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:51.354+0000 7f323a5a8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:37:52.351 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:51 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:51.943+0000 7f323a5a8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:37:52.642 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:52 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:52.356+0000 7f323a5a8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:37:52.643 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:52 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:52.451+0000 7f323a5a8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:37:52.643 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:52 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:52.648+0000 7f323a5a8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:37:53.510 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:53 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:53.186+0000 7f323a5a8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:37:53.510 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:53 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:53.276+0000 7f323a5a8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:37:53.850 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:53 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:53.515+0000 7f323a5a8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:37:53.850 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:53 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:53.646+0000 7f323a5a8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:37:53.850 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:53 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:53.740+0000 7f323a5a8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:37:53.851 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:53 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:53.855+0000 7f323a5a8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:37:54.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:54 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:54.153+0000 7f323a5a8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:37:55.007 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:54 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:54.743+0000 7f323a5a8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:37:55.007 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:37:54 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:37:54.959+0000 7f323a5a8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:37:55.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: Active manager daemon a restarted 2024-04-22T23:37:55.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: Activating manager daemon a 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: mgrmap e6: a(active, starting, since 0.00337297s) 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: Manager daemon a is now available 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:37:55.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:55 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:37:56.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:56 smithi071 ceph-mon[27955]: Found migration_current of "None". Setting to last migration. 2024-04-22T23:37:56.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:56 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:37:56.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:56 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:37:56.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:56 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:37:56.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:56 smithi071 ceph-mon[27955]: mgrmap e7: a(active, since 1.00517s) 2024-04-22T23:37:56.588 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:37:56.588 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:37:56.588 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:37:56.588 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:37:56.588 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 5 is available 2024-04-22T23:37:56.589 INFO:teuthology.orchestra.run.smithi071.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:37:57.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:57 smithi071 ceph-mon[27955]: [22/Apr/2024:23:37:55] ENGINE Bus STARTING 2024-04-22T23:37:57.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:57 smithi071 ceph-mon[27955]: [22/Apr/2024:23:37:55] ENGINE Serving on http://172.21.15.71:8765 2024-04-22T23:37:57.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:57 smithi071 ceph-mon[27955]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:37:57.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:57 smithi071 ceph-mon[27955]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:37:57.287 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:57 smithi071 ceph-mon[27955]: [22/Apr/2024:23:37:56] ENGINE Serving on https://172.21.15.71:7150 2024-04-22T23:37:57.287 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:57 smithi071 ceph-mon[27955]: [22/Apr/2024:23:37:56] ENGINE Bus STARTED 2024-04-22T23:37:57.287 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:57 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:37:58.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:58 smithi071 ceph-mon[27955]: mgrmap e8: a(active, since 2s) 2024-04-22T23:37:58.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:58 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:37:58.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:58 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:37:59.114 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:37:59 smithi071 ceph-mon[27955]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:37:59.117 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:37:59.117 INFO:teuthology.orchestra.run.smithi071.stdout:Generating ssh key... 2024-04-22T23:38:00.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-mon[27955]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:00.336 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: Generating public/private rsa key pair. 2024-04-22T23:38:00.336 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: Your identification has been saved in /tmp/tmprs1e3oam/key. 2024-04-22T23:38:00.336 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: Your public key has been saved in /tmp/tmprs1e3oam/key.pub. 2024-04-22T23:38:00.336 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: The key fingerprint is: 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: SHA256:oZNawLPYW7FlckwMu3wZfaiBsf74GtHp6L5R4RXxP3Q ceph-16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: The key's randomart image is: 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: +---[RSA 3072]----+ 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | oo. o. | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | . B.. + | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | + * X + o . E| 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | o * & X . o . | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | . o % S o | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | = X . | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | o = o | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | . + | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: | .=o. | 2024-04-22T23:38:00.337 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:00 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: +----[SHA256]-----+ 2024-04-22T23:38:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:01 smithi071 ceph-mon[27955]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:01 smithi071 ceph-mon[27955]: Generating ssh key... 2024-04-22T23:38:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:01 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:01 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:01.803 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCggWTrjwVxFsQVvSABxiEMbiczESwEeX7rsr3f0ZBSSg2CJw1DRuxqEyZwPU8Vuu73traiGjEZFR9ZjFj4EHDW1aw3V2GoAlfbjLJ067Dx+xCzbkMeKysNOELOaMDLF0PfmGk2MazLG3cpvrY0FzOoicPiv2716XlkMRB840xitLhChskfWs1ZkWC0MiD5KE1Dmt826wzNMbo48LOXRidf9bE99fEb73gJJUCMOnSOzX2CFIBXBWcjO933vfH4X64kfVRWhsvC2ZuYpm+setNZKK9FkG1e2q+nrv0otCPkhZczae2c6J46N3rphK/30hW5gkDWKHPmvJed4zh/xagjZo3jvBtBkRgxAi4spje192B0vnJysdIvjmVy6ckJpN5piBDEGwUIxd9/0xJrJekTBhdOU7VyqNolKY0hic1xm0zXt/zyqUgp36dXhvtdmsZjM8I1GfYyUOfjDGOaZzKrNNwTApuKhu7p9S6iQMvSzwIqngWibEo7gtUcjfbf17U= ceph-16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:01.803 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:38:01.803 INFO:teuthology.orchestra.run.smithi071.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:38:01.804 INFO:teuthology.orchestra.run.smithi071.stdout:Adding host smithi071... 2024-04-22T23:38:02.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:02 smithi071 ceph-mon[27955]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:03.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:03 smithi071 ceph-mon[27955]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:03.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:03 smithi071 ceph-mon[27955]: Deploying cephadm binary to smithi071 2024-04-22T23:38:07.094 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Added host 'smithi071' with addr '172.21.15.71' 2024-04-22T23:38:07.095 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mon service... 2024-04-22T23:38:07.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:07 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:07.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:07 smithi071 ceph-mon[27955]: Added host smithi071 2024-04-22T23:38:07.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:07 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:08.669 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:38:08.669 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mgr service... 2024-04-22T23:38:08.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:08 smithi071 ceph-mon[27955]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:08.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:08 smithi071 ceph-mon[27955]: Saving service mon spec with placement count:5 2024-04-22T23:38:08.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:08 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:10.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:10 smithi071 ceph-mon[27955]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:10.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:10 smithi071 ceph-mon[27955]: Saving service mgr spec with placement count:2 2024-04-22T23:38:10.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:10 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:10.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:10 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:10.682 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:38:12.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:11 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:12.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:11 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2599902512' entity='client.admin' 2024-04-22T23:38:13.679 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling the dashboard module... 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []}]: dispatch 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: from='mgr.14120 172.21.15.71:0/2344269647' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []}]': finished 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/4227328517' entity='client.admin' 2024-04-22T23:38:14.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:14 smithi071 ceph-mon[27955]: Deploying daemon agent.smithi071 on smithi071 2024-04-22T23:38:15.367 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/3059753077' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:38:15.368 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: ignoring --setuser ceph since I am not root 2024-04-22T23:38:15.368 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: ignoring --setgroup ceph since I am not root 2024-04-22T23:38:15.368 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:15.210+0000 7f9befee3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:38:15.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:15.397+0000 7f9befee3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:38:15.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:15.500+0000 7f9befee3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:38:16.005 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:15.823+0000 7f9befee3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:38:16.005 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:15 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:15.914+0000 7f9befee3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:38:16.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:16 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/3059753077' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:38:16.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:16 smithi071 ceph-mon[27955]: mgrmap e9: a(active, since 20s) 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-04-22T23:38:17.011 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 9... 2024-04-22T23:38:17.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:17 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2544635903' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:38:17.259 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:17 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:17.138+0000 7f9befee3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:38:17.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:17 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:17.328+0000 7f9befee3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:38:17.658 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:17 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:17.502+0000 7f9befee3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:38:18.084 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:17 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:17.798+0000 7f9befee3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:38:18.084 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:17 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:17.890+0000 7f9befee3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:38:18.085 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:18 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:18.091+0000 7f9befee3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:38:18.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:18 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:18.283+0000 7f9befee3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:38:19.158 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:18 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:18.870+0000 7f9befee3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:38:19.583 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:19 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:19.291+0000 7f9befee3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:38:19.584 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:19 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:19.387+0000 7f9befee3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:38:19.584 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:19 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:19.590+0000 7f9befee3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:38:20.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:20 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:20.106+0000 7f9befee3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:38:20.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:20 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:20.198+0000 7f9befee3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:38:20.779 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:20 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:20.441+0000 7f9befee3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:38:20.779 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:20 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:20.572+0000 7f9befee3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:38:20.779 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:20 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:20.666+0000 7f9befee3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:38:20.779 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:20 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:20.785+0000 7f9befee3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:38:21.408 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:21.099+0000 7f9befee3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:38:21.958 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:21.695+0000 7f9befee3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:38:21.958 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:38:21.912+0000 7f9befee3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:38:22.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: Active manager daemon a restarted 2024-04-22T23:38:22.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: Activating manager daemon a 2024-04-22T23:38:22.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:38:22.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: mgrmap e10: a(active, starting, since 0.00318391s) 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: Manager daemon a is now available 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:22.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:21 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:23.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:22 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:38:23.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:22 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:38:23.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:22 smithi071 ceph-mon[27955]: mgrmap e11: a(active, since 1.00554s) 2024-04-22T23:38:23.635 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:23.635 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:38:23.635 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:38:23.636 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:23.636 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 9 is available 2024-04-22T23:38:23.636 INFO:teuthology.orchestra.run.smithi071.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:38:24.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:23 smithi071 ceph-mon[27955]: [22/Apr/2024:23:38:23] ENGINE Bus STARTING 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: [22/Apr/2024:23:38:23] ENGINE Serving on http://172.21.15.71:8765 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: [22/Apr/2024:23:38:23] ENGINE Serving on https://172.21.15.71:7150 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: [22/Apr/2024:23:38:23] ENGINE Bus STARTED 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: mgrmap e12: a(active, since 2s) 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi071", "caps": []}]: dispatch 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:24.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:24 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:25.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:38:25.251 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial admin user... 2024-04-22T23:38:26.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:25 smithi071 ceph-mon[27955]: Deploying daemon agent.smithi071 on smithi071 2024-04-22T23:38:26.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:25 smithi071 ceph-mon[27955]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:26.657 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$w4BC/NqYgmKoNkm6RR22WO.GLySCCSH1xK9X5I9WXQXQ0JF4wlT4W", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713829106, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:38:26.657 INFO:teuthology.orchestra.run.smithi071.stdout:Fetching dashboard port number... 2024-04-22T23:38:27.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:26 smithi071 ceph-mon[27955]: 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:38:27.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:26 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:27.921 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:38:27.930 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:38:27.930 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-04-22T23:38:27.937 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:38:27.937 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-04-22T23:38:27.937 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-04-22T23:38:27.937 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:38:27.938 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph Dashboard is now available at: 2024-04-22T23:38:27.938 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:27.938 INFO:teuthology.orchestra.run.smithi071.stdout: URL: https://smithi071:8443/ 2024-04-22T23:38:27.938 INFO:teuthology.orchestra.run.smithi071.stdout: User: admin 2024-04-22T23:38:27.938 INFO:teuthology.orchestra.run.smithi071.stdout: Password: jv0d1kf7ac 2024-04-22T23:38:27.939 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:27.939 INFO:teuthology.orchestra.run.smithi071.stdout:Saving cluster configuration to /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config directory 2024-04-22T23:38:27.939 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:38:28.181 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:27 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2020532145' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:38:29.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:28 smithi071 ceph-mon[27955]: mgrmap e13: a(active, since 6s) 2024-04-22T23:38:30.492 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:38:30.492 INFO:teuthology.orchestra.run.smithi071.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:38:30.492 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.492 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 16541a1a-0101-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:38:30.492 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.492 INFO:teuthology.orchestra.run.smithi071.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:38:30.492 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: ceph telemetry on 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout:For more information see: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:30.493 INFO:teuthology.orchestra.run.smithi071.stdout:Bootstrap complete. 2024-04-22T23:38:30.532 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:38:30.533 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:38:30.533 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:38:30.548 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:38:30.548 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:38:30.548 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:38:30.602 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:38:30.602 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:38:30.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T23:38:30.782 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:38:30.782 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:38:30.782 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:38:30.843 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:38:30.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCggWTrjwVxFsQVvSABxiEMbiczESwEeX7rsr3f0ZBSSg2CJw1DRuxqEyZwPU8Vuu73traiGjEZFR9ZjFj4EHDW1aw3V2GoAlfbjLJ067Dx+xCzbkMeKysNOELOaMDLF0PfmGk2MazLG3cpvrY0FzOoicPiv2716XlkMRB840xitLhChskfWs1ZkWC0MiD5KE1Dmt826wzNMbo48LOXRidf9bE99fEb73gJJUCMOnSOzX2CFIBXBWcjO933vfH4X64kfVRWhsvC2ZuYpm+setNZKK9FkG1e2q+nrv0otCPkhZczae2c6J46N3rphK/30hW5gkDWKHPmvJed4zh/xagjZo3jvBtBkRgxAi4spje192B0vnJysdIvjmVy6ckJpN5piBDEGwUIxd9/0xJrJekTBhdOU7VyqNolKY0hic1xm0zXt/zyqUgp36dXhvtdmsZjM8I1GfYyUOfjDGOaZzKrNNwTApuKhu7p9S6iQMvSzwIqngWibEo7gtUcjfbf17U= ceph-16541a1a-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:38:30.977 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCggWTrjwVxFsQVvSABxiEMbiczESwEeX7rsr3f0ZBSSg2CJw1DRuxqEyZwPU8Vuu73traiGjEZFR9ZjFj4EHDW1aw3V2GoAlfbjLJ067Dx+xCzbkMeKysNOELOaMDLF0PfmGk2MazLG3cpvrY0FzOoicPiv2716XlkMRB840xitLhChskfWs1ZkWC0MiD5KE1Dmt826wzNMbo48LOXRidf9bE99fEb73gJJUCMOnSOzX2CFIBXBWcjO933vfH4X64kfVRWhsvC2ZuYpm+setNZKK9FkG1e2q+nrv0otCPkhZczae2c6J46N3rphK/30hW5gkDWKHPmvJed4zh/xagjZo3jvBtBkRgxAi4spje192B0vnJysdIvjmVy6ckJpN5piBDEGwUIxd9/0xJrJekTBhdOU7VyqNolKY0hic1xm0zXt/zyqUgp36dXhvtdmsZjM8I1GfYyUOfjDGOaZzKrNNwTApuKhu7p9S6iQMvSzwIqngWibEo7gtUcjfbf17U= ceph-16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:30.988 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCggWTrjwVxFsQVvSABxiEMbiczESwEeX7rsr3f0ZBSSg2CJw1DRuxqEyZwPU8Vuu73traiGjEZFR9ZjFj4EHDW1aw3V2GoAlfbjLJ067Dx+xCzbkMeKysNOELOaMDLF0PfmGk2MazLG3cpvrY0FzOoicPiv2716XlkMRB840xitLhChskfWs1ZkWC0MiD5KE1Dmt826wzNMbo48LOXRidf9bE99fEb73gJJUCMOnSOzX2CFIBXBWcjO933vfH4X64kfVRWhsvC2ZuYpm+setNZKK9FkG1e2q+nrv0otCPkhZczae2c6J46N3rphK/30hW5gkDWKHPmvJed4zh/xagjZo3jvBtBkRgxAi4spje192B0vnJysdIvjmVy6ckJpN5piBDEGwUIxd9/0xJrJekTBhdOU7VyqNolKY0hic1xm0zXt/zyqUgp36dXhvtdmsZjM8I1GfYyUOfjDGOaZzKrNNwTApuKhu7p9S6iQMvSzwIqngWibEo7gtUcjfbf17U= ceph-16541a1a-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:38:31.027 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCggWTrjwVxFsQVvSABxiEMbiczESwEeX7rsr3f0ZBSSg2CJw1DRuxqEyZwPU8Vuu73traiGjEZFR9ZjFj4EHDW1aw3V2GoAlfbjLJ067Dx+xCzbkMeKysNOELOaMDLF0PfmGk2MazLG3cpvrY0FzOoicPiv2716XlkMRB840xitLhChskfWs1ZkWC0MiD5KE1Dmt826wzNMbo48LOXRidf9bE99fEb73gJJUCMOnSOzX2CFIBXBWcjO933vfH4X64kfVRWhsvC2ZuYpm+setNZKK9FkG1e2q+nrv0otCPkhZczae2c6J46N3rphK/30hW5gkDWKHPmvJed4zh/xagjZo3jvBtBkRgxAi4spje192B0vnJysdIvjmVy6ckJpN5piBDEGwUIxd9/0xJrJekTBhdOU7VyqNolKY0hic1xm0zXt/zyqUgp36dXhvtdmsZjM8I1GfYyUOfjDGOaZzKrNNwTApuKhu7p9S6iQMvSzwIqngWibEo7gtUcjfbf17U= ceph-16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:31.040 DEBUG:teuthology.orchestra.run.smithi071:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:38:31.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:30 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/1674980241' entity='client.admin' 2024-04-22T23:38:31.296 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:32.656 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2949536960' entity='client.admin' 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:32.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:32 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:32.692 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:38:32.692 DEBUG:teuthology.orchestra.run.smithi071:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:38:34.418 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:36.252 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-04-22T23:38:36.252 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:38:36.252 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:38:36.271 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:38:36.271 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:38:36.329 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-04-22T23:38:36.329 DEBUG:teuthology.orchestra.run.smithi071:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph orch host add smithi192 2024-04-22T23:38:36.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: 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:38:36.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:36.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:36.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:36.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:38:36.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: Updating smithi071:/etc/ceph/ceph.conf 2024-04-22T23:38:36.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:36.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:36.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: Updating smithi071:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:38:36.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:38:36.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:36.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:36 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:37.001 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:38.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:37 smithi071 ceph-mon[27955]: Updating smithi071:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:38:38.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:37 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:38.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:37 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:39.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:38 smithi071 ceph-mon[27955]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:40.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:39 smithi071 ceph-mon[27955]: Deploying cephadm binary to smithi192 2024-04-22T23:38:41.751 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi192' with addr '172.21.15.192' 2024-04-22T23:38:42.337 DEBUG:teuthology.orchestra.run.smithi071:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:38:42.576 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:42.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:42 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:42.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:42 smithi071 ceph-mon[27955]: Added host smithi192 2024-04-22T23:38:42.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:42 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:42.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:42 smithi071 ceph-mon[27955]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:42.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:42 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:43.267 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T23:38:43.268 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-04-22T23:38:44.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:44.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:44.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:38:44.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:44.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:38:44.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-22T23:38:44.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: Updating smithi192:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:38:44.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:44.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:44.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-04-22T23:38:44.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:43 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-04-22T23:38:44.029 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:38:44.029 DEBUG:teuthology.orchestra.run.smithi071:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:38:44.269 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:45.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:44 smithi071 ceph-mon[27955]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:38:45.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:44 smithi071 ceph-mon[27955]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:38:45.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:44 smithi071 ceph-mon[27955]: Updating smithi192:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:38:45.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:44 smithi071 ceph-mon[27955]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:45.841 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-04-22T23:38:46.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: Deploying daemon agent.smithi192 on smithi192 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2542493267' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:46.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:45 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:46.482 INFO:tasks.cephadm:Adding mon.a on smithi071 2024-04-22T23:38:46.483 INFO:tasks.cephadm:Adding mon.b on smithi192 2024-04-22T23:38:46.483 DEBUG:teuthology.orchestra.run.smithi192:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi071:172.21.15.71=a;smithi192:172.21.15.192=b' 2024-04-22T23:38:47.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:46 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2542493267' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:38:47.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:46 smithi071 ceph-mon[27955]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:38:47.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:46 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:47.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:46 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:47.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:46 smithi071 ceph-mon[27955]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:47.541 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:38:48.355 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2024-04-22T23:38:48.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:47 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:49.260 DEBUG:teuthology.orchestra.run.smithi192:mon.b> sudo journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.b.service 2024-04-22T23:38:49.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:38:49.262 DEBUG:teuthology.orchestra.run.smithi192:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:38:49.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:48 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:50.001 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:38:50.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:50 smithi071 ceph-mon[27955]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=a;smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:50.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:50 smithi071 ceph-mon[27955]: Saving service mon spec with placement smithi071:172.21.15.71=a;smithi192:172.21.15.192=b;count:2 2024-04-22T23:38:50.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:50 smithi071 ceph-mon[27955]: Deploying daemon mon.b on smithi192 2024-04-22T23:38:50.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:50 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:50.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:50 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:51.206 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:38:51.206 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"16541a1a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:37:20.731889Z","created":"2024-04-22T23:37:20.731889Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:38:51.208 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-04-22T23:38:51.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:51 smithi071 ceph-mon[27955]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:52.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:52 smithi071 ceph-mon[27955]: from='client.? 172.21.15.192:0/1846121039' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:38:52.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:38:52.850 DEBUG:teuthology.orchestra.run.smithi192:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:38:53.209 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.b/config 2024-04-22T23:38:53.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:53 smithi071 ceph-mon[27955]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:53.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:53 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:53.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:53 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:53.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:53 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:54.025 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:38:54.025 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"16541a1a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:37:20.731889Z","created":"2024-04-22T23:37:20.731889Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:38:54.026 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-04-22T23:38:54.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:54 smithi192 ceph-mon[30087]: mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-04-22T23:38:54.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:54 smithi192 bash[30022]: 568e85787942189f84e359cefac02a64fc8e164e85a1c58ab3eb9c28d522655a 2024-04-22T23:38:54.436 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:54 smithi192 systemd[1]: Started Ceph mon.b for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:38:55.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:38:55.723 DEBUG:teuthology.orchestra.run.smithi192:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:38:55.968 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.b/config 2024-04-22T23:38:59.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:59.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:38:59.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: mon.a calling monitor election 2024-04-22T23:38:59.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: mon.b calling monitor election 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: monmap epoch 2 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: fsid 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: last_changed 2024-04-22T23:38:54.076176+0000 2024-04-22T23:38:59.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: created 2024-04-22T23:37:20.731889+0000 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: min_mon_release 19 (squid) 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: election_strategy: 1 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.b 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: fsmap 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: mgrmap e13: a(active, since 37s) 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: overall HEALTH_OK 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:59.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:38:59 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:59.548 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:59.548 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:38:59.548 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: mon.a calling monitor election 2024-04-22T23:38:59.548 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: mon.b calling monitor election 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: monmap epoch 2 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: fsid 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: last_changed 2024-04-22T23:38:54.076176+0000 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: created 2024-04-22T23:37:20.731889+0000 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: min_mon_release 19 (squid) 2024-04-22T23:38:59.549 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: election_strategy: 1 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.b 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: fsmap 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: mgrmap e13: a(active, since 37s) 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: overall HEALTH_OK 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:59.550 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:38:59 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:38:59.705 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T23:38:59.705 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":2,"fsid":"16541a1a-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:38:54.076176Z","created":"2024-04-22T23:37:20.731889Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:38:59.707 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 2 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: Updating smithi071:/etc/ceph/ceph.conf 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: Updating smithi071:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: Updating smithi192:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='client.? 172.21.15.192:0/832283507' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:39:00.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: Reconfiguring daemon mon.a on smithi071 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:00.286 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:00 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:39:00.313 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:39:00.314 DEBUG:teuthology.orchestra.run.smithi071:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:39:00.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:00.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:00.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:00.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: Updating smithi071:/etc/ceph/ceph.conf 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: Updating smithi071:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: Updating smithi192:/var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='client.? 172.21.15.192:0/832283507' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:39:00.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:00.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: Reconfiguring daemon mon.a on smithi071 2024-04-22T23:39:00.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:00.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:00 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:39:00.998 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:39:01.642 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:01.642 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-04-22T23:39:01.643 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:01.643 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-04-22T23:39:02.048 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:01 smithi192 ceph-mon[30087]: from='client.? 172.21.15.71:0/2114586851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:02.057 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:01 smithi071 ceph-mon[27955]: from='client.? 172.21.15.71:0/2114586851' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:02.343 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:39:02.343 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:39:02.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:39:02.368 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:39:02.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:02.432 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:39:02.432 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:39:02.460 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:39:02.460 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:02.524 INFO:tasks.cephadm:Adding mgr.a on smithi071 2024-04-22T23:39:02.524 INFO:tasks.cephadm:Adding mgr.b on smithi192 2024-04-22T23:39:02.524 DEBUG:teuthology.orchestra.run.smithi192:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi071=a;smithi192=b' 2024-04-22T23:39:03.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:03.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:03.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:39:03.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:39:03.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:39:03.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:03.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: Reconfiguring daemon mon.b on smithi192 2024-04-22T23:39:03.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:03.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:02 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: Reconfiguring daemon mon.b on smithi192 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:03.172 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:02 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.165 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.b/config 2024-04-22T23:39:04.456 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:04 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.456 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:04 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.456 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:04 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.456 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:04 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.456 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:04 smithi192 ceph-mon[30087]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:04.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:04 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:04 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:04 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:04 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:04.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:04 smithi071 ceph-mon[27955]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:05.180 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2024-04-22T23:39:05.795 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.795 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.795 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:39:05.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:05 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:05.821 DEBUG:teuthology.orchestra.run.smithi192:mgr.b> sudo journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.b.service 2024-04-22T23:39:05.823 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:39:05.823 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T23:39:05.823 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:39:05.842 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:39:05.843 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-04-22T23:39:05.900 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:39:05.900 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:05.900 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-04-22T23:39:05.900 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:05.900 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:05.901 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-22 23:38:54.726667705 +0000 2024-04-22T23:39:05.901 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-22 23:33:21.590179262 +0000 2024-04-22T23:39:05.901 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-22 23:33:21.590179262 +0000 2024-04-22T23:39:05.901 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-04-22 23:33:21.590179262 +0000 2024-04-22T23:39:05.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:05.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:05.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:05.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:39:05.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:39:05.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:39:05.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:05 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:05.933 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-22T23:39:05.933 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-22T23:39:05.933 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000227595 s, 2.2 MB/s 2024-04-22T23:39:05.934 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:39:05.992 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-22 23:38:54.726667705 +0000 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-22 23:33:21.933173033 +0000 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-22 23:33:21.933173033 +0000 2024-04-22T23:39:06.048 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-04-22 23:33:21.933173033 +0000 2024-04-22T23:39:06.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:39:06.111 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-22T23:39:06.111 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-22T23:39:06.111 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000201379 s, 2.5 MB/s 2024-04-22T23:39:06.112 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:39:06.169 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-22 23:38:54.726667705 +0000 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-22 23:33:22.275166822 +0000 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-22 23:33:22.275166822 +0000 2024-04-22T23:39:06.225 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-04-22 23:33:22.275166822 +0000 2024-04-22T23:39:06.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:39:06.289 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-22T23:39:06.290 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-22T23:39:06.290 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000195531 s, 2.6 MB/s 2024-04-22T23:39:06.291 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:39:06.347 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-04-22T23:39:06.402 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-04-22 23:38:54.726667705 +0000 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-04-22 23:33:22.612160702 +0000 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-04-22 23:33:22.612160702 +0000 2024-04-22T23:39:06.403 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-04-22 23:33:22.612160702 +0000 2024-04-22T23:39:06.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:39:06.465 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-04-22T23:39:06.465 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-04-22T23:39:06.465 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000195467 s, 2.6 MB/s 2024-04-22T23:39:06.466 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:39:06.522 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T23:39:06.522 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:39:06.538 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:39:06.538 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-04-22T23:39:06.552 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:06 smithi071 ceph-mon[27955]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:39:06.552 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:06 smithi071 ceph-mon[27955]: Saving service mgr spec with placement smithi071=a;smithi192=b;count:2 2024-04-22T23:39:06.552 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:06 smithi071 ceph-mon[27955]: Deploying daemon mgr.b on smithi192 2024-04-22T23:39:06.552 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:06 smithi071 ceph-mon[27955]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:06.593 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:39:06.593 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:06.594 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-04-22T23:39:06.594 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:06.594 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:06.594 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-22 23:39:02.139565090 +0000 2024-04-22T23:39:06.594 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-22 23:33:21.620763741 +0000 2024-04-22T23:39:06.594 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-22 23:33:21.620763741 +0000 2024-04-22T23:39:06.594 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-22 23:33:21.620763741 +0000 2024-04-22T23:39:06.594 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:39:06.655 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-22T23:39:06.656 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-22T23:39:06.656 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000272769 s, 1.9 MB/s 2024-04-22T23:39:06.657 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:39:06.713 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-04-22T23:39:06.767 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:39:06.767 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:06.768 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 682 Links: 1 2024-04-22T23:39:06.768 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:06.768 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:06.768 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-22 23:39:02.139565090 +0000 2024-04-22T23:39:06.768 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-22 23:33:21.966757005 +0000 2024-04-22T23:39:06.768 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-22 23:33:21.966757005 +0000 2024-04-22T23:39:06.768 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-22 23:33:21.966757005 +0000 2024-04-22T23:39:06.768 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:39:06.784 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:06 smithi192 ceph-mon[30087]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:39:06.784 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:06 smithi192 ceph-mon[30087]: Saving service mgr spec with placement smithi071=a;smithi192=b;count:2 2024-04-22T23:39:06.784 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:06 smithi192 ceph-mon[30087]: Deploying daemon mgr.b on smithi192 2024-04-22T23:39:06.784 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:06 smithi192 ceph-mon[30087]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:06.805 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-22T23:39:06.805 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-22T23:39:06.805 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000196582 s, 2.6 MB/s 2024-04-22T23:39:06.807 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:39:06.863 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 701 Links: 1 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-22 23:39:02.139565090 +0000 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-22 23:33:22.305750406 +0000 2024-04-22T23:39:06.918 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-22 23:33:22.305750406 +0000 2024-04-22T23:39:06.919 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-22 23:33:22.305750406 +0000 2024-04-22T23:39:06.919 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:39:07.059 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-22T23:39:07.059 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-22T23:39:07.059 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000175432 s, 2.9 MB/s 2024-04-22T23:39:07.060 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:39:07.075 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-04-22T23:39:07.135 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:39:07.135 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:07.135 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-22T23:39:07.135 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:07.135 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:07.135 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-22 23:39:07.019471528 +0000 2024-04-22T23:39:07.135 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-22 23:33:22.649743710 +0000 2024-04-22T23:39:07.136 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-22 23:33:22.649743710 +0000 2024-04-22T23:39:07.136 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-22 23:33:22.649743710 +0000 2024-04-22T23:39:07.136 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:39:07.238 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-22T23:39:07.238 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-22T23:39:07.238 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000224784 s, 2.3 MB/s 2024-04-22T23:39:07.239 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:39:07.254 INFO:tasks.cephadm:Deploying osd.0 on smithi071 with /dev/vg_nvme/lv_4... 2024-04-22T23:39:07.254 DEBUG:teuthology.orchestra.run.smithi071:> 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T23:39:07.470 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 systemd[1]: Starting Ceph mgr.b for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:39:07.493 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:39:07.780 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 podman[32050]: 2024-04-22 23:39:07.476672625 +0000 UTC m=+0.109129542 container create 611f43b7289a2113a368262bfcf2a473283b1f18d4171ee80c57354fbee16ce5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_CLEAN=True) 2024-04-22T23:39:07.780 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 podman[32050]: 2024-04-22 23:39:07.385654311 +0000 UTC m=+0.018111234 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:39:07.780 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 podman[32050]: 2024-04-22 23:39:07.678812158 +0000 UTC m=+0.311269069 container init 611f43b7289a2113a368262bfcf2a473283b1f18d4171ee80c57354fbee16ce5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=) 2024-04-22T23:39:07.780 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 podman[32050]: 2024-04-22 23:39:07.68429301 +0000 UTC m=+0.316749921 container start 611f43b7289a2113a368262bfcf2a473283b1f18d4171ee80c57354fbee16ce5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-22T23:39:07.780 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 ceph-mgr[32088]: -- 172.21.15.192:0/236771238 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5591cc7905a0 con 0x5591cc764c00 2024-04-22T23:39:07.780 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 bash[32050]: 611f43b7289a2113a368262bfcf2a473283b1f18d4171ee80c57354fbee16ce5 2024-04-22T23:39:08.048 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 systemd[1]: Started Ceph mgr.b for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:39:08.048 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:07 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:07.834+0000 7fca78d19200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:39:08.048 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:08.024+0000 7fca78d19200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:39:08.187 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected. 2024-04-22T23:39:08.187 INFO:teuthology.orchestra.run.smithi071.stderr:usage: ceph-volume lvm zap [-h] [--destroy] [--osd-id OSD_ID] 2024-04-22T23:39:08.187 INFO:teuthology.orchestra.run.smithi071.stderr: [--osd-fsid OSD_FSID] [--no-systemd] 2024-04-22T23:39:08.187 INFO:teuthology.orchestra.run.smithi071.stderr: [DEVICES [DEVICES ...]] 2024-04-22T23:39:08.187 INFO:teuthology.orchestra.run.smithi071.stderr:ceph-volume lvm zap: error: Unable to proceed with non-existing device: /dev/vg_nvme/lv_4 2024-04-22T23:39:08.446 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:08.129+0000 7fca78d19200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:39:08.699 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:08.452+0000 7fca78d19200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:39:08.699 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:08.537+0000 7fca78d19200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:39:08.831 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-22T23:39:08.832 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 smithi071 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:39:08.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:08.859 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:08.885 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:39:08.886 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:39:08.915 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:39:08.945 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:39:08.946 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T23:39:08.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:39:08.998 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:39:08.999 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:39:09.000 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:08 smithi192 ceph-mon[30087]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:09.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:09.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:09.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:09.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:09.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:09.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:08 smithi071 ceph-mon[27955]: from='mgr.14152 172.21.15.71:0/550955535' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:09.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:09 smithi071 systemd[1]: Stopping Ceph mon.a for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:39:09.897 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:09 smithi071 ceph-mon[27955]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:39:09.897 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:09 smithi071 ceph-mon[27955]: Reconfiguring daemon mgr.a on smithi071 2024-04-22T23:39:09.978 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:09 smithi192 ceph-mon[30087]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:39:09.978 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:09 smithi192 ceph-mon[30087]: Reconfiguring daemon mgr.a on smithi071 2024-04-22T23:39:09.978 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:09 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:09.801+0000 7fca78d19200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:39:09.978 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:09 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:09.984+0000 7fca78d19200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:39:10.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:10 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a[27932]: 2024-04-22T23:39:10.140+0000 7fc534357700 -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:39:10.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:10 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a[27932]: 2024-04-22T23:39:10.141+0000 7fc534357700 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-04-22T23:39:10.298 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:10 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:10.180+0000 7fca78d19200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:39:10.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:10 smithi071 podman[36396]: 2024-04-22 23:39:10.20262113 +0000 UTC m=+0.184535357 container died 69fe1a69480ddf2e6577e03acdb25eee6f6fc82eae01e2b1cd7fdd692236f007 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240416) 2024-04-22T23:39:10.793 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:10 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:10.494+0000 7fca78d19200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:39:10.794 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:10 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:10.591+0000 7fca78d19200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:39:10.832 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:10 smithi071 podman[36396]: 2024-04-22 23:39:10.596494999 +0000 UTC m=+0.578409219 container cleanup 69fe1a69480ddf2e6577e03acdb25eee6f6fc82eae01e2b1cd7fdd692236f007 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240416) 2024-04-22T23:39:10.832 INFO:journalctl@ceph.mon.a.smithi071.stdout:Apr 22 23:39:10 smithi071 bash[36396]: ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:39:11.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T23:39:11.048 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:10 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:10.801+0000 7fca78d19200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:39:11.048 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:10 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:10.992+0000 7fca78d19200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:39:11.064 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:39:11.065 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T23:39:11.065 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-04-22T23:39:11.065 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.b 2024-04-22T23:39:11.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:11 smithi192 systemd[1]: Stopping Ceph mon.b for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:39:11.798 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:11 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:11.612+0000 7fca78d19200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:39:12.116 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:12 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:12.048+0000 7fca78d19200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:39:12.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:11 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-b[30064]: 2024-04-22T23:39:11.840+0000 7f8828f4d700 -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:39:12.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:11 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-b[30064]: 2024-04-22T23:39:11.840+0000 7f8828f4d700 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-04-22T23:39:12.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:11 smithi192 podman[32714]: 2024-04-22 23:39:11.883237395 +0000 UTC m=+0.141338367 container died 568e85787942189f84e359cefac02a64fc8e164e85a1c58ab3eb9c28d522655a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=) 2024-04-22T23:39:12.416 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:12 smithi192 podman[32714]: 2024-04-22 23:39:12.22219378 +0000 UTC m=+0.480294732 container cleanup 568e85787942189f84e359cefac02a64fc8e164e85a1c58ab3eb9c28d522655a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=) 2024-04-22T23:39:12.416 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:12 smithi192 bash[32714]: ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-b 2024-04-22T23:39:12.416 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:12 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:12.145+0000 7fca78d19200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:39:12.416 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:12 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:12.358+0000 7fca78d19200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:39:12.650 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.b.service' 2024-04-22T23:39:12.671 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:12 smithi192 podman[32735]: 2024-04-22 23:39:12.423480798 +0000 UTC m=+0.540780808 container remove 568e85787942189f84e359cefac02a64fc8e164e85a1c58ab3eb9c28d522655a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-04-22T23:39:12.671 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:12 smithi192 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.b.service: Deactivated successfully. 2024-04-22T23:39:12.671 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:12 smithi192 systemd[1]: Stopped Ceph mon.b for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:39:12.671 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 22 23:39:12 smithi192 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mon.b.service: Consumed 1.213s CPU time. 2024-04-22T23:39:12.717 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:39:12.717 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-04-22T23:39:12.717 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-22T23:39:12.717 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:39:12.984 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:12 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:12.901+0000 7fca78d19200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:39:12.985 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:12 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:12.991+0000 7fca78d19200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:39:13.158 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:12 smithi071 systemd[1]: Stopping Ceph mgr.a for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:39:13.298 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:13 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:13.227+0000 7fca78d19200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:39:13.798 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:13 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:13.356+0000 7fca78d19200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:39:13.798 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:13 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:13.449+0000 7fca78d19200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:39:13.798 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:13 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:13.562+0000 7fca78d19200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:39:14.298 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:13 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:13.863+0000 7fca78d19200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:39:14.485 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:14 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:39:14.330+0000 7f9be48ee700 -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:39:14.485 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:14 smithi071 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a[28215]: 2024-04-22T23:39:14.330+0000 7f9be48ee700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-22T23:39:14.674 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:14 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:14.466+0000 7fca78d19200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:39:14.674 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:14 smithi192 ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b[32065]: 2024-04-22T23:39:14.680+0000 7fca78d19200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:39:14.830 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:14 smithi071 podman[36858]: 2024-04-22 23:39:14.540003714 +0000 UTC m=+0.335655893 container died bb12c21cc19255d3af915e69e075c37ff1c32b250a41c97115203c58c1e31468 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-04-22T23:39:15.158 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:14 smithi071 podman[36858]: 2024-04-22 23:39:14.936640361 +0000 UTC m=+0.732292538 container cleanup bb12c21cc19255d3af915e69e075c37ff1c32b250a41c97115203c58c1e31468 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020) 2024-04-22T23:39:15.158 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:14 smithi071 bash[36858]: ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a 2024-04-22T23:39:15.592 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:15 smithi071 podman[36883]: 2024-04-22 23:39:15.254837763 +0000 UTC m=+0.895617872 container remove bb12c21cc19255d3af915e69e075c37ff1c32b250a41c97115203c58c1e31468 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-a, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5) 2024-04-22T23:39:16.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-22T23:39:16.153 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:16 smithi071 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a.service: Deactivated successfully. 2024-04-22T23:39:16.153 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:16 smithi071 systemd[1]: Stopped Ceph mgr.a for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:39:16.153 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Apr 22 23:39:16 smithi071 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.a.service: Consumed 35.491s CPU time. 2024-04-22T23:39:16.175 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:39:16.175 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-22T23:39:16.176 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-22T23:39:16.176 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.b 2024-04-22T23:39:16.501 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:16 smithi192 systemd[1]: Stopping Ceph mgr.b for 16541a1a-0101-11ef-bc93-c7b262605968... 2024-04-22T23:39:16.795 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:16 smithi192 podman[32895]: 2024-04-22 23:39:16.508255179 +0000 UTC m=+0.131310636 container died 611f43b7289a2113a368262bfcf2a473283b1f18d4171ee80c57354fbee16ce5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416) 2024-04-22T23:39:17.046 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:16 smithi192 podman[32895]: 2024-04-22 23:39:16.88422659 +0000 UTC m=+0.507282057 container cleanup 611f43b7289a2113a368262bfcf2a473283b1f18d4171ee80c57354fbee16ce5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416) 2024-04-22T23:39:17.046 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:16 smithi192 bash[32895]: ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b 2024-04-22T23:39:17.046 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:17 smithi192 podman[32915]: 2024-04-22 23:39:17.051978074 +0000 UTC m=+0.540100970 container remove 611f43b7289a2113a368262bfcf2a473283b1f18d4171ee80c57354fbee16ce5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-16541a1a-0101-11ef-bc93-c7b262605968-mgr-b, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True) 2024-04-22T23:39:17.290 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-22T23:39:17.298 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:17 smithi192 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-04-22T23:39:17.298 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:17 smithi192 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-04-22T23:39:17.298 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:17 smithi192 systemd[1]: Stopped Ceph mgr.b for 16541a1a-0101-11ef-bc93-c7b262605968. 2024-04-22T23:39:17.298 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 22 23:39:17 smithi192 systemd[1]: ceph-16541a1a-0101-11ef-bc93-c7b262605968@mgr.b.service: Consumed 8.290s CPU time. 2024-04-22T23:39:17.337 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:39:17.338 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-22T23:39:17.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16541a1a-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:39:17.537 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:18.640 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16541a1a-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:39:18.830 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:19.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:19.921 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:19.946 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:39:19.948 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/16541a1a-0101-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/7669234/remote/smithi071/crash 2024-04-22T23:39:19.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:39:19.999 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:39:19.999 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:39:20.001 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/16541a1a-0101-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/7669234/remote/smithi192/crash 2024-04-22T23:39:20.002 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:39:20.044 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/16541a1a-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:39:20.044 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:39:20.045 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:39:20.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:39:20.073 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:39:20.073 DEBUG:teuthology.orchestra.run.smithi071:> 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:39:20.116 DEBUG:teuthology.orchestra.run.smithi192:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T23:39:20.139 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T23:39:20.139 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-04-22T23:39:20.140 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:39:20.140 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T23:39:20.140 INFO:teuthology.orchestra.run.smithi071.stderr: 82.8%/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.audit.log: -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:39:20.140 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:39:20.142 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-04-22T23:39:20.142 INFO:teuthology.orchestra.run.smithi192.stderr: /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:39:20.142 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:39:20.142 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:39:20.142 INFO:teuthology.orchestra.run.smithi192.stderr: 75.1% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:39:20.143 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-22T23:39:20.143 INFO:teuthology.orchestra.run.smithi071.stderr: 88.9% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:39:20.143 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:39:20.143 INFO:teuthology.orchestra.run.smithi071.stderr: 79.9% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:39:20.143 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:39:20.143 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 79.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:39:20.143 INFO:teuthology.orchestra.run.smithi071.stderr: 91.3% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr: 88.8% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr: 73.2% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 75.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr: 90.7% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-22T23:39:20.145 INFO:teuthology.orchestra.run.smithi192.stderr: 91.4% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:39:20.146 INFO:teuthology.orchestra.run.smithi192.stderr: 92.3% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-22T23:39:20.147 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-22T23:39:20.147 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.017s 2024-04-22T23:39:20.148 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.015s 2024-04-22T23:39:20.148 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.018s 2024-04-22T23:39:20.168 INFO:teuthology.orchestra.run.smithi071.stderr: 88.4% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-22T23:39:20.185 INFO:teuthology.orchestra.run.smithi071.stderr: 91.5% -- replaced with /var/log/ceph/16541a1a-0101-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T23:39:20.187 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-04-22T23:39:20.187 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.058s 2024-04-22T23:39:20.187 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.081s 2024-04-22T23:39:20.187 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.021s 2024-04-22T23:39:20.187 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:39:20.187 DEBUG:teuthology.misc:Transferring archived files from smithi071:/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/7669234/remote/smithi071/log 2024-04-22T23:39:20.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:39:20.268 DEBUG:teuthology.misc:Transferring archived files from smithi192:/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/7669234/remote/smithi192/log 2024-04-22T23:39:20.269 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:39:20.300 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:39:20.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16541a1a-0101-11ef-bc93-c7b262605968 --force 2024-04-22T23:39:20.476 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:20.728 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16541a1a-0101-11ef-bc93-c7b262605968 --force 2024-04-22T23:39:20.908 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 16541a1a-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:21.160 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:39:21.160 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:39:21.176 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:39:21.191 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:39:21.192 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 smithi071 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:39:21.405 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=bb42114c3c714f05af234a569749ecca 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 smithi071 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 16541a1a-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:39:21.409 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:39:21.423 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T23:39:21.431 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:39:21.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:39:21.444 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:39:21.518 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:39:21.527 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:39:21.527 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:39:21.530 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:39:21.542 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:39:21.543 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:39:21.546 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:39:21.546 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-22T23:39:21.546 INFO:teuthology.orchestra.run.smithi071.stdout:^- hv01.front.sepia.ceph.com 2 6 377 9 +367us[ +371us] +/- 599ms 2024-04-22T23:39:21.547 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 377 9 -84us[ -80us] +/- 62ms 2024-04-22T23:39:21.547 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 +98us[ +102us] +/- 73ms 2024-04-22T23:39:21.547 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:39:21.548 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:39:21.549 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-22T23:39:21.549 INFO:teuthology.orchestra.run.smithi192.stdout:^- hv01.front.sepia.ceph.com 2 6 377 10 +380us[ +380us] +/- 599ms 2024-04-22T23:39:21.549 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 377 11 -74us[ -71us] +/- 62ms 2024-04-22T23:39:21.549 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 +119us[ +119us] +/- 73ms 2024-04-22T23:39:21.549 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:39:21.550 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:39:21.559 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:39:21.559 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:39:21.568 DEBUG:teuthology.orchestra.run.smithi071:> 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:39:21.652 DEBUG:teuthology.orchestra.run.smithi192:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T23:39:21.710 DEBUG:teuthology.orchestra.run.smithi071:> 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:39:21.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:21.737 DEBUG:teuthology.orchestra.run.smithi192:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:39:21.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:21.763 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:39:21.773 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:39:21.781 INFO:teuthology.task.internal:Duration was 552.432091 seconds 2024-04-22T23:39:21.782 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:39:21.790 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:39:21.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:39:21.794 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:39:21.828 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:39:21.839 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:39:22.199 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:39:22.199 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-04-22T23:39:22.199 DEBUG:teuthology.orchestra.run.smithi071:> 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:39:22.259 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-04-22T23:39:22.259 DEBUG:teuthology.orchestra.run.smithi192:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:39:22.285 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:39:22.286 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:39:22.302 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:39:22.350 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:39:22.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:39:22.367 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:39:22.495 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:39:22.505 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:39:22.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:39:22.529 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:39:22.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:39:22.562 DEBUG:teuthology.orchestra.run.smithi071:> 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:39:22.571 DEBUG:teuthology.orchestra.run.smithi192:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:39:22.590 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-04-22T23:39:22.614 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-04-22T23:39:22.640 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:39:22.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:22.664 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:39:22.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:22.695 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:39:22.706 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:39:22.707 DEBUG:teuthology.misc:Transferring archived files from smithi071:/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/7669234/remote/smithi071 2024-04-22T23:39:22.707 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:39:22.740 DEBUG:teuthology.misc:Transferring archived files from smithi192:/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/7669234/remote/smithi192 2024-04-22T23:39:22.740 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:39:22.772 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:39:22.772 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:39:22.776 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:39:22.821 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:39:22.833 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:39:22.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:39:22.843 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:39:22.843 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:39:22.846 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:39:22.857 INFO:teuthology.orchestra.run.smithi071.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:39 /home/ubuntu/cephtest 2024-04-22T23:39:22.875 INFO:teuthology.orchestra.run.smithi192.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:39 /home/ubuntu/cephtest 2024-04-22T23:39:22.876 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:39:22.887 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:39:22.908 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:39:22.928 DEBUG:teuthology.nuke:shortname: smithi071 2024-04-22T23:39:22.928 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:39:22.951 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.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/7669234', '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:23:56.726556', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBWCPMYSdm5HrxMwzM9caF9jrOnxIPMz15X5XfFUoE8XsU0Y9RfvLdGqkP8F6gF1xWi9HAXYISlgHXL99+IkJJg='} 2024-04-22T23:39:22.955 DEBUG:teuthology.nuke:shortname: smithi192 2024-04-22T23:39:22.955 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:39:22.979 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.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/7669234', '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:23:56.724612', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6OzHq2RApXC7ZrsV6Pvx9KKy318mvt8z0Sc8qIOWr6F/OsKodYeBW+4Uv/F4hb4UJPkF5xYrUPO+PYz8ma5Ak='} 2024-04-22T23:39:23.005 INFO:teuthology.orchestra.console.smithi071:Power off 2024-04-22T23:39:23.006 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:39:23.030 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-04-22T23:39:23.030 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:23.047 INFO:teuthology.orchestra.console.smithi192:Power off 2024-04-22T23:39:23.047 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:39:23.062 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-22T23:39:23.071 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-04-22T23:39:23.072 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:23.095 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-22T23:39:27.063 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:27.096 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:27.175 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-22T23:39:27.206 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-22T23:39:31.181 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:31.208 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:31.292 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-04-22T23:39:31.317 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-22T23:39:31.393 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-04-22T23:39:35.321 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:35.430 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-04-22T23:39:35.531 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-04-22T23:39:35.636 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} duration: 552.4320914745331 failure_reason: 'Command failed on smithi071 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 16541a1a-0101-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=bb42114c3c714f05af234a569749ecca status: fail success: false 2024-04-22T23:39:35.636 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:39:35.728 INFO:teuthology.run:FAIL