2024-02-10T20:12:55.957 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T20:12:55.957 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555825 --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555825/orig.config.yaml 2024-02-10T20:12:55.997 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T20:12:56.072 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555825 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7555825' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri6-testing-2024-02-09-1422 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\) sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-02-09-1422 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 3672 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-02-09-1422 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 targets: smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdyljeDvfYwb5nVxd9mvo8/4SYERMHX+Xa7zRisvUmpISXI6GzAL6rZR1sqbVObj/ch9TRbxeqkp70PzqmxsqA= smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDzwImY2H7TycC+A5Tft5mJjACvoc0EBdcKOYx1oiJNtRpl2uykFJPOhNANk/OWXZUUnihOPbbehSbyAJz4Dt9E= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-10_17:31:55 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-10T20:12:56.072 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa; will attempt to use it 2024-02-10T20:12:56.073 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa/tasks 2024-02-10T20:12:56.073 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T20:12:56.075 INFO:teuthology.task.internal:Checking packages... 2024-02-10T20:12:56.099 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '14aa01b918f09661ae41e4c41d1de99d6ac08228' 2024-02-10T20:12:56.099 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T20:12:56.099 INFO:teuthology.packaging:ref: None 2024-02-10T20:12:56.099 INFO:teuthology.packaging:tag: None 2024-02-10T20:12:56.099 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-02-09-1422 2024-02-10T20:12:56.099 INFO:teuthology.packaging:sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:12:56.100 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri6-testing-2024-02-09-1422 2024-02-10T20:12:56.313 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1367.g14aa01b9 2024-02-10T20:12:56.315 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T20:12:56.321 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T20:12:56.321 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T20:12:56.360 INFO:teuthology.task.internal:Saving configuration 2024-02-10T20:12:56.376 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T20:12:56.383 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T20:12:56.411 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555825', '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-02-10 20:08:12.189915', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdyljeDvfYwb5nVxd9mvo8/4SYERMHX+Xa7zRisvUmpISXI6GzAL6rZR1sqbVObj/ch9TRbxeqkp70PzqmxsqA='} 2024-02-10T20:12:56.432 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555825', '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-02-10 20:08:12.191304', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDzwImY2H7TycC+A5Tft5mJjACvoc0EBdcKOYx1oiJNtRpl2uykFJPOhNANk/OWXZUUnihOPbbehSbyAJz4Dt9E='} 2024-02-10T20:12:56.432 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T20:12:56.438 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-10T20:12:56.438 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-10T20:12:56.439 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T20:12:56.534 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff9d9b77160>, signals=[15]) 2024-02-10T20:12:56.535 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T20:12:56.541 INFO:teuthology.task.internal:Opening connections... 2024-02-10T20:12:56.541 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2024-02-10T20:12:56.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:12:56.646 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-02-10T20:12:56.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:12:56.740 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T20:12:56.747 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2024-02-10T20:12:56.766 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2024-02-10T20:12:56.766 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2024-02-10T20:12:56.824 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="CentOS Stream" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="9" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:ID="centos" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE="rhel fedora" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="9" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:PLATFORM_ID="platform:el9" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:ANSI_COLOR="0;31" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:LOGO="fedora-logo-icon" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://centos.org/" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T20:12:56.825 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T20:12:56.826 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T20:12:56.826 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2024-02-10T20:12:56.847 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-02-10T20:12:56.865 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-02-10T20:12:56.865 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-02-10T20:12:56.921 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="CentOS Stream" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="9" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:ID="centos" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE="rhel fedora" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="9" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:PLATFORM_ID="platform:el9" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:ANSI_COLOR="0;31" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:LOGO="fedora-logo-icon" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://centos.org/" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T20:12:56.922 INFO:teuthology.orchestra.run.smithi097.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T20:12:56.923 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-02-10T20:12:56.939 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T20:12:56.947 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T20:12:56.975 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T20:12:56.976 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:12:56.978 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:12:56.994 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T20:12:56.999 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T20:12:56.999 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:12:57.036 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:12:57.256 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T20:12:57.313 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T20:12:57.328 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T20:12:57.328 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T20:12:57.329 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:12:57.329 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:12:57.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:12:57.346 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-02-10T20:12:57.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:12:57.347 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-02-10T20:12:57.403 INFO:teuthology.orchestra.run.smithi097.stdout:5.14.0-361.el9.x86_64 2024-02-10T20:12:57.403 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.14.0-361.el9.x86_64 2024-02-10T20:12:57.403 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum install -y kernel 2024-02-10T20:12:57.405 INFO:teuthology.orchestra.run.smithi059.stdout:5.14.0-361.el9.x86_64 2024-02-10T20:12:57.405 INFO:teuthology.task.kernel:Running kernel on smithi059: 5.14.0-361.el9.x86_64 2024-02-10T20:12:57.405 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum install -y kernel 2024-02-10T20:12:59.455 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS-9 - AppStream 16 MB/s | 6.7 MB 00:00 2024-02-10T20:12:59.531 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-10T20:13:00.930 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS-9 - BaseOS 6.2 MB/s | 2.0 MB 00:00 2024-02-10T20:13:01.107 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - BaseOS 4.2 MB/s | 2.0 MB 00:00 2024-02-10T20:13:01.879 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-02-10T20:13:02.122 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-02-10T20:13:17.328 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 19 MB 00:14 2024-02-10T20:13:22.112 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 5.9 MB 00:01 2024-02-10T20:13:23.663 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 15 kB 00:00 2024-02-10T20:13:25.233 INFO:teuthology.orchestra.run.smithi059.stdout:Extra Packages for Enterprise Linux 14 MB/s | 20 MB 00:01 2024-02-10T20:13:30.440 INFO:teuthology.orchestra.run.smithi059.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-02-10T20:13:32.855 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T20:13:32.855 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T20:13:32.955 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:13:32.959 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:13:32.959 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:13:32.959 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:13:32.959 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout:Install 4 Packages 2024-02-10T20:13:32.960 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:13:32.961 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 99 M 2024-02-10T20:13:32.961 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 122 M 2024-02-10T20:13:32.961 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:13:33.349 INFO:teuthology.orchestra.run.smithi059.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 15 MB/s | 6.0 MB 00:00 2024-02-10T20:13:33.858 INFO:teuthology.orchestra.run.smithi059.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 23 MB/s | 21 MB 00:00 2024-02-10T20:13:34.583 INFO:teuthology.orchestra.run.smithi059.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 27 MB/s | 33 MB 00:01 2024-02-10T20:13:35.025 INFO:teuthology.orchestra.run.smithi059.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 19 MB/s | 39 MB 00:02 2024-02-10T20:13:35.028 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:13:35.028 INFO:teuthology.orchestra.run.smithi059.stdout:Total 48 MB/s | 99 MB 00:02 2024-02-10T20:13:35.028 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:13:35.480 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:13:35.480 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:13:36.559 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:13:36.560 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:13:39.113 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:13:39.785 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:13:39.916 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:13:42.809 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:13:42.986 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:13:48.057 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:13:48.166 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:13:53.252 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:14:24.144 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:14:24.145 INFO:teuthology.orchestra.run.smithi059.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T20:14:24.145 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:14:24.218 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:14:24.647 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:14:24.647 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:14:24.647 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:14:24.647 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:14:25.073 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:14:25.073 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:14:25.074 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:14:25.074 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T20:14:25.074 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T20:14:25.074 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T20:14:25.074 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T20:14:25.074 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:14:25.074 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:14:25.595 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:14:25.765 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:14:25.766 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:14:25.766 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T20:14:25.766 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:14:25.766 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:14:25.766 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T20:14:25.766 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:14:25.766 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:14:25.879 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:14:25.879 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:14:25.879 DEBUG:teuthology.orchestra.run.smithi059:> sudo rpm -qi grub2-tools 2024-02-10T20:14:25.916 INFO:teuthology.orchestra.run.smithi059.stdout:Name : grub2-tools 2024-02-10T20:14:25.916 INFO:teuthology.orchestra.run.smithi059.stdout:Epoch : 1 2024-02-10T20:14:25.916 INFO:teuthology.orchestra.run.smithi059.stdout:Version : 2.06 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Release : 68.el9 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: x86_64 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Group : Unspecified 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Size : 8264254 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:License : GPLv3+ 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Packager : builder@centos.org 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Vendor : CentOS 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T20:14:25.917 INFO:teuthology.orchestra.run.smithi059.stdout:Summary : Support tools for GRUB. 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout:Description : 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout:hardware devices. 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:14:25.918 INFO:teuthology.orchestra.run.smithi059.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T20:14:25.919 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T20:14:25.919 INFO:teuthology.task.kernel:Updating grub on smithi059 to boot 5.14.0-419.el9.x86_64 2024-02-10T20:14:25.919 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T20:14:26.491 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2024-02-10T20:14:27.839 INFO:teuthology.orchestra.run.smithi059.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T20:14:27.852 INFO:teuthology.orchestra.run.smithi059.stderr:done 2024-02-10T20:14:27.854 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2024-02-10T20:14:27.870 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.55MqQe6Z4C 2024-02-10T20:14:27.870 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.55MqQe6Z4C 2024-02-10T20:14:27.942 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.55MqQe6Z4C 2024-02-10T20:14:28.080 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.55MqQe6Z4C is 6KB 2024-02-10T20:14:28.128 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.55MqQe6Z4C 2024-02-10T20:14:28.144 DEBUG:teuthology.orchestra.run.smithi059:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T20:14:28.221 INFO:teuthology.orchestra.run.smithi059.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T20:14:28.221 INFO:teuthology.orchestra.run.smithi059.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T20:14:28.221 INFO:teuthology.orchestra.run.smithi059.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T20:14:28.221 INFO:teuthology.orchestra.run.smithi059.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T20:14:28.221 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T20:14:28.376 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2024-02-10T20:14:58.379 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T20:14:58.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-10T20:14:58.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:15:16.796 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2024-02-10T20:15:25.797 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-10T20:15:25.799 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:16:25.801 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T20:16:37.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-10T20:16:37.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:16:38.125 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-02-10T20:16:38.483 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-10T20:16:38.483 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-419.el9.x86_64"... 2024-02-10T20:16:38.483 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-02-10T20:16:38.498 INFO:teuthology.orchestra.run.smithi059.stdout:5.14.0-419.el9.x86_64 2024-02-10T20:16:38.498 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T20:16:38.499 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:16:38.499 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T20:16:39.500 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T20:16:39.500 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:16:39.563 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2024-02-10T20:16:39.604 DEBUG:teuthology.parallel:result is None 2024-02-10T20:18:55.317 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - AppStream 54 kB/s | 19 MB 05:52 2024-02-10T20:18:59.576 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 5.9 MB 00:00 2024-02-10T20:19:01.451 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 15 kB 00:00 2024-02-10T20:19:02.569 INFO:teuthology.orchestra.run.smithi097.stdout:Extra Packages for Enterprise Linux 21 MB/s | 20 MB 00:00 2024-02-10T20:19:07.411 INFO:teuthology.orchestra.run.smithi097.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-02-10T20:19:09.709 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T20:19:09.710 INFO:teuthology.orchestra.run.smithi097.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T20:19:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:19:09.807 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:19:09.807 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:19:09.807 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:19:09.807 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:19:09.807 INFO:teuthology.orchestra.run.smithi097.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout:Install 4 Packages 2024-02-10T20:19:09.808 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:19:09.809 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 99 M 2024-02-10T20:19:09.809 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 122 M 2024-02-10T20:19:09.809 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:19:10.254 INFO:teuthology.orchestra.run.smithi097.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 13 MB/s | 6.0 MB 00:00 2024-02-10T20:19:10.663 INFO:teuthology.orchestra.run.smithi097.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 24 MB/s | 21 MB 00:00 2024-02-10T20:19:11.308 INFO:teuthology.orchestra.run.smithi097.stdout:(3/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 26 MB/s | 39 MB 00:01 2024-02-10T20:19:11.663 INFO:teuthology.orchestra.run.smithi097.stdout:(4/4): kernel-modules-core-5.14.0-419.el9.x86_6 24 MB/s | 33 MB 00:01 2024-02-10T20:19:11.666 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:19:11.667 INFO:teuthology.orchestra.run.smithi097.stdout:Total 53 MB/s | 99 MB 00:01 2024-02-10T20:19:11.667 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:19:12.024 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:19:12.025 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:19:13.059 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:19:13.059 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:19:15.451 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:19:16.102 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:19:16.232 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:19:18.993 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:19:19.174 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:19:23.879 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:19:24.069 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:19:28.802 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:19:57.903 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:19:57.903 INFO:teuthology.orchestra.run.smithi097.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T20:19:57.903 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:19:57.973 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:19:58.413 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:19:58.413 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T20:19:58.414 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T20:19:58.414 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T20:19:58.824 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T20:19:58.824 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:19:58.825 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:19:58.825 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T20:19:58.825 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T20:19:58.825 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T20:19:58.825 INFO:teuthology.orchestra.run.smithi097.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T20:19:58.825 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:19:58.825 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:19:59.325 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:19:59.472 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:19:59.472 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:19:59.472 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T20:19:59.473 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:19:59.473 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:19:59.473 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T20:19:59.473 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:19:59.473 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T20:19:59.579 INFO:teuthology.orchestra.run.smithi097.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T20:19:59.580 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T20:19:59.580 DEBUG:teuthology.orchestra.run.smithi097:> sudo rpm -qi grub2-tools 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Name : grub2-tools 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Epoch : 1 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Version : 2.06 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Release : 68.el9 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: x86_64 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Group : Unspecified 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Size : 8264254 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:License : GPLv3+ 2024-02-10T20:19:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:Packager : builder@centos.org 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:Vendor : CentOS 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:Summary : Support tools for GRUB. 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:Description : 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T20:19:59.615 INFO:teuthology.orchestra.run.smithi097.stdout:hardware devices. 2024-02-10T20:19:59.616 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:19:59.616 INFO:teuthology.orchestra.run.smithi097.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T20:19:59.617 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T20:19:59.617 INFO:teuthology.task.kernel:Updating grub on smithi097 to boot 5.14.0-419.el9.x86_64 2024-02-10T20:19:59.617 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T20:20:00.241 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2024-02-10T20:20:01.662 INFO:teuthology.orchestra.run.smithi097.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T20:20:01.701 INFO:teuthology.orchestra.run.smithi097.stderr:done 2024-02-10T20:20:01.704 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2024-02-10T20:20:01.719 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.MhQTeXQwD7 2024-02-10T20:20:01.719 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MhQTeXQwD7 2024-02-10T20:20:01.788 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.MhQTeXQwD7 2024-02-10T20:20:01.925 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.MhQTeXQwD7 is 6KB 2024-02-10T20:20:01.973 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.MhQTeXQwD7 2024-02-10T20:20:01.987 DEBUG:teuthology.orchestra.run.smithi097:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T20:20:02.051 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T20:20:02.052 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T20:20:02.052 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T20:20:02.052 INFO:teuthology.orchestra.run.smithi097.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T20:20:02.053 DEBUG:teuthology.orchestra.run.smithi097:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T20:20:02.197 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2024-02-10T20:20:32.200 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T20:20:32.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-10T20:20:32.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:20:50.620 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-02-10T20:20:59.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-10T20:20:59.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:21:02.688 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-02-10T20:21:14.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-10T20:21:14.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:21:46.535 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-02-10T20:21:46.973 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-10T20:21:46.974 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-419.el9.x86_64"... 2024-02-10T20:21:46.974 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-02-10T20:21:46.988 INFO:teuthology.orchestra.run.smithi097.stdout:5.14.0-419.el9.x86_64 2024-02-10T20:21:46.988 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T20:21:46.988 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:21:46.989 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T20:21:47.992 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T20:21:47.992 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:21:48.072 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-02-10T20:21:48.113 DEBUG:teuthology.parallel:result is None 2024-02-10T20:21:48.113 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T20:21:48.121 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T20:21:48.122 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:21:48.124 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:21:48.140 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T20:21:48.207 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T20:21:48.255 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T20:21:48.255 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:21:48.258 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:21:48.285 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T20:21:48.306 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T20:21:48.306 DEBUG:teuthology.orchestra.run.smithi059:> 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-02-10T20:21:48.323 DEBUG:teuthology.orchestra.run.smithi097:> 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-02-10T20:21:48.367 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:21:48.381 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:21:48.392 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:21:48.404 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:21:48.406 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T20:21:48.413 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T20:21:48.413 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:21:48.415 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:21:48.443 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T20:21:48.452 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T20:21:48.452 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:21:48.486 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:21:48.500 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:21:48.585 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:21:48.637 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:21:48.721 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:21:48.765 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-10T20:21:48.765 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:21:48.833 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:21:48.873 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:21:48.923 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:21:49.008 DEBUG:teuthology.orchestra.run.smithi097:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:21:49.054 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-10T20:21:49.054 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:21:49.125 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2024-02-10T20:21:49.127 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-02-10T20:21:49.176 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T20:21:49.237 INFO:teuthology.orchestra.run.smithi097.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T20:21:49.651 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T20:21:49.658 INFO:teuthology.task.internal:Starting timer... 2024-02-10T20:21:49.659 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T20:21:49.701 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T20:21:49.750 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-10T20:21:49.751 DEBUG:teuthology.orchestra.run.smithi059:> sudo service auditd rotate 2024-02-10T20:21:49.800 INFO:teuthology.orchestra.run.smithi059.stdout:Rotating logs: 2024-02-10T20:21:49.802 DEBUG:teuthology.orchestra.run.smithi097:> sudo service auditd rotate 2024-02-10T20:21:49.955 INFO:teuthology.orchestra.run.smithi097.stdout:Rotating logs: 2024-02-10T20:21:49.957 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T20:21:49.958 DEBUG:teuthology.orchestra.run.smithi059:> /usr/sbin/getenforce 2024-02-10T20:21:49.989 INFO:teuthology.orchestra.run.smithi059.stdout:Permissive 2024-02-10T20:21:49.989 DEBUG:teuthology.orchestra.run.smithi097:> /usr/sbin/getenforce 2024-02-10T20:21:50.013 INFO:teuthology.orchestra.run.smithi097.stdout:Permissive 2024-02-10T20:21:50.014 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi059.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi097.front.sepia.ceph.com': 'permissive'} 2024-02-10T20:21:50.014 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-02-10T20:21:50.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:21:50.058 DEBUG:teuthology.orchestra.run.smithi097:> 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 2024-02-10T20:21:50.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:21:50.086 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T20:21:50.086 DEBUG:teuthology.orchestra.run.smithi059:> sudo /usr/sbin/setenforce permissive 2024-02-10T20:21:50.132 DEBUG:teuthology.orchestra.run.smithi097:> sudo /usr/sbin/setenforce permissive 2024-02-10T20:21:50.332 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T20:21:50.343 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-10T20:21:50.349 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-10T20:21:50.478 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T20:21:50.494 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-02-10T20:21:50.496 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi059.front.sepia.ceph.com,smithi097.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T20:26:04.171 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi059.front.sepia.ceph.com'), Remote(name='ubuntu@smithi097.front.sepia.ceph.com')] 2024-02-10T20:26:04.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-10T20:26:04.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:26:04.265 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-02-10T20:26:04.348 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-10T20:26:04.348 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-10T20:26:04.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:26:04.435 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-02-10T20:26:04.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-10T20:26:04.519 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T20:26:04.531 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T20:26:04.531 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:26:04.531 DEBUG:teuthology.orchestra.run.smithi059:> 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-02-10T20:26:04.534 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:26:04.534 DEBUG:teuthology.orchestra.run.smithi097:> 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-02-10T20:26:04.564 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T20:26:04.581 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T20:26:04.589 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T20:26:04.605 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T20:26:04.612 INFO:teuthology.orchestra.run.smithi059.stderr:sudo: ntpd: command not found 2024-02-10T20:26:04.625 INFO:teuthology.orchestra.run.smithi059.stdout:506 Cannot talk to daemon 2024-02-10T20:26:04.634 INFO:teuthology.orchestra.run.smithi097.stderr:sudo: ntpd: command not found 2024-02-10T20:26:04.642 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T20:26:04.647 INFO:teuthology.orchestra.run.smithi097.stdout:506 Cannot talk to daemon 2024-02-10T20:26:04.658 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T20:26:04.664 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T20:26:04.680 INFO:teuthology.orchestra.run.smithi097.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T20:26:04.712 INFO:teuthology.orchestra.run.smithi059.stderr:bash: line 1: ntpq: command not found 2024-02-10T20:26:04.715 INFO:teuthology.orchestra.run.smithi059.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T20:26:04.715 INFO:teuthology.orchestra.run.smithi059.stdout:=============================================================================== 2024-02-10T20:26:04.715 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.715 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.715 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.715 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.737 INFO:teuthology.orchestra.run.smithi097.stderr:bash: line 1: ntpq: command not found 2024-02-10T20:26:04.741 INFO:teuthology.orchestra.run.smithi097.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T20:26:04.741 INFO:teuthology.orchestra.run.smithi097.stdout:=============================================================================== 2024-02-10T20:26:04.741 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.741 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.742 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.742 INFO:teuthology.orchestra.run.smithi097.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T20:26:04.742 INFO:teuthology.run_tasks:Running task pexec... 2024-02-10T20:26:04.751 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-10T20:26:04.752 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi059.front.sepia.ceph.com 2024-02-10T20:26:04.752 DEBUG:teuthology.orchestra.run.smithi059:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T20:26:04.752 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi097.front.sepia.ceph.com 2024-02-10T20:26:04.752 DEBUG:teuthology.orchestra.run.smithi097:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T20:26:05.365 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:47 ago on Sat 10 Feb 2024 08:25:18 PM UTC. 2024-02-10T20:26:05.384 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:50 ago on Sat 10 Feb 2024 08:25:15 PM UTC. 2024-02-10T20:26:05.527 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:26:05.529 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:26:05.529 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-02-10T20:26:05.529 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:26:05.529 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:26:05.529 INFO:teuthology.orchestra.run.smithi059.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 3.1 M 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 9.8 M 2024-02-10T20:26:05.530 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:26:05.539 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:26:05.551 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:26:05.552 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:05.553 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 3.1 M 2024-02-10T20:26:05.553 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 9.8 M 2024-02-10T20:26:05.553 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:26:05.767 INFO:teuthology.orchestra.run.smithi059.stdout:runc-1.1.12-1.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-02-10T20:26:05.768 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:26:05.768 INFO:teuthology.orchestra.run.smithi059.stdout:Total 13 MB/s | 3.1 MB 00:00 2024-02-10T20:26:05.768 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:26:05.773 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:26:05.773 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:26:05.784 INFO:teuthology.orchestra.run.smithi097.stdout:runc-1.1.12-1.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-02-10T20:26:05.784 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:26:05.784 INFO:teuthology.orchestra.run.smithi097.stdout:Total 14 MB/s | 3.1 MB 00:00 2024-02-10T20:26:05.784 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:26:05.788 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:26:05.788 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:26:05.847 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:26:05.847 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:26:05.860 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:26:05.860 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:26:06.048 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:26:06.072 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:26:06.149 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:26:06.179 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:26:06.703 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:26:06.723 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:26:07.002 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:26:07.003 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:07.003 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:26:07.003 INFO:teuthology.orchestra.run.smithi059.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T20:26:07.003 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:07.003 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:26:07.032 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-10T20:26:07.032 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:07.032 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:26:07.032 INFO:teuthology.orchestra.run.smithi097.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-10T20:26:07.032 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:07.033 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:26:07.240 DEBUG:teuthology.parallel:result is None 2024-02-10T20:26:07.264 DEBUG:teuthology.parallel:result is None 2024-02-10T20:26:07.264 INFO:teuthology.run_tasks:Running task install... 2024-02-10T20:26:07.276 DEBUG:teuthology.task.install:project ceph 2024-02-10T20:26:07.276 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-10T20:26:07.276 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T20:26:07.276 INFO:teuthology.task.install:Using flavor: default 2024-02-10T20:26:07.283 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-02-10T20:26:07.283 INFO:teuthology.task.install:extra packages: [] 2024-02-10T20:26:07.283 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': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-10T20:26:07.284 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:26:07.286 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': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'tag': None, 'wait_for_package': False} 2024-02-10T20:26:07.286 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:26:07.510 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-10T20:26:07.510 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T20:26:07.514 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/ 2024-02-10T20:26:07.514 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1367.g14aa01b9 2024-02-10T20:26:07.691 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/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-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/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-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T20:26:07.692 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-10T20:26:07.692 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T20:26:07.705 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/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-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/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-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T20:26:07.706 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-10T20:26:07.706 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T20:26:07.719 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-02-10T20:26:07.719 DEBUG:teuthology.orchestra.run.smithi059:> 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/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T20:26:07.741 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-02-10T20:26:07.741 DEBUG:teuthology.orchestra.run.smithi097:> 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/14aa01b918f09661ae41e4c41d1de99d6ac08228/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T20:26:07.787 DEBUG:teuthology.orchestra.run.smithi059:> 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-02-10T20:26:07.810 DEBUG:teuthology.orchestra.run.smithi097:> 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-02-10T20:26:07.867 DEBUG:teuthology.orchestra.run.smithi059:> 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-02-10T20:26:07.891 DEBUG:teuthology.orchestra.run.smithi097:> 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-02-10T20:26:07.934 INFO:teuthology.orchestra.run.smithi059.stdout:check_obsoletes = 1 2024-02-10T20:26:07.936 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum clean all 2024-02-10T20:26:07.958 INFO:teuthology.orchestra.run.smithi097.stdout:check_obsoletes = 1 2024-02-10T20:26:07.959 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum clean all 2024-02-10T20:26:08.181 INFO:teuthology.orchestra.run.smithi059.stdout:74 files removed 2024-02-10T20:26:08.197 INFO:teuthology.orchestra.run.smithi097.stdout:74 files removed 2024-02-10T20:26:08.208 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-radosgw 2024-02-10T20:26:08.223 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-radosgw 2024-02-10T20:26:08.983 INFO:teuthology.orchestra.run.smithi059.stdout:ceph packages for x86_64 181 kB/s | 82 kB 00:00 2024-02-10T20:26:08.996 INFO:teuthology.orchestra.run.smithi097.stdout:ceph packages for x86_64 179 kB/s | 82 kB 00:00 2024-02-10T20:26:09.476 INFO:teuthology.orchestra.run.smithi059.stdout:ceph noarch packages 23 kB/s | 10 kB 00:00 2024-02-10T20:26:09.488 INFO:teuthology.orchestra.run.smithi097.stdout:ceph noarch packages 23 kB/s | 10 kB 00:00 2024-02-10T20:26:10.034 INFO:teuthology.orchestra.run.smithi059.stdout:ceph source packages 3.7 kB/s | 1.9 kB 00:00 2024-02-10T20:26:10.039 INFO:teuthology.orchestra.run.smithi097.stdout:ceph source packages 3.7 kB/s | 1.9 kB 00:00 2024-02-10T20:26:10.450 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - AppStream 18 MB/s | 6.7 MB 00:00 2024-02-10T20:26:10.737 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-02-10T20:26:11.950 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS-9 - BaseOS 5.2 MB/s | 2.0 MB 00:00 2024-02-10T20:26:12.204 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS-9 - BaseOS 6.8 MB/s | 2.0 MB 00:00 2024-02-10T20:26:13.245 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-02-10T20:26:14.024 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-02-10T20:26:16.812 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - AppStream 7.7 MB/s | 19 MB 00:02 2024-02-10T20:26:17.342 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 19 MB 00:02 2024-02-10T20:26:22.055 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 5.9 MB 00:01 2024-02-10T20:26:23.034 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - CRB 2.8 MB/s | 5.9 MB 00:02 2024-02-10T20:26:23.630 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 15 kB 00:00 2024-02-10T20:26:24.618 INFO:teuthology.orchestra.run.smithi097.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 15 kB 00:00 2024-02-10T20:26:26.086 INFO:teuthology.orchestra.run.smithi097.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2024-02-10T20:26:27.751 INFO:teuthology.orchestra.run.smithi059.stdout:Extra Packages for Enterprise Linux 5.1 MB/s | 20 MB 00:03 2024-02-10T20:26:30.978 INFO:teuthology.orchestra.run.smithi097.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-02-10T20:26:32.798 INFO:teuthology.orchestra.run.smithi059.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-02-10T20:26:33.661 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout:Upgrading: 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:26:33.663 INFO:teuthology.orchestra.run.smithi097.stdout: boost-program-options 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T20:26:33.664 INFO:teuthology.orchestra.run.smithi097.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-argparse 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T20:26:33.665 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout:Installing weak dependencies: 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout:Install 30 Packages 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout:Upgrade 2 Packages 2024-02-10T20:26:33.666 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:33.667 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 58 M 2024-02-10T20:26:33.667 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:26:34.571 INFO:teuthology.orchestra.run.smithi097.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 6.4 MB/s | 5.3 MB 00:00 2024-02-10T20:26:34.629 INFO:teuthology.orchestra.run.smithi097.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 433 kB/s | 25 kB 00:00 2024-02-10T20:26:34.738 INFO:teuthology.orchestra.run.smithi097.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 6.7 MB/s | 742 kB 00:00 2024-02-10T20:26:34.838 INFO:teuthology.orchestra.run.smithi097.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 4.9 MB/s | 499 kB 00:00 2024-02-10T20:26:35.422 INFO:teuthology.orchestra.run.smithi097.stdout:(5/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_6 8.7 MB/s | 5.1 MB 00:00 2024-02-10T20:26:35.539 INFO:teuthology.orchestra.run.smithi097.stdout:(6/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 5.4 MB/s | 9.7 MB 00:01 2024-02-10T20:26:35.553 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:26:35.555 INFO:teuthology.orchestra.run.smithi097.stdout:(7/32): python3-ceph-argparse-19.0.0-1367.g14aa 338 kB/s | 45 kB 00:00 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-radosgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 9.7 M 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout:Upgrading: 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout: librados2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.4 M 2024-02-10T20:26:35.556 INFO:teuthology.orchestra.run.smithi059.stdout: librbd1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: boost-program-options 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-base x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.3 M 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 20 M 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-selinux x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 25 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 742 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T20:26:35.557 INFO:teuthology.orchestra.run.smithi059.stdout: libradosstriper1 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 499 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: librgw2 x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 5.1 M 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-argparse 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 45 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-common x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 131 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cephfs x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 161 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rados x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 320 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 297 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rgw x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 99 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T20:26:35.558 INFO:teuthology.orchestra.run.smithi059.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout:Installing weak dependencies: 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout:Install 30 Packages 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout:Upgrade 2 Packages 2024-02-10T20:26:35.559 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:35.560 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 58 M 2024-02-10T20:26:35.560 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:26:35.614 INFO:teuthology.orchestra.run.smithi097.stdout:(8/32): python3-ceph-common-19.0.0-1367.g14aa01 1.7 MB/s | 131 kB 00:00 2024-02-10T20:26:35.640 INFO:teuthology.orchestra.run.smithi097.stdout:(9/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 1.9 MB/s | 161 kB 00:00 2024-02-10T20:26:35.689 INFO:teuthology.orchestra.run.smithi097.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 4.2 MB/s | 320 kB 00:00 2024-02-10T20:26:35.732 INFO:teuthology.orchestra.run.smithi097.stdout:(11/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 3.2 MB/s | 297 kB 00:00 2024-02-10T20:26:35.757 INFO:teuthology.orchestra.run.smithi097.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 1.4 MB/s | 99 kB 00:00 2024-02-10T20:26:35.874 INFO:teuthology.orchestra.run.smithi097.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 745 kB/s | 106 kB 00:00 2024-02-10T20:26:35.899 INFO:teuthology.orchestra.run.smithi097.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 159 kB 00:00 2024-02-10T20:26:35.925 INFO:teuthology.orchestra.run.smithi097.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 881 kB/s | 44 kB 00:00 2024-02-10T20:26:36.117 INFO:teuthology.orchestra.run.smithi097.stdout:(16/32): ceph-common-19.0.0-1367.g14aa01b9.el9. 8.4 MB/s | 20 MB 00:02 2024-02-10T20:26:36.150 INFO:teuthology.orchestra.run.smithi097.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.6 MB/s | 661 kB 00:00 2024-02-10T20:26:36.175 INFO:teuthology.orchestra.run.smithi097.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 282 kB 00:00 2024-02-10T20:26:36.200 INFO:teuthology.orchestra.run.smithi097.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 498 kB/s | 41 kB 00:00 2024-02-10T20:26:36.226 INFO:teuthology.orchestra.run.smithi097.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 2.8 MB/s | 215 kB 00:00 2024-02-10T20:26:36.251 INFO:teuthology.orchestra.run.smithi097.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 870 kB/s | 43 kB 00:00 2024-02-10T20:26:36.276 INFO:teuthology.orchestra.run.smithi097.stdout:(22/32): qatlib-service-23.11.0-1.el9.x86_64.rp 449 kB/s | 34 kB 00:00 2024-02-10T20:26:36.451 INFO:teuthology.orchestra.run.smithi097.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 206 kB/s | 26 kB 00:00 2024-02-10T20:26:36.485 INFO:teuthology.orchestra.run.smithi097.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-02-10T20:26:36.510 INFO:teuthology.orchestra.run.smithi097.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 828 kB/s | 49 kB 00:00 2024-02-10T20:26:36.535 INFO:teuthology.orchestra.run.smithi097.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-02-10T20:26:36.577 INFO:teuthology.orchestra.run.smithi097.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-02-10T20:26:36.670 INFO:teuthology.orchestra.run.smithi097.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-02-10T20:26:36.703 INFO:teuthology.orchestra.run.smithi097.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.3 MB/s | 838 kB 00:00 2024-02-10T20:26:36.745 INFO:teuthology.orchestra.run.smithi097.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 9.5 MB/s | 1.6 MB 00:00 2024-02-10T20:26:36.807 INFO:teuthology.orchestra.run.smithi059.stdout:(1/32): ceph-base-19.0.0-1367.g14aa01b9.el9.x86 6.0 MB/s | 5.3 MB 00:00 2024-02-10T20:26:36.908 INFO:teuthology.orchestra.run.smithi059.stdout:(2/32): ceph-selinux-19.0.0-1367.g14aa01b9.el9. 252 kB/s | 25 kB 00:00 2024-02-10T20:26:37.270 INFO:teuthology.orchestra.run.smithi097.stdout:(31/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 5.5 MB/s | 3.1 MB 00:00 2024-02-10T20:26:37.429 INFO:teuthology.orchestra.run.smithi097.stdout:(32/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 4.4 MB/s | 3.4 MB 00:00 2024-02-10T20:26:37.435 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:26:37.435 INFO:teuthology.orchestra.run.smithi097.stdout:Total 15 MB/s | 58 MB 00:03 2024-02-10T20:26:37.435 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:26:37.467 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:26:37.467 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:26:37.650 INFO:teuthology.orchestra.run.smithi059.stdout:(3/32): libcephfs2-19.0.0-1367.g14aa01b9.el9.x8 1.0 MB/s | 742 kB 00:00 2024-02-10T20:26:37.742 INFO:teuthology.orchestra.run.smithi059.stdout:(4/32): libradosstriper1-19.0.0-1367.g14aa01b9. 5.3 MB/s | 499 kB 00:00 2024-02-10T20:26:37.938 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:26:37.938 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:26:37.950 INFO:teuthology.orchestra.run.smithi059.stdout:(5/32): ceph-radosgw-19.0.0-1367.g14aa01b9.el9. 4.8 MB/s | 9.7 MB 00:02 2024-02-10T20:26:38.034 INFO:teuthology.orchestra.run.smithi059.stdout:(6/32): python3-ceph-argparse-19.0.0-1367.g14aa 543 kB/s | 45 kB 00:00 2024-02-10T20:26:38.117 INFO:teuthology.orchestra.run.smithi059.stdout:(7/32): python3-ceph-common-19.0.0-1367.g14aa01 1.5 MB/s | 131 kB 00:00 2024-02-10T20:26:38.226 INFO:teuthology.orchestra.run.smithi059.stdout:(8/32): python3-cephfs-19.0.0-1367.g14aa01b9.el 1.5 MB/s | 161 kB 00:00 2024-02-10T20:26:38.410 INFO:teuthology.orchestra.run.smithi059.stdout:(9/32): ceph-common-19.0.0-1367.g14aa01b9.el9.x 8.0 MB/s | 20 MB 00:02 2024-02-10T20:26:38.435 INFO:teuthology.orchestra.run.smithi059.stdout:(10/32): python3-rados-19.0.0-1367.g14aa01b9.el 1.5 MB/s | 320 kB 00:00 2024-02-10T20:26:38.510 INFO:teuthology.orchestra.run.smithi059.stdout:(11/32): librgw2-19.0.0-1367.g14aa01b9.el9.x86_ 6.6 MB/s | 5.1 MB 00:00 2024-02-10T20:26:38.535 INFO:teuthology.orchestra.run.smithi059.stdout:(12/32): python3-rgw-19.0.0-1367.g14aa01b9.el9. 991 kB/s | 99 kB 00:00 2024-02-10T20:26:38.586 INFO:teuthology.orchestra.run.smithi059.stdout:(13/32): python3-rbd-19.0.0-1367.g14aa01b9.el9. 1.7 MB/s | 297 kB 00:00 2024-02-10T20:26:38.653 INFO:teuthology.orchestra.run.smithi059.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 745 kB/s | 106 kB 00:00 2024-02-10T20:26:38.670 INFO:teuthology.orchestra.run.smithi059.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 780 kB/s | 44 kB 00:00 2024-02-10T20:26:38.703 INFO:teuthology.orchestra.run.smithi059.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 159 kB 00:00 2024-02-10T20:26:38.728 INFO:teuthology.orchestra.run.smithi059.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-02-10T20:26:38.753 INFO:teuthology.orchestra.run.smithi059.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-02-10T20:26:38.770 INFO:teuthology.orchestra.run.smithi059.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 627 kB/s | 41 kB 00:00 2024-02-10T20:26:38.787 INFO:teuthology.orchestra.run.smithi059.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 1.0 MB/s | 34 kB 00:00 2024-02-10T20:26:38.812 INFO:teuthology.orchestra.run.smithi059.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 3.6 MB/s | 215 kB 00:00 2024-02-10T20:26:38.829 INFO:teuthology.orchestra.run.smithi059.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 740 kB/s | 43 kB 00:00 2024-02-10T20:26:39.080 INFO:teuthology.orchestra.run.smithi059.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 104 kB/s | 26 kB 00:00 2024-02-10T20:26:39.271 INFO:teuthology.orchestra.run.smithi059.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 253 kB/s | 49 kB 00:00 2024-02-10T20:26:39.364 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:26:39.372 INFO:teuthology.orchestra.run.smithi059.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 529 kB/s | 309 kB 00:00 2024-02-10T20:26:39.439 INFO:teuthology.orchestra.run.smithi059.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 403 kB/s | 67 kB 00:00 2024-02-10T20:26:39.453 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T20:26:39.500 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T20:26:39.525 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T20:26:39.557 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:26:39.573 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:26:39.622 INFO:teuthology.orchestra.run.smithi059.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.3 MB/s | 838 kB 00:00 2024-02-10T20:26:39.648 INFO:teuthology.orchestra.run.smithi059.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 918 kB/s | 192 kB 00:00 2024-02-10T20:26:39.714 INFO:teuthology.orchestra.run.smithi059.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.0 MB/s | 4.4 MB 00:00 2024-02-10T20:26:39.765 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:26:39.821 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:26:39.840 INFO:teuthology.orchestra.run.smithi059.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-02-10T20:26:40.148 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T20:26:40.211 INFO:teuthology.orchestra.run.smithi097.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:26:40.303 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:26:40.323 INFO:teuthology.orchestra.run.smithi059.stdout:(31/32): librados2-19.0.0-1367.g14aa01b9.el9.x8 5.0 MB/s | 3.4 MB 00:00 2024-02-10T20:26:40.392 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T20:26:40.429 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:26:40.491 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:26:40.533 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T20:26:40.565 INFO:teuthology.orchestra.run.smithi059.stdout:(32/32): librbd1-19.0.0-1367.g14aa01b9.el9.x86_ 3.7 MB/s | 3.1 MB 00:00 2024-02-10T20:26:40.570 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:26:40.570 INFO:teuthology.orchestra.run.smithi059.stdout:Total 12 MB/s | 58 MB 00:05 2024-02-10T20:26:40.571 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:26:40.581 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T20:26:40.612 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:26:40.612 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:26:40.660 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:26:40.689 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:26:40.769 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:26:40.796 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T20:26:40.905 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T20:26:40.948 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T20:26:40.988 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T20:26:41.031 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T20:26:41.057 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T20:26:41.090 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T20:26:41.112 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:26:41.113 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:26:41.409 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T20:26:41.437 INFO:teuthology.orchestra.run.smithi097.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:26:41.526 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:26:41.558 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T20:26:41.599 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T20:26:42.049 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T20:26:42.073 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:26:42.150 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:26:42.220 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T20:26:42.250 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T20:26:42.578 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:26:42.694 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T20:26:42.751 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T20:26:42.862 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T20:26:42.885 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:26:42.901 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T20:26:43.095 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:26:43.150 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T20:26:43.503 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T20:26:43.555 INFO:teuthology.orchestra.run.smithi059.stdout: Upgrading : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:26:43.641 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:26:43.729 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 8/34 2024-02-10T20:26:43.757 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:26:43.803 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 9/34 2024-02-10T20:26:43.832 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T20:26:43.876 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 11/34 2024-02-10T20:26:43.946 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:26:43.976 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:26:44.038 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 13/34 2024-02-10T20:26:44.066 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T20:26:44.177 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T20:26:44.211 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T20:26:44.259 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T20:26:44.282 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T20:26:44.311 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T20:26:44.343 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T20:26:44.380 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:26:44.421 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:26:44.668 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T20:26:44.698 INFO:teuthology.orchestra.run.smithi059.stdout: Upgrading : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:26:44.780 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 22/34 2024-02-10T20:26:44.812 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 23/34 2024-02-10T20:26:44.851 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T20:26:44.983 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:26:45.017 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:26:45.098 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:26:45.098 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T20:26:45.098 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T20:26:45.098 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:45.135 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:26:45.327 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T20:26:45.351 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:26:45.422 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 26/34 2024-02-10T20:26:45.509 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 27/34 2024-02-10T20:26:45.536 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 28/34 2024-02-10T20:26:47.746 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:26:47.792 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:26:48.375 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 29/34 2024-02-10T20:26:48.411 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:26:48.490 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 30/34 2024-02-10T20:26:48.491 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T20:26:48.491 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T20:26:48.491 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:48.529 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:26:54.707 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:26:54.707 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /sys 2024-02-10T20:26:54.707 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /proc 2024-02-10T20:26:54.707 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /mnt 2024-02-10T20:26:54.707 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /var/tmp 2024-02-10T20:26:54.708 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /home 2024-02-10T20:26:54.708 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /root 2024-02-10T20:26:54.708 INFO:teuthology.orchestra.run.smithi097.stdout:skipping the directory /tmp 2024-02-10T20:26:54.708 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:55.622 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:26:55.646 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:26:55.646 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:26:55.646 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T20:26:55.646 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:26:55.647 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:26:55.647 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:55.648 INFO:teuthology.orchestra.run.smithi097.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:26:55.761 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:26:55.761 INFO:teuthology.orchestra.run.smithi097.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:26:56.866 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T20:26:56.867 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T20:26:56.868 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:26:56.868 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T20:26:56.868 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T20:26:56.868 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T20:26:56.869 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T20:26:56.870 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout:Upgraded: 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.877 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T20:26:57.878 INFO:teuthology.orchestra.run.smithi097.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:57.879 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:26:58.146 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-test 2024-02-10T20:26:58.532 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:26:58.532 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /sys 2024-02-10T20:26:58.532 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /proc 2024-02-10T20:26:58.533 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /mnt 2024-02-10T20:26:58.533 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /var/tmp 2024-02-10T20:26:58.533 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /home 2024-02-10T20:26:58.533 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /root 2024-02-10T20:26:58.533 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /tmp 2024-02-10T20:26:58.533 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:58.724 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:28 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:26:58.883 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:26:58.883 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:26:58.884 INFO:teuthology.orchestra.run.smithi097.stdout:Install 6 Packages 2024-02-10T20:26:58.885 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:26:58.885 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 48 M 2024-02-10T20:26:58.885 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 204 M 2024-02-10T20:26:58.885 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:26:59.048 INFO:teuthology.orchestra.run.smithi097.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-10T20:26:59.104 INFO:teuthology.orchestra.run.smithi097.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 63 kB 00:00 2024-02-10T20:26:59.148 INFO:teuthology.orchestra.run.smithi097.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.2 MB/s | 186 kB 00:00 2024-02-10T20:26:59.190 INFO:teuthology.orchestra.run.smithi097.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T20:26:59.249 INFO:teuthology.orchestra.run.smithi097.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 450 kB/s | 163 kB 00:00 2024-02-10T20:26:59.468 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:26:59.489 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/34 2024-02-10T20:26:59.489 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:26:59.489 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T20:26:59.489 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:26:59.489 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:26:59.489 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:26:59.491 INFO:teuthology.orchestra.run.smithi059.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:26:59.568 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T20:26:59.568 INFO:teuthology.orchestra.run.smithi059.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_6 6/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 7/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9. 8/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x8 9/34 2024-02-10T20:27:00.699 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 10/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 11/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 12/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 13/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T20:27:00.700 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 31/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T20:27:00.701 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/34 2024-02-10T20:27:01.616 INFO:teuthology.orchestra.run.smithi097.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 17 MB/s | 47 MB 00:02 2024-02-10T20:27:01.618 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:01.619 INFO:teuthology.orchestra.run.smithi097.stdout:Total 18 MB/s | 48 MB 00:02 2024-02-10T20:27:01.619 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:01.639 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:01.639 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:01.642 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T20:27:01.642 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout:Upgraded: 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-radosgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-selinux-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.643 INFO:teuthology.orchestra.run.smithi059.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: libradosstriper1-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: librgw2-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-argparse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-common-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.644 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:01.645 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:01.954 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-test 2024-02-10T20:27:02.022 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:02.022 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:02.539 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:30 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:02.613 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:02.691 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T20:27:02.705 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-test x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 47 M 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout: libcephsqlite x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 163 k 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T20:27:02.706 INFO:teuthology.orchestra.run.smithi059.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout:Install 6 Packages 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 48 M 2024-02-10T20:27:02.707 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 204 M 2024-02-10T20:27:02.708 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:27:02.723 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T20:27:02.767 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T20:27:02.808 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T20:27:02.835 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:27:02.880 INFO:teuthology.orchestra.run.smithi059.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-10T20:27:02.921 INFO:teuthology.orchestra.run.smithi059.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-02-10T20:27:02.955 INFO:teuthology.orchestra.run.smithi059.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 5.4 MB/s | 186 kB 00:00 2024-02-10T20:27:03.014 INFO:teuthology.orchestra.run.smithi059.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.6 MB/s | 217 kB 00:00 2024-02-10T20:27:03.155 INFO:teuthology.orchestra.run.smithi059.stdout:(5/6): libcephsqlite-19.0.0-1367.g14aa01b9.el9. 365 kB/s | 163 kB 00:00 2024-02-10T20:27:06.614 INFO:teuthology.orchestra.run.smithi059.stdout:(6/6): ceph-test-19.0.0-1367.g14aa01b9.el9.x86_ 12 MB/s | 47 MB 00:03 2024-02-10T20:27:06.617 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:06.617 INFO:teuthology.orchestra.run.smithi059.stdout:Total 12 MB/s | 48 MB 00:03 2024-02-10T20:27:06.617 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:27:06.640 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:27:06.640 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:27:07.033 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:27:07.033 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:27:07.416 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:27:07.503 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:27:07.637 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:27:07.722 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T20:27:07.763 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T20:27:07.808 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T20:27:07.849 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T20:27:07.875 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:27:09.916 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:27:09.916 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T20:27:09.916 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T20:27:09.917 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T20:27:09.917 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T20:27:09.917 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T20:27:10.376 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: jq-1.6-16.el9.x86_64 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:10.377 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:10.602 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph 2024-02-10T20:27:11.203 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:41 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:11.376 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:11.379 INFO:teuthology.orchestra.run.smithi097.stdout:========================================================================================= 2024-02-10T20:27:11.379 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:27:11.379 INFO:teuthology.orchestra.run.smithi097.stdout:========================================================================================= 2024-02-10T20:27:11.379 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:27:11.379 INFO:teuthology.orchestra.run.smithi097.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T20:27:11.379 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T20:27:11.380 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T20:27:11.381 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout:========================================================================================= 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout:Install 36 Packages 2024-02-10T20:27:11.382 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:11.383 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 30 M 2024-02-10T20:27:11.383 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 107 M 2024-02-10T20:27:11.383 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:27:12.220 INFO:teuthology.orchestra.run.smithi097.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-02-10T20:27:12.590 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/6 2024-02-10T20:27:12.687 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:27:13.045 INFO:teuthology.orchestra.run.smithi097.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 1.5 MB/s | 1.5 MB 00:01 2024-02-10T20:27:13.162 INFO:teuthology.orchestra.run.smithi097.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 1.8 MB/s | 2.1 MB 00:01 2024-02-10T20:27:13.262 INFO:teuthology.orchestra.run.smithi097.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.4 MB/s | 247 kB 00:00 2024-02-10T20:27:13.380 INFO:teuthology.orchestra.run.smithi097.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-10T20:27:13.423 INFO:teuthology.orchestra.run.smithi097.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-10T20:27:13.455 INFO:teuthology.orchestra.run.smithi097.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 947 kB/s | 32 kB 00:00 2024-02-10T20:27:13.489 INFO:teuthology.orchestra.run.smithi097.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-02-10T20:27:13.522 INFO:teuthology.orchestra.run.smithi097.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-10T20:27:13.572 INFO:teuthology.orchestra.run.smithi097.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-02-10T20:27:13.639 INFO:teuthology.orchestra.run.smithi097.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-02-10T20:27:13.673 INFO:teuthology.orchestra.run.smithi097.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-02-10T20:27:13.707 INFO:teuthology.orchestra.run.smithi097.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-02-10T20:27:13.774 INFO:teuthology.orchestra.run.smithi097.stdout:(14/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86 3.0 MB/s | 4.7 MB 00:01 2024-02-10T20:27:13.799 INFO:teuthology.orchestra.run.smithi097.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.2 MB/s | 113 kB 00:00 2024-02-10T20:27:13.824 INFO:teuthology.orchestra.run.smithi097.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-10T20:27:13.983 INFO:teuthology.orchestra.run.smithi097.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 121 kB/s | 22 kB 00:00 2024-02-10T20:27:14.075 INFO:teuthology.orchestra.run.smithi097.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 603 kB/s | 151 kB 00:00 2024-02-10T20:27:14.158 INFO:teuthology.orchestra.run.smithi097.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 248 kB/s | 43 kB 00:00 2024-02-10T20:27:14.184 INFO:teuthology.orchestra.run.smithi097.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-02-10T20:27:14.267 INFO:teuthology.orchestra.run.smithi097.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-02-10T20:27:14.318 INFO:teuthology.orchestra.run.smithi097.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-02-10T20:27:14.343 INFO:teuthology.orchestra.run.smithi097.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-02-10T20:27:14.377 INFO:teuthology.orchestra.run.smithi097.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 394 kB/s | 23 kB 00:00 2024-02-10T20:27:14.402 INFO:teuthology.orchestra.run.smithi097.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 331 kB/s | 19 kB 00:00 2024-02-10T20:27:14.419 INFO:teuthology.orchestra.run.smithi097.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 469 kB/s | 20 kB 00:00 2024-02-10T20:27:14.461 INFO:teuthology.orchestra.run.smithi097.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 790 kB/s | 46 kB 00:00 2024-02-10T20:27:14.503 INFO:teuthology.orchestra.run.smithi097.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 939 kB/s | 79 kB 00:00 2024-02-10T20:27:14.562 INFO:teuthology.orchestra.run.smithi097.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-02-10T20:27:14.579 INFO:teuthology.orchestra.run.smithi097.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 217 kB/s | 16 kB 00:00 2024-02-10T20:27:14.637 INFO:teuthology.orchestra.run.smithi097.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-02-10T20:27:14.671 INFO:teuthology.orchestra.run.smithi097.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-02-10T20:27:14.738 INFO:teuthology.orchestra.run.smithi097.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-02-10T20:27:14.797 INFO:teuthology.orchestra.run.smithi097.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-02-10T20:27:14.822 INFO:teuthology.orchestra.run.smithi097.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-02-10T20:27:15.068 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 6/6 2024-02-10T20:27:15.069 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/6 2024-02-10T20:27:15.069 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/6 2024-02-10T20:27:15.069 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T20:27:15.069 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T20:27:15.069 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T20:27:15.072 INFO:teuthology.orchestra.run.smithi097.stdout:(36/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 8.3 MB/s | 17 MB 00:02 2024-02-10T20:27:15.076 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:15.076 INFO:teuthology.orchestra.run.smithi097.stdout:Total 8.0 MB/s | 30 MB 00:03 2024-02-10T20:27:15.093 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:15.131 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:15.132 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:15.535 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:15.536 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:15.553 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T20:27:15.553 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:15.553 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:27:15.553 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-test-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:15.553 INFO:teuthology.orchestra.run.smithi059.stdout: jq-1.6-16.el9.x86_64 2024-02-10T20:27:15.554 INFO:teuthology.orchestra.run.smithi059.stdout: libcephsqlite-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:15.554 INFO:teuthology.orchestra.run.smithi059.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T20:27:15.554 INFO:teuthology.orchestra.run.smithi059.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T20:27:15.554 INFO:teuthology.orchestra.run.smithi059.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T20:27:15.554 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:15.554 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:15.793 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph 2024-02-10T20:27:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:44 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:16.590 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout:========================================================================================= 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout:========================================================================================= 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout: ceph x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 6.6 k 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mds x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 2.1 M 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 1.5 M 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 247 k 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mon x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 4.7 M 2024-02-10T20:27:16.593 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-osd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 17 M 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T20:27:16.594 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T20:27:16.595 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:16.596 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:27:16.597 INFO:teuthology.orchestra.run.smithi059.stdout:========================================================================================= 2024-02-10T20:27:16.597 INFO:teuthology.orchestra.run.smithi059.stdout:Install 36 Packages 2024-02-10T20:27:16.597 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:16.597 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 30 M 2024-02-10T20:27:16.597 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 107 M 2024-02-10T20:27:16.597 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:27:16.866 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:16.934 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T20:27:16.966 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T20:27:17.002 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T20:27:17.043 INFO:teuthology.orchestra.run.smithi059.stdout:(1/36): ceph-19.0.0-1367.g14aa01b9.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-02-10T20:27:17.072 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T20:27:17.118 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T20:27:17.150 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T20:27:17.242 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T20:27:17.329 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T20:27:17.371 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T20:27:17.393 INFO:teuthology.orchestra.run.smithi059.stdout:(2/36): ceph-mgr-19.0.0-1367.g14aa01b9.el9.x86_ 2.6 MB/s | 1.5 MB 00:00 2024-02-10T20:27:17.435 INFO:teuthology.orchestra.run.smithi059.stdout:(3/36): ceph-mds-19.0.0-1367.g14aa01b9.el9.x86_ 3.5 MB/s | 2.1 MB 00:00 2024-02-10T20:27:17.442 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T20:27:17.496 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T20:27:17.535 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T20:27:17.536 INFO:teuthology.orchestra.run.smithi059.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1367.g14aa 2.4 MB/s | 247 kB 00:00 2024-02-10T20:27:17.600 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T20:27:17.652 INFO:teuthology.orchestra.run.smithi059.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-02-10T20:27:17.670 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T20:27:17.694 INFO:teuthology.orchestra.run.smithi059.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-02-10T20:27:17.753 INFO:teuthology.orchestra.run.smithi059.stdout:(7/36): ceph-mon-19.0.0-1367.g14aa01b9.el9.x86_ 6.6 MB/s | 4.7 MB 00:00 2024-02-10T20:27:17.769 INFO:teuthology.orchestra.run.smithi059.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 420 kB/s | 32 kB 00:00 2024-02-10T20:27:17.786 INFO:teuthology.orchestra.run.smithi059.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-02-10T20:27:17.803 INFO:teuthology.orchestra.run.smithi059.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-10T20:27:17.829 INFO:teuthology.orchestra.run.smithi059.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-02-10T20:27:17.857 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T20:27:17.879 INFO:teuthology.orchestra.run.smithi059.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-02-10T20:27:17.905 INFO:teuthology.orchestra.run.smithi059.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 103 kB 00:00 2024-02-10T20:27:17.905 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T20:27:17.930 INFO:teuthology.orchestra.run.smithi059.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-02-10T20:27:17.936 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T20:27:17.955 INFO:teuthology.orchestra.run.smithi059.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 2.2 MB/s | 113 kB 00:00 2024-02-10T20:27:17.971 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T20:27:17.980 INFO:teuthology.orchestra.run.smithi059.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-10T20:27:18.009 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T20:27:18.055 INFO:teuthology.orchestra.run.smithi059.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 223 kB/s | 22 kB 00:00 2024-02-10T20:27:18.094 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T20:27:18.106 INFO:teuthology.orchestra.run.smithi059.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-02-10T20:27:18.129 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:27:18.139 INFO:teuthology.orchestra.run.smithi059.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 519 kB/s | 43 kB 00:00 2024-02-10T20:27:18.161 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T20:27:18.165 INFO:teuthology.orchestra.run.smithi059.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-02-10T20:27:18.202 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T20:27:18.206 INFO:teuthology.orchestra.run.smithi059.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 257 kB/s | 11 kB 00:00 2024-02-10T20:27:18.237 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T20:27:18.240 INFO:teuthology.orchestra.run.smithi059.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-02-10T20:27:18.266 INFO:teuthology.orchestra.run.smithi059.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 301 kB/s | 18 kB 00:00 2024-02-10T20:27:18.271 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T20:27:18.291 INFO:teuthology.orchestra.run.smithi059.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-02-10T20:27:18.316 INFO:teuthology.orchestra.run.smithi059.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-02-10T20:27:18.342 INFO:teuthology.orchestra.run.smithi059.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-02-10T20:27:18.360 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T20:27:18.366 INFO:teuthology.orchestra.run.smithi059.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-02-10T20:27:18.383 INFO:teuthology.orchestra.run.smithi059.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-02-10T20:27:18.403 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T20:27:18.425 INFO:teuthology.orchestra.run.smithi059.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 393 kB/s | 16 kB 00:00 2024-02-10T20:27:18.451 INFO:teuthology.orchestra.run.smithi059.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-02-10T20:27:18.474 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T20:27:18.476 INFO:teuthology.orchestra.run.smithi059.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-02-10T20:27:18.518 INFO:teuthology.orchestra.run.smithi059.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 530 kB/s | 36 kB 00:00 2024-02-10T20:27:18.619 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T20:27:18.676 INFO:teuthology.orchestra.run.smithi059.stdout:(33/36): ceph-osd-19.0.0-1367.g14aa01b9.el9.x86 13 MB/s | 17 MB 00:01 2024-02-10T20:27:18.702 INFO:teuthology.orchestra.run.smithi059.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.0 MB/s | 230 kB 00:00 2024-02-10T20:27:18.735 INFO:teuthology.orchestra.run.smithi059.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.9 MB/s | 427 kB 00:00 2024-02-10T20:27:18.754 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:27:18.760 INFO:teuthology.orchestra.run.smithi059.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-02-10T20:27:18.764 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:18.764 INFO:teuthology.orchestra.run.smithi059.stdout:Total 14 MB/s | 30 MB 00:02 2024-02-10T20:27:18.778 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:27:18.822 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:27:18.822 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:27:18.921 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T20:27:18.949 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:27:18.974 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:27:18.974 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:18.974 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T20:27:18.974 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:27:18.974 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:27:18.974 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:19.227 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:27:19.228 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:27:20.400 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:27:20.426 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:27:20.426 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:20.426 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T20:27:20.426 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:27:20.426 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:27:20.427 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:20.565 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:27:20.630 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T20:27:20.663 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T20:27:20.691 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T20:27:20.765 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T20:27:20.807 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T20:27:20.839 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T20:27:20.859 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:27:20.882 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:27:20.882 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:20.882 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T20:27:20.882 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:27:20.882 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:27:20.882 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:20.937 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T20:27:21.012 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T20:27:21.059 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T20:27:21.093 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:27:21.116 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:27:21.116 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:21.116 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T20:27:21.116 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:27:21.117 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:27:21.117 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:21.133 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T20:27:21.182 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:27:21.195 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T20:27:21.230 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T20:27:21.289 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T20:27:21.360 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T20:27:21.554 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T20:27:21.604 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T20:27:21.640 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T20:27:21.675 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T20:27:21.704 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T20:27:21.784 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T20:27:21.814 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:27:21.847 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T20:27:21.880 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T20:27:21.923 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T20:27:21.957 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T20:27:22.049 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T20:27:22.131 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T20:27:22.229 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T20:27:22.369 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T20:27:22.495 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:27:22.673 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 31/36 2024-02-10T20:27:22.701 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:27:22.725 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 32/36 2024-02-10T20:27:22.725 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:22.726 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T20:27:22.726 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:27:22.726 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T20:27:22.726 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T20:27:22.846 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T20:27:22.847 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T20:27:22.848 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T20:27:23.885 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T20:27:23.885 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:23.885 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:27:23.885 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:23.885 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:23.885 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:23.885 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T20:27:23.886 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T20:27:23.887 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:23.888 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:24.188 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-base 2024-02-10T20:27:24.235 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:27:24.260 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 33/36 2024-02-10T20:27:24.260 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:24.260 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T20:27:24.260 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:27:24.260 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T20:27:24.261 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:24.718 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:27:24.741 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 34/36 2024-02-10T20:27:24.741 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:24.741 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T20:27:24.741 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:27:24.741 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T20:27:24.741 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:24.765 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:54 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:24.872 INFO:teuthology.orchestra.run.smithi097.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:27:24.924 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:24.924 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:27:24.925 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:24.961 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:27:24.983 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 35/36 2024-02-10T20:27:24.983 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:24.984 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T20:27:24.984 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:27:24.984 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T20:27:24.984 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:24.991 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install cephadm 2024-02-10T20:27:25.052 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:27:25.567 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:55 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:25.726 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:25.727 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:27:25.727 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:27:25.727 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:27:25.727 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:27:25.727 INFO:teuthology.orchestra.run.smithi097.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T20:27:25.727 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:25.727 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:27:25.728 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:27:25.728 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:27:25.728 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:25.728 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 748 k 2024-02-10T20:27:25.728 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 754 k 2024-02-10T20:27:25.728 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:27:26.197 INFO:teuthology.orchestra.run.smithi097.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 1.6 MB/s | 748 kB 00:00 2024-02-10T20:27:26.198 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:26.198 INFO:teuthology.orchestra.run.smithi097.stdout:Total 1.6 MB/s | 748 kB 00:00 2024-02-10T20:27:26.198 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:26.203 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:26.203 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:26.209 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:26.209 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:26.287 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:26.763 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:26.853 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 36/36 2024-02-10T20:27:26.853 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 3/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 4/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 5/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9. 6/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T20:27:26.854 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T20:27:26.855 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T20:27:26.856 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T20:27:26.856 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T20:27:26.856 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:26.857 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T20:27:26.857 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T20:27:26.857 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T20:27:26.857 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T20:27:26.858 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T20:27:26.858 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T20:27:26.858 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T20:27:26.858 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T20:27:27.295 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:27.621 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:27.621 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:27.621 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:27:27.621 INFO:teuthology.orchestra.run.smithi097.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:27.621 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:27.621 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:27.925 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T20:27:27.947 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T20:27:27.947 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:27.947 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:27:27.947 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mds-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-modules-core-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mon-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-osd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T20:27:27.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T20:27:27.949 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T20:27:27.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T20:27:27.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T20:27:27.951 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:27.951 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:28.172 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-base 2024-02-10T20:27:28.515 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:00:58 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:28.681 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 145 k 2024-02-10T20:27:28.682 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 436 k 2024-02-10T20:27:28.683 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:27:28.761 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:56 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:28.872 INFO:teuthology.orchestra.run.smithi059.stdout:Package ceph-base-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:27:28.927 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:28.928 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:27:28.928 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:28.990 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install cephadm 2024-02-10T20:27:29.104 INFO:teuthology.orchestra.run.smithi097.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 344 kB/s | 145 kB 00:00 2024-02-10T20:27:29.105 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:29.105 INFO:teuthology.orchestra.run.smithi097.stdout:Total 343 kB/s | 145 kB 00:00 2024-02-10T20:27:29.105 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:29.113 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:29.113 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:29.164 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:29.165 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:29.301 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:29.364 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:27:29.389 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:27:29.389 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:29.389 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T20:27:29.389 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:29.585 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:57 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:29.748 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout: cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 748 k 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:27:29.749 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:29.750 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 748 k 2024-02-10T20:27:29.750 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 754 k 2024-02-10T20:27:29.750 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:27:30.385 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:27:30.386 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:30.386 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:27:30.386 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:30.386 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:30.386 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:30.659 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr 2024-02-10T20:27:31.253 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:01 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:31.360 INFO:teuthology.orchestra.run.smithi097.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:27:31.412 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:31.413 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:27:31.413 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:31.477 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T20:27:32.051 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:02 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:32.210 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:32.211 INFO:teuthology.orchestra.run.smithi097.stdout:====================================================================================== 2024-02-10T20:27:32.211 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout:====================================================================================== 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T20:27:32.212 INFO:teuthology.orchestra.run.smithi097.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout:====================================================================================== 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout:Install 12 Packages 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:32.213 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 6.8 M 2024-02-10T20:27:32.214 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 26 M 2024-02-10T20:27:32.214 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:27:32.390 INFO:teuthology.orchestra.run.smithi059.stdout:cephadm-19.0.0-1367.g14aa01b9.el9.noarch.rpm 283 kB/s | 748 kB 00:02 2024-02-10T20:27:32.390 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:32.391 INFO:teuthology.orchestra.run.smithi059.stdout:Total 283 kB/s | 748 kB 00:02 2024-02-10T20:27:32.391 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:27:32.398 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:27:32.398 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:27:32.404 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:27:32.404 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:27:32.483 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:27:32.584 INFO:teuthology.orchestra.run.smithi097.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 113 kB/s | 28 kB 00:00 2024-02-10T20:27:32.609 INFO:teuthology.orchestra.run.smithi097.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 55 kB/s | 15 kB 00:00 2024-02-10T20:27:32.759 INFO:teuthology.orchestra.run.smithi097.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 238 kB 00:00 2024-02-10T20:27:32.818 INFO:teuthology.orchestra.run.smithi097.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.3 MB/s | 1.0 MB 00:00 2024-02-10T20:27:32.944 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:33.048 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:33.094 INFO:teuthology.orchestra.run.smithi097.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 2.3 MB/s | 1.8 MB 00:00 2024-02-10T20:27:33.169 INFO:teuthology.orchestra.run.smithi097.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.5 MB/s | 548 kB 00:00 2024-02-10T20:27:33.244 INFO:teuthology.orchestra.run.smithi097.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 129 kB/s | 19 kB 00:00 2024-02-10T20:27:33.336 INFO:teuthology.orchestra.run.smithi097.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.5 MB/s | 144 kB 00:00 2024-02-10T20:27:33.378 INFO:teuthology.orchestra.run.smithi097.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 738 kB/s | 31 kB 00:00 2024-02-10T20:27:33.444 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:33.503 INFO:teuthology.orchestra.run.smithi097.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2024-02-10T20:27:33.750 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/1 2024-02-10T20:27:33.751 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:33.751 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:27:33.751 INFO:teuthology.orchestra.run.smithi059.stdout: cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:33.751 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:33.751 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:33.761 INFO:teuthology.orchestra.run.smithi097.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.4 MB/s | 2.0 MB 00:00 2024-02-10T20:27:33.948 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T20:27:34.537 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:02 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:34.704 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:34.705 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:34.705 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 145 k 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 145 k 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 436 k 2024-02-10T20:27:34.706 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:27:35.020 INFO:teuthology.orchestra.run.smithi097.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 382 kB/s | 863 kB 00:02 2024-02-10T20:27:35.028 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:35.028 INFO:teuthology.orchestra.run.smithi097.stdout:Total 2.4 MB/s | 6.8 MB 00:02 2024-02-10T20:27:35.047 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:35.066 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:35.067 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:35.136 INFO:teuthology.orchestra.run.smithi059.stdout:ceph-immutable-object-cache-19.0.0-1367.g14aa01 337 kB/s | 145 kB 00:00 2024-02-10T20:27:35.137 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:35.137 INFO:teuthology.orchestra.run.smithi059.stdout:Total 336 kB/s | 145 kB 00:00 2024-02-10T20:27:35.137 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:27:35.146 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:27:35.146 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:27:35.200 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:27:35.201 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:27:35.254 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:35.255 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:35.339 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:27:35.404 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:27:35.428 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:27:35.428 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:27:35.428 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T20:27:35.428 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:35.770 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:35.854 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T20:27:35.897 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T20:27:35.944 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T20:27:35.975 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T20:27:36.104 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T20:27:36.234 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T20:27:36.326 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T20:27:36.371 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T20:27:36.400 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:27:36.430 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T20:27:36.451 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9. 1/1 2024-02-10T20:27:36.451 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:36.452 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:27:36.452 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-immutable-object-cache-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:27:36.452 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:36.452 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:36.665 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr 2024-02-10T20:27:36.672 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T20:27:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:27:37.262 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:05 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:37.372 INFO:teuthology.orchestra.run.smithi059.stdout:Package ceph-mgr-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:27:37.427 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:37.428 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:27:37.428 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:37.496 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T20:27:37.538 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:27:37.538 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T20:27:37.538 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T20:27:37.538 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T20:27:37.538 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T20:27:37.538 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T20:27:37.539 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T20:27:37.539 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T20:27:37.539 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T20:27:37.539 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:27:37.539 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T20:27:37.539 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T20:27:37.914 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T20:27:37.914 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:37.914 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:27:37.914 INFO:teuthology.orchestra.run.smithi097.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T20:27:37.914 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:37.914 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:37.915 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:38.088 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:06 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:38.173 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T20:27:38.254 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout:====================================================================================== 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout:====================================================================================== 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 1.8 M 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 28 k 2024-02-10T20:27:38.255 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 15 k 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout:====================================================================================== 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout:Install 12 Packages 2024-02-10T20:27:38.256 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:38.257 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 6.8 M 2024-02-10T20:27:38.257 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 26 M 2024-02-10T20:27:38.257 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:27:38.756 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:08 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:38.916 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================================ 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================================ 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T20:27:38.917 INFO:teuthology.orchestra.run.smithi097.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================================ 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout:Install 12 Packages 2024-02-10T20:27:38.918 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:38.919 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 37 M 2024-02-10T20:27:38.919 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 209 M 2024-02-10T20:27:38.919 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:27:39.231 INFO:teuthology.orchestra.run.smithi059.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1367.g14 77 kB/s | 28 kB 00:00 2024-02-10T20:27:39.244 INFO:teuthology.orchestra.run.smithi097.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 160 kB/s | 32 kB 00:00 2024-02-10T20:27:39.256 INFO:teuthology.orchestra.run.smithi059.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1367.g14a 39 kB/s | 15 kB 00:00 2024-02-10T20:27:39.303 INFO:teuthology.orchestra.run.smithi097.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 299 kB/s | 17 kB 00:00 2024-02-10T20:27:39.370 INFO:teuthology.orchestra.run.smithi097.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 514 kB/s | 34 kB 00:00 2024-02-10T20:27:39.554 INFO:teuthology.orchestra.run.smithi097.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.9 MB/s | 3.0 MB 00:00 2024-02-10T20:27:39.589 INFO:teuthology.orchestra.run.smithi059.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 714 kB/s | 238 kB 00:00 2024-02-10T20:27:39.665 INFO:teuthology.orchestra.run.smithi059.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.3 MB/s | 1.0 MB 00:00 2024-02-10T20:27:39.795 INFO:teuthology.orchestra.run.smithi097.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 11 MB/s | 4.7 MB 00:00 2024-02-10T20:27:39.896 INFO:teuthology.orchestra.run.smithi097.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 4.8 MB 00:00 2024-02-10T20:27:39.930 INFO:teuthology.orchestra.run.smithi097.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.6 MB/s | 217 kB 00:00 2024-02-10T20:27:40.171 INFO:teuthology.orchestra.run.smithi097.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.3 MB/s | 802 kB 00:00 2024-02-10T20:27:40.257 INFO:teuthology.orchestra.run.smithi059.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.3 MB/s | 863 kB 00:00 2024-02-10T20:27:40.355 INFO:teuthology.orchestra.run.smithi097.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-02-10T20:27:40.380 INFO:teuthology.orchestra.run.smithi097.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 934 kB/s | 194 kB 00:00 2024-02-10T20:27:40.514 INFO:teuthology.orchestra.run.smithi097.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.5 MB/s | 245 kB 00:00 2024-02-10T20:27:40.865 INFO:teuthology.orchestra.run.smithi059.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 32 kB/s | 19 kB 00:00 2024-02-10T20:27:41.016 INFO:teuthology.orchestra.run.smithi059.stdout:(7/12): ceph-mgr-dashboard-19.0.0-1367.g14aa01b 837 kB/s | 1.8 MB 00:02 2024-02-10T20:27:41.149 INFO:teuthology.orchestra.run.smithi059.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 369 kB/s | 548 kB 00:01 2024-02-10T20:27:41.249 INFO:teuthology.orchestra.run.smithi059.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 308 kB/s | 31 kB 00:00 2024-02-10T20:27:41.366 INFO:teuthology.orchestra.run.smithi059.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-02-10T20:27:41.503 INFO:teuthology.orchestra.run.smithi059.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.2 MB/s | 2.0 MB 00:00 2024-02-10T20:27:41.550 INFO:teuthology.orchestra.run.smithi059.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 271 kB/s | 144 kB 00:00 2024-02-10T20:27:41.558 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:41.558 INFO:teuthology.orchestra.run.smithi059.stdout:Total 2.1 MB/s | 6.8 MB 00:03 2024-02-10T20:27:41.577 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:27:41.597 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:27:41.597 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:27:41.788 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:27:41.789 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:27:42.311 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:27:42.393 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T20:27:42.428 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T20:27:42.475 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T20:27:42.512 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T20:27:42.621 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T20:27:42.751 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T20:27:42.845 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T20:27:42.893 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T20:27:42.921 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:27:42.951 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 10/12 2024-02-10T20:27:43.206 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 11/12 2024-02-10T20:27:43.243 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:27:44.010 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 12/12 2024-02-10T20:27:44.010 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el 1/12 2024-02-10T20:27:44.010 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noa 2/12 2024-02-10T20:27:44.010 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9 3/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T20:27:44.011 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T20:27:44.322 INFO:teuthology.orchestra.run.smithi097.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 1.4 MB/s | 7.4 MB 00:05 2024-02-10T20:27:44.325 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:44.325 INFO:teuthology.orchestra.run.smithi097.stdout:Total 6.9 MB/s | 37 MB 00:05 2024-02-10T20:27:44.340 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:44.361 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-grafana-dashboards-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-dashboard-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-prometheus-alerts-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T20:27:44.362 INFO:teuthology.orchestra.run.smithi059.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T20:27:44.363 INFO:teuthology.orchestra.run.smithi059.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T20:27:44.363 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:44.363 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:44.366 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:44.366 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:44.602 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T20:27:44.727 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:44.727 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:45.194 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:13 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:45.360 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:45.361 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================================ 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================================ 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 7.4 M 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T20:27:45.362 INFO:teuthology.orchestra.run.smithi059.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================================ 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout:Install 12 Packages 2024-02-10T20:27:45.363 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:45.364 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 37 M 2024-02-10T20:27:45.364 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 209 M 2024-02-10T20:27:45.364 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:27:45.426 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:45.486 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T20:27:45.518 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T20:27:45.613 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:27:45.646 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T20:27:45.656 INFO:teuthology.orchestra.run.smithi059.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 194 kB/s | 32 kB 00:00 2024-02-10T20:27:45.697 INFO:teuthology.orchestra.run.smithi059.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 428 kB/s | 17 kB 00:00 2024-02-10T20:27:45.748 INFO:teuthology.orchestra.run.smithi059.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 688 kB/s | 34 kB 00:00 2024-02-10T20:27:45.806 INFO:teuthology.orchestra.run.smithi059.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.5 MB/s | 3.0 MB 00:00 2024-02-10T20:27:45.823 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:27:45.854 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:27:45.939 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T20:27:46.140 INFO:teuthology.orchestra.run.smithi059.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-02-10T20:27:46.207 INFO:teuthology.orchestra.run.smithi059.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 12 MB/s | 4.8 MB 00:00 2024-02-10T20:27:46.232 INFO:teuthology.orchestra.run.smithi059.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-02-10T20:27:46.499 INFO:teuthology.orchestra.run.smithi059.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.9 MB/s | 802 kB 00:00 2024-02-10T20:27:46.591 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T20:27:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T20:27:46.791 INFO:teuthology.orchestra.run.smithi059.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 27 MB/s | 16 MB 00:00 2024-02-10T20:27:46.816 INFO:teuthology.orchestra.run.smithi059.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 617 kB/s | 194 kB 00:00 2024-02-10T20:27:47.333 INFO:teuthology.orchestra.run.smithi059.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 453 kB/s | 245 kB 00:00 2024-02-10T20:27:47.938 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T20:27:47.983 INFO:teuthology.orchestra.run.smithi059.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 3.0 MB/s | 7.4 MB 00:02 2024-02-10T20:27:47.986 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:47.987 INFO:teuthology.orchestra.run.smithi059.stdout:Total 14 MB/s | 37 MB 00:02 2024-02-10T20:27:48.001 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:27:48.029 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:27:48.029 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:27:48.409 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:27:48.409 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:27:49.168 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T20:27:49.195 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:27:49.244 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:27:49.315 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T20:27:49.346 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T20:27:49.453 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:27:49.491 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T20:27:49.675 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:27:49.706 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:27:49.799 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T20:27:50.474 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T20:27:50.581 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T20:27:51.819 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:27:51.819 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T20:27:51.819 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T20:27:51.819 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:27:51.819 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T20:27:51.819 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:27:51.819 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:27:51.820 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T20:27:51.820 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T20:27:51.820 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T20:27:51.820 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T20:27:51.820 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T20:27:51.866 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T20:27:52.275 INFO:teuthology.orchestra.run.smithi097.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:52.276 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:52.707 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-rook 2024-02-10T20:27:52.931 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T20:27:52.954 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:27:53.297 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:23 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:53.457 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:53.458 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-02-10T20:27:53.458 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:27:53.458 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T20:27:53.459 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T20:27:53.460 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T20:27:53.460 INFO:teuthology.orchestra.run.smithi097.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T20:27:53.460 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:53.460 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:27:53.460 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-02-10T20:27:53.460 INFO:teuthology.orchestra.run.smithi097.stdout:Install 13 Packages 2024-02-10T20:27:53.460 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:53.461 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 2.0 M 2024-02-10T20:27:53.461 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 26 M 2024-02-10T20:27:53.461 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:27:53.656 INFO:teuthology.orchestra.run.smithi097.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 153 kB/s | 18 kB 00:00 2024-02-10T20:27:53.682 INFO:teuthology.orchestra.run.smithi097.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 170 kB/s | 24 kB 00:00 2024-02-10T20:27:53.752 INFO:teuthology.orchestra.run.smithi097.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.8 MB/s | 174 kB 00:00 2024-02-10T20:27:53.774 INFO:teuthology.orchestra.run.smithi097.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 132 kB 00:00 2024-02-10T20:27:53.807 INFO:teuthology.orchestra.run.smithi097.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.8 MB/s | 211 kB 00:00 2024-02-10T20:27:53.832 INFO:teuthology.orchestra.run.smithi097.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 736 kB/s | 43 kB 00:00 2024-02-10T20:27:53.883 INFO:teuthology.orchestra.run.smithi097.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 152 kB/s | 52 kB 00:00 2024-02-10T20:27:53.916 INFO:teuthology.orchestra.run.smithi097.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 179 kB/s | 15 kB 00:00 2024-02-10T20:27:53.942 INFO:teuthology.orchestra.run.smithi097.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 240 kB/s | 32 kB 00:00 2024-02-10T20:27:54.000 INFO:teuthology.orchestra.run.smithi097.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-02-10T20:27:54.067 INFO:teuthology.orchestra.run.smithi097.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 1.1 MB/s | 203 kB 00:00 2024-02-10T20:27:54.084 INFO:teuthology.orchestra.run.smithi097.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2024-02-10T20:27:54.117 INFO:teuthology.orchestra.run.smithi097.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.1 MB/s | 1.0 MB 00:00 2024-02-10T20:27:54.119 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:54.119 INFO:teuthology.orchestra.run.smithi097.stdout:Total 3.1 MB/s | 2.0 MB 00:00 2024-02-10T20:27:54.120 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:54.132 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:54.132 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:54.232 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:54.233 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:54.754 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:54.913 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T20:27:54.969 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T20:27:55.024 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T20:27:55.061 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T20:27:55.103 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T20:27:55.196 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T20:27:55.296 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T20:27:55.354 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T20:27:55.416 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 12/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa0 1/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T20:27:55.417 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T20:27:55.852 INFO:teuthology.orchestra.run.smithi059.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T20:27:55.853 INFO:teuthology.orchestra.run.smithi059.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T20:27:55.853 INFO:teuthology.orchestra.run.smithi059.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T20:27:55.853 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T20:27:55.853 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T20:27:55.853 INFO:teuthology.orchestra.run.smithi059.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T20:27:55.853 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:55.853 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:27:56.070 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T20:27:56.127 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T20:27:56.162 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T20:27:56.210 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T20:27:56.232 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:27:56.243 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-rook 2024-02-10T20:27:56.840 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:24 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:27:57.008 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:27:57.009 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================== 2024-02-10T20:27:57.009 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:27:57.009 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================== 2024-02-10T20:27:57.009 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:27:57.009 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-rook noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 52 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T20:27:57.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================== 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout:Install 13 Packages 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 2.0 M 2024-02-10T20:27:57.011 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 26 M 2024-02-10T20:27:57.012 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:27:57.047 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:27:57.047 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T20:27:57.047 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T20:27:57.047 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T20:27:57.047 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T20:27:57.047 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T20:27:57.047 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T20:27:57.048 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T20:27:57.048 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T20:27:57.048 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T20:27:57.048 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T20:27:57.048 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T20:27:57.048 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T20:27:57.238 INFO:teuthology.orchestra.run.smithi059.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 171 kB/s | 24 kB 00:00 2024-02-10T20:27:57.255 INFO:teuthology.orchestra.run.smithi059.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 113 kB/s | 18 kB 00:00 2024-02-10T20:27:57.306 INFO:teuthology.orchestra.run.smithi059.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-02-10T20:27:57.331 INFO:teuthology.orchestra.run.smithi059.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T20:27:57.356 INFO:teuthology.orchestra.run.smithi059.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-02-10T20:27:57.381 INFO:teuthology.orchestra.run.smithi059.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 858 kB/s | 43 kB 00:00 2024-02-10T20:27:57.406 INFO:teuthology.orchestra.run.smithi059.stdout:(7/13): ceph-mgr-rook-19.0.0-1367.g14aa01b9.el9 168 kB/s | 52 kB 00:00 2024-02-10T20:27:57.428 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T20:27:57.428 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:57.428 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:27:57.428 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:27:57.428 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T20:27:57.428 INFO:teuthology.orchestra.run.smithi097.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:57.429 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:27:57.448 INFO:teuthology.orchestra.run.smithi059.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 224 kB/s | 15 kB 00:00 2024-02-10T20:27:57.474 INFO:teuthology.orchestra.run.smithi059.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 274 kB/s | 32 kB 00:00 2024-02-10T20:27:57.524 INFO:teuthology.orchestra.run.smithi059.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.2 MB/s | 59 kB 00:00 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi059.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 1.4 MB/s | 203 kB 00:00 2024-02-10T20:27:57.574 INFO:teuthology.orchestra.run.smithi059.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-02-10T20:27:57.616 INFO:teuthology.orchestra.run.smithi059.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.1 MB/s | 1.0 MB 00:00 2024-02-10T20:27:57.618 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:57.618 INFO:teuthology.orchestra.run.smithi059.stdout:Total 3.4 MB/s | 2.0 MB 00:00 2024-02-10T20:27:57.619 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:27:57.632 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:27:57.632 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:27:57.675 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T20:27:57.735 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:27:57.735 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:27:58.261 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:28 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:27:58.269 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:27:58.426 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:27:58.426 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:58.427 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:27:58.428 INFO:teuthology.orchestra.run.smithi097.stdout:======================================================================================== 2024-02-10T20:27:58.428 INFO:teuthology.orchestra.run.smithi097.stdout:Install 6 Packages 2024-02-10T20:27:58.428 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:27:58.428 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 6.8 M 2024-02-10T20:27:58.428 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 33 M 2024-02-10T20:27:58.428 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:27:58.437 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T20:27:58.493 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T20:27:58.557 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T20:27:58.593 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T20:27:58.635 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T20:27:58.731 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T20:27:58.739 INFO:teuthology.orchestra.run.smithi097.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-10T20:27:58.841 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T20:27:58.881 INFO:teuthology.orchestra.run.smithi097.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-10T20:27:58.895 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T20:27:58.973 INFO:teuthology.orchestra.run.smithi097.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 631 kB/s | 58 kB 00:00 2024-02-10T20:27:58.998 INFO:teuthology.orchestra.run.smithi097.stdout:(4/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 329 kB/s | 138 kB 00:00 2024-02-10T20:27:59.024 INFO:teuthology.orchestra.run.smithi097.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-02-10T20:27:59.124 INFO:teuthology.orchestra.run.smithi097.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2024-02-10T20:27:59.126 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:27:59.126 INFO:teuthology.orchestra.run.smithi097.stdout:Total 9.7 MB/s | 6.8 MB 00:00 2024-02-10T20:27:59.126 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:27:59.135 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:27:59.135 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:27:59.224 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:27:59.227 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:27:59.534 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:27:59.657 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T20:27:59.691 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T20:27:59.700 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T20:27:59.733 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T20:27:59.742 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T20:27:59.782 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T20:27:59.803 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:28:00.259 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T20:28:00.336 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T20:28:00.398 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T20:28:00.421 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 13/13 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 1/13 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T20:28:00.578 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T20:28:00.579 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T20:28:00.579 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T20:28:00.579 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T20:28:00.579 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T20:28:00.579 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T20:28:00.950 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T20:28:00.950 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:00.950 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:00.950 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-rook-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:28:00.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T20:28:00.950 INFO:teuthology.orchestra.run.smithi059.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:00.951 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:01.181 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T20:28:01.247 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:28:01.248 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T20:28:01.248 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T20:28:01.248 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T20:28:01.248 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T20:28:01.248 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T20:28:01.564 INFO:teuthology.orchestra.run.smithi097.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T20:28:01.565 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:01.565 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:01.779 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:29 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:01.815 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-fuse 2024-02-10T20:28:01.945 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================== 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================== 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 138 k 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:01.948 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:01.949 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================== 2024-02-10T20:28:01.949 INFO:teuthology.orchestra.run.smithi059.stdout:Install 6 Packages 2024-02-10T20:28:01.949 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:01.949 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 6.8 M 2024-02-10T20:28:01.949 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 33 M 2024-02-10T20:28:01.949 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:02.192 INFO:teuthology.orchestra.run.smithi059.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-10T20:28:02.399 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:32 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:02.484 INFO:teuthology.orchestra.run.smithi059.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 5.8 MB 00:00 2024-02-10T20:28:02.560 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:28:02.561 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:02.562 INFO:teuthology.orchestra.run.smithi097.stdout:Install 2 Packages 2024-02-10T20:28:02.562 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:02.562 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 965 k 2024-02-10T20:28:02.562 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 2.8 M 2024-02-10T20:28:02.562 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:28:02.567 INFO:teuthology.orchestra.run.smithi059.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1367.g14aa01b9.e 253 kB/s | 138 kB 00:00 2024-02-10T20:28:02.701 INFO:teuthology.orchestra.run.smithi097.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 567 kB/s | 79 kB 00:00 2024-02-10T20:28:03.093 INFO:teuthology.orchestra.run.smithi059.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 95 kB/s | 58 kB 00:00 2024-02-10T20:28:03.101 INFO:teuthology.orchestra.run.smithi097.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.6 MB/s | 886 kB 00:00 2024-02-10T20:28:03.102 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:03.102 INFO:teuthology.orchestra.run.smithi097.stdout:Total 1.7 MB/s | 965 kB 00:00 2024-02-10T20:28:03.102 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:28:03.109 INFO:teuthology.orchestra.run.smithi059.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 94 kB/s | 51 kB 00:00 2024-02-10T20:28:03.123 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:28:03.123 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:28:03.143 INFO:teuthology.orchestra.run.smithi059.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 577 kB/s | 548 kB 00:00 2024-02-10T20:28:03.147 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:03.148 INFO:teuthology.orchestra.run.smithi059.stdout:Total 5.6 MB/s | 6.8 MB 00:01 2024-02-10T20:28:03.148 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:03.158 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:03.158 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:03.198 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:28:03.199 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:28:03.253 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:03.255 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:03.381 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:28:03.518 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T20:28:03.584 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:28:03.667 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:03.840 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T20:28:03.896 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T20:28:04.305 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:28:04.305 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T20:28:04.446 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T20:28:04.533 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T20:28:04.602 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T20:28:04.603 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:04.603 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:04.603 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T20:28:04.603 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:04.603 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:04.611 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T20:28:04.649 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:28:04.880 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install ceph-volume 2024-02-10T20:28:05.436 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 6/6 2024-02-10T20:28:05.437 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 1/6 2024-02-10T20:28:05.437 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T20:28:05.437 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T20:28:05.437 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T20:28:05.437 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T20:28:05.473 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:35 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:05.637 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:05.637 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:05.637 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repository Size 2024-02-10T20:28:05.638 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:05.638 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:28:05.638 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T20:28:05.638 INFO:teuthology.orchestra.run.smithi097.stdout:Installing dependencies: 2024-02-10T20:28:05.638 INFO:teuthology.orchestra.run.smithi097.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T20:28:05.638 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:05.638 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:28:05.639 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:05.639 INFO:teuthology.orchestra.run.smithi097.stdout:Install 2 Packages 2024-02-10T20:28:05.639 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:05.640 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 332 k 2024-02-10T20:28:05.640 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 1.5 M 2024-02-10T20:28:05.640 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:28:05.749 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T20:28:05.749 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:05.749 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-cephadm-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:05.873 INFO:teuthology.orchestra.run.smithi097.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 293 kB/s | 69 kB 00:00 2024-02-10T20:28:05.983 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-fuse 2024-02-10T20:28:06.173 INFO:teuthology.orchestra.run.smithi097.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 493 kB/s | 264 kB 00:00 2024-02-10T20:28:06.174 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:06.174 INFO:teuthology.orchestra.run.smithi097.stdout:Total 619 kB/s | 332 kB 00:00 2024-02-10T20:28:06.175 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:28:06.183 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:28:06.184 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:28:06.229 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:28:06.229 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:28:06.377 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:28:06.563 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T20:28:06.580 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:34 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:06.609 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:28:06.625 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:28:06.625 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:28:06.625 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T20:28:06.625 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:06.750 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 886 k 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout:Install 2 Packages 2024-02-10T20:28:06.751 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:06.752 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 965 k 2024-02-10T20:28:06.752 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 2.8 M 2024-02-10T20:28:06.752 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:06.886 INFO:teuthology.orchestra.run.smithi059.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 590 kB/s | 79 kB 00:00 2024-02-10T20:28:07.310 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T20:28:07.428 INFO:teuthology.orchestra.run.smithi059.stdout:(2/2): ceph-fuse-19.0.0-1367.g14aa01b9.el9.x86_ 1.3 MB/s | 886 kB 00:00 2024-02-10T20:28:07.429 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:07.429 INFO:teuthology.orchestra.run.smithi059.stdout:Total 1.4 MB/s | 965 kB 00:00 2024-02-10T20:28:07.429 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:07.452 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:07.452 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:07.532 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:07.532 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:07.680 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T20:28:07.680 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:07.680 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:07.681 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:28:07.681 INFO:teuthology.orchestra.run.smithi097.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T20:28:07.681 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:07.681 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:07.721 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:07.858 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T20:28:07.939 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:28:08.022 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install librados-devel 2024-02-10T20:28:08.614 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:38 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:08.621 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2/2 2024-02-10T20:28:08.621 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/2 2024-02-10T20:28:08.774 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 127 k 2024-02-10T20:28:08.775 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 456 k 2024-02-10T20:28:08.776 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:28:08.914 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T20:28:08.915 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:08.915 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:08.915 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T20:28:08.915 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:08.915 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:09.137 INFO:teuthology.orchestra.run.smithi097.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 351 kB/s | 127 kB 00:00 2024-02-10T20:28:09.137 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:09.138 INFO:teuthology.orchestra.run.smithi097.stdout:Total 349 kB/s | 127 kB 00:00 2024-02-10T20:28:09.138 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:28:09.143 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:28:09.144 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:28:09.156 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-volume 2024-02-10T20:28:09.200 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:28:09.200 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:28:09.395 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:28:09.502 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:09.758 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:37 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:09.926 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:09.926 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:09.926 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-02-10T20:28:09.926 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:09.926 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:09.926 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-volume noarch 2:19.0.0-1367.g14aa01b9.el9 ceph-noarch 264 k 2024-02-10T20:28:09.926 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout:Install 2 Packages 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 332 k 2024-02-10T20:28:09.927 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 1.5 M 2024-02-10T20:28:09.928 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:09.959 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:10.048 INFO:teuthology.orchestra.run.smithi059.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 569 kB/s | 69 kB 00:00 2024-02-10T20:28:10.289 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:10.289 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:10.289 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:10.289 INFO:teuthology.orchestra.run.smithi097.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:10.289 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:10.289 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:10.323 INFO:teuthology.orchestra.run.smithi059.stdout:(2/2): ceph-volume-19.0.0-1367.g14aa01b9.el9.no 666 kB/s | 264 kB 00:00 2024-02-10T20:28:10.324 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:10.325 INFO:teuthology.orchestra.run.smithi059.stdout:Total 835 kB/s | 332 kB 00:00 2024-02-10T20:28:10.325 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:10.335 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:10.335 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:10.377 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:10.377 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:10.516 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install libcephfs2 2024-02-10T20:28:10.531 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:10.779 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T20:28:10.818 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:28:10.833 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2/2 2024-02-10T20:28:10.834 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:28:10.834 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T20:28:10.834 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:11.114 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:41 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:11.227 INFO:teuthology.orchestra.run.smithi097.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:11.279 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:11.280 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:28:11.280 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:11.336 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install libcephfs-devel 2024-02-10T20:28:11.563 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 1/2 2024-02-10T20:28:11.919 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:41 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:11.929 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T20:28:11.929 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:11.929 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:11.929 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-volume-2:19.0.0-1367.g14aa01b9.el9.noarch 2024-02-10T20:28:11.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T20:28:11.929 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:11.929 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:12.077 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:12.078 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 31 k 2024-02-10T20:28:12.079 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 140 k 2024-02-10T20:28:12.079 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:28:12.232 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install librados-devel 2024-02-10T20:28:12.474 INFO:teuthology.orchestra.run.smithi097.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 79 kB/s | 31 kB 00:00 2024-02-10T20:28:12.475 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:12.475 INFO:teuthology.orchestra.run.smithi097.stdout:Total 78 kB/s | 31 kB 00:00 2024-02-10T20:28:12.475 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:28:12.479 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:28:12.479 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:28:12.505 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:28:12.505 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:28:12.589 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:28:12.697 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:12.832 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:40 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout: librados-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 127 k 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:13.002 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 127 k 2024-02-10T20:28:13.003 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 456 k 2024-02-10T20:28:13.003 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:13.082 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:13.359 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:13.359 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:13.359 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:13.359 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:13.359 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:13.359 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:13.463 INFO:teuthology.orchestra.run.smithi059.stdout:librados-devel-19.0.0-1367.g14aa01b9.el9.x86_64 274 kB/s | 127 kB 00:00 2024-02-10T20:28:13.464 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:13.464 INFO:teuthology.orchestra.run.smithi059.stdout:Total 273 kB/s | 127 kB 00:00 2024-02-10T20:28:13.464 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:13.470 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:13.470 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:13.522 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install librados2 2024-02-10T20:28:13.528 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:13.529 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:13.722 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:13.831 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:14.104 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:14.210 INFO:teuthology.orchestra.run.smithi097.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:14.262 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:14.263 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:28:14.263 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:14.305 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:14.323 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install librbd1 2024-02-10T20:28:14.628 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:14.628 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:14.628 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:14.628 INFO:teuthology.orchestra.run.smithi059.stdout: librados-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:14.628 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:14.628 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:14.831 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install libcephfs2 2024-02-10T20:28:14.907 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:15.014 INFO:teuthology.orchestra.run.smithi097.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:15.066 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:15.067 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:28:15.067 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:15.140 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-rados 2024-02-10T20:28:15.427 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:15.538 INFO:teuthology.orchestra.run.smithi059.stdout:Package libcephfs2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:15.592 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:15.594 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:28:15.594 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:15.651 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install libcephfs-devel 2024-02-10T20:28:15.724 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:15.831 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:15.882 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:15.883 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:28:15.883 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:15.947 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-rgw 2024-02-10T20:28:16.244 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:16.409 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:16.409 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:16.409 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs-devel x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 31 k 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 31 k 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 140 k 2024-02-10T20:28:16.410 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:16.532 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:16.639 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:16.692 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:16.692 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:28:16.692 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:16.756 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-cephfs 2024-02-10T20:28:16.791 INFO:teuthology.orchestra.run.smithi059.stdout:libcephfs-devel-19.0.0-1367.g14aa01b9.el9.x86_6 82 kB/s | 31 kB 00:00 2024-02-10T20:28:16.792 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:16.792 INFO:teuthology.orchestra.run.smithi059.stdout:Total 82 kB/s | 31 kB 00:00 2024-02-10T20:28:16.792 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:16.796 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:16.796 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:16.825 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:16.825 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:16.926 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:17.050 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:17.339 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:17.447 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:17.498 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:17.499 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:28:17.499 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:17.563 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install python3-rbd 2024-02-10T20:28:17.570 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:17.842 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:17.842 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:17.843 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:17.843 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs-devel-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:17.843 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:17.843 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:18.131 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install librados2 2024-02-10T20:28:18.145 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:18.251 INFO:teuthology.orchestra.run.smithi097.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:18.302 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:18.303 INFO:teuthology.orchestra.run.smithi097.stdout:Nothing to do. 2024-02-10T20:28:18.304 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:18.372 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install rbd-fuse 2024-02-10T20:28:18.729 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:18.840 INFO:teuthology.orchestra.run.smithi059.stdout:Package librados2-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:18.896 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:18.897 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:28:18.897 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:18.950 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:18.962 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install librbd1 2024-02-10T20:28:19.107 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:19.108 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:19.108 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-02-10T20:28:19.108 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:19.108 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 85 k 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 231 k 2024-02-10T20:28:19.109 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:28:19.503 INFO:teuthology.orchestra.run.smithi097.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 217 kB/s | 85 kB 00:00 2024-02-10T20:28:19.503 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:19.504 INFO:teuthology.orchestra.run.smithi097.stdout:Total 216 kB/s | 85 kB 00:00 2024-02-10T20:28:19.504 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:28:19.510 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:28:19.510 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:28:19.560 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:19.565 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:28:19.565 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:28:19.669 INFO:teuthology.orchestra.run.smithi059.stdout:Package librbd1-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:19.712 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:28:19.725 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:19.726 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:28:19.726 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:19.787 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-rados 2024-02-10T20:28:19.801 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:20.220 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:20.384 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:20.495 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-rados-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:20.549 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:20.550 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:28:20.550 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:20.571 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:20.571 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:20.572 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:20.572 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:20.572 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:20.572 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:20.616 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-rgw 2024-02-10T20:28:20.788 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install rbd-mirror 2024-02-10T20:28:21.210 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:21.321 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-rgw-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:21.376 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:21.377 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:28:21.377 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:21.397 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:51 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:21.437 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-cephfs 2024-02-10T20:28:21.562 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:21.563 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:21.563 INFO:teuthology.orchestra.run.smithi097.stdout: Package Arch Version Repo Size 2024-02-10T20:28:21.563 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:21.563 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:28:21.563 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 3.1 M 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 13 M 2024-02-10T20:28:21.564 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:28:22.032 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:50 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:22.143 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-cephfs-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:22.198 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:22.199 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:28:22.199 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:22.262 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-rbd 2024-02-10T20:28:22.864 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:50 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:22.976 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-rbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 is already installed. 2024-02-10T20:28:23.031 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:23.032 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-02-10T20:28:23.032 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:23.222 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install rbd-fuse 2024-02-10T20:28:23.820 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:51 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:23.986 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-fuse x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 85 k 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 85 k 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 231 k 2024-02-10T20:28:23.987 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:24.007 INFO:teuthology.orchestra.run.smithi097.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 1.3 MB/s | 3.1 MB 00:02 2024-02-10T20:28:24.008 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:24.008 INFO:teuthology.orchestra.run.smithi097.stdout:Total 1.3 MB/s | 3.1 MB 00:02 2024-02-10T20:28:24.009 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:28:24.020 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:28:24.020 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:28:24.097 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:28:24.097 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:28:24.304 INFO:teuthology.orchestra.run.smithi059.stdout:rbd-fuse-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 270 kB/s | 85 kB 00:00 2024-02-10T20:28:24.304 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:24.304 INFO:teuthology.orchestra.run.smithi059.stdout:Total 269 kB/s | 85 kB 00:00 2024-02-10T20:28:24.304 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:24.312 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:24.312 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:24.370 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:24.370 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:24.527 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:24.594 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:28:24.621 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:24.650 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:24.674 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:24.674 INFO:teuthology.orchestra.run.smithi097.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:28:24.674 INFO:teuthology.orchestra.run.smithi097.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T20:28:24.675 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:28:24.675 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:28:24.675 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:25.060 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:25.353 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:25.354 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:25.354 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:25.354 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-fuse-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:25.354 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:25.354 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:25.603 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install rbd-mirror 2024-02-10T20:28:25.874 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:25.874 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:25.874 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:25.874 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:25.874 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:25.874 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:26.139 DEBUG:teuthology.orchestra.run.smithi097:> sudo yum -y install rbd-nbd 2024-02-10T20:28:26.207 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:54 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:26.374 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:26.374 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-mirror x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 3.1 M 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 3.1 M 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 13 M 2024-02-10T20:28:26.375 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:26.740 INFO:teuthology.orchestra.run.smithi097.stdout:Last metadata expiration check: 0:01:56 ago on Sat 10 Feb 2024 08:26:30 PM UTC. 2024-02-10T20:28:26.901 INFO:teuthology.orchestra.run.smithi097.stdout:Dependencies resolved. 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout: Package Architecture Version Repository Size 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:Installing: 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction Summary 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:================================================================================ 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:Install 1 Package 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:Total download size: 171 k 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:Installed size: 494 k 2024-02-10T20:28:26.902 INFO:teuthology.orchestra.run.smithi097.stdout:Downloading Packages: 2024-02-10T20:28:27.122 INFO:teuthology.orchestra.run.smithi059.stdout:rbd-mirror-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 4.1 MB/s | 3.1 MB 00:00 2024-02-10T20:28:27.123 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:27.123 INFO:teuthology.orchestra.run.smithi059.stdout:Total 4.1 MB/s | 3.1 MB 00:00 2024-02-10T20:28:27.123 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:27.135 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:27.135 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:27.209 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:27.210 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:27.260 INFO:teuthology.orchestra.run.smithi097.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 477 kB/s | 171 kB 00:00 2024-02-10T20:28:27.261 INFO:teuthology.orchestra.run.smithi097.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:27.261 INFO:teuthology.orchestra.run.smithi097.stdout:Total 476 kB/s | 171 kB 00:00 2024-02-10T20:28:27.261 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction check 2024-02-10T20:28:27.269 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction check succeeded. 2024-02-10T20:28:27.269 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction test 2024-02-10T20:28:27.330 INFO:teuthology.orchestra.run.smithi097.stdout:Transaction test succeeded. 2024-02-10T20:28:27.330 INFO:teuthology.orchestra.run.smithi097.stdout:Running transaction 2024-02-10T20:28:27.488 INFO:teuthology.orchestra.run.smithi097.stdout: Preparing : 1/1 2024-02-10T20:28:27.592 INFO:teuthology.orchestra.run.smithi097.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:27.654 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:27.723 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:27.747 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:27.747 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T20:28:27.747 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T20:28:27.747 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:28:27.747 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T20:28:27.747 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:28.100 INFO:teuthology.orchestra.run.smithi097.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:28.415 INFO:teuthology.orchestra.run.smithi097.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:28.415 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:28.415 INFO:teuthology.orchestra.run.smithi097.stdout:Installed: 2024-02-10T20:28:28.415 INFO:teuthology.orchestra.run.smithi097.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:28.415 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-02-10T20:28:28.415 INFO:teuthology.orchestra.run.smithi097.stdout:Complete! 2024-02-10T20:28:28.719 DEBUG:teuthology.parallel:result is None 2024-02-10T20:28:28.921 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:28.921 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:28.921 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:28.921 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-mirror-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:28.921 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:28.921 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:29.174 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install rbd-nbd 2024-02-10T20:28:29.776 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:57 ago on Sat 10 Feb 2024 08:26:32 PM UTC. 2024-02-10T20:28:29.943 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-nbd x86_64 2:19.0.0-1367.g14aa01b9.el9 ceph 171 k 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-02-10T20:28:29.944 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-02-10T20:28:29.945 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:29.945 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 171 k 2024-02-10T20:28:29.945 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 494 k 2024-02-10T20:28:29.945 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-02-10T20:28:30.326 INFO:teuthology.orchestra.run.smithi059.stdout:rbd-nbd-19.0.0-1367.g14aa01b9.el9.x86_64.rpm 449 kB/s | 171 kB 00:00 2024-02-10T20:28:30.326 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:28:30.326 INFO:teuthology.orchestra.run.smithi059.stdout:Total 447 kB/s | 171 kB 00:00 2024-02-10T20:28:30.326 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-02-10T20:28:30.335 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-02-10T20:28:30.335 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-02-10T20:28:30.397 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-02-10T20:28:30.397 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-02-10T20:28:30.551 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-02-10T20:28:30.660 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:31.120 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:31.453 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 1/1 2024-02-10T20:28:31.454 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:31.454 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-02-10T20:28:31.454 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-nbd-2:19.0.0-1367.g14aa01b9.el9.x86_64 2024-02-10T20:28:31.454 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:28:31.454 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-02-10T20:28:31.687 DEBUG:teuthology.parallel:result is None 2024-02-10T20:28:31.688 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:28:31.908 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T20:28:31.928 INFO:teuthology.orchestra.run.smithi059.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T20:28:31.929 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T20:28:31.929 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T20:28:31.930 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:28:32.150 DEBUG:teuthology.orchestra.run.smithi097:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T20:28:32.174 INFO:teuthology.orchestra.run.smithi097.stdout:19.0.0-1367.g14aa01b9.el9 2024-02-10T20:28:32.175 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367.g14aa01b9.el9 2024-02-10T20:28:32.175 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367.g14aa01b9 is installed. 2024-02-10T20:28:32.177 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-10T20:28:32.177 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-10T20:28:32.177 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:28:32.207 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-10T20:28:32.207 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:28:32.246 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-10T20:28:32.247 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-10T20:28:32.247 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:28:32.276 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:28:32.372 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-10T20:28:32.372 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:28:32.403 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:28:32.473 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-10T20:28:32.473 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-10T20:28:32.473 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:28:32.501 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:28:32.569 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-10T20:28:32.569 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:28:32.598 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:28:32.667 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-10T20:28:32.668 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-10T20:28:32.668 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:28:32.695 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:28:32.762 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-10T20:28:32.762 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:28:32.790 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:28:32.860 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T20:28:32.966 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\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T20:28:32.966 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:28:32.967 INFO:tasks.cephadm:Cluster fsid is f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:28:32.967 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T20:28:32.967 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.59', 'mon.b': '172.21.15.97'} 2024-02-10T20:28:32.967 INFO:tasks.cephadm:First mon is mon.a on smithi059 2024-02-10T20:28:32.967 INFO:tasks.cephadm:First mgr is a 2024-02-10T20:28:32.967 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T20:28:32.967 DEBUG:teuthology.orchestra.run.smithi059:> sudo hostname $(hostname -s) 2024-02-10T20:28:32.995 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-02-10T20:28:33.024 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T20:28:33.024 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:28:33.246 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228', '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/76648/', 'root_build_cause': 'MANUALTRIGGER', 'version': '19.0.0-1367-g14aa01b9', '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-1367.g14aa01b9'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-02-10 17:03:58.858994', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2024-02-09-1422', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-02-10T20:28:33.468 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-yuri6-testing-2024-02-09-1422, sha1 14aa01b918f09661ae41e4c41d1de99d6ac08228 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:28:33.469 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm 2024-02-10T20:28:33.469 DEBUG:teuthology.orchestra.run.smithi059:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T20:28:34.035 INFO:teuthology.orchestra.run.smithi059.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 20:28 /home/ubuntu/cephtest/cephadm 2024-02-10T20:28:34.035 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T20:28:34.591 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-r--r--. 1 ubuntu ubuntu 766965 Feb 10 20:28 /home/ubuntu/cephtest/cephadm 2024-02-10T20:28:34.591 DEBUG:teuthology.orchestra.run.smithi059:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:28:34.610 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:28:34.638 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-10T20:28:34.638 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:28:34.652 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:28:35.589 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:28:35.694 INFO:teuthology.orchestra.run.smithi059.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:29:01.173 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-02-10T20:29:01.173 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:29:01.174 INFO:teuthology.orchestra.run.smithi097.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:29:01.174 INFO:teuthology.orchestra.run.smithi097.stdout: "repo_digests": [ 2024-02-10T20:29:01.174 INFO:teuthology.orchestra.run.smithi097.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:29:01.174 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-02-10T20:29:01.174 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-02-10T20:29:02.800 INFO:teuthology.orchestra.run.smithi059.stdout:{ 2024-02-10T20:29:02.800 INFO:teuthology.orchestra.run.smithi059.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:29:02.800 INFO:teuthology.orchestra.run.smithi059.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:29:02.800 INFO:teuthology.orchestra.run.smithi059.stdout: "repo_digests": [ 2024-02-10T20:29:02.800 INFO:teuthology.orchestra.run.smithi059.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:29:02.800 INFO:teuthology.orchestra.run.smithi059.stdout: ] 2024-02-10T20:29:02.800 INFO:teuthology.orchestra.run.smithi059.stdout:} 2024-02-10T20:29:02.825 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /etc/ceph 2024-02-10T20:29:02.862 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /etc/ceph 2024-02-10T20:29:02.898 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 777 /etc/ceph 2024-02-10T20:29:02.929 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 777 /etc/ceph 2024-02-10T20:29:02.968 INFO:tasks.cephadm:Writing seed config... 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T20:29:02.969 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T20:29:02.970 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-10T20:29:02.970 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T20:29:02.985 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 = f5acaa3e-c852-11ee-95b9-87774f69a715 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-02-10T20:29:02.985 DEBUG:teuthology.orchestra.run.smithi059:mon.a> sudo journalctl -f -n 0 -u ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mon.a.service 2024-02-10T20:29:03.027 DEBUG:teuthology.orchestra.run.smithi059:mgr.a> sudo journalctl -f -n 0 -u ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service 2024-02-10T20:29:03.069 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T20:29:03.069 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid f5acaa3e-c852-11ee-95b9-87774f69a715 --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.59 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T20:29:03.264 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:29:03.264 INFO:teuthology.orchestra.run.smithi059.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', 'f5acaa3e-c852-11ee-95b9-87774f69a715', '--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.59', '--skip-admin-label'] 2024-02-10T20:29:03.289 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T20:29:03.290 INFO:teuthology.orchestra.run.smithi059.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T20:29:03.290 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying podman|docker is present... 2024-02-10T20:29:03.313 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T20:29:03.313 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying lvm2 is present... 2024-02-10T20:29:03.313 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying time synchronization is in place... 2024-02-10T20:29:03.320 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T20:29:03.320 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T20:29:03.326 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T20:29:03.326 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-02-10T20:29:03.332 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout enabled 2024-02-10T20:29:03.338 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout active 2024-02-10T20:29:03.338 INFO:teuthology.orchestra.run.smithi059.stdout:Unit chronyd.service is enabled and running 2024-02-10T20:29:03.338 INFO:teuthology.orchestra.run.smithi059.stdout:Repeating the final host check... 2024-02-10T20:29:03.360 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T20:29:03.361 INFO:teuthology.orchestra.run.smithi059.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-10T20:29:03.361 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl is present 2024-02-10T20:29:03.361 INFO:teuthology.orchestra.run.smithi059.stdout:lvcreate is present 2024-02-10T20:29:03.367 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T20:29:03.367 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T20:29:03.373 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T20:29:03.373 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-02-10T20:29:03.378 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout enabled 2024-02-10T20:29:03.384 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout active 2024-02-10T20:29:03.384 INFO:teuthology.orchestra.run.smithi059.stdout:Unit chronyd.service is enabled and running 2024-02-10T20:29:03.385 INFO:teuthology.orchestra.run.smithi059.stdout:Host looks OK 2024-02-10T20:29:03.385 INFO:teuthology.orchestra.run.smithi059.stdout:Cluster fsid: f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:03.385 INFO:teuthology.orchestra.run.smithi059.stdout:Acquiring lock 139683914268624 on /run/cephadm/f5acaa3e-c852-11ee-95b9-87774f69a715.lock 2024-02-10T20:29:03.385 INFO:teuthology.orchestra.run.smithi059.stdout:Lock 139683914268624 acquired on /run/cephadm/f5acaa3e-c852-11ee-95b9-87774f69a715.lock 2024-02-10T20:29:03.385 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying IP 172.21.15.59 port 3300 ... 2024-02-10T20:29:03.385 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying IP 172.21.15.59 port 6789 ... 2024-02-10T20:29:03.386 INFO:teuthology.orchestra.run.smithi059.stdout:Base mon IP(s) is [172.21.15.59:3300, 172.21.15.59:6789], mon addrv is [v2:172.21.15.59:3300,v1:172.21.15.59:6789] 2024-02-10T20:29:03.388 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.59 metric 100 2024-02-10T20:29:03.388 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.59 metric 100 2024-02-10T20:29:03.391 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T20:29:03.391 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-10T20:29:03.391 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-10T20:29:03.393 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T20:29:03.393 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T20:29:03.393 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T20:29:03.393 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T20:29:03.394 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:192a/64 scope link noprefixroute 2024-02-10T20:29:03.394 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T20:29:03.394 INFO:teuthology.orchestra.run.smithi059.stdout:Mon IP `172.21.15.59` is in CIDR network `172.21.0.0/20` 2024-02-10T20:29:03.394 INFO:teuthology.orchestra.run.smithi059.stdout:Mon IP `172.21.15.59` is in CIDR network `172.21.0.0/20` 2024-02-10T20:29:03.394 INFO:teuthology.orchestra.run.smithi059.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T20:29:03.395 INFO:teuthology.orchestra.run.smithi059.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T20:29:03.395 INFO:teuthology.orchestra.run.smithi059.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:29:03.878 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stdout e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-10T20:29:03.878 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:29:03.878 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Getting image source signatures 2024-02-10T20:29:03.878 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Copying blob sha256:2b15a9adfde249d431bc7c06cfdb8b2d442acb2cd7bcfbcbecc9baa734633e5f 2024-02-10T20:29:03.878 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-10T20:29:03.878 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Copying config sha256:e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af 2024-02-10T20:29:03.878 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-10T20:29:04.865 INFO:teuthology.orchestra.run.smithi059.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:29:04.865 INFO:teuthology.orchestra.run.smithi059.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:29:04.865 INFO:teuthology.orchestra.run.smithi059.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T20:29:05.880 INFO:teuthology.orchestra.run.smithi059.stdout:stat: stdout 167 167 2024-02-10T20:29:05.880 INFO:teuthology.orchestra.run.smithi059.stdout:Creating initial keys... 2024-02-10T20:29:07.161 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph-authtool: stdout AQCS3MdlAsjxDhAApMrPTZvVce5NGoafGIAXvw== 2024-02-10T20:29:08.090 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph-authtool: stdout AQCT3MdlkKMfHhAAo0dNqYboR4iI6ilbXbykuQ== 2024-02-10T20:29:09.155 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph-authtool: stdout AQCU3MdlcgxjHBAAInKkV5QVZtBjoBoQvqqy5A== 2024-02-10T20:29:09.156 INFO:teuthology.orchestra.run.smithi059.stdout:Creating initial monmap... 2024-02-10T20:29:10.186 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T20:29:10.187 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T20:29:10.187 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:10.187 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T20:29:10.187 INFO:teuthology.orchestra.run.smithi059.stdout:monmaptool for a [v2:172.21.15.59:3300,v1:172.21.15.59:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T20:29:10.187 INFO:teuthology.orchestra.run.smithi059.stdout:setting min_mon_release = quincy 2024-02-10T20:29:10.187 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: set fsid to f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:10.188 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T20:29:10.188 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-02-10T20:29:10.188 INFO:teuthology.orchestra.run.smithi059.stdout:Creating mon... 2024-02-10T20:29:11.101 INFO:teuthology.orchestra.run.smithi059.stdout:create mon.a on 2024-02-10T20:29:11.301 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-10T20:29:11.440 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T20:29:11.630 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715.target. 2024-02-10T20:29:11.630 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715.target. 2024-02-10T20:29:11.857 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mon.a 2024-02-10T20:29:11.857 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-10T20:29:12.013 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715.target.wants/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@.service. 2024-02-10T20:29:12.566 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T20:29:12.566 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout disabled 2024-02-10T20:29:12.572 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T20:29:12.572 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-02-10T20:29:12.572 INFO:teuthology.orchestra.run.smithi059.stdout:firewalld.service is not enabled 2024-02-10T20:29:12.572 INFO:teuthology.orchestra.run.smithi059.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T20:29:12.573 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mon to start... 2024-02-10T20:29:12.573 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mon... 2024-02-10T20:29:13.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:13 smithi059 ceph-mon[29537]: from='client.? 172.21.15.59:0/1620794461' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T20:29:13.721 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T20:29:13.721 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout id: f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:13.721 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout services: 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.603087s) 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout data: 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:mon is available 2024-02-10T20:29:13.722 INFO:teuthology.orchestra.run.smithi059.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T20:29:14.774 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:14 smithi059 ceph-mon[29537]: from='client.? 172.21.15.59:0/3275352342' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T20:29:14.774 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:14 smithi059 ceph-mon[29537]: from='client.? 172.21.15.59:0/3275352342' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout fsid = f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.59:3300,v1:172.21.15.59:6789] 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-02-10T20:29:14.779 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T20:29:14.780 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:14.780 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T20:29:14.780 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T20:29:14.780 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T20:29:14.780 INFO:teuthology.orchestra.run.smithi059.stdout:Generating new minimal ceph.conf... 2024-02-10T20:29:15.805 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:15 smithi059 ceph-mon[29537]: from='client.? 172.21.15.59:0/4250426912' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T20:29:15.808 INFO:teuthology.orchestra.run.smithi059.stdout:Restarting the monitor... 2024-02-10T20:29:16.078 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:15 smithi059 systemd[1]: Stopping Ceph mon.a for f5acaa3e-c852-11ee-95b9-87774f69a715... 2024-02-10T20:29:16.367 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a[29514]: 2024-02-10T20:29:16.075+0000 7f018d8ca700 -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-02-10T20:29:16.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a[29514]: 2024-02-10T20:29:16.075+0000 7f018d8ca700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T20:29:16.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 podman[29869]: 2024-02-10 20:29:16.250985208 +0000 UTC m=+0.284410486 container died d294fdfce3989ae4ee5e2e06645c8a0d25e0b48162bc0469dcd2c500ab9e8c4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD) 2024-02-10T20:29:16.766 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 podman[29869]: 2024-02-10 20:29:16.581917934 +0000 UTC m=+0.615343229 container cleanup d294fdfce3989ae4ee5e2e06645c8a0d25e0b48162bc0469dcd2c500ab9e8c4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True) 2024-02-10T20:29:16.766 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 bash[29869]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a 2024-02-10T20:29:17.117 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 podman[29888]: 2024-02-10 20:29:16.766172845 +0000 UTC m=+0.510059414 container remove d294fdfce3989ae4ee5e2e06645c8a0d25e0b48162bc0469dcd2c500ab9e8c4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T20:29:17.117 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T20:29:17.117 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:16 smithi059 systemd[1]: Stopped Ceph mon.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:29:17.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 systemd[1]: Starting Ceph mon.a for f5acaa3e-c852-11ee-95b9-87774f69a715... 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 podman[29985]: 2024-02-10 20:29:17.208981922 +0000 UTC m=+0.113971251 container create de4dde8b0385f68cb0e44a883b035d9dc89083538f5840b908124a2fa74daf65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2) 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 podman[29985]: 2024-02-10 20:29:17.1127441 +0000 UTC m=+0.017733366 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 podman[29985]: 2024-02-10 20:29:17.427845134 +0000 UTC m=+0.332834401 container init de4dde8b0385f68cb0e44a883b035d9dc89083538f5840b908124a2fa74daf65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 podman[29985]: 2024-02-10 20:29:17.432931375 +0000 UTC m=+0.337920642 container start de4dde8b0385f68cb0e44a883b035d9dc89083538f5840b908124a2fa74daf65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mon-a, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131) 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: set uid:gid to 167:167 (ceph:ceph) 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 7 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: pidfile_write: ignore empty --pid-file 2024-02-10T20:29:17.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: load: jerasure load: lrc 2024-02-10T20:29:17.544 INFO:teuthology.orchestra.run.smithi059.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T20:29:17.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: RocksDB version: 7.9.2 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Git sha 0 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Compile date 2024-02-10 16:03:39 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: DB SUMMARY 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: DB Session ID: G9TKEF1WP8HLQCD6J0ZO 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: CURRENT file: CURRENT 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: IDENTITY file: IDENTITY 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84627 ; 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.error_if_exists: 0 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.create_if_missing: 0 2024-02-10T20:29:17.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.paranoid_checks: 1 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.env: 0x55ceb0c47ae0 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.fs: PosixFileSystem 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.info_log: 0x55ceb31919c0 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_file_opening_threads: 16 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.statistics: (nil) 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.use_fsync: 0 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_log_file_size: 0 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.keep_log_file_num: 1000 2024-02-10T20:29:17.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.recycle_log_file_num: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.allow_fallocate: 1 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.allow_mmap_reads: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.allow_mmap_writes: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.use_direct_reads: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.create_missing_column_families: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.db_log_dir: 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.wal_dir: 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T20:29:17.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.advise_random_on_open: 1 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.db_write_buffer_size: 0 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.write_buffer_manager: 0x55ceb3165400 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.rate_limiter: (nil) 2024-02-10T20:29:17.789 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.wal_recovery_mode: 2 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.enable_thread_tracking: 0 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.enable_pipelined_write: 0 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.unordered_write: 0 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.row_cache: None 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.wal_filter: None 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.allow_ingest_behind: 0 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.two_write_queues: 0 2024-02-10T20:29:17.790 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.manual_wal_flush: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.wal_compression: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.atomic_flush: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.log_readahead_size: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.best_efforts_recovery: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.allow_data_in_errors: 0 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.db_host_id: __hostname__ 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_background_jobs: 2 2024-02-10T20:29:17.791 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_background_compactions: -1 2024-02-10T20:29:17.792 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_subcompactions: 1 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_total_wal_size: 0 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_open_files: -1 2024-02-10T20:29:17.793 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bytes_per_sync: 0 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_readahead_size: 0 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_background_flushes: -1 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Compression algorithms supported: 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kZSTD supported: 0 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kXpressCompression supported: 0 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kLZ4HCCompression supported: 1 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kZlibCompression supported: 1 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kSnappyCompression supported: 1 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kLZ4Compression supported: 1 2024-02-10T20:29:17.794 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: kBZip2Compression supported: 0 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.merge_operator: 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_filter: None 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_filter_factory: None 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.sst_partitioner_factory: None 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ceb3191ac0) 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout: cache_index_and_filter_blocks: 1 2024-02-10T20:29:17.795 INFO:journalctl@ceph.mon.a.smithi059.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: pin_top_level_index_and_filter: 1 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: index_type: 0 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: data_block_index_type: 0 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: index_shortening: 1 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: checksum: 4 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: no_block_cache: 0 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache: 0x55ceb31971f0 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache_name: BinnedLRUCache 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache_options: 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: capacity : 536870912 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: num_shard_bits : 4 2024-02-10T20:29:17.796 INFO:journalctl@ceph.mon.a.smithi059.stdout: strict_capacity_limit : 0 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: high_pri_pool_ratio: 0.000 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache_compressed: (nil) 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: persistent_cache: (nil) 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_size: 4096 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_size_deviation: 10 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_restart_interval: 16 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: index_block_restart_interval: 1 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: metadata_block_size: 4096 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: partition_filters: 0 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: use_delta_encoding: 1 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: filter_policy: bloomfilter 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: whole_key_filtering: 1 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: verify_compression: 0 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: read_amp_bytes_per_bit: 0 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: format_version: 5 2024-02-10T20:29:17.797 INFO:journalctl@ceph.mon.a.smithi059.stdout: enable_index_compression: 1 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_align: 0 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout: max_auto_readahead_size: 262144 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout: prepopulate_block_cache: 0 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout: initial_auto_readahead_size: 8192 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout: num_file_reads_for_auto_readahead: 2 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.write_buffer_size: 33554432 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_write_buffer_number: 2 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression: NoCompression 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression: Disabled 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.prefix_extractor: nullptr 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.num_levels: 7 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T20:29:17.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.level: 32767 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.strategy: 0 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T20:29:17.799 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.enabled: false 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.target_file_size_base: 67108864 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T20:29:17.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.arena_block_size: 1048576 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.disable_auto_compactions: 0 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T20:29:17.801 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.table_properties_collectors: 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.inplace_update_support: 0 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.bloom_locality: 0 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.max_successive_merges: 0 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T20:29:17.802 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.paranoid_file_checks: 0 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.force_consistency_checks: 1 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.report_bg_io_stats: 0 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.ttl: 2592000 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.enable_blob_files: false 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.min_blob_size: 0 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.blob_file_size: 268435456 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T20:29:17.803 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.blob_file_starting_level: 0 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: 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-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: abbe9045-ea05-410f-9a38-9dbc767508c1 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707596957461587, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707596957462415, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81252, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79439, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 73748, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1707596957, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "abbe9045-ea05-410f-9a38-9dbc767508c1", "db_session_id": "G9TKEF1WP8HLQCD6J0ZO", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707596957462523, "job": 1, "event": "recovery_finished"} 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: 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-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ceb328a000 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: DB pointer 0x55ceb3274000 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T20:29:17.804 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** DB Stats ** 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.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-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.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-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** Compaction Stats [default] ** 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.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-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: L0 2/0 81.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: Sum 2/0 81.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.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 143.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-02-10T20:29:17.805 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** Compaction Stats [default] ** 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.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-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.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 143.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: Cumulative compaction: 0.00 GB write, 27.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T20:29:17.806 INFO:journalctl@ceph.mon.a.smithi059.stdout: Interval compaction: 0.00 GB write, 27.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.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-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: Block cache BinnedLRUCache@0x55ceb31971f0#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: starting mon.a rank 0 at public addrs [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] at bind addrs [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???) e1 preinit fsid f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???).mds e1 new map 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???).mds e1 print_map 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: e1 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.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} 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: legacy client fscid: -1 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-02-10T20:29:17.807 INFO:journalctl@ceph.mon.a.smithi059.stdout: No filesystems configured 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: monmap e1: 1 mons at {a=[v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: fsmap 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: osdmap e1: 0 total, 0 up, 0 in 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 ceph-mon[30023]: mgrmap e1: no daemons active 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 bash[29985]: de4dde8b0385f68cb0e44a883b035d9dc89083538f5840b908124a2fa74daf65 2024-02-10T20:29:17.808 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:17 smithi059 systemd[1]: Started Ceph mon.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:29:18.688 INFO:teuthology.orchestra.run.smithi059.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T20:29:18.709 INFO:teuthology.orchestra.run.smithi059.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T20:29:18.709 INFO:teuthology.orchestra.run.smithi059.stdout:Creating mgr... 2024-02-10T20:29:18.710 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T20:29:18.710 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T20:29:18.943 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a 2024-02-10T20:29:18.943 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-10T20:29:19.096 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715.target.wants/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@.service. 2024-02-10T20:29:19.367 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:19 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/451192230' entity='client.admin' 2024-02-10T20:29:19.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:19 smithi059 podman[30264]: 2024-02-10 20:29:19.336500142 +0000 UTC m=+0.123755295 container create 6d92d003eb7760c1f2bead140511f15c3464265e5924c8c22394cc9cea0dc69f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, GIT_CLEAN=True, 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, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.2) 2024-02-10T20:29:19.685 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T20:29:19.686 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout disabled 2024-02-10T20:29:19.692 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T20:29:19.693 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-02-10T20:29:19.693 INFO:teuthology.orchestra.run.smithi059.stdout:firewalld.service is not enabled 2024-02-10T20:29:19.693 INFO:teuthology.orchestra.run.smithi059.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T20:29:19.701 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T20:29:19.701 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout disabled 2024-02-10T20:29:19.708 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T20:29:19.708 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-02-10T20:29:19.708 INFO:teuthology.orchestra.run.smithi059.stdout:firewalld.service is not enabled 2024-02-10T20:29:19.708 INFO:teuthology.orchestra.run.smithi059.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-10T20:29:19.708 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mgr to start... 2024-02-10T20:29:19.708 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mgr... 2024-02-10T20:29:19.824 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:19 smithi059 podman[30264]: 2024-02-10 20:29:19.563854964 +0000 UTC m=+0.351110119 container init 6d92d003eb7760c1f2bead140511f15c3464265e5924c8c22394cc9cea0dc69f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131) 2024-02-10T20:29:19.824 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:19 smithi059 podman[30264]: 2024-02-10 20:29:19.568855403 +0000 UTC m=+0.356110559 container start 6d92d003eb7760c1f2bead140511f15c3464265e5924c8c22394cc9cea0dc69f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.vendor=CentOS) 2024-02-10T20:29:19.824 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:19 smithi059 bash[30264]: 6d92d003eb7760c1f2bead140511f15c3464265e5924c8c22394cc9cea0dc69f 2024-02-10T20:29:19.824 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:19 smithi059 systemd[1]: Started Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:29:20.367 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:20 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/1433943653' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:29:20.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:20.129+0000 7f521d822200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:29:20.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:20.227+0000 7f521d822200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:29:20.808 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsid": "f5acaa3e-c852-11ee-95b9-87774f69a715", 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:29:20.809 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:29:20.810 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:29:20.814 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:29:20.815 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:29:12.527150+0000", 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:29:20.816 INFO:teuthology.orchestra.run.smithi059.stdout:mgr not available, waiting (1/15)... 2024-02-10T20:29:21.232 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:20.898+0000 7f521d822200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:29:21.232 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:20.992+0000 7f521d822200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:29:21.232 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:21.134+0000 7f521d822200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:29:21.233 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:21.230+0000 7f521d822200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:29:21.581 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:21.314+0000 7f521d822200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:29:21.581 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:21.579+0000 7f521d822200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:29:21.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:21.690+0000 7f521d822200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:21.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:21.777+0000 7f521d822200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:29:22.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:21.873+0000 7f521d822200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:29:22.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:22 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:22.050+0000 7f521d822200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:29:23.191 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:23.051+0000 7f521d822200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:29:23.192 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:23.190+0000 7f521d822200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:29:23.830 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:23 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/2866977776' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:29:23.831 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:23.538+0000 7f521d822200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:29:23.831 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:23.630+0000 7f521d822200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:29:23.831 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:23.828+0000 7f521d822200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsid": "f5acaa3e-c852-11ee-95b9-87774f69a715", 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:29:24.015 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:29:24.016 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:29:24.017 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:29:24.020 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:29:24.021 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:29:12.527150+0000", 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:29:24.022 INFO:teuthology.orchestra.run.smithi059.stdout:mgr not available, waiting (2/15)... 2024-02-10T20:29:24.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:24 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:24.016+0000 7f521d822200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:29:24.565 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:24 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:24.302+0000 7f521d822200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:24.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:24 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:24.563+0000 7f521d822200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:24.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:24 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:24.802+0000 7f521d822200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:29:25.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:25 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:25.627+0000 7f521d822200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:29:26.387 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:26.213+0000 7f521d822200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:29:26.388 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:26.320+0000 7f521d822200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:29:26.868 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:26.543+0000 7f521d822200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:29:26.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: Activating manager daemon a 2024-02-10T20:29:26.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: mgrmap e2: a(active, starting, since 0.00298058s) 2024-02-10T20:29:26.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/4162172372' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: Manager daemon a is now available 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:29:26.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:29:26.870 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' 2024-02-10T20:29:26.870 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' 2024-02-10T20:29:26.870 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:26 smithi059 ceph-mon[30023]: from='mgr.14100 172.21.15.59:0/964942844' entity='mgr.a' 2024-02-10T20:29:28.867 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:28 smithi059 ceph-mon[30023]: mgrmap e3: a(active, since 1.00885s) 2024-02-10T20:29:30.209 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsid": "f5acaa3e-c852-11ee-95b9-87774f69a715", 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:29:30.210 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:29:30.212 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:29:30.212 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:29:30.212 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:29:30.215 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:30.215 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:29:30.215 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:29:30.215 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:29:30.215 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:29:30.215 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:29:30.216 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:29:12.527150+0000", 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:29:30.217 INFO:teuthology.orchestra.run.smithi059.stdout:mgr not available, waiting (3/15)... 2024-02-10T20:29:30.867 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:30 smithi059 ceph-mon[30023]: mgrmap e4: a(active, since 3s) 2024-02-10T20:29:36.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:36 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/2077681282' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:29:37.266 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:37.269 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsid": "f5acaa3e-c852-11ee-95b9-87774f69a715", 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:29:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_age": 18, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:29:37.271 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:29:37.276 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:29:37.277 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:29:12.527150+0000", 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:29:37.278 INFO:teuthology.orchestra.run.smithi059.stdout:mgr is available 2024-02-10T20:29:38.586 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:38 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/1864053377' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T20:29:38.586 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:38 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/1864053377' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout fsid = f5acaa3e-c852-11ee-95b9-87774f69a715 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T20:29:38.590 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T20:29:38.591 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-02-10T20:29:38.591 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T20:29:38.591 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T20:29:38.591 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T20:29:38.591 INFO:teuthology.orchestra.run.smithi059.stdout:Enabling cephadm module... 2024-02-10T20:29:39.800 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:39 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/3483237249' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T20:29:39.800 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:39 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: ignoring --setuser ceph since I am not root 2024-02-10T20:29:39.800 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:39 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: ignoring --setgroup ceph since I am not root 2024-02-10T20:29:40.317 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:40.054+0000 7f7ac9030200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:29:40.318 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:40.160+0000 7f7ac9030200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:29:40.617 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:40 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/3483237249' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T20:29:40.617 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:40 smithi059 ceph-mon[30023]: mgrmap e5: a(active, since 12s) 2024-02-10T20:29:41.080 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:40.837+0000 7f7ac9030200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:29:41.080 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:40.933+0000 7f7ac9030200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:29:41.080 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:41.078+0000 7f7ac9030200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:29:41.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:41.178+0000 7f7ac9030200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:29:41.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:41.264+0000 7f7ac9030200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:29:41.469 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:29:41.469 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T20:29:41.470 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T20:29:41.470 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T20:29:41.470 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T20:29:41.470 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:29:41.470 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for the mgr to restart... 2024-02-10T20:29:41.470 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mgr epoch 5... 2024-02-10T20:29:41.718 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-mon[30023]: from='client.? 172.21.15.59:0/1737620917' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T20:29:41.719 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:41.537+0000 7f7ac9030200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:29:41.719 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:41.651+0000 7f7ac9030200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:42.026 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:41.745+0000 7f7ac9030200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:29:42.027 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:41.843+0000 7f7ac9030200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:29:42.027 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:42 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:42.025+0000 7f7ac9030200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:29:43.329 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:43.014+0000 7f7ac9030200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:29:43.329 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:43.148+0000 7f7ac9030200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:29:43.582 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:43.488+0000 7f7ac9030200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:29:43.583 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:43.581+0000 7f7ac9030200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:29:43.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:43.781+0000 7f7ac9030200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:44.269 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:43.975+0000 7f7ac9030200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:29:44.530 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:44 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:44.267+0000 7f7ac9030200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:44.530 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:44 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:44.529+0000 7f7ac9030200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:44.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:44 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:44.771+0000 7f7ac9030200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:29:45.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:45 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:45.600+0000 7f7ac9030200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:29:46.504 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:46.181+0000 7f7ac9030200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:29:46.504 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:46.282+0000 7f7ac9030200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:29:46.504 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:46.503+0000 7f7ac9030200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:29:46.867 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: Active manager daemon a restarted 2024-02-10T20:29:46.867 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: Activating manager daemon a 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: osdmap e2: 0 total, 0 up, 0 in 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: mgrmap e6: a(active, starting, since 0.00309303s) 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: Manager daemon a is now available 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:29:46.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:46 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:29:47.867 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: Found migration_current of "None". Setting to last migration. 2024-02-10T20:29:47.867 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:29:47.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:29:47.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:29:47.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' 2024-02-10T20:29:47.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: from='mgr.14120 172.21.15.59:0/2226986246' entity='mgr.a' 2024-02-10T20:29:47.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T20:29:47.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-mon[30023]: mgrmap e7: a(active, since 1.00545s) 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: *** Caught signal (Aborted) ** 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: in thread 7f7abf252700 thread_name:admin_socket 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f7ac65eed20] 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2: gsignal() 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 3: abort() 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7ac4ac9d39] 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7ac4aeee86] 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f7ac773a785] 2024-02-10T20:29:47.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f7ac773bf75] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f7ac773abaf] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f7ac7746b6d] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f7ac7740f69] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f7ac7742a4b] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 12: (AdminSocket::entry()+0x4de) [0x7f7ac77432ae] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f7ac54dab23] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f7ac65e41ca] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 15: clone() 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:47.523+0000 7f7abf252700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: in thread 7f7abf252700 thread_name:admin_socket 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f7ac65eed20] 2024-02-10T20:29:47.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2: gsignal() 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 3: abort() 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7ac4ac9d39] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7ac4aeee86] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f7ac773a785] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f7ac773bf75] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f7ac773abaf] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f7ac7746b6d] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f7ac7740f69] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f7ac7742a4b] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 12: (AdminSocket::entry()+0x4de) [0x7f7ac77432ae] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f7ac54dab23] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f7ac65e41ca] 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 15: clone() 2024-02-10T20:29:47.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -3240> 2024-02-10T20:29:40.054+0000 7f7ac9030200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -3219> 2024-02-10T20:29:40.160+0000 7f7ac9030200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2977> 2024-02-10T20:29:40.837+0000 7f7ac9030200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2935> 2024-02-10T20:29:40.933+0000 7f7ac9030200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2908> 2024-02-10T20:29:41.078+0000 7f7ac9030200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2886> 2024-02-10T20:29:41.178+0000 7f7ac9030200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2874> 2024-02-10T20:29:41.264+0000 7f7ac9030200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2855> 2024-02-10T20:29:41.537+0000 7f7ac9030200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2823> 2024-02-10T20:29:41.651+0000 7f7ac9030200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2803> 2024-02-10T20:29:41.745+0000 7f7ac9030200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2785> 2024-02-10T20:29:41.843+0000 7f7ac9030200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:29:47.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2758> 2024-02-10T20:29:42.025+0000 7f7ac9030200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2705> 2024-02-10T20:29:43.014+0000 7f7ac9030200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2691> 2024-02-10T20:29:43.148+0000 7f7ac9030200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2632> 2024-02-10T20:29:43.488+0000 7f7ac9030200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2611> 2024-02-10T20:29:43.581+0000 7f7ac9030200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2599> 2024-02-10T20:29:43.781+0000 7f7ac9030200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2559> 2024-02-10T20:29:43.975+0000 7f7ac9030200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2464> 2024-02-10T20:29:44.267+0000 7f7ac9030200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2453> 2024-02-10T20:29:44.529+0000 7f7ac9030200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2389> 2024-02-10T20:29:44.771+0000 7f7ac9030200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:29:47.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2236> 2024-02-10T20:29:45.600+0000 7f7ac9030200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:29:47.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2212> 2024-02-10T20:29:46.181+0000 7f7ac9030200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:29:47.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2198> 2024-02-10T20:29:46.282+0000 7f7ac9030200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:29:47.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2171> 2024-02-10T20:29:46.503+0000 7f7ac9030200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:29:47.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 0> 2024-02-10T20:29:47.523+0000 7f7abf252700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:29:47.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: in thread 7f7abf252700 thread_name:admin_socket 2024-02-10T20:29:47.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:47.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f7ac65eed20] 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2: gsignal() 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 3: abort() 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7ac4ac9d39] 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7ac4aeee86] 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f7ac773a785] 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f7ac773bf75] 2024-02-10T20:29:47.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f7ac773abaf] 2024-02-10T20:29:47.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f7ac7746b6d] 2024-02-10T20:29:47.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f7ac7740f69] 2024-02-10T20:29:47.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f7ac7742a4b] 2024-02-10T20:29:47.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 12: (AdminSocket::entry()+0x4de) [0x7f7ac77432ae] 2024-02-10T20:29:47.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f7ac54dab23] 2024-02-10T20:29:47.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f7ac65e41ca] 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 15: clone() 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -3240> 2024-02-10T20:29:40.054+0000 7f7ac9030200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -3219> 2024-02-10T20:29:40.160+0000 7f7ac9030200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2977> 2024-02-10T20:29:40.837+0000 7f7ac9030200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2935> 2024-02-10T20:29:40.933+0000 7f7ac9030200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2908> 2024-02-10T20:29:41.078+0000 7f7ac9030200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2886> 2024-02-10T20:29:41.178+0000 7f7ac9030200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2874> 2024-02-10T20:29:41.264+0000 7f7ac9030200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2855> 2024-02-10T20:29:41.537+0000 7f7ac9030200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2823> 2024-02-10T20:29:41.651+0000 7f7ac9030200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2803> 2024-02-10T20:29:41.745+0000 7f7ac9030200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:29:47.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2785> 2024-02-10T20:29:41.843+0000 7f7ac9030200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2758> 2024-02-10T20:29:42.025+0000 7f7ac9030200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2705> 2024-02-10T20:29:43.014+0000 7f7ac9030200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2691> 2024-02-10T20:29:43.148+0000 7f7ac9030200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2632> 2024-02-10T20:29:43.488+0000 7f7ac9030200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2611> 2024-02-10T20:29:43.581+0000 7f7ac9030200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2599> 2024-02-10T20:29:43.781+0000 7f7ac9030200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2559> 2024-02-10T20:29:43.975+0000 7f7ac9030200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2464> 2024-02-10T20:29:44.267+0000 7f7ac9030200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2453> 2024-02-10T20:29:44.529+0000 7f7ac9030200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2389> 2024-02-10T20:29:44.771+0000 7f7ac9030200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2236> 2024-02-10T20:29:45.600+0000 7f7ac9030200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2212> 2024-02-10T20:29:46.181+0000 7f7ac9030200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2198> 2024-02-10T20:29:46.282+0000 7f7ac9030200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: -2171> 2024-02-10T20:29:46.503+0000 7f7ac9030200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:29:47.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 0> 2024-02-10T20:29:47.523+0000 7f7abf252700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: in thread 7f7abf252700 thread_name:admin_socket 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f7ac65eed20] 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2: gsignal() 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 3: abort() 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7ac4ac9d39] 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7ac4aeee86] 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f7ac773a785] 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f7ac773bf75] 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f7ac773abaf] 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f7ac7746b6d] 2024-02-10T20:29:47.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f7ac7740f69] 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f7ac7742a4b] 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 12: (AdminSocket::entry()+0x4de) [0x7f7ac77432ae] 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f7ac54dab23] 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f7ac65e41ca] 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 15: clone() 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[30279]: 2024-02-10T20:29:47.880 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:47 smithi059 podman[31333]: 2024-02-10 20:29:47.58754065 +0000 UTC m=+0.019422183 container died 6d92d003eb7760c1f2bead140511f15c3464265e5924c8c22394cc9cea0dc69f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-02-10T20:29:48.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:48 smithi059 podman[31333]: 2024-02-10 20:29:48.18126708 +0000 UTC m=+0.613148616 container remove 6d92d003eb7760c1f2bead140511f15c3464265e5924c8c22394cc9cea0dc69f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-02-10T20:29:48.618 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:48 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:29:48.618 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:48 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:29:48.618 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:48 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.885s CPU time. 2024-02-10T20:29:58.977 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:58 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-10T20:29:58.977 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:58 smithi059 systemd[1]: Stopped Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:29:58.977 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:58 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 16.885s CPU time. 2024-02-10T20:29:58.977 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:58 smithi059 systemd[1]: Starting Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715... 2024-02-10T20:29:58.977 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:58 smithi059 podman[31436]: 2024-02-10 20:29:58.752004359 +0000 UTC m=+0.017472726 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:29:58.977 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:58 smithi059 podman[31436]: 2024-02-10 20:29:58.856655949 +0000 UTC m=+0.122124315 container create 9906d89f41c24b9f259ec4b8b4aabc2beb1b70e9cf753baca098281952ef8ebe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-02-10T20:29:59.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:59 smithi059 podman[31436]: 2024-02-10 20:29:59.084458891 +0000 UTC m=+0.349927270 container init 9906d89f41c24b9f259ec4b8b4aabc2beb1b70e9cf753baca098281952ef8ebe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-02-10T20:29:59.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:59 smithi059 podman[31436]: 2024-02-10 20:29:59.089703651 +0000 UTC m=+0.355172017 container start 9906d89f41c24b9f259ec4b8b4aabc2beb1b70e9cf753baca098281952ef8ebe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240131) 2024-02-10T20:29:59.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:59 smithi059 bash[31436]: 9906d89f41c24b9f259ec4b8b4aabc2beb1b70e9cf753baca098281952ef8ebe 2024-02-10T20:29:59.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:59 smithi059 systemd[1]: Started Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:30:00.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:29:59.640+0000 7fdb4de46200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:00.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:29:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:29:59.735+0000 7fdb4de46200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:00.728 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:00.392+0000 7fdb4de46200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:00.728 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:00.487+0000 7fdb4de46200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:00.728 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:00.630+0000 7fdb4de46200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:01.079 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:00.727+0000 7fdb4de46200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:01.080 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:00.812+0000 7fdb4de46200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:01.080 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:01.078+0000 7fdb4de46200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:01.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:01.191+0000 7fdb4de46200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:01.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:01.278+0000 7fdb4de46200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:01.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:01.375+0000 7fdb4de46200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:01.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:01.552+0000 7fdb4de46200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:02.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:02 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:02.548+0000 7fdb4de46200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:02.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:02 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:02.682+0000 7fdb4de46200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:03.312 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:03 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:03.020+0000 7fdb4de46200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:03.312 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:03 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:03.112+0000 7fdb4de46200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:03.312 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:03 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:03.311+0000 7fdb4de46200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:03.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:03 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:03.499+0000 7fdb4de46200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:04.046 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:03 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:03.790+0000 7fdb4de46200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:04.305 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:04 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:04.057+0000 7fdb4de46200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:04.305 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:04 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:04.304+0000 7fdb4de46200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:05.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:05.141+0000 7fdb4de46200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:06.046 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:05.723+0000 7fdb4de46200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:06.046 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:05.825+0000 7fdb4de46200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:06.046 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:06.045+0000 7fdb4de46200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:06.367 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: Active manager daemon a restarted 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: Activating manager daemon a 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: osdmap e3: 0 total, 0 up, 0 in 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: mgrmap e8: a(active, starting, since 0.00562775s) 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: Manager daemon a is now available 2024-02-10T20:30:06.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:06 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' 2024-02-10T20:30:07.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:07.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:07.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:07.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:30:07.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:30:07.368 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-mon[30023]: from='mgr.14132 172.21.15.59:0/4217326242' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:07.369 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-mon[30023]: mgrmap e9: a(active, since 1.00651s) 2024-02-10T20:30:07.369 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: *** Caught signal (Aborted) ** 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: in thread 7fdb43c4a700 thread_name:admin_socket 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fdb4b404d20] 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2: gsignal() 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 3: abort() 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 4: /lib64/libc.so.6(+0x21d39) [0x7fdb498dfd39] 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 5: /lib64/libc.so.6(+0x46e86) [0x7fdb49904e86] 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fdb4c550785] 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fdb4c551f75] 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fdb4c550baf] 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fdb4c55cb6d] 2024-02-10T20:30:07.370 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fdb4c556f69] 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fdb4c558a4b] 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 12: (AdminSocket::entry()+0x4de) [0x7fdb4c5592ae] 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fdb4a2f0b23] 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fdb4b3fa1ca] 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 15: clone() 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:07.065+0000 7fdb43c4a700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: in thread 7fdb43c4a700 thread_name:admin_socket 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fdb4b404d20] 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2: gsignal() 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 3: abort() 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 4: /lib64/libc.so.6(+0x21d39) [0x7fdb498dfd39] 2024-02-10T20:30:07.371 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 5: /lib64/libc.so.6(+0x46e86) [0x7fdb49904e86] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fdb4c550785] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fdb4c551f75] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fdb4c550baf] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fdb4c55cb6d] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fdb4c556f69] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fdb4c558a4b] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 12: (AdminSocket::entry()+0x4de) [0x7fdb4c5592ae] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fdb4a2f0b23] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fdb4b3fa1ca] 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 15: clone() 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:07.372 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -3137> 2024-02-10T20:29:59.640+0000 7fdb4de46200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -3116> 2024-02-10T20:29:59.735+0000 7fdb4de46200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2874> 2024-02-10T20:30:00.392+0000 7fdb4de46200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2832> 2024-02-10T20:30:00.487+0000 7fdb4de46200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2805> 2024-02-10T20:30:00.630+0000 7fdb4de46200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2783> 2024-02-10T20:30:00.727+0000 7fdb4de46200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2771> 2024-02-10T20:30:00.812+0000 7fdb4de46200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2752> 2024-02-10T20:30:01.078+0000 7fdb4de46200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2720> 2024-02-10T20:30:01.191+0000 7fdb4de46200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2700> 2024-02-10T20:30:01.278+0000 7fdb4de46200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2682> 2024-02-10T20:30:01.375+0000 7fdb4de46200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2655> 2024-02-10T20:30:01.552+0000 7fdb4de46200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2602> 2024-02-10T20:30:02.548+0000 7fdb4de46200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2588> 2024-02-10T20:30:02.682+0000 7fdb4de46200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:07.373 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2529> 2024-02-10T20:30:03.020+0000 7fdb4de46200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2513> 2024-02-10T20:30:03.112+0000 7fdb4de46200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2496> 2024-02-10T20:30:03.311+0000 7fdb4de46200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2456> 2024-02-10T20:30:03.499+0000 7fdb4de46200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2361> 2024-02-10T20:30:03.790+0000 7fdb4de46200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2350> 2024-02-10T20:30:04.057+0000 7fdb4de46200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2286> 2024-02-10T20:30:04.304+0000 7fdb4de46200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2133> 2024-02-10T20:30:05.141+0000 7fdb4de46200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2109> 2024-02-10T20:30:05.723+0000 7fdb4de46200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2095> 2024-02-10T20:30:05.825+0000 7fdb4de46200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2068> 2024-02-10T20:30:06.045+0000 7fdb4de46200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 0> 2024-02-10T20:30:07.065+0000 7fdb43c4a700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: in thread 7fdb43c4a700 thread_name:admin_socket 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fdb4b404d20] 2024-02-10T20:30:07.374 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2: gsignal() 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 3: abort() 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 4: /lib64/libc.so.6(+0x21d39) [0x7fdb498dfd39] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 5: /lib64/libc.so.6(+0x46e86) [0x7fdb49904e86] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fdb4c550785] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fdb4c551f75] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fdb4c550baf] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fdb4c55cb6d] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fdb4c556f69] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fdb4c558a4b] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 12: (AdminSocket::entry()+0x4de) [0x7fdb4c5592ae] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fdb4a2f0b23] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fdb4b3fa1ca] 2024-02-10T20:30:07.375 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 15: clone() 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -3137> 2024-02-10T20:29:59.640+0000 7fdb4de46200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -3116> 2024-02-10T20:29:59.735+0000 7fdb4de46200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2874> 2024-02-10T20:30:00.392+0000 7fdb4de46200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2832> 2024-02-10T20:30:00.487+0000 7fdb4de46200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2805> 2024-02-10T20:30:00.630+0000 7fdb4de46200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2783> 2024-02-10T20:30:00.727+0000 7fdb4de46200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2771> 2024-02-10T20:30:00.812+0000 7fdb4de46200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2752> 2024-02-10T20:30:01.078+0000 7fdb4de46200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2720> 2024-02-10T20:30:01.191+0000 7fdb4de46200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2700> 2024-02-10T20:30:01.278+0000 7fdb4de46200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:07.376 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2682> 2024-02-10T20:30:01.375+0000 7fdb4de46200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2655> 2024-02-10T20:30:01.552+0000 7fdb4de46200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2602> 2024-02-10T20:30:02.548+0000 7fdb4de46200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2588> 2024-02-10T20:30:02.682+0000 7fdb4de46200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2529> 2024-02-10T20:30:03.020+0000 7fdb4de46200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2513> 2024-02-10T20:30:03.112+0000 7fdb4de46200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2496> 2024-02-10T20:30:03.311+0000 7fdb4de46200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2456> 2024-02-10T20:30:03.499+0000 7fdb4de46200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2361> 2024-02-10T20:30:03.790+0000 7fdb4de46200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:07.377 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2350> 2024-02-10T20:30:04.057+0000 7fdb4de46200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2286> 2024-02-10T20:30:04.304+0000 7fdb4de46200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2133> 2024-02-10T20:30:05.141+0000 7fdb4de46200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2109> 2024-02-10T20:30:05.723+0000 7fdb4de46200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2095> 2024-02-10T20:30:05.825+0000 7fdb4de46200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: -2068> 2024-02-10T20:30:06.045+0000 7fdb4de46200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 0> 2024-02-10T20:30:07.065+0000 7fdb43c4a700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: in thread 7fdb43c4a700 thread_name:admin_socket 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fdb4b404d20] 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2: gsignal() 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 3: abort() 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 4: /lib64/libc.so.6(+0x21d39) [0x7fdb498dfd39] 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 5: /lib64/libc.so.6(+0x46e86) [0x7fdb49904e86] 2024-02-10T20:30:07.378 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fdb4c550785] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fdb4c551f75] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fdb4c550baf] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fdb4c55cb6d] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fdb4c556f69] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fdb4c558a4b] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 12: (AdminSocket::entry()+0x4de) [0x7fdb4c5592ae] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fdb4a2f0b23] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fdb4b3fa1ca] 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 15: clone() 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31450]: 2024-02-10T20:30:07.379 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 podman[31711]: 2024-02-10 20:30:07.136220925 +0000 UTC m=+0.020971682 container died 9906d89f41c24b9f259ec4b8b4aabc2beb1b70e9cf753baca098281952ef8ebe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, io.buildah.version=1.33.2, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-02-10T20:30:08.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 podman[31711]: 2024-02-10 20:30:07.820392553 +0000 UTC m=+0.705143310 container remove 9906d89f41c24b9f259ec4b8b4aabc2beb1b70e9cf753baca098281952ef8ebe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-02-10T20:30:08.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:07 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:30:08.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:08 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:30:08.118 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:08 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.686s CPU time. 2024-02-10T20:30:18.387 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-10T20:30:18.388 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 systemd[1]: Stopped Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:30:18.388 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.686s CPU time. 2024-02-10T20:30:18.388 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 systemd[1]: Starting Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715... 2024-02-10T20:30:18.388 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 podman[31807]: 2024-02-10 20:30:18.251426785 +0000 UTC m=+0.018387371 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:30:18.388 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 podman[31807]: 2024-02-10 20:30:18.387061985 +0000 UTC m=+0.154022602 container create bf2ebbcb9f942963d1a23e1c3f61eae289eabce720b8fddec1fba39202007c7f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=) 2024-02-10T20:30:18.689 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 podman[31807]: 2024-02-10 20:30:18.597758814 +0000 UTC m=+0.364719401 container init bf2ebbcb9f942963d1a23e1c3f61eae289eabce720b8fddec1fba39202007c7f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, ceph=True, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-02-10T20:30:18.689 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 podman[31807]: 2024-02-10 20:30:18.603046394 +0000 UTC m=+0.370006968 container start bf2ebbcb9f942963d1a23e1c3f61eae289eabce720b8fddec1fba39202007c7f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-02-10T20:30:19.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 bash[31807]: bf2ebbcb9f942963d1a23e1c3f61eae289eabce720b8fddec1fba39202007c7f 2024-02-10T20:30:19.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:18 smithi059 systemd[1]: Started Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:30:19.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:19 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:19.149+0000 7f377a538200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:19.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:19 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:19.243+0000 7f377a538200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:20.233 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:19 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:19.898+0000 7f377a538200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:20.233 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:19 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:19.992+0000 7f377a538200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:20.233 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:20.134+0000 7f377a538200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:20.583 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:20.231+0000 7f377a538200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:20.583 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:20.315+0000 7f377a538200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:20.583 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:20.581+0000 7f377a538200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:20.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:20.692+0000 7f377a538200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:20.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:20.779+0000 7f377a538200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:21.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:20 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:20.875+0000 7f377a538200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:21.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:21 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:21.052+0000 7f377a538200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:22.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:22 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:22.042+0000 7f377a538200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:22.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:22 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:22.176+0000 7f377a538200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:22.805 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:22 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:22.512+0000 7f377a538200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:22.805 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:22 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:22.604+0000 7f377a538200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:22.805 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:22 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:22.803+0000 7f377a538200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:23.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:22 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:22.990+0000 7f377a538200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:23.543 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:23.280+0000 7f377a538200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:23.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:23.541+0000 7f377a538200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:23.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:23 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:23.781+0000 7f377a538200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:24.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:24 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:24.601+0000 7f377a538200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:25.499 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:25.178+0000 7f377a538200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:25.500 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:25.278+0000 7f377a538200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:25.500 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:25.498+0000 7f377a538200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:25.867 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: Active manager daemon a restarted 2024-02-10T20:30:25.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: Activating manager daemon a 2024-02-10T20:30:25.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T20:30:25.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: mgrmap e10: a(active, starting, since 0.00321146s) 2024-02-10T20:30:25.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:30:25.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:30:25.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:30:25.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:30:25.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:30:25.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: Manager daemon a is now available 2024-02-10T20:30:25.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' 2024-02-10T20:30:25.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:25.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:25.869 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:25 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:26.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:30:26.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-mon[30023]: from='mgr.14140 172.21.15.59:0/4005096267' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:30:26.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-mon[30023]: mgrmap e11: a(active, since 1.00536s) 2024-02-10T20:30:26.868 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: *** Caught signal (Aborted) ** 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: in thread 7f377033c700 thread_name:admin_socket 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f3777af6d20] 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2: gsignal() 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 3: abort() 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 4: /lib64/libc.so.6(+0x21d39) [0x7f3775fd1d39] 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 5: /lib64/libc.so.6(+0x46e86) [0x7f3775ff6e86] 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f3778c42785] 2024-02-10T20:30:26.869 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f3778c43f75] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f3778c42baf] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f3778c4eb6d] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f3778c48f69] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f3778c4aa4b] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 12: (AdminSocket::entry()+0x4de) [0x7f3778c4b2ae] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f37769e2b23] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f3777aec1ca] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 15: clone() 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:26.517+0000 7f377033c700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: in thread 7f377033c700 thread_name:admin_socket 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f3777af6d20] 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2: gsignal() 2024-02-10T20:30:26.870 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 3: abort() 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 4: /lib64/libc.so.6(+0x21d39) [0x7f3775fd1d39] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 5: /lib64/libc.so.6(+0x46e86) [0x7f3775ff6e86] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f3778c42785] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f3778c43f75] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f3778c42baf] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f3778c4eb6d] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f3778c48f69] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f3778c4aa4b] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 12: (AdminSocket::entry()+0x4de) [0x7f3778c4b2ae] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f37769e2b23] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f3777aec1ca] 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 15: clone() 2024-02-10T20:30:26.871 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -3106> 2024-02-10T20:30:19.149+0000 7f377a538200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -3085> 2024-02-10T20:30:19.243+0000 7f377a538200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2843> 2024-02-10T20:30:19.898+0000 7f377a538200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2801> 2024-02-10T20:30:19.992+0000 7f377a538200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2774> 2024-02-10T20:30:20.134+0000 7f377a538200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2752> 2024-02-10T20:30:20.231+0000 7f377a538200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2740> 2024-02-10T20:30:20.315+0000 7f377a538200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2721> 2024-02-10T20:30:20.581+0000 7f377a538200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2689> 2024-02-10T20:30:20.692+0000 7f377a538200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2669> 2024-02-10T20:30:20.779+0000 7f377a538200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2651> 2024-02-10T20:30:20.875+0000 7f377a538200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2624> 2024-02-10T20:30:21.052+0000 7f377a538200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:26.872 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2571> 2024-02-10T20:30:22.042+0000 7f377a538200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:26.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2557> 2024-02-10T20:30:22.176+0000 7f377a538200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:26.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2498> 2024-02-10T20:30:22.512+0000 7f377a538200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:26.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2482> 2024-02-10T20:30:22.604+0000 7f377a538200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:26.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2465> 2024-02-10T20:30:22.803+0000 7f377a538200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:26.873 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2425> 2024-02-10T20:30:22.990+0000 7f377a538200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2330> 2024-02-10T20:30:23.280+0000 7f377a538200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2319> 2024-02-10T20:30:23.541+0000 7f377a538200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2255> 2024-02-10T20:30:23.781+0000 7f377a538200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2107> 2024-02-10T20:30:24.601+0000 7f377a538200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2078> 2024-02-10T20:30:25.178+0000 7f377a538200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2064> 2024-02-10T20:30:25.278+0000 7f377a538200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2037> 2024-02-10T20:30:25.498+0000 7f377a538200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 0> 2024-02-10T20:30:26.517+0000 7f377033c700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: in thread 7f377033c700 thread_name:admin_socket 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f3777af6d20] 2024-02-10T20:30:26.874 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2: gsignal() 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 3: abort() 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 4: /lib64/libc.so.6(+0x21d39) [0x7f3775fd1d39] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 5: /lib64/libc.so.6(+0x46e86) [0x7f3775ff6e86] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f3778c42785] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f3778c43f75] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f3778c42baf] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f3778c4eb6d] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f3778c48f69] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f3778c4aa4b] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 12: (AdminSocket::entry()+0x4de) [0x7f3778c4b2ae] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f37769e2b23] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f3777aec1ca] 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 15: clone() 2024-02-10T20:30:26.875 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -3106> 2024-02-10T20:30:19.149+0000 7f377a538200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -3085> 2024-02-10T20:30:19.243+0000 7f377a538200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2843> 2024-02-10T20:30:19.898+0000 7f377a538200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2801> 2024-02-10T20:30:19.992+0000 7f377a538200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2774> 2024-02-10T20:30:20.134+0000 7f377a538200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2752> 2024-02-10T20:30:20.231+0000 7f377a538200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2740> 2024-02-10T20:30:20.315+0000 7f377a538200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2721> 2024-02-10T20:30:20.581+0000 7f377a538200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2689> 2024-02-10T20:30:20.692+0000 7f377a538200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2669> 2024-02-10T20:30:20.779+0000 7f377a538200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2651> 2024-02-10T20:30:20.875+0000 7f377a538200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:26.876 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2624> 2024-02-10T20:30:21.052+0000 7f377a538200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2571> 2024-02-10T20:30:22.042+0000 7f377a538200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2557> 2024-02-10T20:30:22.176+0000 7f377a538200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2498> 2024-02-10T20:30:22.512+0000 7f377a538200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2482> 2024-02-10T20:30:22.604+0000 7f377a538200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2465> 2024-02-10T20:30:22.803+0000 7f377a538200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2425> 2024-02-10T20:30:22.990+0000 7f377a538200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2330> 2024-02-10T20:30:23.280+0000 7f377a538200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2319> 2024-02-10T20:30:23.541+0000 7f377a538200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2255> 2024-02-10T20:30:23.781+0000 7f377a538200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2107> 2024-02-10T20:30:24.601+0000 7f377a538200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2078> 2024-02-10T20:30:25.178+0000 7f377a538200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2064> 2024-02-10T20:30:25.278+0000 7f377a538200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: -2037> 2024-02-10T20:30:25.498+0000 7f377a538200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:26.877 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 0> 2024-02-10T20:30:26.517+0000 7f377033c700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: in thread 7f377033c700 thread_name:admin_socket 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f3777af6d20] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2: gsignal() 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 3: abort() 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 4: /lib64/libc.so.6(+0x21d39) [0x7f3775fd1d39] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 5: /lib64/libc.so.6(+0x46e86) [0x7f3775ff6e86] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f3778c42785] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f3778c43f75] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f3778c42baf] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f3778c4eb6d] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f3778c48f69] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f3778c4aa4b] 2024-02-10T20:30:26.878 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 12: (AdminSocket::entry()+0x4de) [0x7f3778c4b2ae] 2024-02-10T20:30:26.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f37769e2b23] 2024-02-10T20:30:26.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f3777aec1ca] 2024-02-10T20:30:26.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 15: clone() 2024-02-10T20:30:26.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:26.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[31822]: 2024-02-10T20:30:26.879 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:26 smithi059 podman[32069]: 2024-02-10 20:30:26.578953929 +0000 UTC m=+0.018415804 container died bf2ebbcb9f942963d1a23e1c3f61eae289eabce720b8fddec1fba39202007c7f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-10T20:30:27.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:27 smithi059 podman[32069]: 2024-02-10 20:30:27.159323335 +0000 UTC m=+0.598785210 container remove bf2ebbcb9f942963d1a23e1c3f61eae289eabce720b8fddec1fba39202007c7f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131) 2024-02-10T20:30:27.618 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:27 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:30:27.618 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:27 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:30:27.618 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:27 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.957s CPU time. 2024-02-10T20:30:38.093 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:37 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-10T20:30:38.093 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:37 smithi059 systemd[1]: Stopped Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:30:38.093 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:37 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 8.957s CPU time. 2024-02-10T20:30:38.093 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:37 smithi059 systemd[1]: Starting Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715... 2024-02-10T20:30:38.093 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:37 smithi059 podman[32168]: 2024-02-10 20:30:37.749334288 +0000 UTC m=+0.018305144 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:30:38.093 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:37 smithi059 podman[32168]: 2024-02-10 20:30:37.851079572 +0000 UTC m=+0.120050422 container create a387bc2ed97ec8de10c3e15b461dbd84157b5dd390e33ad1ca2b3438a4a8f320 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131) 2024-02-10T20:30:38.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:38 smithi059 podman[32168]: 2024-02-10 20:30:38.303805087 +0000 UTC m=+0.572775951 container init a387bc2ed97ec8de10c3e15b461dbd84157b5dd390e33ad1ca2b3438a4a8f320 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, io.buildah.version=1.33.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-02-10T20:30:38.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:38 smithi059 podman[32168]: 2024-02-10 20:30:38.309278277 +0000 UTC m=+0.578249130 container start a387bc2ed97ec8de10c3e15b461dbd84157b5dd390e33ad1ca2b3438a4a8f320 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, maintainer=Guillaume Abrioux ) 2024-02-10T20:30:38.866 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:38 smithi059 bash[32168]: a387bc2ed97ec8de10c3e15b461dbd84157b5dd390e33ad1ca2b3438a4a8f320 2024-02-10T20:30:38.866 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:38 smithi059 systemd[1]: Started Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:30:39.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:38 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:38.864+0000 7f470f3e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:39.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:38 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:38.960+0000 7f470f3e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:39.960 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:39 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:39.622+0000 7f470f3e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:39.960 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:39 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:39.717+0000 7f470f3e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:39.960 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:39 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:39.860+0000 7f470f3e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:40.313 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:39 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:39.958+0000 7f470f3e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:40.313 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:40.043+0000 7f470f3e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:40.313 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:40.311+0000 7f470f3e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:40.611 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:40.423+0000 7f470f3e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:40.611 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:40.511+0000 7f470f3e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:40.611 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:40.609+0000 7f470f3e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:40.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:40 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:40.788+0000 7f470f3e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:42.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:41.790+0000 7f470f3e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:42.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:41 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:41.925+0000 7f470f3e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:42.561 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:42 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:42.265+0000 7f470f3e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:42.561 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:42 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:42.359+0000 7f470f3e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:42.561 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:42 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:42.559+0000 7f470f3e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:42.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:42 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:42.750+0000 7f470f3e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:43.330 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:43.045+0000 7f470f3e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:43.330 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:43.328+0000 7f470f3e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:43.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:43 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:43.570+0000 7f470f3e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:44.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:44 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:44.401+0000 7f470f3e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:45.309 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:44 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:44.985+0000 7f470f3e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:45.309 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:45.087+0000 7f470f3e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:45.310 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:45.307+0000 7f470f3e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:45.617 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: Active manager daemon a restarted 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: Activating manager daemon a 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: osdmap e5: 0 total, 0 up, 0 in 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: mgrmap e12: a(active, starting, since 0.00320884s) 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: Manager daemon a is now available 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:45.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:45 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:30:46.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:30:46.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-mon[30023]: from='mgr.14148 172.21.15.59:0/983922522' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:30:46.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-mon[30023]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T20:30:46.618 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-mon[30023]: mgrmap e13: a(active, since 1.0058s) 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: *** Caught signal (Aborted) ** 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: in thread 7f47051e6700 thread_name:admin_socket 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f470c9a0d20] 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2: gsignal() 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 3: abort() 2024-02-10T20:30:46.619 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 4: /lib64/libc.so.6(+0x21d39) [0x7f470ae7bd39] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 5: /lib64/libc.so.6(+0x46e86) [0x7f470aea0e86] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f470daec785] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f470daedf75] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f470daecbaf] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f470daf8b6d] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f470daf2f69] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f470daf4a4b] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 12: (AdminSocket::entry()+0x4de) [0x7f470daf52ae] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f470b88cb23] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f470c9961ca] 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 15: clone() 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:46.327+0000 7f47051e6700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: in thread 7f47051e6700 thread_name:admin_socket 2024-02-10T20:30:46.620 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f470c9a0d20] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2: gsignal() 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 3: abort() 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 4: /lib64/libc.so.6(+0x21d39) [0x7f470ae7bd39] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 5: /lib64/libc.so.6(+0x46e86) [0x7f470aea0e86] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f470daec785] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f470daedf75] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f470daecbaf] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f470daf8b6d] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f470daf2f69] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f470daf4a4b] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 12: (AdminSocket::entry()+0x4de) [0x7f470daf52ae] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f470b88cb23] 2024-02-10T20:30:46.621 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f470c9961ca] 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 15: clone() 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -3099> 2024-02-10T20:30:38.864+0000 7f470f3e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -3078> 2024-02-10T20:30:38.960+0000 7f470f3e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2836> 2024-02-10T20:30:39.622+0000 7f470f3e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2794> 2024-02-10T20:30:39.717+0000 7f470f3e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2767> 2024-02-10T20:30:39.860+0000 7f470f3e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2745> 2024-02-10T20:30:39.958+0000 7f470f3e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2733> 2024-02-10T20:30:40.043+0000 7f470f3e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2714> 2024-02-10T20:30:40.311+0000 7f470f3e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2682> 2024-02-10T20:30:40.423+0000 7f470f3e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2662> 2024-02-10T20:30:40.511+0000 7f470f3e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2644> 2024-02-10T20:30:40.609+0000 7f470f3e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:46.622 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2617> 2024-02-10T20:30:40.788+0000 7f470f3e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2564> 2024-02-10T20:30:41.790+0000 7f470f3e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2550> 2024-02-10T20:30:41.925+0000 7f470f3e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2491> 2024-02-10T20:30:42.265+0000 7f470f3e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2470> 2024-02-10T20:30:42.359+0000 7f470f3e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2458> 2024-02-10T20:30:42.559+0000 7f470f3e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2418> 2024-02-10T20:30:42.750+0000 7f470f3e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2323> 2024-02-10T20:30:43.045+0000 7f470f3e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2312> 2024-02-10T20:30:43.328+0000 7f470f3e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2248> 2024-02-10T20:30:43.570+0000 7f470f3e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2095> 2024-02-10T20:30:44.401+0000 7f470f3e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2071> 2024-02-10T20:30:44.985+0000 7f470f3e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2057> 2024-02-10T20:30:45.087+0000 7f470f3e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2030> 2024-02-10T20:30:45.307+0000 7f470f3e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:46.623 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 0> 2024-02-10T20:30:46.327+0000 7f47051e6700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: in thread 7f47051e6700 thread_name:admin_socket 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f470c9a0d20] 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2: gsignal() 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 3: abort() 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 4: /lib64/libc.so.6(+0x21d39) [0x7f470ae7bd39] 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 5: /lib64/libc.so.6(+0x46e86) [0x7f470aea0e86] 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f470daec785] 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f470daedf75] 2024-02-10T20:30:46.624 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f470daecbaf] 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f470daf8b6d] 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f470daf2f69] 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f470daf4a4b] 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 12: (AdminSocket::entry()+0x4de) [0x7f470daf52ae] 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f470b88cb23] 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f470c9961ca] 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 15: clone() 2024-02-10T20:30:46.625 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -3099> 2024-02-10T20:30:38.864+0000 7f470f3e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -3078> 2024-02-10T20:30:38.960+0000 7f470f3e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2836> 2024-02-10T20:30:39.622+0000 7f470f3e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2794> 2024-02-10T20:30:39.717+0000 7f470f3e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2767> 2024-02-10T20:30:39.860+0000 7f470f3e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2745> 2024-02-10T20:30:39.958+0000 7f470f3e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2733> 2024-02-10T20:30:40.043+0000 7f470f3e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2714> 2024-02-10T20:30:40.311+0000 7f470f3e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2682> 2024-02-10T20:30:40.423+0000 7f470f3e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2662> 2024-02-10T20:30:40.511+0000 7f470f3e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2644> 2024-02-10T20:30:40.609+0000 7f470f3e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2617> 2024-02-10T20:30:40.788+0000 7f470f3e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:30:46.626 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2564> 2024-02-10T20:30:41.790+0000 7f470f3e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2550> 2024-02-10T20:30:41.925+0000 7f470f3e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2491> 2024-02-10T20:30:42.265+0000 7f470f3e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2470> 2024-02-10T20:30:42.359+0000 7f470f3e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2458> 2024-02-10T20:30:42.559+0000 7f470f3e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2418> 2024-02-10T20:30:42.750+0000 7f470f3e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2323> 2024-02-10T20:30:43.045+0000 7f470f3e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2312> 2024-02-10T20:30:43.328+0000 7f470f3e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2248> 2024-02-10T20:30:43.570+0000 7f470f3e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2095> 2024-02-10T20:30:44.401+0000 7f470f3e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2071> 2024-02-10T20:30:44.985+0000 7f470f3e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2057> 2024-02-10T20:30:45.087+0000 7f470f3e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: -2030> 2024-02-10T20:30:45.307+0000 7f470f3e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:30:46.627 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 0> 2024-02-10T20:30:46.327+0000 7f47051e6700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: in thread 7f47051e6700 thread_name:admin_socket 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f470c9a0d20] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2: gsignal() 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 3: abort() 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 4: /lib64/libc.so.6(+0x21d39) [0x7f470ae7bd39] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 5: /lib64/libc.so.6(+0x46e86) [0x7f470aea0e86] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f470daec785] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f470daedf75] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f470daecbaf] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f470daf8b6d] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f470daf2f69] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f470daf4a4b] 2024-02-10T20:30:46.628 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 12: (AdminSocket::entry()+0x4de) [0x7f470daf52ae] 2024-02-10T20:30:46.629 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f470b88cb23] 2024-02-10T20:30:46.629 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f470c9961ca] 2024-02-10T20:30:46.629 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 15: clone() 2024-02-10T20:30:46.629 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:30:46.629 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32183]: 2024-02-10T20:30:46.629 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 podman[32407]: 2024-02-10 20:30:46.392777228 +0000 UTC m=+0.018109202 container died a387bc2ed97ec8de10c3e15b461dbd84157b5dd390e33ad1ca2b3438a4a8f320 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T20:30:46.944 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 podman[32407]: 2024-02-10 20:30:46.931646553 +0000 UTC m=+0.556978575 container remove a387bc2ed97ec8de10c3e15b461dbd84157b5dd390e33ad1ca2b3438a4a8f320 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T20:30:46.945 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:46 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:30:47.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:47 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:30:47.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:47 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.182s CPU time. 2024-02-10T20:30:57.713 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-10T20:30:57.713 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 systemd[1]: Stopped Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:30:57.713 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.182s CPU time. 2024-02-10T20:30:57.713 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 systemd[1]: Starting Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715... 2024-02-10T20:30:57.713 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 podman[32509]: 2024-02-10 20:30:57.501872009 +0000 UTC m=+0.018347752 image pull e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:30:57.713 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 podman[32509]: 2024-02-10 20:30:57.598787518 +0000 UTC m=+0.115263249 container create b10242527ec0bb88225360a047e21e5c1382a2d539183b8ebb0a63cebf85233e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-10T20:30:58.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 podman[32509]: 2024-02-10 20:30:57.808987711 +0000 UTC m=+0.325463445 container init b10242527ec0bb88225360a047e21e5c1382a2d539183b8ebb0a63cebf85233e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2) 2024-02-10T20:30:58.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 podman[32509]: 2024-02-10 20:30:57.814396287 +0000 UTC m=+0.330872027 container start b10242527ec0bb88225360a047e21e5c1382a2d539183b8ebb0a63cebf85233e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-02-10T20:30:58.118 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 bash[32509]: b10242527ec0bb88225360a047e21e5c1382a2d539183b8ebb0a63cebf85233e 2024-02-10T20:30:58.118 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:57 smithi059 systemd[1]: Started Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:30:58.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:58 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:58.366+0000 7f496b60c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:30:58.867 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:58 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:58.461+0000 7f496b60c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:30:59.460 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:59.123+0000 7f496b60c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:30:59.460 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:59.218+0000 7f496b60c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:30:59.461 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:59.362+0000 7f496b60c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:30:59.814 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:59.459+0000 7f496b60c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:30:59.814 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:59.545+0000 7f496b60c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:30:59.814 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:59.813+0000 7f496b60c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:31:00.111 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:30:59 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:30:59.925+0000 7f496b60c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:31:00.111 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:00.013+0000 7f496b60c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:31:00.111 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:00.110+0000 7f496b60c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:31:00.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:00 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:00.288+0000 7f496b60c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:31:01.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:01.294+0000 7f496b60c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:31:01.617 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:01.429+0000 7f496b60c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:31:02.064 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:01.768+0000 7f496b60c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:31:02.067 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:01 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:01.861+0000 7f496b60c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:31:02.067 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:02 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:02.063+0000 7f496b60c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:31:02.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:02 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:02.253+0000 7f496b60c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:31:02.817 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:02 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:02.549+0000 7f496b60c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:31:02.817 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:02 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:02.816+0000 7f496b60c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:31:03.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:03 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:03.060+0000 7f496b60c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:31:04.367 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:03 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:03.894+0000 7f496b60c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:31:04.811 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:04.483+0000 7f496b60c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:31:04.812 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:04.586+0000 7f496b60c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:31:04.812 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:04.810+0000 7f496b60c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:31:05.117 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: Active manager daemon a restarted 2024-02-10T20:31:05.117 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: Activating manager daemon a 2024-02-10T20:31:05.117 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: osdmap e6: 0 total, 0 up, 0 in 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: mgrmap e14: a(active, starting, since 0.00539613s) 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: Manager daemon a is now available 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:31:05.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:04 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:31:06.117 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:31:06.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:31:06.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-mon[30023]: from='mgr.14156 172.21.15.59:0/1945739783' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:31:06.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-mon[30023]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T20:31:06.118 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-mon[30023]: mgrmap e15: a(active, since 1.00564s) 2024-02-10T20:31:06.118 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: *** Caught signal (Aborted) ** 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: in thread 7f4961410700 thread_name:admin_socket 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4968bcad20] 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2: gsignal() 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 3: abort() 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 4: /lib64/libc.so.6(+0x21d39) [0x7f49670a5d39] 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 5: /lib64/libc.so.6(+0x46e86) [0x7f49670cae86] 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4969d16785] 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4969d17f75] 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4969d16baf] 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4969d22b6d] 2024-02-10T20:31:06.119 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4969d1cf69] 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4969d1ea4b] 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 12: (AdminSocket::entry()+0x4de) [0x7f4969d1f2ae] 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4967ab6b23] 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4968bc01ca] 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 15: clone() 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:05.830+0000 7f4961410700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: in thread 7f4961410700 thread_name:admin_socket 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4968bcad20] 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2: gsignal() 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 3: abort() 2024-02-10T20:31:06.120 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 4: /lib64/libc.so.6(+0x21d39) [0x7f49670a5d39] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 5: /lib64/libc.so.6(+0x46e86) [0x7f49670cae86] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4969d16785] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4969d17f75] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4969d16baf] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4969d22b6d] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4969d1cf69] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4969d1ea4b] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 12: (AdminSocket::entry()+0x4de) [0x7f4969d1f2ae] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4967ab6b23] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4968bc01ca] 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 15: clone() 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:31:06.121 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -3099> 2024-02-10T20:30:58.366+0000 7f496b60c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -3078> 2024-02-10T20:30:58.461+0000 7f496b60c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2836> 2024-02-10T20:30:59.123+0000 7f496b60c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2794> 2024-02-10T20:30:59.218+0000 7f496b60c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2767> 2024-02-10T20:30:59.362+0000 7f496b60c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2745> 2024-02-10T20:30:59.459+0000 7f496b60c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2733> 2024-02-10T20:30:59.545+0000 7f496b60c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2714> 2024-02-10T20:30:59.813+0000 7f496b60c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2682> 2024-02-10T20:30:59.925+0000 7f496b60c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2662> 2024-02-10T20:31:00.013+0000 7f496b60c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2644> 2024-02-10T20:31:00.110+0000 7f496b60c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2617> 2024-02-10T20:31:00.288+0000 7f496b60c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2564> 2024-02-10T20:31:01.294+0000 7f496b60c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2550> 2024-02-10T20:31:01.429+0000 7f496b60c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:31:06.122 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2491> 2024-02-10T20:31:01.768+0000 7f496b60c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:31:06.123 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2470> 2024-02-10T20:31:01.861+0000 7f496b60c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:31:06.123 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2458> 2024-02-10T20:31:02.063+0000 7f496b60c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:31:06.123 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2418> 2024-02-10T20:31:02.253+0000 7f496b60c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2323> 2024-02-10T20:31:02.549+0000 7f496b60c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2312> 2024-02-10T20:31:02.816+0000 7f496b60c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2248> 2024-02-10T20:31:03.060+0000 7f496b60c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2095> 2024-02-10T20:31:03.894+0000 7f496b60c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2071> 2024-02-10T20:31:04.483+0000 7f496b60c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2057> 2024-02-10T20:31:04.586+0000 7f496b60c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2030> 2024-02-10T20:31:04.810+0000 7f496b60c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 0> 2024-02-10T20:31:05.830+0000 7f4961410700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: in thread 7f4961410700 thread_name:admin_socket 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4968bcad20] 2024-02-10T20:31:06.124 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2: gsignal() 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 3: abort() 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 4: /lib64/libc.so.6(+0x21d39) [0x7f49670a5d39] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 5: /lib64/libc.so.6(+0x46e86) [0x7f49670cae86] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4969d16785] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4969d17f75] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4969d16baf] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4969d22b6d] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4969d1cf69] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4969d1ea4b] 2024-02-10T20:31:06.125 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 12: (AdminSocket::entry()+0x4de) [0x7f4969d1f2ae] 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4967ab6b23] 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4968bc01ca] 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 15: clone() 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -3099> 2024-02-10T20:30:58.366+0000 7f496b60c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -3078> 2024-02-10T20:30:58.461+0000 7f496b60c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2836> 2024-02-10T20:30:59.123+0000 7f496b60c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2794> 2024-02-10T20:30:59.218+0000 7f496b60c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2767> 2024-02-10T20:30:59.362+0000 7f496b60c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2745> 2024-02-10T20:30:59.459+0000 7f496b60c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2733> 2024-02-10T20:30:59.545+0000 7f496b60c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2714> 2024-02-10T20:30:59.813+0000 7f496b60c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:31:06.126 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2682> 2024-02-10T20:30:59.925+0000 7f496b60c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2662> 2024-02-10T20:31:00.013+0000 7f496b60c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2644> 2024-02-10T20:31:00.110+0000 7f496b60c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2617> 2024-02-10T20:31:00.288+0000 7f496b60c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2564> 2024-02-10T20:31:01.294+0000 7f496b60c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2550> 2024-02-10T20:31:01.429+0000 7f496b60c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2491> 2024-02-10T20:31:01.768+0000 7f496b60c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2470> 2024-02-10T20:31:01.861+0000 7f496b60c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2458> 2024-02-10T20:31:02.063+0000 7f496b60c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2418> 2024-02-10T20:31:02.253+0000 7f496b60c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2323> 2024-02-10T20:31:02.549+0000 7f496b60c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2312> 2024-02-10T20:31:02.816+0000 7f496b60c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2248> 2024-02-10T20:31:03.060+0000 7f496b60c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2095> 2024-02-10T20:31:03.894+0000 7f496b60c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:31:06.127 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2071> 2024-02-10T20:31:04.483+0000 7f496b60c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2057> 2024-02-10T20:31:04.586+0000 7f496b60c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: -2030> 2024-02-10T20:31:04.810+0000 7f496b60c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 0> 2024-02-10T20:31:05.830+0000 7f4961410700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: in thread 7f4961410700 thread_name:admin_socket 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4968bcad20] 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2: gsignal() 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 3: abort() 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 4: /lib64/libc.so.6(+0x21d39) [0x7f49670a5d39] 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 5: /lib64/libc.so.6(+0x46e86) [0x7f49670cae86] 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4969d16785] 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4969d17f75] 2024-02-10T20:31:06.128 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4969d16baf] 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4969d22b6d] 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4969d1cf69] 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4969d1ea4b] 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 12: (AdminSocket::entry()+0x4de) [0x7f4969d1f2ae] 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4967ab6b23] 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4968bc01ca] 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 15: clone() 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a[32523]: 2024-02-10T20:31:06.129 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:05 smithi059 podman[32747]: 2024-02-10 20:31:05.887822758 +0000 UTC m=+0.018298176 container died b10242527ec0bb88225360a047e21e5c1382a2d539183b8ebb0a63cebf85233e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b) 2024-02-10T20:31:06.401 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:06 smithi059 podman[32747]: 2024-02-10 20:31:06.386911706 +0000 UTC m=+0.517387126 container remove b10242527ec0bb88225360a047e21e5c1382a2d539183b8ebb0a63cebf85233e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228, name=ceph-f5acaa3e-c852-11ee-95b9-87774f69a715-mgr-a, RELEASE=wip-yuri6-testing-2024-02-09-1422-14aa01b, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-02-10T20:31:06.401 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:06 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:31:07.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:06 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:31:07.117 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:06 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.181s CPU time. 2024-02-10T20:31:17.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:16 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-10T20:31:17.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:16 smithi059 systemd[1]: Stopped Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:31:17.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:16 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Consumed 9.181s CPU time. 2024-02-10T20:31:17.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:16 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-10T20:31:17.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:16 smithi059 systemd[1]: ceph-f5acaa3e-c852-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:31:17.368 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Feb 10 20:31:16 smithi059 systemd[1]: Failed to start Ceph mgr.a for f5acaa3e-c852-11ee-95b9-87774f69a715. 2024-02-10T20:31:37.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:37 smithi059 ceph-mon[30023]: Manager daemon a is unresponsive. No standby daemons available. 2024-02-10T20:31:37.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:37 smithi059 ceph-mon[30023]: osdmap e7: 0 total, 0 up, 0 in 2024-02-10T20:31:37.868 INFO:journalctl@ceph.mon.a.smithi059.stdout:Feb 10 20:31:37 smithi059 ceph-mon[30023]: mgrmap e16: no daemons active (since 0.00313835s) 2024-02-11T08:13:56.077 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T08:13:56.114 DEBUG:teuthology.task.console_log:Killing console logger for smithi059 2024-02-11T08:13:56.114 DEBUG:teuthology.task.console_log:Killing console logger for smithi097 2024-02-11T08:13:56.115 DEBUG:teuthology.exit:Finished running handlers